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!
Well I was able to make some progress with it from last time.The thing was that my folder was named downloads instead of download. The only question I have left is after you type rm /system/bin/rootshell do you reboot the program and then type su?Thanks btw.
Copy superuser files
You now have temporary root access and need to copy all of your files in to place to make it permanent. Type the following commands:
Code:
cp /sdcard/download/Superuser.apk /system/app/Superuser.apk
cp /sdcard/download/su /system/bin/su
cp /sdcard/download/busybox /system/bin/busybox
chmod 4755 /system/bin/su
chmod 4755 /system/bin/busybox
rm /system/bin/rootshell
exit
You now have root. I needed to close my terminal emulator (in Better Terminal, you need to actually click the menu button and exit) and reopen it. After this, type su
Copy superuser files
You now have temporary root access and need to copy all of your files in to place to make it permanent. Type the following commands:
Code:
cp /sdcard/download/Superuser.apk /system/app/Superuser.apk
cp /sdcard/download/su /system/bin/su
cp /sdcard/download/busybox /system/bin/busybox
chmod 4755 /system/bin/su
chmod 4755 /system/bin/busybox
rm /system/bin/rootshell
exit
You now have root. I needed to close my terminal emulator (in Better Terminal, you need to actually click the menu button and exit) and reopen it. After this, type su
Alright.. I was gonna wait to root this time.. but I just couldn't.. thanks for the easy guide, thanks to all the contributors, and thanks to hookbill for the sticky...
Copy superuser files
You now have temporary root access and need to copy all of your files in to place to make it permanent. Type the following commands:
Code:
cp /sdcard/download/Superuser.apk /system/app/Superuser.apk
cp /sdcard/download/su /system/bin/su
cp /sdcard/download/busybox /system/bin/busybox
chmod 4755 /system/bin/su
chmod 4755 /system/bin/busybox
rm /system/bin/rootshell
exit
You now have root. I needed to close my terminal emulator (in Better Terminal, you need to actually click the menu button and exit) and reopen it. After this, type su
at the very least you will be able to restore your phone to stock and update to froyo... but I'm sure froyo will be quickly rooted as well.... either way, returning from a fresh install and restoring all of your apps/data etc. is much easier with froyo than it is with 2.1.. so you should be good..
I tried several other How to Root walk throughs for my new X, and I could not get adp to work with win7 64bit. So, this was brilliant. Kudos to those who figured this all out for us Noobs.