QUOTE(((Xa))0102 @ Oct 17 2013, 06:47 PM)
By reading some posts in this thread (first time in here today

) Malaysian HTC Center really teruk, is it true?
But by the looks of the seller, he can't claim warranty. From my prior knowledge I have to flash official RUU back and unroot it, right?
Actually now is stuck at Hboot right? Need to see if able to access recovery. If unable, have to use fastboot to reflash recovery then use adb sideload to push any rom into your phone /sdcard/ then flash from recovery.
From your reply & topic, look like you able to enter hboot which mean fastboot should not have a problem.
Have a look at this step
» Click to show Spoiler - click again to hide... «
If you can't access recovery, boot into HBOOT (adb reboot bootloader), select FASTBOOT (the only three other options you should see are REBOOT, REBOOT BOOTLOADER and POWER DOWN).
On your computer, type "fastboot erase cache". Then try reflashing the recovery.
If that doesn't work try "fastboot erase recovery". Then try reflashing the recovery.
If you still can't access recovery, reflash your firmware, then retry.
Once you have recovery figured out, follow these steps :
1. Select "Wipe data/factory reset"
2. Select "Wipe cache partition"
4. Advanced -> Select "Wipe dalvik cache"
5. Plug into computer and make sure adb detects it
6. Select "Install zip" ->"Install zip from sideload"
7. Use the command "adb sideload xxxxx.zip"
or
6. Use the command "adb push firmware.zip /sdcard/firmware.zip"
7. Select "Install zip" -> "Install zip from sdcard"
sosAdded another
» Click to show Spoiler - click again to hide... «
Download openrecovery-twrp-2.6.3.0-m7.img to your pc from here
http://goo.im/devs/OpenRecovery/m7/o...2.6.3.0-m7.imgSave the recovery in directory where adb is.
Reboot phone to fastboot usb
Open command window in directory where adb is (hold shift key , then press right click mouse, then select open command window here )
Then type
fastboot flash recovery openrecovery-twrp-2.6.3.0-m7.img
Then
fastboot reboot-bootloader
Then select recovery options
(Use volume key up or down to highlight recovery, then press power to select)
Then as other posts
Select advanced, then sideload
Then in command window
Type
adb sideload nameofrom.zip
Make sure the Rom you're trying to flash is also in directory where adb is .
Sos This post has been edited by K1d0: Oct 17 2013, 07:04 PM