lnln1111 / android-apktool

Automatically exported from code.google.com/p/android-apktool
Other
0 stars 0 forks source link

Trying to decompile a deodexed Jelly Bean file #334

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download ACS JellyBean ROM for the Sprint Galaxy Nexus
2. Try using apktool d SystemUI.apk
3.

What is the expected output? What do you see instead?
[damien@gothicarch app]$ apktool d SystemUI.apk
I: Baksmaling...
Exception in thread "main" java.lang.RuntimeException: bad magic value: 64 65 
78 0a 30 33 36 00
        at org.jf.dexlib.DexFile.<init>(DexFile.java:377)
        at org.jf.dexlib.DexFile.<init>(DexFile.java:274)
        at brut.androlib.src.SmaliDecoder.decode(SmaliDecoder.java:44)
        at brut.androlib.src.SmaliDecoder.decode(SmaliDecoder.java:33)
        at brut.androlib.Androlib.decodeSourcesSmali(Androlib.java:68)
        at brut.androlib.ApkDecoder.decode(ApkDecoder.java:85)
        at brut.apktool.Main.cmdDecode(Main.java:128)
        at brut.apktool.Main.main(Main.java:65)

What version of the product are you using? On what operating system?
Using the version 4.1.3 on Arch Linux

Please provide any additional information below.

Only seems to happen on deodexed apks, just did a bunch of them from the 
initial leak and worked perfectly

Original issue reported on code.google.com by gothdr...@gmail.com on 10 Jul 2012 at 4:11

GoogleCodeExporter commented 9 years ago
I am having the same problem with Jelly Bean (factory image) 4.1.1 Galaxy Nexus 
GSM

Same error on Windows.

Original comment by tes...@gmail.com on 28 Jul 2012 at 10:08

Attachments:

GoogleCodeExporter commented 9 years ago
Same here

Original comment by worksof...@gmail.com on 9 Aug 2012 at 4:55

GoogleCodeExporter commented 9 years ago
Was fixed in v1.5.0

Original comment by connor.tumbleson on 15 Nov 2012 at 5:33