You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ apktool -d Settings.apk
I: Using Apktool 2.3.4 on Settings.apk
I: Loading resource table...
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 2690
at java.lang.String.substring(String.java:1963)
at brut.androlib.res.decoder.StringBlock.getHTML(StringBlock.java:171)
at brut.androlib.res.decoder.ARSCDecoder.readValue(ARSCDecoder.java:360)
at brut.androlib.res.decoder.ARSCDecoder.readEntryData(ARSCDecoder.java:276)
at brut.androlib.res.decoder.ARSCDecoder.readTableType(ARSCDecoder.java:252)
at brut.androlib.res.decoder.ARSCDecoder.readTableTypeSpec(ARSCDecoder.java:175)
at brut.androlib.res.decoder.ARSCDecoder.readTablePackage(ARSCDecoder.java:131)
at brut.androlib.res.decoder.ARSCDecoder.readTableHeader(ARSCDecoder.java:82)
at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:48)
at brut.androlib.res.AndrolibResources.getResPackagesFromApk(AndrolibResources.java:741)
at brut.androlib.res.AndrolibResources.loadMainPkg(AndrolibResources.java:67)
at brut.androlib.res.AndrolibResources.getResTable(AndrolibResources.java:59)
at brut.androlib.Androlib.getResTable(Androlib.java:68)
at brut.androlib.ApkDecoder.setTargetSdkVersion(ApkDecoder.java:228)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:118)
at brut.apktool.Main.cmdDecode(Main.java:164)
at brut.apktool.Main.main(Main.java:73)
Steps to Reproduce
apktool
Frameworks
https://github.com/noname8964/Nokia_apk
APK
If this APK can be freely shared, please upload/attach a link to it. https://github.com/noname8964/Nokia_apk
Questions to ask before submission
Have you tried apktool d, apktool b without changing anything?
If you are trying to install a modified apk, did you resign it?
Are you using the latest apktool version?
The text was updated successfully, but these errors were encountered:
Looks to be slightly related to #1838, but crashed at a different part. Looks like I need to figure out what is breaking these strings out of the container and patch.
Information
Stacktrace/Logcat
Steps to Reproduce
apktool
Frameworks
https://github.com/noname8964/Nokia_apk
APK
If this APK can be freely shared, please upload/attach a link to it.
https://github.com/noname8964/Nokia_apk
Questions to ask before submission
apktool d
,apktool b
without changing anything?The text was updated successfully, but these errors were encountered: