Simple, easy to install and test Magisk module template.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AAGaming ce298d65d5
init
1 month ago
system init 1 month ago
LICENSE.md init 1 month ago
README.md init 1 month ago
bootloop_fix.sh init 1 month ago
customize.sh init 1 month ago
install_on_device.sh init 1 month ago
module.prop init 1 month ago

README.md

Magisk Module Template

Instructions (WIP): Edit system.prop, install_on_device.sh and bootloop_fix.sh, replacing the template module info with your own.

Place files in the system folder and they will be overlayed on top of the filesystem in their respective paths. To add files outside of /system, like in /vendor, place them in ./system/vendor

Edit customize.sh to set up permissions for your files, magisk will run this on the device during the module installation process (if you do not do this your device may bootloop!!!!)

Finally, test your module by running install_on_device.sh

You can recover from bootloops by running bootloop_fix.sh