What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

HowTo Get Superuser.apk working VIDEO

mejdam

Member
Credit goes to xcsdm from XDA-Developers

[video=youtube;HItQd-C81ww]http://www.youtube.com/watch?v=HItQd-C81ww]YouTube - Droid Incredible Superuser working[/video]

files: http://goo.gl/PYcX

Use adb to push both the su file and Superuser.apk to /sdcard/

Follow original rooting procedure, once at root (#) prompt in adb recovery

export PATH=$PATH:/system/bin
cd /system/app
cat /sdcard/Superuser.apk > Superuser.apk
cd /system/bin
cat /sdcard/su > su
ln -s /system/bin/su /system/xbin/su
chmod 06755 su

Done. I've now had Autokiller and a couple other apps request SU, and everything seems to be working like I would like.

XC
 
Last edited:
Back
Top