Releases: MMRLApp/MMRL
v2.13.9_alpha-6
Please check #108 for current changes, no changelog provided
Important
Please report if the new root detection works, no matter what you use.
- Dialog backdrop draws now behind the status bar an navigation bar
- dependency licenses activity has been added back
- Improved root detection (Magisk, KernelSU, APatch)
- ModConf is now fully configurable (docs (dev))
- Modules shows now the description, even if the repo does not follow the modules-util fork
- C++ has been fully removed
- HTML tags like
<code>
,<pre>
can now be copied - Module Configure Playground saves now your entered code
Web: https://mmrl.dergoogler.com/alpha (not deployed)
Requirement: MMRL Install Tools V4
v2.13.9_alpha-5
Please check #108 for current changes, no changelog provided
Web: https://mmrl.dergoogler.com/alpha (not deployed)
Requirement: MMRL Install Tools V4
v2.13.9_alpha-4
Please check #108 for current changes, no changelog provided
Web: https://mmrl.dergoogler.com/alpha
Requirement: MMRL Install Tools V4
v2.13.9_alpha-3
Please check #108 for current changes, no changelog provided
Web: https://mmrl.dergoogler.com/alpha
Requirement: MMRL Install Tools V4
v2.13.9_alpha-2
Please check #108 for current changes, no changelog provided
Web: https://mmrl.dergoogler.com/alpha
Patch /data/adb/modules/mmrl_install_tools/system/usr/share/mmrl/bin/mmrl_explore_install_v3
:
#!/system/bin/sh
set -e
source $MODULES/mmrl_install_tools/system/etc/mmrl.sh
# Systemless Mkshrc could affect this
TMPDIR="/data/local/tmp"
cd $TMPDIR
FILENAME="$TMPDIR/$NAME"
download_file() {
$CURL $EXTRA_CURL_ARGS $URL --output "$1"
if [ $(echo $?) -eq 0 ]; then
echo "$GREEN- Successful downloaded $NAME$RESET"
else
echo "$RED! Something went wrong$RESET"
exit 1
fi
}
download_file "$FILENAME.zip"
case "$ROOTMANAGER" in
"Magisk")
exec $MSUCLI --install-module "$FILENAME.zip"
;;
"KernelSU")
exec $KSUCLI module install "$FILENAME.zip"
;;
"APatchSU")
exec $ASUCLI module install "$FILENAME.zip"
;;
*)
echo "- Unable to find root manager"
exit 1
;;
esac
v2.13.9_alpha-1
Please check #108 for current changes, no changelog provided
Web: https://mmrl.dergoogler.com/alpha
Patch /data/adb/modules/mmrl_install_tools/system/usr/share/mmrl/bin/mmrl_explore_install_v3
:
#!/system/bin/sh
set -e
source $MODULES/mmrl_install_tools/system/etc/mmrl.sh
# Systemless Mkshrc could affect this
TMPDIR="/data/local/tmp"
cd $TMPDIR
FILENAME="$TMPDIR/$NAME"
download_file() {
$CURL $EXTRA_CURL_ARGS $URL --output "$1"
if [ $(echo $?) -eq 0 ]; then
echo "$GREEN- Successful downloaded $NAME$RESET"
else
echo "$RED! Something went wrong$RESET"
exit 1
fi
}
download_file "$FILENAME.zip"
case "$ROOTMANAGER" in
"Magisk")
exec $MSUCLI --install-module "$FILENAME.zip"
;;
"KernelSU")
exec $KSUCLI module install "$FILENAME.zip"
;;
"APatchSU")
exec $ASUCLI module install "$FILENAME.zip"
;;
*)
echo "- Unable to find root manager"
exit 1
;;
esac
v1.13.9
Changelogs are readable here or directly in the app.
v1.13.8
Changelogs are readable here or directly in the app.
v1.12.8
Changelogs are readable here or directly in the app.
v1.11.8
Changelogs are readable here or directly in the app.