[Q] HELP after unrooting/S-off No boot - Sprint HTC One (M7)

I was unrooting/locking bootloader/S-on'n in order to sell my One today. The process ran smoothly. I was preparing to use The RUU but I got an error that the version I am on is current. I should have ran it while I had S-off. I then flashed the firmware in fastboot using the fastboot oem rebootRUU and it flashed successfully. The phone will not boot past the HTC One logo screen nor can I access files through abd nor flash anything through fastboot. I can't even use any RUUs. I don't know what to do. Can someone please help me or direct me where I should look?

live_in_the_sky06 said:
I was unrooting/locking bootloader/S-on'n in order to sell my One today. The process ran smoothly. I was preparing to use The RUU but I got an error that the version I am on is current. I should have ran it while I had S-off. I then flashed the firmware in fastboot using the fastboot oem rebootRUU and it flashed successfully. The phone will not boot past the HTC One logo screen nor can I access files through abd nor flash anything through fastboot. I can't even use any RUUs. I don't know what to do. Can someone please help me or direct me where I should look?
Click to expand...
Click to collapse
What error are you getting when you try to flash a recovery via fastboot USB?
Sent from my One using xda app-developers app

MrFixit007 said:
What error are you getting when you try to flash a recovery via fastboot USB?
Sent from my One using xda app-developers app
Click to expand...
Click to collapse
I was getting a remote: not found or remote 43 type of errors
I have managed to flash a ROM using clockwork mod usb otg. but the touch screen is now unresponsive. The buttons work but the touchscreen does not,

live_in_the_sky06 said:
I was getting a remote: not found or remote 43 type of errors
I have managed to flash a ROM using clockwork mod usb otg. but the touch screen is now unresponsive. The buttons work but the touchscreen does not,
Click to expand...
Click to collapse
Flash the latest version of TWRP TWRP 2.6.3.0
easiest way in my opinion is through fastboot.
TWRP 2.6 - HTC One (Sprint USA) Download to your android SDK folder then open a comand prompt cd to your android sdk dir and type
fastboot flash recovery recoveryfilename.img (Change recoveryfilename.img to whatevery the recovery.img name is).

Related

Help needed- custom recovery

Hi,
I was rooting my HTC ONE M7 and i unlocked the bootloader and thru cmd i flashed TWRP 2.5.0 and now it shows tampared and unlocked. And when i click on recovery it enters into TWRP recovery but i cannot operate it as it doest not work. It freezes and i cannot click on any button and i typed command in cmd "fastboot erase cache" to erase cache and still doesnt work and then i thought may be its an older version so i downloaded the latest version 2.6.3.0 and try to flash it thru cmd but evrytime i do it it says "error: cannot load 'openrecovery-twrp-2.6.3.0-m7'.. I dont know what to do to root it and install twrp recovery..Pl help i would really apprecitae your efforts..
I have the latest hboot version 1.54 with 4.2.2. Thnaks
You may need to side load via ADB
your post also reads that you are unsure of how to do things so
Read these they will explain and assist the Hansoons all in one is for the faint hearted, but very good
http://forum.xda-developers.com/showthread.php?t=2265618
http://forum.xda-developers.com/showthread.php?t=2365506
http://forum.xda-developers.com/showthread.php?t=2183942
L0rdNels0n said:
You may need to side load via ADB
your post also reads that you are unsure of how to do things so
Read these they will explain and assist the Hansoons all in one is for the faint hearted, but very good
http://forum.xda-developers.com/showthread.php?t=2265618
http://forum.xda-developers.com/showthread.php?t=2365506
http://forum.xda-developers.com/showthread.php?t=2183942
Click to expand...
Click to collapse
Sideload a custom recovery? What? Haha
Your phone has the updated touch drivers. That is why twrp won't work. Go to their thread. Redownload the newest version. Rename it TWRP.img. Make sure its in the same folder as your fastboot files. Hold shift and right click inside the folder. Select open command prompt here. Connect the phone while its in bootloader. "fastboot flash recovery TWRP.img" "fastboot erase cache".
Good luck.
Sent from my HTC One using XDA Premium 4 mobile app

