libsuperuser
libsuperuser copied to clipboard
Example code for "How-To SU"
New user to chainfire/libsuperuser
I want to run command libsupeuser library to access values after some actions are performed how can I do that? Example: ```java private final Shell.Interactive su = new Shell.Builder().useSU().open(); su.addCommand("command",...
…ople about which versions of your project are currently being supported with security updates. | Version | Supported | | ------- | ------------------ | | 5.1.x | :white_check_mark: | |...
Root
Hi We're experiencing a crash, coming from Shell object, that happens sporadically, but on many devices (+100 devices). The crash is seen with the newest version of the lib, i.e....
(*#*#SUPERSU#*#*)
I am developing an app that requires root for some of its features. Users sometimes set up periodic tasks to run. It seems to wok fine on rooted devices, but...
The new version (1.1.0) uses AndroidX, but has a minimum Android version of 5. I want to continue supporting back to Android API 9 in my app, but realistically I...
Some Android 5.0 and 5.1 devices produce NPE with the latest libsuperuser. However I'm not sure what exactly triggers these NPEs. `implementation 'eu.chainfire:libsuperuser:1.1.0.+'` ``` java.lang.NullPointerException: Null pointer exception during instruction...