Coder Social home page Coder Social logo

Comments (5)

JesusFreke avatar JesusFreke commented on July 16, 2024

Comment #1 originally posted by JesusFreke on 2009-12-28T19:24:35.000Z:

Can you show an example of the exact error message, and the corresponding code
snippet from the smali file where the error occured?

from smali.

JesusFreke avatar JesusFreke commented on July 16, 2024

Comment #2 originally posted by JesusFreke on 2009-12-28T20:55:47.000Z:

C:\desktop\picker-smali_files\com\android\wallpaper\livepicker\R.smali[28,58] no viable
alternative at character 'U'

code snippet?:
.class public final Lcom/android/wallpaper/livepicker/R;

from smali.

JesusFreke avatar JesusFreke commented on July 16, 2024

Comment #3 originally posted by JesusFreke on 2009-12-29T01:17:04.000Z:

I need line 28. preferably a few lines above and below line 28.

from smali.

JesusFreke avatar JesusFreke commented on July 16, 2024

Comment #4 originally posted by JesusFreke on 2009-12-29T01:33:19.000Z:

# direct methods
.method public constructor <init>()V
    .registers 1

    .prologue
    .line 10
28.    invoke-direct-empty {p0}, Ljava/lang/Object;-><init>()V

    .line 69
    return-void
.end method

from smali.

JesusFreke avatar JesusFreke commented on July 16, 2024

Comment #5 originally posted by JesusFreke on 2009-12-29T03:07:15.000Z:

invoke-direct-empty is an instruction that only occurs in odex file. You can
disassemble an odex file, but if you don't deodex it (the -x option in baksmali),
then you can't re-assemble it. See the "Deodex Instructions" wiki page for
information on how to deodex a file.

from smali.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.