Connor Tumbleson
Connor Tumbleson
``` ➜ 2824 apktool d imoutai.apk -s -f I: Using Apktool v2.8.1-54-7405e504-SNAPSHOT on imoutai.apk I: Loading resource table... W: Unknown data detected. Skipping: 6 byte(s) I: Decoding file-resources... I: Loading...
Thanks for the detailed research @Comnir. With the recent refactors and my increased knowledge of arsc/axml from those refactors this was easily patchable from your research. It looks like either...
This was resolved when I restructured the StringBlock parser in here: https://github.com/iBotPeaches/Apktool/pull/3239 ``` ➜ 2378 apktool d ArriveCAN_base.apk -s -f I: Using Apktool v2.8.1-38-e6e577fa-SNAPSHOT on ArriveCAN_base.apk I: Loading resource table......
``` 「%1$s」「 %2$s」 ``` This string has style information of a `u` tag starting at 0, ending at 23. `text.length()` is only reporting 13. Not quite sure what is happening...
Going to close this as I resolved the last thing mentioned in my 2 year old comment. ``` ➜ 2104 apktool if framework-res.apk -t 2104 I: Framework installed to: /home/ibotpeaches/.local/share/apktool/framework/1-2104.apk...
> this error is caused by residue of *.apktool_temp need to delete the temporary file before outFile.renameTo(tempFile); > > https://github.com/iBotPeaches/Apktool/blob/35ce8fc061d31e30978c6f65d194fe3c4191b0be/brut.apktool/apktool-lib/src/main/java/brut/androlib/Androlib.java#L663 Could you put up a pull request with what you...
Closing as the only thing left is multi-package support in https://github.com/iBotPeaches/Apktool/issues/2960 or #2514
Stumbled upon this commit while digging AOSP and remembered this spacing ticket - https://github.com/iBotPeaches/platform_frameworks_base/commit/1d358ff5bb59f56ab19aa31d6afcf82c46b7c7bc Unfortunately as I re-read this ticket, it isn't related. I then looked into original issue and...
I believe resolved with this: https://github.com/iBotPeaches/Apktool/pull/2941
 I know this is honestly 7 years old and useless to even respond, but I took the effort to download the original application and tested it with a basic...