Many thanks for the guide and useful links!
Worked perfectly for me up until the update installer rebooted the phone into the bootloader. At this point, it hung with a "Waiting for bootloader" message while the phone stayed at a dark screen with the HTC logo. Disconnecting the USB cable dropped me into the Android bootloader (a white screen with some skateboarding robots and tiny text).
I tried a few different things to try and get it working again, but the one which finally seemed to have an effect for me was the following:
Make sure the phone is powered on and plugged into the PC (if it's hung at the bootloader, reboot it by removing the battery).
Open a command window and navigate to the tools directory of the Android SDK (I unzipped it to C:\AndroidSDK, so this would be C:\AndroidSDK\tools ).
Type 'adb devices' to check that USB debugging is enabled and the phone is recognised. Now type 'adb reboot bootloader' to manually reboot the device into the bootloader - it should show a white screen with skating androids and some text.
Once this screen is showing, run the HTC updater. It will reboot the phone again itself, but in my case, the phone managed to get past the initial bootloader and begin flashing the phone.
|