If you upgraded to HoneyComb using the Official OTA perform these steps, otherwise skip to section "Downgrade" below
1. Perform a HTC unlock using the HTC unlock website 2. Download this recovery download MD5: bb366b025dcc454ffe8b21b8bf0c72d0 3. Download superuser from here 4. Copy the su zip fileto theroot of your external SD card. 5. Boot the flyer to fastboot mode 6. Flash recover
Code:
fastboot flash recovery recovery.img
7. Reboot to recovery and install the su zip file. 8. Reboot to android 9. Proceed with the downgradre procedure below.
Downgrade
1. First download the RUU for your device from this thread.
If there is no RUU for your region/operator, download one of the unbranded ones and create a goldcard
If you don't know which RUU to use see post #2.
2. Download misc_version_universal.zip and extract the misc_versionfilefrom it.
3. If you don't have adb and fastboot on your PC Get fastboot and adb tool for windows here
Get Fastboot and adb for linux here
4. check the version number for your RUU In my example I am using this RUU: RUU_Flyer_HTC_WWE_2.00.405.3_R_Radio_20.3501.30.08 9BU_3809.05.04.10_M_release_194964_signed.exe The version is the part highlighted in red.
5. Boot your flyer up to android if it's not already on, with usb debugging enabled and connect it to the PC.
6. Run the following command:
Code:
adb push misc_version /data/local/misc_version
7. Run the following commands:
Code:
adb shell $ su (make sure your screen is unlocked so you see a toaster notification if # chmod 777 /data/local/misc_version # /data/local/misc_version -s 2.00.405.3
Note that the number in RED is the version number retrieved in step 4. You will seea messageaboutbacking up and writing miscpartition