Thread: General Android 2.x on Galaxy
View Single Post
Old January 13th, 2010, 08:49 AM   #144 (permalink)
Andronix
Senior Member
 
Andronix's Avatar
 
Join Date: Aug 2009
Posts: 677
 
Device(s): Samsung i7500 @ GAOSP Froyo nightly
Thanks: 7
Thanked 17 Times in 13 Posts
Default

If you want Superuser whitelist app on mustymod rom, read this post.

xda-developers - View Single Post - AOSP 2.0.1 for HTC Hero

or just get the zip file, unzip it and do the following:

adb push su /system/xbin/su
adb shell chmod 4755 /system/xbin/su
adb push Superuser.apk /system/app/
adb shell sync

Also, if you want all busybox love from the shell, just do the following:

#su
#cd /system/xbin/
#./busybox --install .

Don't forget the dot at the end.
Andronix is offline  
Last edited by Andronix; January 13th, 2010 at 08:51 AM.
Reply With Quote