-
Notifications
You must be signed in to change notification settings - Fork 357
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
Apps using libsu do not work on root solutions like APatch. #179
Comments
Your issue looks like something potentially is wrong with your ProGuard configuration, but we're also seeing an issue where |
Same problem on android 14 |
Would an update be possible? |
Workaround is to use try {
Runtime.getRuntime().exec("su --version");
return true;
} catch (IOException e) {
// java.io.IOException: Cannot run program "su": error=2, No such file or directory
return false;
} |
Works fine on KernelSU, provided the app is whitelisted in the manager. It's APatch specifically that (not tested with the recent 6.0.0 release) that always insists it does not have root or crashes. |
I've been redirected here from the APatch repository regarding an issue with libsu not being able to normally function.
This issue persist over any apps that uses this library, and it seems to be related specifically to libsu.
https://bin.kv2.dev/~65f4075c5de7ed6bfdbfad3c
The text was updated successfully, but these errors were encountered: