Recent content by nicegamer7


  1. N

    How to modify MiuiSystemUI?

    Sorry, I'm new. How should I do it in the future? I guess just attaching it is better?
  2. N

    How to modify MiuiSystemUI?

    For anyone who runs into the same issue. I think it was because the APK wasn't signed. I got it working by copying the original META-INF folder and AndroidManifest.xml file to the new APK. Here's a picture of the reordered control center.
  3. N

    How to modify MiuiSystemUI?

    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...