berkus / android-apktool

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

Decoding LGHome.apk fails with apktool 1.4.1 #218

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Decoding LGHome.apk fails with apktool 1.4.1. I have attached framework apks 
which may or may not be needed to investigate the issue.

I: Baksmaling...
I: Loading resource table...
Exception in thread "main" java.lang.ClassCastException: 
brut.androlib.res.data.value.ResReferenceValue cannot be cast to 
brut.androlib.res.data.value.ResStringValue
    at brut.androlib.res.data.value.ResPluralsValue.<init>(Unknown Source)
    at brut.androlib.res.data.value.ResValueFactory.bagFactory(Unknown Source)
    at brut.androlib.res.decoder.ARSCDecoder.readComplexEntry(Unknown Source)
    at brut.androlib.res.decoder.ARSCDecoder.readEntry(Unknown Source)
    at brut.androlib.res.decoder.ARSCDecoder.readConfig(Unknown Source)
    at brut.androlib.res.decoder.ARSCDecoder.readType(Unknown Source)
    at brut.androlib.res.decoder.ARSCDecoder.readPackage(Unknown Source)
    at brut.androlib.res.decoder.ARSCDecoder.readTable(Unknown Source)
    at brut.androlib.res.decoder.ARSCDecoder.decode(Unknown Source)
    at brut.androlib.res.AndrolibResources.getResPackagesFromApk(Unknown Source)
    at brut.androlib.res.AndrolibResources.loadMainPkg(Unknown Source)
    at brut.androlib.res.AndrolibResources.getResTable(Unknown Source)
    at brut.androlib.Androlib.getResTable(Unknown Source)
    at brut.androlib.ApkDecoder.getResTable(Unknown Source)
    at brut.androlib.ApkDecoder.decode(Unknown Source)
    at brut.apktool.Main.cmdDecode(Unknown Source)
    at brut.apktool.Main.main(Unknown Source)

Original issue reported on code.google.com by graysonc...@gmail.com on 19 Sep 2011 at 4:04

GoogleCodeExporter commented 9 years ago
Here is the apk

Original comment by graysonc...@gmail.com on 19 Sep 2011 at 4:05

Attachments:

GoogleCodeExporter commented 9 years ago
And here are the framework apks

Original comment by graysonc...@gmail.com on 19 Sep 2011 at 4:06

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by Brut.alll on 5 Nov 2011 at 10:45