[QUOTE=Vmanisme;1040988]Read the topic better, it says:
A $ prompt from the android will open now (this should also be where the Allyroot.bat file should drop you, with the above steps already completed):
Part 2
Enter these commands from the $ prompt above:
1) /data/local/asroot2 /system/bin/sh
(at this point your $ prompt should be a # meaning you are root, if not, type exit and then begin over, when you open the new ./adb shell you will be # root)
When you get # shell, UNMOUNT the sdcard!!!!! This will make the correct link available. Then continue on.
2) Use the menu option on the phone to disable sharing the SD card via USB
3) cat /sdcard/Superuser.apk > /system/app/Superuser.apk
4) cat /sdcard/su > /system/bin/su
5) chmod 06755 /system/bin/su
|