-
Notifications
You must be signed in to change notification settings - Fork 2
Home
by topjohnwu
This is a Magisk Module Uninstaller Template ZIP for Developers.
A.K.A. "M2UT" in Short.
By Dark❶
Profile @ XDA-Developers : Dark❶ .
Profile @ GitHub : Dark❶ .
GitHub Pages Site : Magisk Module Uninstaller Template .
GitHub Repository : Magisk-Module-Uninstaller-Template .
XDA Developers Thread : [Magisk] Magisk Module Uninstaller Template .
Kindly Change what is requried in "config.sh", ie "MODID" & "print_modname()".
The "config.sh" from Here can also be Copied/Replaced over by "config.sh" from your Magisk Module Installer.[ No Problem Doing This ]
I have Copied the Code from "magisk-module-template" ZIP by topjohnwu.
I have Edited some part of the Code to make it work for All General Magisk Module.
I have Removed Un-Necessary part of Code Because It is Either Not Used OR Not Needed.
I have Removed Un-Necessary Directory(s) & File(s) Because It is Either Not Used OR Not Needed.
You might require to make changes to "update-binary" if you did some changes to "update-binary" in "Magisk Module Installer" of your Magisk Module.
Thanks topjohnwu for Magisk & for the code in "magisk-module-template" , could not have done without it.
1> From update-binary File :
- Funtion :
grep_prop(),set_perm(),set_perm_recursive(),request_size_check(). - Variable :
INSTALLER,API,ABI,ABI2,ABILONG,ARCH,IS64BIT.
2> From config.sh File :
- Funtion :
set_permissions(). - Variable :
AUTOMOUNT,PROPFILE,POSTFSDATA,LATESTARTSERVICE,REPLACE.
- File
module.prop. - Directory
system& All it's Content : Fileplaceholder. - Directory
common& All it's Content : Filefile_contexts_image,post-fs-data.sh,service.sh,system.prop.
- Initialized.
- Initial Release.
- Copied the Code.
- Edited some part of the Code.
- Removed Un-Necessary part of Code.
- Removed Un-Necessary Directory(s) & File(s).
.