[Q] I cannot boot into Recovery no matter what

So I installed a ROM not for my Sprint HTC one M7....
Now it just says this. I do not know what to do. Also I tried to ADB push but it says "Device not found"
press the power button and it should enter the bootloader screen where you can select recovery using the volume up and down keys
chenchen399 said:
press the power button and it should enter the bootloader screen where you can select recovery using the volume up and down keys
Click to expand...
Click to collapse
I tried that dude.
Nothing.
DankPlank said:
I tried that dude.
Nothing.
Click to expand...
Click to collapse
try: fastboot erase cache
---------- Post added at 11:24 PM ---------- Previous post was at 11:22 PM ----------
DankPlank said:
So I installed a ROM not for my Sprint HTC one M7....
Now it just says this. I do not know what to do. Also I tried to ADB push but it says "Device not found"
Click to expand...
Click to collapse
as a last resort, you can follow this guide: http://forum.xda-developers.com/showthread.php?t=2250904
everything will be wiped though.
chenchen399 said:
try: fastboot erase cache
Click to expand...
Click to collapse
That worked but still cannot get into my recovery or ADB push. It says Device not found. .-.
DankPlank said:
That worked but still cannot get into my recovery or ADB push. It says Device not found. .-.
Click to expand...
Click to collapse
you may have to restore using RUU
DankPlank said:
So I installed a ROM not for my Sprint HTC one M7....
Now it just says this. I do not know what to do. Also I tried to ADB push but it says "Device not found"
Click to expand...
Click to collapse
i think you cannot use adb command on fastboot
adb can be used on recovery or on system rom only while on usb debugging
have your flashed a recovery? (fastboot flash recovery (recovery file name.img)
[email protected] said:
i think you cannot use adb command on fastboot
adb can be used on recovery or on system rom only while on usb debugging
have your flashed a recovery? (fastboot flash recovery (recovery file name.img)
Click to expand...
Click to collapse
Exactly.
In fastboot the fastboot commands work, but not the adb ones.
Yea it sounds like your Recovery got wiped at some point. Grab a Custom Recovery .img (TWRP or CWM) and boot to fastboot (shown in your screenshot). Open a command prompt in your adb/fastboot directory, with the recovery image in the same directory, and enter the following:
Code:
fastboot flash recovery 'nameofrecovery'.img
Then reboot bootloader and try accessing recovery again.
homeslice976 said:
Yea it sounds like your Recovery got wiped at some point. Grab a Custom Recovery .img (TWRP or CWM) and boot to fastboot (shown in your screenshot). Open a command prompt in your adb/fastboot directory, with the recovery image in the same directory, and enter the following:
Code:
fastboot flash recovery 'nameofrecovery'.img
Then reboot bootloader and try accessing recovery again.
Click to expand...
Click to collapse
It says Unknown Error
DankPlank said:
It says Unknown Error
Click to expand...
Click to collapse
Just restore using RUU...make sure your phone is in fastboot usb mode.
chenchen399 said:
Just restore using RUU...make sure your phone is in fastboot usb mode.
Click to expand...
Click to collapse
This is almost always the only fix for a Sprint phone that was flashed with a GSM rom.
Sent from my One using XDA Premium 4 mobile app
Try HTC One Toolkit
Hello,
you can try the HTC One Toolkit to install and enter to an new Recovery.
I think TWRP 2.6.3 is for the HTC One the easyer Recovery.
CoryTallman said:
This is almost always the only fix for a Sprint phone that was flashed with a GSM rom.
Sent from my One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
When I try to flash a RUU using the tool kit. It always says failed. Not verified.

[SOLVED] [Q] HTC One Doesn't boot, Can't Get Into Bootloader, only Fastboot

Hi guys,
I've searched the entire web (including all the XDA links regarding the HTC One), tried every solution out there and still can't fix my problem. I don't know where else to turn, so I am creating a new thread in XDA Developers.
Originally, I had unlocked my bootloader and rooted the phone to use stock android. A couple days ago, I tried to re-lock the bootloader and change back to the original Sense UI; however, when I did this, I got stuck in a boot loop (the phone kept rebooting and didn't boot into the OS).
I then went back into fastboot and restored all the files and settings.
Now, the only things I can actually go into is fastboot and bootloader (cannot boot into OS or even see the boot screen). The only way the phone can connect to my PC is if I'm in fastboot. When I go into bootloader, the phone disconnects from my PC.
My phone is from Telus in Canada and I can find a couple .zip RUU files on the web for Telus, however when I try to flash the phone using the command "fastboot flash zip filename.zip", I get the error "signature verify fail."
When I tried to use the RUU.exe from BrightStar (developer version), the update failed and there was a message saying to download the original firmware.
The last thing I tried was the command "fastboot oem rebootRUU" (I did this to change the CID and MID, so I could use the Google Play RUU). When I do this, it goes to a black boot screen that has the HTC logo in grey (this is the boot screen I got from trying to use the BrightStar RUU.exe. It was originally a white screen with the HTC logo in green.). When I'm at this screen, I can communicate with the phone using fastboot commands, however when I try to change the CID, I get the error: "status read failed (too many links)," and when I try to change the MID, I get the error: "Command error !!!"
Just to remind you guys, I can only communicate with the phone using fastboot commands. No adb.
I have officially given up and gone crazy! Please Help!!!
*UPDATE* - Sorry, forgot to mention that I've idiotically re-locked the bootloader. Unlocking the bootloader would probably get rid of the "signature verify fail" message. I'm unable to flash the recovery because the bootloader is locked and I can't get into the filesystem because the phone needs to go into the OS for that.
When I try to unlock the bootlader by using "fastboot flash unlocktoken Unlock_code.bin" it gives me the error: "cannot open 'Unlock_code.bin'."
I need to be able to access and make changes to the file system by using fastboot commands and I have no idea how to do this.
*UPDATE #2* - I've managed to re-unlock the bootlader (I didn't have the Unlock_code.bin file in the same directory as the current directory in my cmd window). I've re-flashed the recovery successfully. Now when I reboot, it goes into recovery mode (still can't boot into the OS). I'm using ClockWorks for the recovery.
Now I'm unable to root the phone. I'm trying to write SuperSU v1.65 to the phone by using the command: "fastboot flash zip UPDATE-SuperSU-v1.65.zp" and I get the error message: "remote: not allowed."
I can flash the recovery.img and boot.img (can't flash system.img because there's "not enough space"), but I can't flash .zip files
When I try flashing another boot.img, I still get the same thing. The phone goes to the boot screen and can't boot. Then, it reboots and goes automatically into recovery (I can still get into the bootloader and recovery).
Any suggestions to get past these permissions?
bkhosh2 said:
Hi guys,
I've searched the entire web (including all the XDA links regarding the HTC One), tried every solution out there and still can't fix my problem. I don't know where else to turn, so I am creating a new thread in XDA Developers.
Originally, I had unlocked my bootloader and rooted the phone to use stock android. A couple days ago, I tried to re-lock the bootloader and change back to the original Sense UI; however, when I did this, I got stuck in a boot loop (the phone kept rebooting and didn't boot into the OS).
I then went back into fastboot and restored all the files and settings.
Now, the only things I can actually go into is fastboot and bootloader (cannot boot into OS or even see the boot screen). The only way the phone can connect to my PC is if I'm in fastboot. When I go into bootloader, the phone disconnects from my PC.
My phone is from Telus in Canada and I can find a couple .zip RUU files on the web for Telus, however when I try to flash the phone using the command "fastboot flash zip filename.zip", I get the error "signature verify fail."
When I tried to use the RUU.exe from BrightStar (developer version), the update failed and there was a message saying to download the original firmware.
The last thing I tried was the command "fastboot oem rebootRUU" (I did this to change the CID and MID, so I could use the Google Play RUU). When I do this, it goes to a black boot screen that has the HTC logo in grey (this is the boot screen I got from trying to use the BrightStar RUU.exe. It was originally a white screen with the HTC logo in green.). When I'm at this screen, I can communicate with the phone using fastboot commands, however when I try to change the CID, I get the error: "status read failed (too many links)," and when I try to change the MID, I get the error: "Command error !!!"
Just to remind you guys, I can only communicate with the phone using fastboot commands. No adb.
I have officially given up and gone crazy! Please Help!!!
Click to expand...
Click to collapse
Try command "fastboot erase cache", then try to re-flash an other recovery (recommended : twrp 2.6.3.3)
superbellefleche said:
Try command "fastboot erase cache", then try to re-flash an other recovery (recommended : twrp 2.6.3.3)
Click to expand...
Click to collapse
I'm sorry, but I'm kind of a noob. How exactly do I re-flash a recovery. do I do this using the command: "fastboot flash recovery recovery.img" or should I try "fastboot flash zip filname.zip" (RUU.zip) again?
*UPDATE* - I've tried erasing the cache and re-flashing the recovery and I still get the error message: "signature verify fail."
I'm still waiting for someone to help me. Is anyone going to help me fix my problem or is my HTC One doomed?
If you are on Telus
Download http://www.htc1guru.com/dld/ruu-zip...157-04_release_336571_signed_2_decrypted-zip/
Relock your bootloader
Then
fastboot oem rebootRUU
fastboot flash zip RUU_ZIP_M7_UL_JB43_SENSE50_MR_TELUS_WWE_3.22.661.1_R3_Radio_4A.20.3263.16_10.38k.1157.04_release_336571_signed_2_decrypted.zip
May have to run the flash zip command twice..
SaHiLzZ said:
If you are on Telus
Relock your bootloader
Then
fastboot oem rebootRUU
fastboot flash zip RUU_ZIP_M7_UL_JB43_SENSE50_MR_TELUS_WWE_3.22.661.1_R3_Radio_4A.20.3263.16_10.38k.1157.04_release_336571_signed_2_decrypted.zip
May have to run the flash zip command twice..
Click to expand...
Click to collapse
I've already tried that. When the bootloader is locked, I get the error: "signature verify fail."
OK.. Unlock bootloader, flash custom recovery, adb push this file: http://www.htc1guru.com/2013/11/guru-reset-3-22-661-1/, and install it from recovery.
SaHiLzZ said:
OK.. Unlock bootloader, flash custom recovery, adb push this file
Click to expand...
Click to collapse
I can't use adb commands...
I have all kinds of USB drivers installed (including the one from SDK Manager). When I type in the command "adb devices", I get nothing.
bkhosh2 said:
I can't use adb commands...
I have all kinds of USB drivers installed (including the one from SDK Manager). When I type in the command "adb devices", I get nothing.
Click to expand...
Click to collapse
adb commands will work if your in twrp recovery
and the reason your ruu.zip failed is because you were not in fastboot oem rebootRUU when you tried them, seems you mixing and matching different forums of flashing .. it don't work like that.
Just to re-iterate..
1. fastboot oem rebootRUU (this will show a gray HTC logo on black screen)
2. fastboot flash zip RUU_ZIP_M7_UL_JB43_SENSE50_MR_TELUS_WWE_3.22.661.1 _R3_Radio_4A.20.3263.16_10.38k.1157.04_release_336 571_signed_2_decrypted.zip
May have to run #2 again if it shows flush error..
clsA said:
adb commands will work if your in twrp recovery
and the reason your ruu.zip failed is because you were not in fastboot oem rebootRUU when you tried them, seems you mixing and matching different forums of flashing .. it don't work like that.
Click to expand...
Click to collapse
I Installed the TWRP recovery instead of the ClockWorkMod and adb command work! Never using ClockWork ever again!
SaHiLzZ said:
Just to re-iterate..
1. fastboot oem rebootRUU (this will show a gray HTC logo on black screen)
2. fastboot flash zip RUU_ZIP_M7_UL_JB43_SENSE50_MR_TELUS_WWE_3.22.661.1 _R3_Radio_4A.20.3263.16_10.38k.1157.04_release_336 571_signed_2_decrypted.zip
May have to run #2 again if it shows flush error..
Click to expand...
Click to collapse
I Installed TWRP and went into the TWRP recovery and noticed the adb commands work.
That file didn't work, however the Guru file you mentioned earlier did (with the "adb push" command)! Thanks so much for your help! Everything is working perfectly again!
Thanks for posting back. Edit your title to [SOLVED]! and enjoy!

HTC stuck help

I have a friend who unlocked his phone rooted it installed viper and after install went to reboot and it just boots back into boot loader then when you reboot phone it brings up fastboot menu so I try to hit recovery and it just reboots back into fadtboot can't get into recovery so I use fastboot flash recovery to flash recovery back .. that works no problem but now there's nothing on the phone I tried to push files using adb to push a Rom back on the phone but it says device not found I have installed and uninstalled the drivers hundereds of times
How else can I get files on the phone without adb? Is it a Windows 7 issue? I'm stuck no phone
Sent from my HTC One_M8 using XDA Free mobile app
weedolo9y said:
I have a friend who unlocked his phone rooted it installed viper and after install went to reboot and it just boots back into boot loader then when you reboot phone it brings up fastboot menu so I try to hit recovery and it just reboots back into fadtboot can't get into recovery so I use fastboot flash recovery to flash recovery back .. that works no problem but now there's nothing on the phone I tried to push files using adb to push a Rom back on the phone but it says device not found I have installed and uninstalled the drivers hundereds of times
How else can I get files on the phone without adb? Is it a Windows 7 issue? I'm stuck no phone
Sent from my HTC One_M8 using XDA Free mobile app
Click to expand...
Click to collapse
If your sure your drivers are working fine it should work. Adb only works in recovery though. You are using adb in the recovery, Not the bootloader?
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
I have twrp do I adb sideload or just do it at the main twrp screen?
Fastboot it recognized the phone but not adb
Sent from my HTC One_M8 using XDA Free mobile app
weedolo9y said:
I have twrp do I adb sideload or just do it at the main twrp screen?
Fastboot it recognized the phone but not adb
Sent from my HTC One_M8 using XDA Free mobile app
Click to expand...
Click to collapse
See post #2 of nkk71 superguide on fixing your driver issue
http://forum.xda-developers.com/showthread.php?t=2541082
Unlock the bootloader at HTCDEV
then from fastboot USB
Flash recovery TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then sideload this Rom to your phone
http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_71.1.zip
TWRP / Advanced / ADB Sideload - swipe to sideload
From PC adb / fastboot folder
you use
adb sideload name-of-rom.zip
make sure the rom is in the same folder as adb / fastboot
Click to expand...
Click to collapse

HTC One Mini 2 - Problem with root

Hi everyone
I stuck with root procedure (first link when you type "htc mini 2 root" in google)
I did unlock bootloader with htcdev, I am able to run adb and fastboot - meaning I can restart my phone into fastboot loader but I cannot run TWRP recovery, I dont know why. I downloaded few versions of this .img file, I run command fastboot boot recovery xxxx.img, with some files there is no reaction at all, with file recovery-twrp-2.8.5.0 phone is restarting but into normal function, there is no twrp screen. I have CWM-SuperSU-v1.30 on sd card in the phone
Does anyone have clue what can be wrong here?
Thank you
pudlll said:
Hi everyone
I stuck with root procedure (first link when you type "htc mini 2 root" in google)
I did unlock bootloader with htcdev, I am able to run adb and fastboot - meaning I can restart my phone into fastboot loader but I cannot run TWRP recovery, I dont know why. I downloaded few versions of this .img file, I run command fastboot boot recovery xxxx.img, with some files there is no reaction at all, with file recovery-twrp-2.8.5.0 phone is restarting but into normal function, there is no twrp screen. I have CWM-SuperSU-v1.30 on sd card in the phone
Does anyone have clue what can be wrong here?
Thank you
Click to expand...
Click to collapse
you using wrong command.
try:
fastboot flash recovery xxx.img
for root i recommend using TWRP and flash the SuperUser.
Make sure you using the correct recovery image...
All you need in here
kativiti said:
you using wrong command.
try:
fastboot flash recovery xxx.img
for root i recommend using TWRP and flash the SuperUser.
Make sure you using the correct recovery image...
All you need in here
Click to expand...
Click to collapse
It didnt worked, I download again twrp files and this time I guess I found newest version which worked with fastboot boot recovery.img
Thanx anyway

Categories

Resources