- Apr 2, 2011
- 204
- 40
Hi everyone
I'm testing my translations and have made my own tiny build system for the miui apks.
I got almost everything worked out now and it seems that everything is working, i just got one little issue that i've been trying to fix for many days now without luck
It's as the title says, when i recieve a text message, the statusbar FC's, sometimes it freezes/reboots the phone.
I get this from the log created by miui:
Running out of ideas of what to look for, so i hoped someone here had some ideas..
Testing on Galaxy S3 - 2.11.23
Thanks
Btw. using latest aapt/apktool on linux
I did this:
Install frameworks 1-6
Decompile apks, no errors.
Edit apks (add translations/images for all apks, add apktool.yml fix and array fix for framework-miui-res)
Recompile apks, no errors (Ignored the "has no default translation" ones for other langs..)
Then inject res folder and resources.arsc (and classes.dex if needed)
Optimised PNGS and zipaligned the apks.
Made flashable zip, flashed in recovery, wiped cache and dalvik, fixed permissions)
Cleared app data for Mms.apk, still the same..
I'm testing my translations and have made my own tiny build system for the miui apks.
I got almost everything worked out now and it seems that everything is working, i just got one little issue that i've been trying to fix for many days now without luck
It's as the title says, when i recieve a text message, the statusbar FC's, sometimes it freezes/reboots the phone.
I get this from the log created by miui:
Code:
java.lang.AbstractMethodError:
abstract method not implemented
at android media.IRingtonePlayer$Stub.SetOnCompletionListener(IRingtonePlayer.java)
at android.media.IRingtonePlayer$Stub.onTransact(IRintonePlayer.java:115)
at android.os.Binder.execTransact(Binder.java.367)
at.dalvik.system.NativeStart.run(Native Method)
Running out of ideas of what to look for, so i hoped someone here had some ideas..
Testing on Galaxy S3 - 2.11.23
Thanks
Btw. using latest aapt/apktool on linux
I did this:
Install frameworks 1-6
Decompile apks, no errors.
Edit apks (add translations/images for all apks, add apktool.yml fix and array fix for framework-miui-res)
Recompile apks, no errors (Ignored the "has no default translation" ones for other langs..)
Then inject res folder and resources.arsc (and classes.dex if needed)
Optimised PNGS and zipaligned the apks.
Made flashable zip, flashed in recovery, wiped cache and dalvik, fixed permissions)
Cleared app data for Mms.apk, still the same..