-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Not compatible with latest Magisk #73
Comments
Can confirm this is the cause of most of the recent "Oops" error related regressions/issues. @skittles9823 @paphonb Until the QuickSwitch app gets fixed users can add the following line to the bottom of /data/adb/magisk/util_functions.sh and it should get things working:
|
This worked for me, thanks! |
OMG I haven't been able to use QuickSwitch for months now. Thanks heaps |
Yeah, not sure if everyone's just busy or what, but hopefully they recompile the APK with the fix included sometime soon... |
Hey, please excuse my ignorance but where exactly is this file? 😅 I am not able to find it anywhere on LineageOS22.1. Do i need to build Magisk from source or something? |
Magisk needs to be installed, and then it's exactly where I said. |
Sorry i had to use a different file manager that actually shows all root folders haha. I can change the recents provider now, but Lawnchair always crashes whenever i open the recents menu (Lawnchair 15.Dev #1922) |
Is there an alternative for KSU? |
I thought the issue was my rom, thanks it worked |
Magisk removed the
NVBASE
variable in topjohnwu/Magisk@d33b077, causingget_modpath.sh
in the app to fail, because it usesutil_functions.sh
and assumesNVBASE
has been set.The text was updated successfully, but these errors were encountered: