A fork of https://github.com/Rikj000/Magisk-Manager-for-Recovery-Mode and https://github.com/Magisk-Modules-Repo/mm that enables the script to work with KernelSU and APatch
Easily manage your APatch/KernelSU Modules from a terminal session in your custom recovery! (e.g. TWRP)
Yes who said Magisk Manager for Recovery Mode Couldn't work with APatch/KernelSU, so i made this a reality
- I have no responsability if something on your phone breaks be aware.
- Automatically fix modules.img (e2fsck -fy) or you can reset modules by deleting the img directly
- List installed modules
- Toggle
- Core only mode ON
- Core only mode OFF
- Disable
- Remove
- APatch or KernelSU existing Installation
- TWRP or another custom recovery with terminal session support
Just download the script for your root solution and place it on the root of your sdcard, then on recovery chmod it for execution: adb push mm(-ksu or -apatch) /sdcard/mm (you can copy the file direcltly with a file manager for simplicity or drag and drop it on a terminal)
chmod +x /sdcard/mm
cd /sdcard
./mm
After the initial installation,
If there wil be probably they will be in this repo, you just will have to replace the script on your /sdcard and chmod +x it again.
Just delete the /sdcard/mm script
- Boot into your custom recovery (e.g. TWRP)
- Open up a terminal session from within your custom recovery
- Run the
*/mm
orsh /sdcard/mm
command to start managing your modules. - Simply follow the instructions/wizard, everything is interactive!
Current - Rikj000
Original - VR-25 (Deprecated!)