wendal / android_su

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

Home Page:http://wendal.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

http://wendal.net


Languages

Language:Makefile 85.9%Language:C 13.6%Language:Shell 0.5%