Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MiuiFramework.apk decompile error with Miui 5.1.23 #70

Closed
chillzz opened this issue Jan 23, 2015 · 3 comments
Closed

MiuiFramework.apk decompile error with Miui 5.1.23 #70

chillzz opened this issue Jan 23, 2015 · 3 comments

Comments

@chillzz
Copy link

chillzz commented Jan 23, 2015

Following error appears after decompile, compile and decompile the MiuiFramework.apk again:

[23.01.2015 13:43:24] I: **** Decompiling MiuiFramework.apk ****
[23.01.2015 13:43:24] I: Loading resource table...
[23.01.2015 13:43:24] I: Decoding AndroidManifest.xml with resources...
[23.01.2015 13:43:24] I: Loading resource table from file: D:\Xiaomi\MIUI\jBART\data\frameworks\1.apk
[23.01.2015 13:43:25] I: Loading resource table from file: D:\Xiaomi\MIUI\jBART\data\frameworks\10.apk
[23.01.2015 13:43:25] W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x080d0051
[23.01.2015 13:43:25] I: Regular manifest package...
[23.01.2015 13:43:25] I: Decoding file-resources...
[23.01.2015 13:43:25] W: Could not decode attr value, using undecoded value instead: ns=android, name=textAppearance, value=0x080d0058
[23.01.2015 13:43:25] W: Could not decode attr value, using undecoded value instead: ns=android, name=textAppearance, value=0x080d0058
[23.01.2015 13:43:25] W: Could not decode attr value, using undecoded value instead: ns=android, name=textAppearance, value=0x080d00b6
[23.01.2015 13:43:25] W: Could not decode attr value, using undecoded value instead: ns=android, name=background, value=0x080202b4
[23.01.2015 13:43:25] W: Could not decode attr value, using undecoded value instead: ns=android, name=textAppearance, value=0x080d00b6
[23.01.2015 13:43:25] W: Could not decode attr value, using undecoded value instead: ns=android, name=textAppearance, value=0x080d000d
[23.01.2015 13:43:25] W: Could not decode attr value, using undecoded value instead: ns=android, name=textAppearance, value=0x080d0058
[23.01.2015 13:43:26] I: Decoding values / XMLs...
[23.01.2015 13:43:26] S: pro.burgerz.bart.core.exceptions.DecompileException: c.a.a.e: resource spec: 0x080d0018

@Zzzenk
Copy link
Contributor

Zzzenk commented Jan 23, 2015

Will be fixed in next jBART build.

@chillzz
Copy link
Author

chillzz commented Jan 23, 2015

Thank you!

@chillzz chillzz closed this as completed Jan 23, 2015
@BurgerZ
Copy link
Owner

BurgerZ commented Jan 25, 2015

This is apktool related problem - when apktool can't detect the right package ID if apk uses 2 or more frameworks to decode resources (like MiuiFramework uses 1 and 8 packages).
So I've fixed this bug and fixed jbart2a will be released today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants