Skip to content

MIUI-Booster - Magisk module for MIUI users, which improves various aspects of the system

License

Notifications You must be signed in to change notification settings

rzc0d3r/MIUI-Booster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIUI-Booster

MIUI-Booster - Magisk module for MIUI users, which improves various aspects of the system


What the module does?

  • Removes a bunch of system applications

    Really noticeable increase in system smoothness and speed!

  • Disables MIUI system updates

    Now you'll never see the message that an update is available!

  • Disables different types of system logging
  • Disables CellBroadCast service

    To disable this feature you need to delete the /system/apex folder!

  • Disables MIUI Launcher functionality limitations

    Features: force saving app to RAM, dual screen will be unlocked!

  • Makes infinite cloud storage in google photos

    This probably doesn't work now...

  • Disables system boot animation
  • Removes the pop-up window that says there is little charge left
  • Slightly speeds up system animations

How to customize the list of catologs to be deleted

  1. Open the file update-binary and on line 11 you will see the REPLACE variable
  2. You will see a list of directories that will be cleared after the module is installed
  3. You can edit REPLACE variable:
    • For first example, I want to keep the MIUI Weather app, so I delete line 95 and I get:

      REPLACE="
      ...
      /system/priv-app/GameCenterGlobal
      /system/priv-app/MiuiBrowserGlobal
      /system/priv-app/YellowPage
      ...
    • For second example, I want to delete an app that is located at /system/app/TrashAppName, then I add its PATH to a variable and I get:

      REPLACE="
      ...
      /system/vendor/app/SoterService
      /system/vendor/app/SensorTestTool
      
      /system/app/TrashAppName
      "

      Don't forget to move the quotation mark to a new line after adding the new PATH!

About

MIUI-Booster - Magisk module for MIUI users, which improves various aspects of the system

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages