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.
|
1 month ago | |
---|---|---|
system | 1 month ago | |
LICENSE.md | 1 month ago | |
README.md | 1 month ago | |
bootloop_fix.sh | 1 month ago | |
customize.sh | 1 month ago | |
install_on_device.sh | 1 month ago | |
module.prop | 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