- Jan 2, 2022
- 3
- 5
I've been trying to modify MiuiSystemUI.apk but with no success. In specific, I'm trying to reorder the four big tiles in MIUI 12's control center.
What I've been doing is using apktool to decode the APK, then make changes to the smali and build it again. I then replace the original and make sure it has the correct permissions.
What happens is the phone boots up, but without SystemUI working properly. Are my modifications breaking it? Or is it because the APK isn't signed anymore?
What I've been doing is using apktool to decode the APK, then make changes to the smali and build it again. I then replace the original and make sure it has the correct permissions.
What happens is the phone boots up, but without SystemUI working properly. Are my modifications breaking it? Or is it because the APK isn't signed anymore?