last24 / smali

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

1.3.0 not working with ICS 4.0.3 #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What seems to be the problem?
Can't deodex the new 4.0.3 SGS2 build.

What is the exact smali/baksmali command that you ran?
java -Xmx1024m -jar baksmali.jar -d %bootclasspath% -c 
core.jar:core-junit.jar:bouncycastle.jar:ext.jar:framework.jar:android.policy.ja
r:services.jar:apache-xml.jar:filterfw.jar -x am.odex

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

What is the airspeed velocity of an unladen swallow?
African or European?

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

UNEXPECTED TOP-LEVEL EXCEPTION:
org.jf.dexlib.Util.ExceptionWithContext: The magic value is not the expected 
value
        at org.jf.dexlib.Util.ExceptionWithContext.withContext(ExceptionWithCont
ext.java:54)
        at org.jf.dexlib.Item.addExceptionContext(Item.java:176)
        at org.jf.dexlib.Item.readFrom(Item.java:78)
        at org.jf.dexlib.DexFile.<init>(DexFile.java:390)
        at org.jf.baksmali.main.main(main.java:265)
Caused by: java.lang.RuntimeException: The magic value is not the expected value

        at org.jf.dexlib.HeaderItem.readItem(HeaderItem.java:64)
        at org.jf.dexlib.Item.readFrom(Item.java:76)
        ... 2 more
header_item

happens on every odex file I try to deodex.

Original issue reported on code.google.com by shauli.b...@gmail.com on 1 Jan 2012 at 7:04

GoogleCodeExporter commented 9 years ago
I have also this problem

Original comment by stratos....@gmail.com on 1 Jan 2012 at 8:00