xychix / smali

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

Problem finding BOOTCLASHPATH #67

Closed GoogleCodeExporter closed 9 years ago

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

I cannot deodex HtcClockWidget.odex

What is the exact smali/baksmali command that you ran?

C:\android-sdk-windows\platform-tools>java -jar baksmali.jar -c C:\framework\ -x
 G:\android\baksmali\HtcClockWidget.odex -o G:\android\baksmali\output

What version of smali/baksmali are you using? What rom are you working
from?

1.26

What is the airspeed velocity of an unladen swallow?

What do you mean? An African or European swallow?

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

Error occured while loading boot class path files. Aborting.
org.jf.dexlib.Util.ExceptionWithContext: Cannot locate boot class path file C
        at org.jf.dexlib.Code.Analysis.ClassPath.loadBootClassPath(ClassPath.jav
a:237)
        at org.jf.dexlib.Code.Analysis.ClassPath.initClassPath(ClassPath.java:14
5)
        at org.jf.dexlib.Code.Analysis.ClassPath.InitializeClassPath(ClassPath.j
ava:131)
        at org.jf.baksmali.baksmali.disassembleDexFile(baksmali.java:105)
        at org.jf.baksmali.main.main(main.java:278)

I am running Windows 7 64 bit
Framework files are from a stock htc evo 4G

Original issue reported on code.google.com by coylej...@gmail.com on 19 Apr 2011 at 10:38

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry this was an user error.  I was using -c instead of -d.  Please forgive.

Original comment by coylej...@gmail.com on 19 Apr 2011 at 10:49

GoogleCodeExporter commented 9 years ago
forgiven :)

Original comment by JesusFr...@gmail.com on 19 Apr 2011 at 11:08