xychix / smali

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

baksmali on ICS not working #219

Closed GoogleCodeExporter closed 9 years ago

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

Trying to baksmali a system application from a Galaxy S3 and I get the 
following stack trace:

What is the exact smali/baksmali command that you ran?
Error occurred while loading boot class path files. Aborting.
org.jf.util.ExceptionWithContext: Cannot locate boot class path file /system/fra
mework/filterfw.odex
        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:67)
        at org.jf.baksmali.main.main(main.java:280)

java -jar E:\apktool-install-windows-r05-ibot\baksmali-2.0.3.jar -a 15 -x 
Kies.odex -d framework

java -jar E:\apktool-install-windows-r05-ibot\baksmali-2.0.3.jar -a 16 -x 
Kies.odex -d framework

java -jar E:\apktool-install-windows-r05-ibot\baksmali-2.0.3.jar -a 15 -x 
Kies.odex

etc

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

Stock Verizon Jelly Bean ROM

What is the airspeed velocity of an unladen swallow?
7

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

I've never had issues deodexing before. The ROM the framework is pulled from 
should be a stock Jelly Bean image and looking around from other bugs etc I 
don't see this file listed in anybody's /system/framework so I don't know if 
it's some weird compatibility issue

Original issue reported on code.google.com by rmwa...@gmail.com on 27 Aug 2014 at 1:28

GoogleCodeExporter commented 9 years ago
You say it's a jelly bean rom.. but you're using -a 15, which is ICS. Although 
the title of the bug does say ICS, so which is it? :)

Original comment by jesusfreke@jesusfreke.com on 27 Aug 2014 at 5:49

GoogleCodeExporter commented 9 years ago
Closing due to lack of response.

Original comment by jesusfreke@jesusfreke.com on 7 Nov 2014 at 7:16