[Q] Unable to install ROM - AT&T HTC One (M7)

I have AT& T HTC One M7 (unlocked is displayed in HBOOT). It had crashed once before but I was able to get it back up and running using this thread: http://forum.xda-developers.com/htc-one/help/bricked-htc-one-m7-attempting-to-t2856447
But now it has crashed/bricked again and even after following the same steps, I am unable to get it up and running. Two new things I see is even if I select install recovery during installation, it goes back to twrp and looks like twrp is never able to install root access on this device. Specifics of my device are below:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4M.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.12.502.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: CWS__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4130mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-1f512bb6
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Any thoughts what could be wrong. I even tried wiping out cache, delvik cache, data, system from twrp but no luck. Also, I have copy of HTCOne-32GB-ATT-5.12.502.2-TWRP-stock-unrooted.zip but not sure how I can restore this and if it will help.

cagashe said:
I have AT& T HTC One M7 (unlocked is displayed in HBOOT). It had crashed once before but I was able to get it back up and running using this thread: http://forum.xda-developers.com/htc-one/help/bricked-htc-one-m7-attempting-to-t2856447
But now it has crashed/bricked again and even after following the same steps, I am unable to get it up and running. Two new things I see is even if I select install recovery during installation, it goes back to twrp and looks like twrp is never able to install root access on this device. Specifics of my device are below:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4M.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.12.502.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: CWS__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4130mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-1f512bb6
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Any thoughts what could be wrong. I even tried wiping out cache, delvik cache, data, system from twrp but no luck. Also, I have copy of HTCOne-32GB-ATT-5.12.502.2-TWRP-stock-unrooted.zip but not sure how I can restore this and if it will help.
Click to expand...
Click to collapse
Download the stock 5.12.502.2 recovery and place in your adb/fastboot folder.
Boot into bootloader/FASTBOOT USB:
Code:
fastboot flash recovery 5.12.502.2.recovery.img
fastboot erase cache
fastboot reboot-bootloader
Boot into Recovery and perform a factory reset
Reboot back to bootloader
Flash TWRP 2.6.3.3
I would stick with the Guru Reset it can be done in TWRP. If the stock Recovery does not do the trick, then you could try the stock firmware. You will have to relock your bootloader before you can flash it.

Well.. I am clueless now
majmoz said:
Download the stock 5.12.502.2 recovery and place in your adb/fastboot folder.
Boot into bootloader/FASTBOOT USB:
Code:
fastboot flash recovery 5.12.502.2.recovery.img
fastboot erase cache
fastboot reboot-bootloader
Boot into Recovery and perform a factory reset
Reboot back to bootloader
Flash TWRP 2.6.3.3
I would stick with the Guru Reset it can be done in TWRP. If the stock Recovery does not do the trick, then you could try the stock firmware. You will have to relock your bootloader before you can flash it.
Click to expand...
Click to collapse
Well.. I am clueless now... I tried all the above steps you provided and and used Guru Reset along with firmware. Also, I tried ViperOne 6.2 with no luck.
To be precise the issue now I am running into is no matter what I tried all installations show up as successful but then on reboot phone gets in bootloop (it comes up fine until HTC beatsaudio screen and reboots again). Any thoughts/ideas?

cagashe said:
Well.. I am clueless now... I tried all the above steps you provided and and used Guru Reset along with firmware. Also, I tried ViperOne 6.2 with no luck.
To be precise the issue now I am running into is no matter what I tried all installations show up as successful but then on reboot phone gets in bootloop (it comes up fine until HTC beatsaudio screen and reboots again). Any thoughts/ideas?
Click to expand...
Click to collapse
After you ran the stock firmware or Guru Reset did you try to boot into system? If you didn't then you need to see if that fixed your issue. It might be ViperOne causing the issue with a bad boot.img. You can check the firmware to see if it has a boot.img in the zip. Just open the zip and look to see if there is a boot.img.

majmoz said:
After you ran the stock firmware or Guru Reset did you try to boot into system? If you didn't then you need to see if that fixed your issue. It might be ViperOne causing the issue with a bad boot.img. You can check the firmware to see if it has a boot.img in the zip. Just open the zip and look to see if there is a boot.img.
Click to expand...
Click to collapse
Yes.. I do see the boot. img in the Guru Reset; however, for some reason I am unable to open the firmware zip. I guess I am going to try flashing guru reset without firmware. Another question I had was about "You will have to relock your bootloader before you can flash it." I am trying to flash it leaving bootloader unlocked. Could that be the problem. If yes, can you please please give me the exact sequence I need to follow before flash and after copying Guru Reset to device. (I am using adb push for the same).

cagashe said:
Yes.. I do see the boot. img in the Guru Reset; however, for some reason I am unable to open the firmware zip. I guess I am going to try flashing guru reset without firmware. Another question I had was about "You will have to relock your bootloader before you can flash it." I am trying to flash it leaving bootloader unlocked. Could that be the problem. If yes, can you please please give me the exact sequence I need to follow before flash and after copying Guru Reset to device. (I am using adb push for the same).
Click to expand...
Click to collapse
If you are flashing the firmware, then you have to lock your bootloader since you are S-ON. Here is how you would flash the firmware.
Code:
[B][I]adb reboot bootloader[/I][/B]
After that, type:
Code:
fastboot oem lock
Then, type:
Code:
[B][I]fastboot oem rebootRUU [/I][/B]
NOTE: You should see a silver HTC logo come up on your phone after executing this command.
NOTE: if this command freezes, just disconnect the USB cable and hold the power and volume down buttons until the device reboots. Then, repeat the steps above again.
Finally:
Code:
[B][I]fastboot flash zip firmware.zip[/I][/B]
Repeat the same command: IMPORTANT
Code:
[B][I]fastboot flash zip firmware.zip[/I][/B]
NOTE: The green bar on the phone may not go to 100% of the bar ... but If you see completed on your computer command window, wait for a few seconds and move on.
Last Step:
Code:
[B][I]fastboot reboot[/I][/B]
Click to expand...
Click to collapse
You will have to unlock your bootloader before you push Guru Reset to your phone. If you have your old Unlock_code.bin you might try it first, if it fails use the whole procedure:
Originally posted by @alrayHTC ONE M7_U/M7_UL - ADB PUSH & FLASH A ROM - DETAILED INSTRUCTIONS
Prerequisites:
You need ADB and FASTBOOT on your computer,
either by installing the Android SDK or Minimal ADB and FASTBOOT
You need to know how to start a fastboot/adb command prompt:
To open a command window prompt, in Windows go to Start Menu --> ''Run'' then type cmd. Change the directory to the ADB folder on your machine:
If using the default install location for the SDK:
Code:
cd C:\adt-bundle-windows-x86_64-<DATE>\sdk\platform-tools
If using the default install location of Minimal ADB and FASTBOOT:
Code:
cd C:\Program Files (x86)\Minimal ADB and Fastboot
Or hold left shift + right click a blank space inside the folder where adb and fastboot are located and select ''Open command window here'' from the contextual menu.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You need TWRP recovery on your device.
We still recommend to use version 2.6.3.3 for all roms
except if another version is specified in the rom OP.
Use 2.7.1.1+ for roms that require "block:by-name" support (CM11)
Unlock bootloader if not already unlocked:
Thanks to Electroz for the video tutorial
Flash TWRP Recovery:
Make sure the recovery.img file is in the same folder where adb and fastboot are located
(C:\adt-bundle-windows-x86_64-<DATE>\sdk\platform-tools or C:\Program Files (x86)\Minimal ADB and Fastboot)
reboot phone in bootloader mode
Flash the recovery:
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
You need your HTC drivers correctly installed on your PC:
If not, follow this guide (thanks to nkk71):
originally from @nkk71: [GUIDE] [02-MAR-2014] nkk71's SuperGUIDE to returning 100% back to stock
follow the below instructions to fix
Open "Device Manager" -> select the unknown "One" -> right-click -> "Update Driver Software ..." -> "Browse my computer" -> "Let me pick" -> "Android USB Devices" -> select "My HTC ..." -> install that
just in case, HTC Drivers can be found here: [Drivers] HTC Drivers for Windows - Several Versions (credits to @mdmower)
though you should already have them since you have been using your phone anyways
for those who like a visual guide:
okay so I did a fastboot boot command, and as you can see it didnt install correct driver
Open "Device Manager"
there's the culprit
right click and Update Driver Software
select Browse my computer for driver software
select Let me pick from a list of device drivers on my computer
select Android USB Devices
select My HTC ... (if you have more than one version, choose the latest)
warning, select Yes
successful installation
now it looks better
and can confirm:
Code:
C:\ADB3>[B]adb devices[/B]
List of devices attached
HTxxxxxxxxxx recovery
Click to expand...
Click to collapse
​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Procedure:
Make sure the ROM you want to flash is in the same folder where ADB and FASTBOOT are.
(C:\adt-bundle-windows-x86_64-<DATE>\sdk\platform-tools or C:\Program Files (x86)\Minimal ADB and Fastboot)
Here is a list of the HTC M7 roms. Some other roms can be found here.
Connect your phone to computer using usb cable
(if not using the official HTC USB calble, make sure
you are using a USB data cable and not only a charging
cable. Data cables have 4 contacts: 5V, GND, DATA+, DATA-.
Charging cable only have 5V and GND contact and will not work)
Reboot phone in recovery mode (TWRP):
If phone is booted in OS:
Code:
adb reboot recovery
if not booted or bootlooping, hold power button + volume down until phone boot in bootloader mode
then select BOOTLOADER then RECOVERY using volume up/down to navigate and power button to select.
Make sure your phone is booted in TWRP main menu:
transfer the rom to your /sdcard folder:
Code:
adb push name_of_rom.zip /sdcard/
Wait for the zip file to transfer, this can take several minutes (5-15) and there is no progress bar, the command prompt will be unresponsive for that duration. When the command prompt is responsive again and display how much bytes transferred in X seconds, the transfer is completed:
In TWRP main menu, select ''INSTALL''
Browse the installation menu and select your rom zip file inside /sdcard folder:
Swipe to confirm you want to flash the rom
Reboot phone
Click to expand...
Click to collapse
Click to expand...
Click to collapse

Still no luck
majmoz said:
If you are flashing the firmware, then you have to lock your bootloader since you are S-ON. Here is how you would flash the firmware.
You will have to unlock your bootloader before you push Guru Reset to your phone. If you have your old Unlock_code.bin you might try it first, if it fails use the whole procedure:
​
Click to expand...
Click to collapse
I tried all the steps and see a little progress.. now my phone keeps rebooting on HTC beatsaudio screen. The sequence I followed was as below:
1. Unlocked the device with unlock bin from HTCdev and rebooted in bootloader (Shows as unlocked and tampered).
2. Pushed TWRP and Guru_Reset_M7_5.12.502.2_clsA
3. Installed Guru_Reset_M7_5.12.502.2_clsA using install from TWRP.
4. Checked if the phone is up and running on reboot --> No luck (rebooting on HTC beatsaudio screen)
5. Rebooted phone again in bootloader.
6. Locked the device (fastboot oem lock) . At this step got an error on last line "too many links"
7. fastboot oem rebootRUU (got the silver screen)
8. fastboot flash zip firmware.zip (twice) waited for about a minute after getting confirmation in command prompt.
9. fastboot reboot
I believe I am not doing anything wrong. It is really frustrating now since everyone is sending me birthday wishes today on phone and I am unable to see any :crying:

cagashe said:
I tried all the steps and see a little progress.. now my phone keeps rebooting on HTC beatsaudio screen. The sequence I followed was as below:
1. Unlocked the device with unlock bin from HTCdev and rebooted in bootloader (Shows as unlocked and tampered).
2. Pushed TWRP and Guru_Reset_M7_5.12.502.2_clsA
3. Installed Guru_Reset_M7_5.12.502.2_clsA using install from TWRP.
4. Checked if the phone is up and running on reboot --> No luck (rebooting on HTC beatsaudio screen)
5. Rebooted phone again in bootloader.
6. Locked the device (fastboot oem lock) . At this step got an error on last line "too many links"
7. fastboot oem rebootRUU (got the silver screen)
8. fastboot flash zip firmware.zip (twice) waited for about a minute after getting confirmation in command prompt.
9. fastboot reboot
I believe I am not doing anything wrong. It is really frustrating now since everyone is sending me birthday wishes today on phone and I am unable to see any :crying:
Click to expand...
Click to collapse
Since the last thing you flashed was the stock firmware, boot into Stock Recovery and do a factory reset then reboot back to bootloader. Install TWRP and if the Guru Reset is still on your phone then flash it. If not, then push it to your phone like before. Hopefully, the factory reset in Recovery will clean out any outstanding issues.

Moved on to M8.. but still like to fix m7
Unfortunately none of the above steps worked hence I decided to move on with M8. However now that I have a working phone (M8) I am open to experiment with my M7.
Yesterday I tried restoring M7 nandroid backup from HTC guru and had some luck. But I guess I downloaded an older version of nandroid backup. So two questions:
1. Can anyone point me to correct version of nandroid backup that I can restore. (Phone is unlocked, S-On and not rooted. If I need to root it then I will need some guidance).
2. Any other method you guys can suggest to get the phone up and running again.
Below are getvar details.
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4M.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.12.502.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: CWS__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4130mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-1f512bb6
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0

cagashe said:
Unfortunately none of the above steps worked hence I decided to move on with M8. However now that I have a working phone (M8) I am open to experiment with my M7.
Yesterday I tried restoring M7 nandroid backup from HTC guru and had some luck. But I guess I downloaded an older version of nandroid backup. So two questions:
1. Can anyone point me to correct version of nandroid backup that I can restore. (Phone is unlocked, S-On and not rooted. If I need to root it then I will need some guidance).
2. Any other method you guys can suggest to get the phone up and running again.
Below are getvar details.
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4M.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.12.502.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: CWS__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4130mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-1f512bb6
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Click to expand...
Click to collapse
The nandroid backup is in the same post as the Guru Reset
http://forum.xda-developers.com/showthread.php?t=2775650

clsA said:
The nandroid backup is in the same post as the Guru Reset
http://forum.xda-developers.com/showthread.php?t=2775650
Click to expand...
Click to collapse
Thanks @clsA.. I have downloaded and copied the nandroid to device as mentioned in the post. Just one more question before I restore.. do I need to modify anything in the recovery. txt or I can simply restore it as-is

cagashe said:
Thanks @clsA.. I have downloaded and copied the nandroid to device as mentioned in the post. Just one more question before I restore.. do I need to modify anything in the recovery. txt or I can simply restore it as-is
Click to expand...
Click to collapse
it's fine as is
sometime a factory reset is needed after the restore is complete

clsA said:
it's fine as is
sometime a factory reset is needed after the restore is complete
Click to expand...
Click to collapse
@clsA.. I was able to restore the backup and saw the home screen. However after that it went to bootloop. I tried factory reset as you mentioned but no luck. Any thoughts? I am thinking of updating firmware?

cagashe said:
@clsA.. I was able to restore the backup and saw the home screen. However after that it went to bootloop. I tried factory reset as you mentioned but no luck. Any thoughts? I am thinking of updating firmware?
Click to expand...
Click to collapse
firmware is not going to help you have already done that
go into TWRP and wipe / format data ..type yes
push this rom to your phone and try it
http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_81.0.zip

clsA said:
firmware is not going to help you have already done that
go into TWRP and wipe / format data ..type yes
push this rom to your phone and try it
http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_81.0.zip
Click to expand...
Click to collapse
@clsA.. tried installing new rom you mentioned but no luck and it's back to bootloop from HTC screen. I am now thinking to restore your nandroid backup and look into build.prop. In one of the readings I came across this command which I believe is for getting usb debugging enabled.
write /sys/class/android_usb/android0/enable 1
start adbd
I am thinking to boot in twrp and run above command in adb shell. If successful then I think I can try rumrunner or firewater to s-off the phone... Totally frustrated now.. I have no idea why nothing is working on this phone.

USB Debugging ON now
clsA said:
firmware is not going to help you have already done that
go into TWRP and wipe / format data ..type yes
push this rom to your phone and try it
http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_81.0.zip
Click to expand...
Click to collapse
@clsA... after some more research I found a way to enable USB debugging so steps I followed were:
1. Restored nandroid backup you mentioned in above post.
2. Modified build.prop and default.prop from PC and pushed them back in /system and / respectively.
3. I can now see usb debugging enabled in the home screen.
Only issue I am facing now is even after factory reset phone goes in bootloop from home screen (home screen always remains locked). Any thoughts?
If I somehow get S-Off by rumrunner or firewater would I have more options?

Related

[Q] hox+ stuck in recovery

so I flashed the parinoid android 4.2.2 on my att one x+ was fine until i used goo manager to download gapps and flash them on my phone everything crashed so i flashed a new rom viperxl and now my phone is stuck in recovery sdcard got wiped lost all my bachups and have no android and ideas or help please....
I figure your phone is an AT&T version? You didn't gave much details about your phone and config so I will guess it is At&T
Try this to solve your issue.
Start by installing your SDK tool correctly, guide HERE
Download this recovery HERE
Move this file in your platform-tools folder
Press and hold the Shift key and right click on a empty space of that folder and select Open Command Window Here
In the command window with your phone in FASTBOOT USB mode
Type>fastboot flash recovery openrecovery-twrp-2.4.4.0-evitareul.img
(Success)
Type again>fastboot erase cache
(Success)
Unplug your USB cable
Hit one time Power
Select Recovery (Volume down)
Hit Power to Reboot in Recovery
Your phone should reboot in Recovery
(!! The following instruction are with TWRP Recovery installed !!)
Select Advanced -> ADB Sideload -> swipe to activate
Download this file ViperXL+ 1.2.7 JB and transfer this file again in platform-tools folder and rename it : ViperXL
Press and hold the Shift key and right click on a empty space of that folder and select Open Command Window Here
Double click on the ViperXL.zip file and locate the boot.img and drag it to the platform-tools folder.
Type>adb sideload ViperXL.zip (Enter)
(Success)
Once done select Wipe menu and wipe (factory reset and format system)
Select Install menu of the Recovery
Locate sideload.zip and select it.
Swipe to confirm.
Aroma installer will start leave everything by default and install the ROM.
Once done select Reboot-> Bootloader
Make sure FASTBOOT USB is highlighted
In bootloader via the command window type>fastboot flash boot boot.img (Enter)
(Success)
At the prompt type>fastboot erase cache (Enter)
(Success)
Finally at the prompt>fastboot reboot (Enter)
Rebooting
Give your phone ~5-10 minutes to complete the installation.
Tell me how that went please.
Lucky Thirteen said:
I figure your phone is an AT&T version? You didn't gave much details about your phone and config so I will guess it is At&T
Try this to solve your issue.
[/LIST]
Tell me how that went please.
Click to expand...
Click to collapse
Thanks did all the steps everything said it went through but when i rebooted it wouldn't get past the htc screen and ideas..
Yes, probably the boot.img.
Reboot in bootloader and re-do those steps :
Download this file and place it in the platform-tools folder
In bootloader via the command window type>fastboot flash boot boot.img (Enter)
(Success)
At the prompt type>fastboot erase cache (Enter)
(Success)
Finally at the prompt>fastboot reboot (Enter)
Lucky Thirteen said:
Yes, probably the boot.img.
Reboot in bootloader and re-do those steps :
Click to expand...
Click to collapse
still no luck stuck at htc screen any other ideas
Which version the hboot in your phone?
Reboot in bootlaoder mode and type this command >fastboot getvar all and Copy/Paste the results here. Remove these lines they are irrelevant :
serialno: HT34xxxxxxxx
imei: xxxxxxxxxxxx
meid: xxxxxxxxxxxxx
Lucky Thirteen said:
Which version the hboot in your phone?
Reboot in bootlaoder mode and type this command >fastboot getvar all and Copy/Paste the results here. Remove these lines they are irrelevant :
serialno: HT2bmw303344
imei: 353429050544125
meid: pm6310000
hboot-t30s
Click to expand...
Click to collapse
Please erase your previous post.
This is what I need :
C:\AndroidSDK\platform-tools>c:\windows\system32\cmd.exe
Microsoft Windows [version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tous droits réservés.
C:\AndroidSDK\platform-tools>adb reboot bootloader
C:\AndroidSDK\platform-tools>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.44.0000
(bootloader) version-baseband: 4A.14.3250.13
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.29.661.5
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: TELUS001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4065mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
getvar:all FAILED (status read failed (Too many links))
finished. total time: 0.044s
C:\AndroidSDK\platform-tools>fastboot reboot
Lucky Thirteen said:
Please erase your previous post.
This is what I need :
C:\AndroidSDK\platform-tools>c:\windows\system32\cmd.exe
Microsoft Windows [version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tous droits réservés.
C:\AndroidSDK\platform-tools>adb reboot bootloader
C:\AndroidSDK\platform-tools>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.44.0000
(bootloader) version-baseband: 4A.14.3250.13
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.29.661.5
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) cidnum: TELUS001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4065mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
getvar:all FAILED (status read failed (Too many links))
finished. total time: 0.044s
C:\AndroidSDK\platform-tools>fastboot reboot
Click to expand...
Click to collapse
(bootloader) version: 0.5a
(bootloader) version-bootloader: 1.32.0000
(bootloader) version-baseband: SSD:1.09.55.17
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.15.502
(bootloader) product: evitare_ul
(bootloader) platform: HBOOT-T30S
(bootloader) modelid: PM6310000
(bootloader) cidnum: CWS__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3758mV
(bootloader) devpower: 18
(bootloader) partition-layout: None
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: None
(bootloader) hbootpreupdate: 2
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.464s
Ok reboot your phone in recovery
Select Wipe menu -> Advanced Wipe ->tick All option (except USB-OTG if available) -> Swipe
Once Done Select Install menu -> Locate Sideload.zip and Swipe to install.
Set the options in Aroma
Reboot your phone
Let settle the ROM for ~10 minutes.
Results ?
Lucky Thirteen said:
Ok reboot your phone in recovery
Select Wipe menu -> Advanced Wipe ->tick All option (except USB-OTG if available) -> Swipe
Once Done Select Install menu -> Locate Sideload.zip and Swipe to install.
Set the options in Aroma
Reboot your phone
Let settle the ROM for ~10 minutes.
Results ?
Click to expand...
Click to collapse
i have no advanced wipe i have cache, dalvik cache, factory reset, system, internal storage, format data
Ok select Factory reset and system only.
Lucky Thirteen said:
Ok select Factory reset and system only.
Click to expand...
Click to collapse
still stuck at htc screen
Hum....
Well.... lets try this again, I don't know if this will work, but...
Boot your phone in bootloader mode and plugged in your USB cable. make sure FASTBOOT USB is highlighted.
Hold shift and right click in an empty space of the platform-tools folder, and select Open a command window here.
In the command window type>fastboot flash boot ViperXL.img (Enter)
(Success)
At the prompt type>fastboot erase cache (Enter)
(Success)
Finally at the prompt>fastboot reboot (Enter)
Lucky Thirteen said:
Hum....
Well.... lets try this again, I don't know if this will work, but...
Boot your phone in bootloader mode and plugged in your USB cable. make sure FASTBOOT USB is highlighted.
Hold shift and right click in an empty space of the platform-tools folder, and select Open a command window here.
In the command window type>fastboot flash boot ViperXL.img (Enter)
(Success)
At the prompt type>fastboot erase cache (Enter)
(Success)
Finally at the prompt>fastboot reboot (Enter)
Click to expand...
Click to collapse
still didnt work so i let the phone charge to 100% and am trying again from beging i wiped the rom so starting fresh i will let you know and tganks for the help.
joshua.williams.sr said:
still didnt work so i let the phone charge to 100% and am trying again from beging i wiped the rom so starting fresh i will let you know and tganks for the help.
Click to expand...
Click to collapse
well did a wipe resideloaded the rom, wiped cache, flashed boot.img, still nothing but htc screen
Lucky Thirteen said:
Hum....
Well.... lets try this again, I don't know if this will work, but...
Boot your phone in bootloader mode and plugged in your USB cable. make sure FASTBOOT USB is highlighted.
Hold shift and right click in an empty space of the platform-tools folder, and select Open a command window here.
In the command window type>fastboot flash boot ViperXL.img (Enter)
(Success)
At the prompt type>fastboot erase cache (Enter)
(Success)
Finally at the prompt>fastboot reboot (Enter)
Click to expand...
Click to collapse
well i have been looking my situation up and i think i need to reinstall the factory ruu by chance do you know how to do this
Yes, it is relatively easy to do so,
Reboot in bootlader mode in your command window type> fastboot oem lock
Again type at the prompt >fastboot reboot-bootloader
Make sure FASTBOOT USB is highlighted and continue the procedure
Directly via Windows simply execute this RUU on your computer.
Lucky Thirteen said:
Yes, it is relatively easy to do so,
Reboot in bootlader mode in your command window type> fastboot oem lock
Stay in FASTBOOT USB and continue
Then simply execute this RUU on your computer.
Click to expand...
Click to collapse
thanks i am going to try that later ill let you know hoq it turns out... thanks for all the help
Here is a variant to try...
Put this AT&T stock ROM in the platform-tools folder
Boot your phone in bootloader mode, have FASTBOOT USB enabled by connecting to the PC
Open up a command window in the platform-tools folder (Hold Shift + right click empty space)
At the prompt >fastboot devices (Your phone serial number must appear!)
At the prompt >fastboot oem rebootRUU (Case sensitive)
At the prompt >fastboot flash zip evitareul_stock_ATT.zip
At the prompt >fastboot reboot
Wait until system loads up can be as long as ~60 minutes

installed ARHD and it doesnt boot. im stuck in HTC logo. please help

i tried to install ARHD in my phone, after installing it, it can't pass the HTC logo and its st98uck. when i tried to flash it again, nothing seems happening. i entered TWRP and when i exit it, it says "no OS installed" please help me pls. my device is not listed when i try adb device.
C:\HTCOneRoot>adb device
list of devices
this is my getvar
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.56.0000
(bootloader) version-baseband: 4A.23.3263.28
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.20.707.6
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: ************
(bootloader) imei: ********************
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0714000
(bootloader) cidnum: HTC__044
(bootloader) battery-status: good
(bootloader) battery-voltage: 4287mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-59adc32b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.064s
You are in wrong forum ... check your PM
grins814 said:
i tried to install ARHD in my phone, after installing it, it can't pass the HTC logo and its st98uck. when i tried to flash it again, nothing seems happening. i entered TWRP and when i exit it, it says "no OS installed" please help me pls. my device is not listed when i try adb device.
C:\HTCOneRoot>adb device
list of devices
this is my getvar
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.56.0000
(bootloader) version-baseband: 4A.23.3263.28
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.20.707.6
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0714000
(bootloader) cidnum: HTC__044
(bootloader) battery-status: good
(bootloader) battery-voltage: 4287mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-59adc32b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.064s
Click to expand...
Click to collapse
So First remove your IMEI and SERIALNO from your first post, there are sensitive data you don't want to share!
What TWRP version are you using? Is your bootloader still unlocked?
alray said:
(Maybe a Moderator could move this thread to Q&A of the HTC One thread instead of AT&T HTC One? Thanks!)
So First remove your IMEI and SERIALNO from your first post, there are sensitive data you don't want to share!
What TWRP version are you using? Is your bootloader still unlocked?
Click to expand...
Click to collapse
im using TWRP-2.6.3.4, i already relocked my bootloader.
grins814 said:
im using TWRP-2.6.3.4, i already relocked my bootloader.
Click to expand...
Click to collapse
Why did you relocked your bootloader with a custom recovery?!
Unlock your bootloader
Md5 checksum your recovery.img and your rom and try to flash again
alray said:
Why did you relocked your bootloader with a custom recovery?!
Unlock your bootloader
Md5 checksum your recovery.img and your rom and try to flash again
Click to expand...
Click to collapse
where can i get the recovery.img? can i use ARHD.zip rom?
grins814 said:
where can i get the recovery.img? can i use ARHD.zip rom?
Click to expand...
Click to collapse
Md5 check sum your twrp 2.6.3.4 and your arhd rom.zip then if the md5 checksum match flash both again. clear cahce and see if its boot
Since he is s-on, shouldn't he flash the boot.img from fastboot?
Sent from my HTC One X using xda premium
alray said:
Md5 check sum your twrp 2.6.3.4 and your arhd rom.zip then if the md5 checksum match flash both again. clear cahce and see if its boot
Click to expand...
Click to collapse
ARHD.zip df9854f79c6e6928befd6ec43ec9f4a5
twrp 72067aefb69541d40e8420d7aa46408d
alray, can you give me a link on the files i need for this to work, i really dont know what files to use. please
magnetboard said:
Since he is s-on, shouldn't he flash the boot.img from fastboot?
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
can you please link to me the files i should download, everything that i can use. i have downloaded a lot of files but i dont know if it is the right file for my phone.
grins814 said:
can you please link to me the files i should download, everything that i can use. i have downloaded a lot of files but i dont know if it is the right file for my phone.
Click to expand...
Click to collapse
TWRP: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
MD5: 72067aefb69541d40e8420d7aa46408d
ARHD: http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_53.0.zip
MD5: df9854f79c6e6928befd6ec43ec9f4a5
alray said:
TWRP: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
MD5: 72067aefb69541d40e8420d7aa46408d
ARHD: http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_53.0.zip
MD5: c
Click to expand...
Click to collapse
thanks sir alray, sir can you give me a link on the right steps on how to use this files?
grins814 said:
thanks sir alray, sir can you give me a link on the right steps on how to use this files?
Click to expand...
Click to collapse
MD5 checksum those 2 files posted above using this software: https://dl.dropboxusercontent.com/u/77459918/WinMD5.exe
If this match its safe to flash, if not, redownload the file that is not matching.
Make sure both files are in the same folder where adb and fastboot are.
boot your phone in bootloader mode, select ''fastboot'' then connect usb cable to computer.
open a cmd prompt from your adb/fastboot folder
Code:
fastboot flash recovery <name_of_revovery_file>.img
fastboot erase cache
fastboot reboot-bootloader
then enter in recovery mode
Code:
adb push <name_of_rom>.zip /sdcard/
wait for the file to transfer, It can take up to 10-15 min (there will have no progress bar, just wait)
when you see the file transfer is complete from your cmd prompt
select ''install'' in twrp and browse the sdcard to find the .zip file and select it. swipe to flash
reboot phone
alray said:
MD5 checksum those 2 files posted above using this software: https://dl.dropboxusercontent.com/u/77459918/WinMD5.exe
If this match its safe to flash, if not, redownload the file that is not matching.
Make sure both files are in the same folder where adb and fastboot are.
boot your phone in bootloader mode, select ''fastboot'' then connect usb cable to computer.
open a cmd prompt from your adb/fastboot folder
Code:
fastboot flash recovery <name_of_revovery_file>.img
fastboot erase cache
fastboot reboot-bootloader
then enter in recovery mode
Code:
adb push <name_of_rom>.zip /sdcard/
wait for the file to transfer, It can take up to 10-15 min (there will have no progress bar, just wait)
when you see the file transfer is complete from your cmd prompt
select ''install'' in twrp and browse the sdcard to find the .zip file and select it. swipe to flash
reboot phone
Click to expand...
Click to collapse
thanks for the steps, i'll let you know whats the result after i finish downloading the files. hope it will bring my One back to life.
was nciarior
is there any other way to push the rom into the sd card? when i use the command "adb", its says "error:device not found" i'm really worried right now. :crying:
grins814 said:
is there any other way to push the rom into the sd card? when i use the command "adb", its says "error:device not found" i'm really worried right now. :crying:
Click to expand...
Click to collapse
when you are in twrp recovery, go in your windows device manager. Your device should be listed under ''android usb devices ---> My HTC'' .
If its listed as ''Other devices ---> One'' then your driver are not properly installed and adb will not work.
in this case use this guide from nkk71
originally from @nkk71: [GUIDE] [02-MAR-2014] nkk71's SuperGUIDE to returning 100% back to stock
2) Q: I'm using Windows 7 what should I worry about
A: when you issue the command "fastboot boot CWM.img" (now only in CWM/TWRP restore method) there's a high chance drivers won't correctly install
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
follow the below instructions to fix
Open "Device Manager" -> select the unknown "One" -> right-click -> "Update Driver Software ..." -> "Browse my computer" -> "Let me pick" -> "Android USB Devices" -> select "My HTC ..." -> install that
just in case, HTC Drivers can be found here: [Drivers] HTC Drivers for Windows - Several Versions (credits to @mdmower)
though you should already have them since you have been using your phone anyways​
for those who like a visual guide:
okay so I did a fastboot boot command, and as you can see it didnt install correct driver
Open "Device Manager"
there's the culprit
right click and Update Driver Software
select Browse my computer for driver software
select Let me pick from a list of device drivers on my computer
select Android USB Devices
select My HTC ... (if you have more than one version, choose the latest)
warning, select Yes
successful installation
now it looks better
and can confirm:
Code:
C:\ADB3>[B]adb devices[/B]
List of devices attached
HTxxxxxxxxxx recovery
-------------------------------------------------------------------------------------------------------------------------------------------
Click to expand...
Click to collapse
alray said:
when you are in twrp recovery, go in your windows device manager. Your device should be listed under ''android usb devices ---> My HTC'' .
If its listed as ''Other devices ---> One'' then your driver are not properly installed and adb will not work.
in this case use this guide from nkk71
Click to expand...
Click to collapse
thanks alot sir alray, it did work finding my device, but after trying to install the rom, it says "E:Unable to mount '/cache'" and/or error flashing zip '/sdcard/Android_Revolution_HD-One_53.0.zip' what should i do next?
alray said:
when you are in twrp recovery, go in your windows device manager. Your device should be listed under ''android usb devices ---> My HTC'' .
If its listed as ''Other devices ---> One'' then your driver are not properly installed and adb will not work.
in this case use this guide from nkk71
Click to expand...
Click to collapse
sir alray?
grins814 said:
thanks alot sir alray, it did work finding my device, but after trying to install the rom, it says "E:Unable to mount '/cache'" and/or error flashing zip '/sdcard/Android_Revolution_HD-One_53.0.zip' what should i do next?
Click to expand...
Click to collapse
looks like you have a corrupted partition. try to un-mount the cache partition and then format it. remount and try to flash again.
alray said:
looks like you have a corrupted partition. try to un-mount the cache partition and then format it. remount and try to flash again.
Click to expand...
Click to collapse
how do i do it sir, in twrp the only option is mount? im just really a newbie about this so any help will be appreciated

[Q] Soft Brick -- Help me fix this the easy way please!

S-Off
Unlocked bootloader
Had HD Rev 62 on it, but wiped EVERYTHING (data, cache, etc etc) in TWRP
Updated TWRP to 2.8.
Fastboot working, adb is not.
Fastboot sees and communicated with device just fine.
ADB does not list any devices, or errors. Just returns blank beneath List of connected Devices.
Cannot boot into anything since no OS is present. HD Rev latest version gets errors about "android-info.txt" and android-product.txt.
"error: update package has no android info.txt or android product.txt"
I don't care what OS is loaded on it because I am sending it to my mother. What is the fastest way to get it up and running again? I'm hoping to ignore fixing the ADB drivers on my Windows 8.1 machine (64-bit).
Can I just do a fastboot quick fix? If so, which RUU/Rom/Firmware/whatever. Anything that fastboot update update.zip will fix.
Thanks guys!
nik.the said:
S-Off
Unlocked bootloader
Had HD Rev 62 on it, but wiped EVERYTHING (data, cache, etc etc) in TWRP
Updated TWRP to 2.8.
Fastboot working, adb is not.
Fastboot sees and communicated with device just fine.
ADB does not list any devices, or errors. Just returns blank beneath List of connected Devices.
Cannot boot into anything since no OS is present. HD Rev latest version gets errors about "android-info.txt" and android-product.txt.
"error: update package has no android info.txt or android product.txt"
I don't care what OS is loaded on it because I am sending it to my mother. What is the fastest way to get it up and running again? I'm hoping to ignore fixing the ADB drivers on my Windows 8.1 machine (64-bit).
Can I just do a fastboot quick fix? If so, which RUU/Rom/Firmware/whatever. Anything that fastboot update update.zip will fix.
Thanks guys!
Click to expand...
Click to collapse
Post a fastboot getvar all (except for imei and serialno). If you are in bootloader/FASTBOOT USB and run the command adb devices it will not work. ADB works in OS if USB Debugging is enabled or in recovery.
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4A.21.3263.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.62.401.1
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: FA34CW907053
(bootloader) imei: XXXXXXXXXXXXXXX
(bootloader) meid: XXXXXXXXXXX
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0713000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 4298mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-bb768ae1
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Thanks @majmoz!
nik.the said:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4A.21.3263.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.62.401.1
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: removed
(bootloader) imei: XXXXXXXXXXXXXXX
(bootloader) meid: XXXXXXXXXXX
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0713000
(bootloader) cidnum: 11111111 change to T-MOB010
(bootloader) battery-status: good
(bootloader) battery-voltage: 4298mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-bb768ae1
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Thanks @majmoz!
Click to expand...
Click to collapse
This is the latest RUU 6.10.531.9 it will put you back at stock. Prior to running this, I would change the CID back to T-MOB010, I have had issues running TMO RUUs with SuperCID.
majmoz said:
This is the latest RUU 6.10.531.9 it will put you back at stock. Prior to running this, I would change the CID back to T-MOB010, I have had issues running TMO RUUs with SuperCID.
Click to expand...
Click to collapse
Which commands would I use to get this running? From bootloader/fastboot usb? Thanks again for the help @majmoz
nik.the said:
Which commands would I use to get this running? From bootloader/fastboot usb? Thanks again for the help @majmoz
Click to expand...
Click to collapse
Just follow the instructions in the Post. RUU.exe are run from Windows. Place the downloaded file in your fastboot/adb folder and double click it. Follow the on-screen instructions.
majmoz said:
Just follow the instructions in the Post. RUU.exe are run from Windows. Place the downloaded file in your fastboot/adb folder and double click it. Follow the on-screen instructions.
Click to expand...
Click to collapse
Nothing happens when I run the ruu. I get through to the agreement, accept, and then it disappears. Also, in the Sync manager, it's not showing my phone. I'm guessing this is a windows 8.1 problem?
nik.the said:
Nothing happens when I run the ruu. I get through to the agreement, accept, and then it disappears. Also, in the Sync manager, it's not showing my phone. I'm guessing this is a windows 8.1 problem?
Click to expand...
Click to collapse
Give this procedure a try!
Change USB ports (USB 2 is preferred) and cables if available
Uninstall anything HTC related from your computer such as HTC Sync Manager and Drivers. Also delete any HTC folders from your program files.
Make sure you leave the adb and fastboot that you downloaded.
Connect your device via USB to your computer and let it recognize it. It will automatically install default drivers.
A pop-up asking to install HTC Sync will appear, just ignore it or cancel it.
Make sure you set Fast Boot OFF in the Settings < Power on your phone, and USB Debugging enabled
Leave your phone ON and run the RUU set up.
I'm trying these things, but will it work on a phone that can't get to desktop? My phone isn't able to boot into android. It only can get into bootloader, recovery, and fastboot.
nik.the said:
I'm trying these things, but will it work on a phone that can't get to desktop? My phone isn't able to boot into android. It only can get into bootloader, recovery, and fastboot.
Click to expand...
Click to collapse
Put the phone in bootloader/FASTBOOT USB, then run the RUU.
majmoz said:
Give this procedure a try!
Change USB ports (USB 2 is preferred) and cables if available
Uninstall anything HTC related from your computer such as HTC Sync Manager and Drivers. Also delete any HTC folders from your program files.
Make sure you leave the adb and fastboot that you downloaded.
Connect your device via USB to your computer and let it recognize it. It will automatically install default drivers.
A pop-up asking to install HTC Sync will appear, just ignore it or cancel it.
Make sure you set Fast Boot OFF in the Settings < Power on your phone, and USB Debugging enabled
Leave your phone ON and run the RUU set up.
Click to expand...
Click to collapse
Hmm, frozen at 5% Checking header. RUU problem?
nik.the said:
Hmm, frozen at 5% Checking header. RUU problem?
Click to expand...
Click to collapse
Let's attack this differently. Let's flash the firmware 5.14.531.1 in fastboot. After it is finished, then run the RUU.
Download firmware, rename to fimware.zip and place in your fastboot folder.
Then put phone in bootloader/FASTBOOT USB then, type:
Code:
[B][I]fastboot oem rebootRUU [/I][/B]
NOTE: You should see a silver HTC logo come up on your phone after executing this command.
NOTE: if this command freezes, just disconnect the USB cable and hold the power and volume down buttons until the device reboots. Then, repeat the steps above again.
Finally:
Code:
[B][I]fastboot flash zip firmware.zip[/I][/B]
Repeat the same command: IMPORTANT
Code:
[B][I]fastboot flash zip firmware.zip[/I][/B]
NOTE: The green bar on the phone may not go to 100% of the bar ... but If you see completed on your computer command window, wait for a few seconds and move on.
Last Step:
Code:
[B][I]fastboot reboot[/I][/B]
Click to expand...
Click to collapse
majmoz said:
Let's attack this differently. Let's flash the firmware 5.14.531.1 in fastboot. After it is finished, then run the RUU.
Click to expand...
Click to collapse
It worked, then it restarted into QHSUSB_DLOAD. Hard bricked.
Any suggestions?
EDIT: Apparently Dexter's method can fix this, but I need the "appropriate" packages whatever those are :\.
nik.the said:
It worked, then it restarted into QHSUSB_DLOAD. Hard bricked.
Any suggestions?
EDIT: Apparently Dexter's method can fix this, but I need the "appropriate" packages whatever those are :\.
Click to expand...
Click to collapse
Here is his post and if you scroll down to Post #3 you will find the download.

[Q] Unroot M7 - Please help me and no links

Please help me unroot my phone. I've been on here since 1 pm and its almost 6 pm, and no closer to solving my problem. I'm fed up with, "just follow this link and you'll get a solution" only to have more questions. or get to dead links. I need a step by step set of instructions. Please. Remember, this might be second nature/old school for you, but I've been on here coming on 5 hours reading thread after thread where each thread refers to each other in a freaken loop.
Ok
I have the HTC One M7
CID T-Mob010
getvar main 1.27.531.7 (The closest I found is 1.27.531.11, can I use it?)
I have no clue about update.zip files
I have no clue about recovery.img
I have no clue on firmware.zip.
I don't know where to find previous updates on the phone and can't find the system folder.
Oh, and as you may know, there may be no RUU for my phone.
And I don't have enough posts to respond to developer posts, so if you direct me to something like that, its useless for me.
I should say, I'm rooted, I ignored updates on my phone for a long time. And I want to unroot, so I can have a simple phone again. I keep getting prompted to upgrade to 1.27.531.8. And if I say yes, my phone goes to recovery screen, tells me it's updating, FOREVER. I have to wait for my phone battery to die before I can use it again.
I have the HTC All-in-One.
What do I do to unroot my phone please. Please... Please.
MrLostsoul said:
Please help me unroot my phone. I've been on here since 1 pm and its almost 6 pm, and no closer to solving my problem. I'm fed up with, "just follow this link and you'll get a solution" only to have more questions. or get to dead links. I need a step by step set of instructions. Please. Remember, this might be second nature/old school for you, but I've been on here coming on 5 hours reading thread after thread where each thread refers to each other in a freaken loop.
Ok
I have the HTC One M7
CID T-Mob010
getvar main 1.27.531.7 (The closest I found is 1.27.531.11, can I use it?)
I have no clue about update.zip files
I have no clue about recovery.img
I have no clue on firmware.zip.
I don't know where to find previous updates on the phone and can't find the system folder.
Oh, and as you may know, there may be no RUU for my phone.
And I don't have enough posts to respond to developer posts, so if you direct me to something like that, its useless for me.
I should say, I'm rooted, I ignored updates on my phone for a long time. And I want to unroot, so I can have a simple phone again. I keep getting prompted to upgrade to 1.27.531.8. And if I say yes, my phone goes to recovery screen, tells me it's updating, FOREVER. I have to wait for my phone battery to die before I can use it again.
I have the HTC All-in-One.
What do I do to unroot my phone please. Please... Please.
Click to expand...
Click to collapse
Assuming you are S-ON, you will need to perform the following:
You need ADB and FASTBOOT on your computer,
either by installing the Android SDK or Minimal ADB and FASTBOOT
You need to know how to start a fastboot/adb command prompt:
To open a command window prompt, in Windows go to Start Menu --> ''Run'' then type cmd. Change the directory to the ADB folder on your machine:
[*]If using the default install location for the SDK:
Code:
cd C:\adt-bundle-windows-x86_64-<DATE>\sdk\platform-tools
[*]If using the default install location of Minimal ADB and FASTBOOT:
Code:
cd C:\Program Files (x86)\Minimal ADB and Fastboot
[*]Or hold left shift + right click a blank space inside the folder where adb and fastboot are located and select ''Open command window here'' from the contextual menu.
[*]
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
Download:
RUU TMOUS 1.27.531.11
RUU TMOUS 3.24.531.3
RUU 4.19.531.10
RUU 5.14.531.9
Reboot your phone to the bootloader
Shut Down / Hold volume down + Power till you see the Bootloader screen
When in bootloader connect your phone to your PC you should see FASTBOOT USB
Now type in a command window:
Code:
fastboot oem lock
With your bootloader locked you can now run the RUU's in order.
If you want to S-OFF, I would do it with the earlier RUU because the later RUU will require you to pay to achieve S-OFF.
Response
Thank you for responding. Sorry for my delayed response, I work 2 jobs during the week and can only work on this during the weekend. I will post an update on Saturday. What is S-OFF? I've seen it. I know it's a setting. I can't recall what it stands for. Thank you.
majmoz said:
Assuming you are S-ON, you will need to perform the following:
You need ADB and FASTBOOT on your computer,
either by installing the Android SDK or Minimal ADB and FASTBOOT
You need to know how to start a fastboot/adb command prompt:
To open a command window prompt, in Windows go to Start Menu --> ''Run'' then type cmd. Change the directory to the ADB folder on your machine:
[*]If using the default install location for the SDK:
Code:
cd C:\adt-bundle-windows-x86_64-<DATE>\sdk\platform-tools
[*]If using the default install location of Minimal ADB and FASTBOOT:
Code:
cd C:\Program Files (x86)\Minimal ADB and Fastboot
[*]Or hold left shift + right click a blank space inside the folder where adb and fastboot are located and select ''Open command window here'' from the contextual menu.
[*]
​
Download:
RUU TMOUS 1.27.531.11
RUU TMOUS 3.24.531.3
RUU 4.19.531.10
RUU 5.14.531.9
Reboot your phone to the bootloader
Shut Down / Hold volume down + Power till you see the Bootloader screen
When in bootloader connect your phone to your PC you should see FASTBOOT USB
Now type in a command window:
Code:
fastboot oem lock
With your bootloader locked you can now run the RUU's in order.
If you want to S-OFF, I would do it with the earlier RUU because the later RUU will require you to pay to achieve S-OFF.
Click to expand...
Click to collapse
MrLostsoul said:
Thank you for responding. Sorry for my delayed response, I work 2 jobs during the week and can only work on this during the weekend. I will post an update on Saturday. What is S-OFF? I've seen it. I know it's a setting. I can't recall what it stands for. Thank you.
Click to expand...
Click to collapse
S-ON is security on which will keep the user from corrupting the internal root folders. When you are S-OFF there is no security (security off) and the phone will not stop the user from corrupting the internal folders. You have to be very careful when updating firmware or RUU when you are S-OFF if you make a mistake it can brick your phone. With S-ON, it will keep you from installing the wrong firmware or RUU.
majmoz said:
S-ON is security on which will keep the user from corrupting the internal root folders. When you are S-OFF there is no security (security off) and the phone will not stop the user from corrupting the internal folders. You have to be very careful when updating firmware or RUU when you are S-OFF if you make a mistake it can brick your phone. With S-ON, it will keep you from installing the wrong firmware or RUU.
Click to expand...
Click to collapse
"With your bootloader locked you can now run the RUU's in order."
"If you want to S-OFF, I would do it with the earlier RUU because the later RUU will require you to pay to achieve S-OFF."
Download:
RUU TMOUS 1.27.531.11
RUU TMOUS 3.24.531.3
RUU 4.19.531.10
RUU 5.14.531.9
"Run the RUU's in order."
Does that mean start with 1.27.531.11, then 3.24.531.3, etc... Or just do 1.27.531.11?
MrLostsoul said:
"With your bootloader locked you can now run the RUU's in order."
"If you want to S-OFF, I would do it with the earlier RUU because the later RUU will require you to pay to achieve S-OFF."
Download:
RUU TMOUS 1.27.531.11
RUU TMOUS 3.24.531.3
RUU 4.19.531.10
RUU 5.14.531.9
"Run the RUU's in order."
Does that mean start with 1.27.531.11, then 3.24.531.3, etc... ?
Click to expand...
Click to collapse
Yes, start with 1.27 then do the rest in order.
Than you, still working on this.
majmoz said:
Yes, start with 1.27 then do the rest in order.
Click to expand...
Click to collapse
I can't download the following. I get directed to other locations that don't have these:
RUU 4.19.531.10
RUU 5.14.531.9
I've had to work these last 2 weekends. I'm trying to get this done. Do you know where else I can get them. also, I'm getting beat up with popups. I have to clean my computer before continuing. Also, why are the files gigabyte long, each? ok, I think I have all 4. It will be a while to download them.
Wait, RUU 4.19.531.10 leads me to a xba forum and the only link may be for the HTC M8, I have the M7, download it anyway?
@majmoz I'm in a similar situation. Trying to get my wife's phone updated to the latest Lollipop because the 4.4.3 downloads were failing to install. I'm currently factory reset on 4.4.2.
I had previously unlocked, put TWRP on there, but have done a couple things over the last 6 months and can't remember now. I just flashed a stock recovery, and then relocked the bootloader so it's showing;
*** TAMPERED ***
*** RELOCKED ***
Here's my situation:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.14.531.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0713000
(bootloader) cidnum: T-MOB010
(bootloader) battery-status: good
(bootloader) battery-voltage: 3896mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-1f512bb6
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
What's the reason for installing all the RUU's in order? Can I just install the RUU for Lollipop (I have RUU_M7_UL_L50_SENSE60_MR_TMOUS_7.18.531.2_Radio_4T.35.3218.16_10.33Q.1718.01L_release_421697_signed_2.exe downloaded)?
Just want to get back to a stock recovery, locked phone with stock Lollipop.
Thanks for any help!
lamenting said:
@majmoz I'm in a similar situation. Trying to get my wife's phone updated to the latest Lollipop because the 4.4.3 downloads were failing to install. I'm currently factory reset on 4.4.2.
I had previously unlocked, put TWRP on there, but have done a couple things over the last 6 months and can't remember now. I just flashed a stock recovery, and then relocked the bootloader so it's showing;
*** TAMPERED ***
*** RELOCKED ***
Here's my situation:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.14.531.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0713000
(bootloader) cidnum: T-MOB010
(bootloader) battery-status: good
(bootloader) battery-voltage: 3896mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-1f512bb6
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
What's the reason for installing all the RUU's in order? Can I just install the RUU for Lollipop (I have RUU_M7_UL_L50_SENSE60_MR_TMOUS_7.18.531.2_Radio_4T.35.3218.16_10.33Q.1718.01L_release_421697_signed_2.exe downloaded)?
Just want to get back to a stock recovery, locked phone with stock Lollipop.
Thanks for any help!
Click to expand...
Click to collapse
Unfortunately, Lollipop requires 6.xx framework. So you will need to run the RUU 6.10.531.10 first. Since you are S-ON your bootloader must be locked. Just follow the instructions on the download page.
majmoz said:
Unfortunately, Lollipop requires 6.xx framework. So you will need to run the RUU 6.10.531.10 first. Since you are S-ON your bootloader must be locked. Just follow the instructions on the download page.
Click to expand...
Click to collapse
Bootloader is locked.
So before you replied I ran the RUU updater for Lollipop. It detected the phone, and is now trying to update.. but it's just sitting at:
Updating.. (1/6) Sending...................
Updating the ROM image on your Android phone...
Please do not remove the USB connection from the Android phone or launch any programs duing the update process.
Remember, the operation will take about 10 minutes.
Says it will take 10 minutes, but it's been about 30+.
Kind of afraid to kill the update process at this point..
edit: OK unplugged the USB cable. Downloading the 4.4.3 RUU and will try it out.
But if a proper OTA update failed previously (way before I started unlocking, putting a custom recovery, etc), why would this work? I would always get the red exclamation mark when I tried doing the proper OTA update. :/
lamenting said:
Bootloader is locked.
So before you replied I ran the RUU updater for Lollipop. It detected the phone, and is now trying to update.. but it's just sitting at:
Updating.. (1/6) Sending...................
Updating the ROM image on your Android phone...
Please do not remove the USB connection from the Android phone or launch any programs duing the update process.
Remember, the operation will take about 10 minutes.
Says it will take 10 minutes, but it's been about 30+.
Kind of afraid to kill the update process at this point..
Click to expand...
Click to collapse
It should eventually error out. Then run the KK 6.10 first and good luck.
majmoz said:
It should eventually error out. Then run the KK 6.10 first and good luck.
Click to expand...
Click to collapse
It gave me the error 155.
In the boot screen I'm seeing:
Hboot version is older!
Update fail!
Any thoughts? And thanks again for your help!
---------- Post added at 11:14 AM ---------- Previous post was at 11:10 AM ----------
Oh.. it's because I tried to update to Lollipop first, isn't it...
hboot is now on 1.61.0000
if worse comes to worse, can I:
Unlock bootloader again
Flash TWRP
Find a flashable stock Lollipop ROM
Do you think that will work? And if so what do you recommend?
lamenting said:
It gave me the error 155.
In the boot screen I'm seeing:
Hboot version is older!
Update fail!
Any thoughts? And thanks again for your help!
---------- Post added at 11:14 AM ---------- Previous post was at 11:10 AM ----------
Oh.. it's because I tried to update to Lollipop first, isn't it...
hboot is now on 1.61.0000
if worse comes to worse, can I:
Unlock bootloader again
Flash TWRP
Find a flashable stock Lollipop ROM
Do you think that will work? And if so what do you recommend?
Click to expand...
Click to collapse
Just to make sure you can check fastboot getvar all to see if that is the case. If it is then you will need to gain S-OFF to downgrade your hboot so you can run the KK RUU successfully.
I am not sure that Sunshine S-OFF will work but it will tell you if it will before you pay.
The issue with flashing just the stock ROM, your firmware will be the old version and you can not upgrade it.

