DerGoogler / MMRL

Introducing Magisk Module Repo Loader (MMRL) - the ultimate module manager for Magisk, KernelSU and APatch on Android. This highly configurable app allows users to manage modules effortlessly, all while being completely free of ads.
https://mmrl.dergoogler.com
MIT License
269 stars 5 forks source link

[BUG] MMRL trying to use V6 script instead of V8 #170

Closed axujen closed 1 month ago

axujen commented 1 month ago

Describe the bug MMRL trying to use V6 explore script while mmrl_install_tools is only providing the V8 script

To Reproduce Steps to reproduce the behavior: try to install any module and you will get the error in the screenshot

Expected behavior no error

Screenshots error

Device info(please complete the following information):

Additional context not sure if its relevant, but tapping the back key after the error doesnt work, i have to kill the app and then open it again to try again

swebow commented 1 month ago

/system/bin/sh: /data/adb/modules/mmrl_install_tools/system/usr/share/mmrl/bin/mmrl_explore_install_v6: inaccessible or not found

This is the error I get when I try to update via mmrl.

DerGoogler commented 1 month ago

Make sure that you set ModFS for this!

https://github.com/DerGoogler/mmrl_install_tools/releases/tag/v8.5.12

image

The latest version will it support by default.

axujen commented 1 month ago

Make sure that you set ModFS for this!

https://github.com/DerGoogler/mmrl_install_tools/releases/tag/v8.5.12

image

The latest version will it support by default.

ok this worked ty, i guess this should be closed then