Turn off/on airplane mode, usb debug.
5. Power down until recovery is selected and continue to hold power down and the power button.
Maybe its just me... but this is a little confusing. Did you mean put the phone in airplane mode and uncheck usb debug? Or the other way around?
Do you mean hold volume button down and the power button?
Well what I did was format my card. Turn off/on airplane mode, usb debug. Power off the phone. Insert my SD card that way the phone doesn't touch it yet. Unplug the usb cable.
1. Insert battery if you removed it.
2. Insert SD card.
3. Start up phone holding down volume down and power.
4. Start your adb shell loop.
5. Power down until recovery is selected and continue to hold power down and the power button.
6. Start counting 1 one thousand, 2 one thousand etc.
7. As soon as the white htc screen shows up you will see a black line go across the screen. As soon as you see it insert the USB cable.
8. Give the loop up to 20-30 seconds before retrying. You should see the "exec '/system/bin/sh' failed: No such file or directory" error. If you don't pull the battery and start again.
Keep a close count on when you inserted it. From the time I hit power to select recovery in the menu to the time I inserted and it gave me root was 7-7.5 seconds. Open up your clock on your computer for visual tracking. Each phone is different some people have gotten it at 5 seconds some at 11 seconds. Just depends. Run through it at .5 second intervals.
Hopefully this helps you a bit.
sweet!
okay... next problem.
I'm up to the following command... everything went fine to this point. i enter
"ln -s /system/bin/su /system/xbin/su"
and the following message appears (message isn't in the video)
"ln: /system/xbin/su: Permission denied"
what should i do?
adb shell
su
export PATH=$PATH:/system/bin
cat /sdcard/Superuser.apk > /system/app/Superuser.apk
cat /sdcard/su > /system/bin/su
ln -s /system/bin/su /system/xbin/su
chmod 06755 /system/xbin/su
This is exactly what I did, been trying since 6 this morning. After reading this it worked like a charm!
Well what I did was format my card. Turn off/on airplane mode, usb debug. Power off the phone. Insert my SD card that way the phone doesn't touch it yet. Unplug the usb cable.
1. Insert battery if you removed it.
2. Insert SD card.
3. Start up phone holding down volume down and power.
4. Start your adb shell loop.
5. Power down until recovery is selected and continue to hold power down and the power button.
6. Start counting 1 one thousand, 2 one thousand etc.
7. As soon as the white htc screen shows up you will see a black line go across the screen. As soon as you see it insert the USB cable.
8. Give the loop up to 20-30 seconds before retrying. You should see the "exec '/system/bin/sh' failed: No such file or directory" error. If you don't pull the battery and start again.
Keep a close count on when you inserted it. From the time I hit power to select recovery in the menu to the time I inserted and it gave me root was 7-7.5 seconds. Open up your clock on your computer for visual tracking. Each phone is different some people have gotten it at 5 seconds some at 11 seconds. Just depends. Run through it at .5 second intervals.
Hopefully this helps you a bit.