xychix / smali

Automatically exported from code.google.com/p/smali
0 stars 0 forks source link

Deodexing from Gingerbread fails #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What seems to be the problem?

Error occured while loading boot class path files. Aborting.
org.jf.dexlib.Code.Analysis.ClassPath$ClassNotFoundException: Could not find 
superclass Lcom/android/location/provider/GeocodeProvider;
    at org.jf.dexlib.Code.Analysis.ClassPath$ClassDef.loadSuperclass(ClassPath.java:784)
    at org.jf.dexlib.Code.Analysis.ClassPath$ClassDef.<init>(ClassPath.java:668)
    at org.jf.dexlib.Code.Analysis.ClassPath.loadClassDef(ClassPath.java:280)
    at org.jf.dexlib.Code.Analysis.ClassPath.initClassPath(ClassPath.java:163)
    at org.jf.dexlib.Code.Analysis.ClassPath.InitializeClassPathFromOdex(ClassPath.java:110)
    at org.jf.baksmali.baksmali.disassembleDexFile(baksmali.java:98)
    at org.jf.baksmali.main.main(main.java:278)
Error while loading class Lcom/google/android/location/GeocodeProvider; from 
file NetworkLocation.odex
Error while loading ClassPath class 
Lcom/google/android/location/GeocodeProvider;

What is the exact smali/baksmali command that you ran?
./baksmali -x NetworkLocation.odex

What version of smali/baksmali are you using? What rom are you working
from?
1.2.6 I built. Gingerbread

Please provide any additional information below: error messages, symptoms,
etc.

Original issue reported on code.google.com by lxe...@gmail.com on 22 Dec 2010 at 9:36

Attachments:

GoogleCodeExporter commented 9 years ago
You need to find the jar/apk that the missing class is in, and tell baksmali 
where to find it, with the -c option

Original comment by JesusFr...@gmail.com on 22 Dec 2010 at 2:49