MacFett
Android Expert
Now at the c:\android\platform-tools> prompt enter:Yes or no?
![]()
adb push su /system/bin
adb push busybox /system/bin
That puts the files your phone needs to allow root access.
Next you need to go back into the phone;
adb shell
Now head over to the location of the new files;
cd /system/bin
Then you change the permissions of the two files you just put onto the phone with;
chmod 4755 su
chmod 555 busybox
Lastly exit and reboot the phone;
exit
adb reboot