An open API service indexing awesome lists of open source software.

https://github.com/wendal/android_su

Just as root !! Simple su for android , without any Management (Not GUI Confirm).
https://github.com/wendal/android_su

Last synced: 2 months ago
JSON representation

Just as root !! Simple su for android , without any Management (Not GUI Confirm).

Awesome Lists containing this project

README

        

This is a program to obtain root user permissions under Android, modified from the su source code of Superuser.apk

No manual confirmation is required, any program can obtain root privileges through this program

You must set the permission of the su program to 6777, and ensure that the partition supports suid
chmod 6777 su

# Note

Not available on Android 4.4+. You need install-recovery.sh to start a background process (root privileges) and then communicate with it.