-
Notifications
You must be signed in to change notification settings - Fork 7
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
Android 11 magisk module path changed #2
Comments
This affects only those devices with the Android 11 installed right? |
I think sbin/.magisk is/was a reference to the actual real path which was /data/adb/modules also in previous versions. So linking to the original path should not break previous versions. Better way possibly, let the script itself find out its own location. |
Magisk has been in /data/adb for a while now |
This snippet does help us find the location, feel free to check it out. 5bf49be#diff-146a351e388ce71d7689e634b5d8c2c5b990117edf8317b4febf68dd0d99c405R10-R18 |
The following line should be update as follows:
magisk/system/bin/energized
Line 12 in 1c597d7
modPath="/data/adb/modules/energizedprotection/system/bin"
The text was updated successfully, but these errors were encountered: