Warning
Please be advised that support and update delivery for MMRL Install Tools will be discontinued as of June 20, 2024. We recommend migrating to MMRL-CLI to ensure uninterrupted service and continued improvements. Read more 🔗
Required module if you want to install modules from Explore
- Configuing MMRL's installer
- Logcat logger for MMRL
Pick the latest release and install it via your root manager (e.g. Magisk, KernelSU or APatch). After a reboot you can install modules via MMRL.
You also able to configure the module within MMRL
curl -L "https://github.com/DerGoogler/mmrl_install_tools/releases/latest/download/module.zip" --output "/data/local/tmp/mmrl_install_tools.zip" && /system/bin/magisk --install-module "/data/local/tmp/mmrl_install_tools.zip"
curl -L "https://github.com/DerGoogler/mmrl_install_tools/releases/latest/download/module.zip" --output "/data/local/tmp/mmrl_install_tools.zip" && /data/adb/ksu/bin/ksud module install "/data/local/tmp/mmrl_install_tools.zip"
curl -L "https://github.com/DerGoogler/mmrl_install_tools/releases/latest/download/module.zip" --output "/data/local/tmp/mmrl_install_tools.zip" && /data/adb/ap/bin/apd module install "/data/local/tmp/mmrl_install_tools.zip"
API documentation for install script. Everthing from useModConf.ts
is also available.
ENV | DESC |
---|---|
MMRL |
Is always true |
MMRL_VER |
Prints the current MMRL version |
NAME |
Module id |
URL |
Download url of the zip file |
ROOTMANAGER |
Prints the current used root manager |
ENV | DESC |
---|---|
MMRL |
Is always true |
MMRL_VER |
Prints the current MMRL version |
NAME |
Module id |
ZIPFILE |
Location path to install the module |
ROOTMANAGER |
Prints the current used root manager |