-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module not dectected when launched #45
Comments
I got the same issue and be able to fix the script for my device, here is some details Here is the part cause module not detected module. Take a look before read below On my device, modules are located at The fix is simple though, I login using adb root then adb shell cp /system/bin/lhroot /data/sdcard/myscript.sh Edit the script with
to
run myscript with
Note: I'm not sure about your device and I am not a magisk module expert, just have some experience with programing and bash |
@ppvan I tried your fix and it works. thanks. and opened a pull request to fully fix this problem. |
@ppvan thanks for the info, helped me here. in my case the code was a little different, so i used the the /data/adb/modules directory in the code itself and worked. thanks for your work -d "/data/adb/modules" ] && MOUNTPATH="/data/adb/modules |
Hello, I'm receiving an error "Module not detected" when I launch the module by the command (lhroot) on the command line.
The error is occurring when use the Busybox NDK or Built-in Busybox, I've tried everything to make it works and it doesnt.
Device Details:
Samsung S10e
Running Android 12
Hope someone can help me to do a work to my old (but good) phone.
The text was updated successfully, but these errors were encountered: