Skip to content

Releases: MMRLApp/MMRL

v2.14.10

29 Feb 18:30
Compare
Choose a tag to compare

Changelogs are readable here or directly in the app.

Web: https://mmrl.dergoogler.com

v2.13.9

22 Feb 19:46
Compare
Choose a tag to compare

Changelogs are readable here or directly in the app.

Web: https://mmrl.dergoogler.com

v2.13.9_alpha-7

04 Feb 14:19
Compare
Choose a tag to compare
v2.13.9_alpha-7 Pre-release
Pre-release

Please check #108 for current changes, no changelog provided

Web: https://mmrl.dergoogler.com/alpha

v2.13.9_alpha-6

27 Jan 19:18
Compare
Choose a tag to compare
v2.13.9_alpha-6 Pre-release
Pre-release

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

23 Jan 19:58
Compare
Choose a tag to compare
v2.13.9_alpha-5 Pre-release
Pre-release

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

20 Jan 18:25
Compare
Choose a tag to compare
v2.13.9_alpha-4 Pre-release
Pre-release

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

16 Jan 19:31
Compare
Choose a tag to compare
v2.13.9_alpha-3 Pre-release
Pre-release

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

15 Jan 15:46
Compare
Choose a tag to compare
v2.13.9_alpha-2 Pre-release
Pre-release

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

14 Jan 16:15
Compare
Choose a tag to compare
v2.13.9_alpha-1 Pre-release
Pre-release

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

13 Jan 20:54
Compare
Choose a tag to compare

Changelogs are readable here or directly in the app.

Web: https://mmrl.dergoogler.com