wangfrombupt/smali

de-odex fails on LG- G2

Closed this issue · 2 comments

What seems to be the problem? Tring to deOdex, 4 of the app files fail to do 
so. I attached 1 one of them.

What is the exact smali/baksmali command that you ran?
java -Xmx512m -jar baksmali-2.0b6.jar -a 17 -d system/framework -x 
LGWeatherTheme.odex


What version of smali/baksmali are you using? What rom are you working
from? I tried 1.5.2/2.0b4 and 2.0b6

What is the airspeed velocity of an unladen swallow? who give a fuck... :)


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

Exception in thread "main" org.jf.util.ExceptionWithContext: Encountered small 
uint that is out of range at offset 0x4c
        at org.jf.dexlib2.dexbacked.BaseDexBuffer.readSmallUint(BaseDexBuffer.java:52)
        at org.jf.dexlib2.dexbacked.DexBackedDexFile.<init>(DexBackedDexFile.java:78)
        at org.jf.dexlib2.dexbacked.DexBackedDexFile.<init>(DexBackedDexFile.java:96)
        at org.jf.dexlib2.dexbacked.DexBackedOdexFile.<init>(DexBackedOdexFile.java:55)
        at org.jf.dexlib2.dexbacked.DexBackedOdexFile.fromInputStream(DexBackedOdexFile.java:112)
        at org.jf.dexlib2.DexFileFactory.loadDexFile(DexFileFactory.java:106)
        at org.jf.dexlib2.DexFileFactory.loadDexFile(DexFileFactory.java:54)
        at org.jf.baksmali.main.main(main.java:247)



Original issue reported on code.google.com by spdwi...@gmail.com on 20 Sep 2013 at 2:14

Attachments:

https://www.dropbox.com/s/f0savks8fdx2hmg/apps.zip

here are apps per our freenode conversation.

Original comment by spdwi...@gmail.com on 21 Sep 2013 at 9:39

The conclusion here was that these are not standard odex files.

Original comment by jesusfreke@jesusfreke.com on 7 Dec 2013 at 10:58

  • Changed state: WontFix