HowTo Get Superuser.apk working VIDEO

mejdam

Member
Joined
Jan 12, 2010
Messages
55
Reaction score
0
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:
Top