Cannot turn htc on :(....Please help :(

Nfahajan

Senior Member
Apr 19, 2013
124
5
0
dhaka
I updated my htc one to the stock 3.62.401.1 from guru reset zip.
after that i my htc one is stuck at the htc quielty brilliant screen.
And if i go to fastboot it shows waiting for device also when entering recovery it shows a sign with something red.I selected the option stock revoery.
What can i do please help
 

LibertyMarine

Senior Member
Sep 26, 2013
466
156
0
I updated my htc one to the stock 3.62.401.1 from guru reset zip.
after that i my htc one is stuck at the htc quielty brilliant screen.
And if i go to fastboot it shows waiting for device also when entering recovery it shows a sign with something red.I selected the option stock revoery.
What can i do please help
just run through an RUU...
Install the drivers by:
1: uninstalling the old ones
2: installing HTCSync
3: uninstalling HTCSync but letting the drivers installend
4: proceeding a reboot
5: try every usb slot(especially the ones directly mounted on the motherboard...

then boot into the reboot ruu mode with:
Code:
fastboot oem rebootRUU
use the right ruu and flash it with
Code:
fastboot flash zip "C:\path\ruu.zip"
this works only if you are s off

the RUU can be found here http://www.htc1guru.com/downloads/ruu-zip-downloads/
Take this one for 401 , international version:
http://www.htc1guru.com/dld/ruu-zip...1-27_10-31-1131-05_release_310878_signed-zip/

what you did is: You somehow f*cked up your system partition and recovery partition -> now you have a bootloop... the way I choose for you is the easiest and fastest... if you are NOT s off... come to me and I'll give you another way of solving this problem
 

Nfahajan

Senior Member
Apr 19, 2013
124
5
0
dhaka
just run through an RUU...
Install the drivers by:
1: uninstalling the old ones
2: installing HTCSync
3: uninstalling HTCSync but letting the drivers installend
4: proceeding a reboot
5: try every usb slot(especially the ones directly mounted on the motherboard...

then boot into the reboot ruu mode with:
Code:
fastboot oem rebootRUU
use the right ruu and flash it with
Code:
fastboot flash zip "C:\path\ruu.zip"
this works only if you are s off

the RUU can be found here http://www.htc1guru.com/downloads/ruu-zip-downloads/
Take this one for 401 , international version:
http://www.htc1guru.com/dld/ruu-zip...1-27_10-31-1131-05_release_310878_signed-zip/

what you did is: You somehow f*cked up your system partition and recovery partition -> now you have a bootloop... the way I choose for you is the easiest and fastest... if you are NOT s off... come to me and I'll give you another way of solving this problem
Please help im s-on.
Should i follow this method or sth else??
 

LibertyMarine

Senior Member
Sep 26, 2013
466
156
0
Please help im s-on.
Should i follow this method or sth else??
Wait... I write the guide... come back in 10 minutes...

---------- Post added at 07:18 PM ---------- Previous post was at 07:07 PM ----------

@Nfahajan

That's how you fix it.. First we need to connect to your phone while in bootloader... these are the same steps..

LibertyMarine said:
Install the drivers by:
1: uninstalling the old ones
2: installing HTCSync
3: uninstalling HTCSync but letting the drivers installend
4: proceeding a reboot
5: try every usb slot(especially the ones directly mounted on the motherboard...
Now you can test the connection to your pc with the following command

Code:
fastboot devices
1: type the following command while being in fastboot

Code:
fastboot erase cache
2: now flash this custom recovery: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
with this command:
Code:
fastboot flash recovery "C:\path\recovery.img"
3: enter the recovery

4: copy the desired ROM to your phone using this command (It has to be a rom zip romname.zip)
I recommand this ROM: http://android-revolution-hd.blogspot.ch/p/android-revolution-hd-mirror-site-var.html
Download that: http://www.androidrevolution.nl/downloader/download.php?file=One_4.19.401.8_odexed.zip
(It's KitKat.. but if you want stock take that: http://www.htc1guru.com/dld/guru_reset_m7_3-62-401-1-zip/ But I think you tried it and it didn't work)

Code:
adb push "C:\path_to_rom\rom_name.zip" /data/media/rom.zip
5: Enter the recovery and flash the rom using the normal flash option

6: wipe again cache and data... reboot

7: Thanksbutton hits are appreciated but not expected ;)
 

Nfahajan

Senior Member
Apr 19, 2013
124
5
0
dhaka
Hello i get everything right.
Also in faatboot device it shows my device and i have also installed a custom recovery but when i try to copy the guru reset zip its shows no device port error 5037.
What should i do??
 

clsA

Senior Member
Aug 28, 2010
9,799
3,449
253
Central Florida
Hello i get everything right.
Also in faatboot device it shows my device and i have also installed a custom recovery but when i try to copy the guru reset zip its shows no device port error 5037.
What should i do??
are you sideloading or pushing the rom.zip with the phone sitting in recovery ?

Set the device into ADB sideload mode. In TWRP you do this by going to Advanced then ADB Sideload.
From the command line, type adb sideload name_of_rom.zip