ohio813 / smali

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

Cannot Deodex GT 5312 system app #228

Closed GoogleCodeExporter closed 9 years ago

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

What is the exact smali/baksmali command that you ran?
Im using xultimate v2.4.2

What version of smali/baksmali are you using? What rom are you working
from?
2.0.3
What is the airspeed velocity of an unladen swallow?

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

  Starting AllshareService.odex
*****************************************
* Deodexing...                          *

Error occured while loading boot class path files. Aborting.
org.jf.util.ExceptionWithContext: Cannot locate boot class path file .\jar\com.m
otorola.android.mirrorservice.jar
        at org.jf.dexlib2.analysis.ClassPath.loadClassPathEntry(ClassPath.java:2
17)
        at org.jf.dexlib2.analysis.ClassPath.fromClassPath(ClassPath.java:161)
        at org.jf.baksmali.baksmali.disassembleDexFile(baksmali.java:59)
        at org.jf.baksmali.main.main(main.java:274)

Press any key to continue . . .

Original issue reported on code.google.com by iamprogr...@gmail.com on 9 Nov 2014 at 4:08

GoogleCodeExporter commented 9 years ago
I suspect that it can't find .\jar\com.motorola.android.mirrorservice.jar ;)

Make sure that file is available in the directory specified via the -d option.

Original comment by jesusfreke@jesusfreke.com on 9 Nov 2014 at 9:21