HTC one m8

Hi
My fone htc one m8 es rooted and i want to go back my stock plz halp
I try rru img fil but error 130 bootloader also lock and (s-on )
Error 130 means you aren't using the right RUU. You have to use one that is specific to your carrier or region and must be the same version or newer. You can not downgrade while S-On.
htc on m8
I am use version4.28.502.1 dame error come
How i unroot my htc one m8 mey region asia
4.28.502.1 is the RUU you are trying to use? That appears to be one for ATT, which is an American cellular service provider. You should be able to find something here http://forum.xda-developers.com/showthread.php?t=2701376
htc on m8 how unroot and delete supersu
how unroot and delete supersu i am not able to find my htc one m8 arabic version
I want to restore orignal stock 4.4.4 kitkat
I can't guess which update you need. Since you don't know, the best way is to boot to the bootloader and use fastboot (if you don't have it, Google : Minimal ADB and Fastboot). Once in bootloader use the terminal or command prompt to enter : fastboot getvar all. Copy and paste results here and leave out your IMEI and serial number for security's sake.
es0tericcha0s said:
I can't guess which update you need. Since you don't know, the best way is to boot to the bootloader and use fastboot (if you don't have it, Google : Minimal ADB and Fastboot). Once in bootloader use the terminal or command prompt to enter : fastboot getvar all. Copy and paste results here and leave out your IMEI and serial number for security's sake.
Click to expand...
Click to collapse
my htc datail
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: 1.25.21331147A1.06G
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8_ul
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B67000
(bootloader) cidnum: HTC__J15
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 56f9ae32
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.046s
Like I said in my last post, you should not post your IMEI / serial number.
I believe this RUU should work and is Lollipop 5.0.2 https://www.androidfilehost.com/?fid=95916177934518148
You must relock your bootloader since you are S-On. In bootloader, use fastboot command: fastboot oem lock
How to s-off and plz tel me how to install ruu zip file
Thanks
htc on m8
How to s-off and plz tel me how to install ruu zip file
Thanks
S-Off might not be the best idea for someone who isn't comfortable with how to search for information on XDA or Google. Double click the RUU exe and follow directions. S-Off can be achieved with Sunshine. It is a paid app. There are no free solutions anymore.
htc on m8
Dear
This on zip file not img
Did you try extracting it? It's probably compressed for easier uploading / downloading.
htc on m8
Yes i try to extrac
Ok can i use with adb fastboot comnd to install ?
I will try to flash but not load any ruu
I flash with fastboot error come
Target reported max download size 1826418688 byets
Error cannot load 0P6BIMG.zip no error
Thanks
htc one m8
i try but fastboot come like this
C:\Users\TOSHIBA\Desktop\adb fastboot-s.off\adb fastboot>fastboot flash zip 0P6B
IMG.zip
target reported max download size of 1826418688 bytes
error: cannot load '0P6BIMG.zip': No error
syedfawaf said:
i try but fastboot come like this
C:\Users\TOSHIBA\Desktop\adb fastboot-s.off\adb fastboot>fastboot flash zip 0P6B
IMG.zip
target reported max download size of 1826418688 bytes
error: cannot load '0P6BIMG.zip': No error
Click to expand...
Click to collapse
Sorry, didn't realize it was actually the zip as most RUUs are exes. To load the RUU zips you have to boot to the special fastboot screen by using the command:
fastboot oem rebootRUU
then flash the rom zip like you were trying. It might fail after the bootloader, which is common, you just need to immediately redo the command and it should go through.
no dear same error
Is the zip in the same folder where you are running the commands?
Yas zip is same folder

Categories

Resources