REAndroid

Results 112 comments of REAndroid

Closing as answered at #184

Start from AOSP: [ResourceTypes.h](https://cs.android.com/android/platform/superproject/+/main:frameworks/base/libs/androidfw/include/androidfw/ResourceTypes.h)

Read again [ResourceTypes.h LINE 213](https://cs.android.com/android/platform/superproject/+/main:frameworks/base/libs/androidfw/include/androidfw/ResourceTypes.h;l=213). I believe you missing core points. Where you got "0x80003" ? i assumed you got from first bytes of header 03 00 08 00 All...

Sorry I can't go thru all your codes and fix for you. I guess you ignored my previous comment and come back again with `0x80003` stuff. Anyways your code has...

> Sir my Reader don't have readUShort() method Sorry you are asking very basic things, take a pause and refresh yourself with: - Java primitive data types - C data...

Thank you for brief description ! APKEditor pulls certificates from V2 signing block (located bn LFH and CEH directory), my first guess is that your original apk could be signed...

The apk might already contain obfuscated file names (I will check in detail latter), you can correct first run with `refactor` command `java -jar APKEditor.jar refactor -i file.apk`

Recently I noticed bad XAPK packaging (like inconsistent version code), apps downloaded from apkpure/apkcombo. Download from playstore and merge then let us know your results

I merged and installed the app, I can't replicate this. Provide your logs from APKEditor

Fixed with :https://github.com/REAndroid/APKEditor/commit/4a4b91bddfb025a3f19c2abda3adcc3188839d94 Thank you for reporting