Skip to content

Required module if you want to install modules from Explore

Notifications You must be signed in to change notification settings

DerGoogler/mmrl_install_tools

Repository files navigation

MMRL Install Tools

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.

Required module if you want to install modules from Explore

GitHub all releases

Get it on MMRL

Included features

  • Configuing MMRL's installer
  • Logcat logger for MMRL

Installation

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

Install scripts

Magisk

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"

KernelSU

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"

APatch

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

API documentation for install script. Everthing from useModConf.ts is also available.

Explore installer

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

Local installer

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