[Q] HELP - HTC One stuck on boot - cant get into recovery - One (M7) Q&A, Help & Troubleshooting

Hi all
I have a HTC One (M7). Its has been rooted and was running 4.3. Tried to update to 4.4 and flashed an Android Revolution HD ROM. Not sure if it was the wrong ROM or if I wasn't S-OFF. Now i am stuck on HTC boot screen. When i try to load into recovery it flashes up for a second and then goes back to HTC boot image.
Have tried to flash a new recovery using EZtoolkit - Flashed TWRP - didnt help, still cant get in.
Also used the toolkit to erase the cache but hasnt helped.
Any suggestions??

Output of fastboot getvar all?

SaHiLzZ said:
Output of fastboot getvar all?
Click to expand...
Click to collapse
Sorry mate. Im not the best with this.
How do i find this?

SaHiLzZ said:
Output of fastboot getvar all?
Click to expand...
Click to collapse
C:\Users\Gary\Downloads\EZToolkit%20Advanced%20(M7-M7WLS)\EZToolkit Advanced (M7
-M7WLS)\EZToolkit Advanced (M7-M7WLS)\mBF>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4A.17.3250.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.24.401.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH37LW903746
(bootloader) imei: 357864056977711
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4199mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d16dc66985
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.150s
Think this is what u mean

Garyflem said:
C:\Users\Gary\Downloads\EZToolkit%20Advanced%20(M7-M7WLS)\EZToolkit Advanced (M7
-M7WLS)\EZToolkit Advanced (M7-M7WLS)\mBF>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4A.17.3250.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.24.401.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH37LW903746
(bootloader) imei: 357864056977711
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4199mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d16dc66985
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.150s
Think this is what u mean
Click to expand...
Click to collapse
Download: http://goo.im/devs/philz_touch/CWM_Advanced_Edition/m7ul//philz_touch_6.08.9-m7ul.img
Connect your phone to USB.
Go to bootloader >> fastboot mode (fastboot USB) - [power + volume down].
Code:
fastboot flash recovery philz_touch_6.08.9-m7ul.img
Do not turn off USB in phone and turn off your phone.
You go to recovery?

Garyflem said:
C:\Users\Gary\Downloads\EZToolkit%20Advanced%20(M7-M7WLS)\EZToolkit Advanced (M7
-M7WLS)\EZToolkit Advanced (M7-M7WLS)\mBF>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4A.17.3250.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.24.401.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH37LW903746
(bootloader) imei: 357864056977711
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4199mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d16dc66985
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.150s
Think this is what u mean
Click to expand...
Click to collapse
Yup..
Download this: http://www.androidruu.com/getdownlo..._P2_release_324936_signedma8j1sa3e2o09s35.zip
Unzip. Find the firmware.zip in the unzipped content, and flash it like this:
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot reboot
This *SHOULD* get your stock recovery back, you should be able to get back in STOCK recovery. Then, flash custom recovery, and you should be able to get back in TWRP recovery.
Then you will need to ADB push/ ADB Sideload a custom rom to your device, and get going. Stay with 4.3, until your device is booted and you have a chance to S-OFF.

Don't use toolkits.. Get used to using fastboot and adb.. Download fastboot and adb from here.. Read the guide. Once setup, from within the fastboot and adb folder, Shift*key and*right click*on the*folder. open Command window here..
Connect your phone to PC while in bootloader screen.
Make sure fastboot USB is shown on bootloader
Then type..
Fastboot devices. A seemingly random number should be shown.
If it is.. Type fastboot erase cache.
fastboot reboot
PS.. Make sure you are using TWRP 2.6.3.3.
http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
Rename to recovery
fastboot flash recovery recovery.img
fastboot erase cache
fastboot reboot
Sent from my Nexus 7 using XDA Premium 4 mobile app

SaHiLzZ said:
Yup..
Unzip. Find the firmware.zip in the unzipped content, and flash it like this:
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot reboot
This *SHOULD* get your stock recovery back, you should be able to get back in STOCK recovery. Then, flash custom recovery, and you should be able to get back in TWRP recovery.
Then you will need to ADB push/ ADB Sideload a custom rom to your device, and get going. Stay with 4.3, until your device is booted and you have a chance to S-OFF.
Click to expand...
Click to collapse
Ok im downloading the ZIp file now. If flash that could i then flash a stock ROM and return fully to stock and get an OTA update to 4.4?

SaHiLzZ said:
Yup..
Unzip. Find the firmware.zip in the unzipped content, and flash it like this:
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot reboot
This *SHOULD* get your stock recovery back, you should be able to get back in STOCK recovery. Then, flash custom recovery, and you should be able to get back in TWRP recovery.
Then you will need to ADB push/ ADB Sideload a custom rom to your device, and get going. Stay with 4.3, until your device is booted and you have a chance to S-OFF.
Click to expand...
Click to collapse
You are a star mate. RUU flashed and then it loadeded up into TWRP straight away without me even flashing it again.
Just downlaoding a 4.3 ROM now

SaHiLzZ said:
Yup..
Download this: http://www.androidruu.com/getdownlo..._P2_release_324936_signedma8j1sa3e2o09s35.zip
Unzip. Find the firmware.zip in the unzipped content, and flash it like this:
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot reboot
This *SHOULD* get your stock recovery back, you should be able to get back in STOCK recovery. Then, flash custom recovery, and you should be able to get back in TWRP recovery.
Then you will need to ADB push/ ADB Sideload a custom rom to your device, and get going. Stay with 4.3, until your device is booted and you have a chance to S-OFF.
Click to expand...
Click to collapse
I was searching forum for my problem (quite similar to the problem of OP) i have tried all of the mentioned steps but i am unable to write any thing via bootloaders (i.e. recovery, zip, ruu etc) i have also tried to restore my phone via RUU...setup is shutdown the device but do not boot it up again (as it suppose to)... i m uploading the cmd screen shot for your kind perusal, kindly help me out as well please...
Thanks & best regards,

Mortal Eternity said:
I was searching forum for my problem (quite similar to the problem of OP) i have tried all of the mentioned steps but i am unable to write any thing via bootloaders (i.e. recovery, zip, ruu etc) i have also tried to restore my phone via RUU...setup is shutdown the device but do not boot it up again (as it suppose to)... i m uploading the cmd screen shot for your kind perusal, kindly help me out as well please...
Thanks & best regards,
Click to expand...
Click to collapse
The error says sd card failure

SaHiLzZ said:
The error says sd card failure
Click to expand...
Click to collapse
does it mean that it might be a hardware issue and nothing can be done further??

If you came even flash recovery, sounds like it
sent from my mobile device

SaHiLzZ said:
If you came even flash recovery, sounds like it
sent from my mobile device
Click to expand...
Click to collapse
yes i can not even flash recovery... whenever i attempt to do so it gives an error as attached!
seems like some sort of security has been activated but can be a hardware issue as well...

Related

I broke it, can you fix it?

I've flashed multiple ROMS but I don't know what what's up now.
I was stuck on FTS Rom and couldn't flash any other ROMS- they wouldn't take. It would always reboot in FTS.
So in TWRP, I did an advanced wipe... everything was gone including the multiple various ROMS and backups in both TWRP and CLKmod. Trouble is, now I can get as far as flashing various new recoveries from the bootloader, but I can't push any rom to it or flash anything from the bootloader.
Extra kicker- I can NOT mount the phone on my computer. This has been the case for a while, not from any ROM. Not from FTS Rom, not from any recovery... can not mount the phone and transfer files.
HTC Dumlock also did not work.
Specs-
HTC One- unlocked, rooted, HBoot 1.55, S-On, Radio 4%.20.3218.13
Any help would be appreciated.
I did s-off since you're unlocked. Probably the issue. Then I would go into fast boot to either ruu or transfer a rom
I think rumrunner is what works on 1.55 hboot
Sent from my HTC One
krankenator said:
I've flashed multiple ROMS but I don't know what what's up now.
I was stuck on FTS Rom and couldn't flash any other ROMS- they wouldn't take. It would always reboot in FTS.
So in TWRP, I did an advanced wipe... everything was gone including the multiple various ROMS and backups in both TWRP and CLKmod. Trouble is, now I can get as far as flashing various new recoveries from the bootloader, but I can't push any rom to it or flash anything from the bootloader.
Extra kicker- I can NOT mount the phone on my computer. This has been the case for a while, not from any ROM. Not from FTS Rom, not from any recovery... can not mount the phone and transfer files.
HTC Dumlock also did not work.
Specs-
HTC One- unlocked, rooted, HBoot 1.55, S-On, Radio 4%.20.3218.13
Any help would be appreciated.
Click to expand...
Click to collapse
do you know how to use fastboot commands?
post your results from (minus your iemi and serial no)
fastboot getvar all
we can use this info to direct you to the correct RUU to fix your phone
clsA said:
do you know how to use fastboot commands?
post your results from (minus your iemi and serial no)
fastboot getvar all
we can use this info to direct you to the correct RUU to fix your phone
Click to expand...
Click to collapse
Not pro, but I hobble by. Results:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4T.20.3218.13
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(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: 4350mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-2da61e5e88
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
krankenator said:
Not pro, but I hobble by. Results:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4T.20.3218.13
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(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: 4350mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-2da61e5e88
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
Click to expand...
Click to collapse
Edit your post to match mine.
you have AT&T phone here's the link to the RUU
http://www.htc1guru.com/dld/ruu_m7_...3_10-38j-1157-04_release_334235_signed_2-exe/
Edit: Keep in mind that resetting your phone with RUU is full wipe and starting from scratch
after it's done you will need to unlock bootloader, flash recovery and Root. Same as if your phone was brand new
clsA said:
Edit your post to match mine.
you have AT&T phone here's the link to the RUU
http://www.htc1guru.com/dld/ruu_m7_...3_10-38j-1157-04_release_334235_signed_2-exe/
Edit: Keep in mind that resetting your phone with RUU is full wipe and starting from scratch
after it's done you will need to unlock bootloader, flash recovery and Root. Same as if your phone was brand new
Click to expand...
Click to collapse
Thanks. I don't suppose there is a Mac version for this? I don't currently have Windows installed. If not, I"ll just have to fix this later.
Thanks for all your help.
krankenator said:
Thanks. I don't suppose there is a Mac version for this? I don't currently have Windows installed. If not, I"ll just have to fix this later.
Thanks for all your help.
Click to expand...
Click to collapse
yes here
http://www.htc1guru.com/dld/ruu-zip-m7_ul_jb43_sense50_mr_cingular_us_3-17-502-3-decrypted-zip/
-rom.zip can be flashed using
adb reboot-bootloader
fastboot oem rebootRUU
fastboot flash zip rom.zip
fastboot flash zip rom.zip (yes do this 2 times)
fastboot reboot
Click to expand...
Click to collapse
files needed >> http://forum.xda-developers.com/showthread.php?t=2390995
clsA said:
yes here
http://www.htc1guru.com/dld/ruu-zip-m7_ul_jb43_sense50_mr_cingular_us_3-17-502-3-decrypted-zip/
files needed >> http://forum.xda-developers.com/showthread.php?t=2390995
Click to expand...
Click to collapse
Thanks for your help. Downloading the RUU now but before I flash this I just want to be clear.
Do I first need to S-Off using Rumrunner? I can't find a mac version, just Linux and Win.
Then do I need to re-lock my bootloader? (I read that step here http://forum.xda-developers.com/showthread.php?t=2251800)
Then at that point I can flash the RUU or can I just flash the RUU without S-Off or re-locking the bootloader
-rom.zip can be flashed using
adb reboot-bootloader
fastboot oem rebootRUU
fastboot flash zip rom.zip
fastboot flash zip rom.zip (yes do this 2 times)
fastboot reboot
krankenator said:
Thanks for your help. Downloading the RUU now but before I flash this I just want to be clear.
Do I first need to S-Off using Rumrunner? I can't find a mac version, just Linux and Win.
Then do I need to re-lock my bootloader? (I read that step here http://forum.xda-developers.com/showthread.php?t=2251800)
Then at that point I can flash the RUU or can I just flash the RUU without S-Off or re-locking the bootloader
-rom.zip can be flashed using
adb reboot-bootloader
fastboot oem rebootRUU
fastboot flash zip rom.zip
fastboot flash zip rom.zip (yes do this 2 times)
fastboot reboot
Click to expand...
Click to collapse
I don't think that file requires s-off
but yes a locked boot loader is needed
fastboot oem lock
Well, time to try something else.
Any ideas anyone?
krankenator said:
Something didn't work. It only reboot to the bootloader.
Pro-Mac-Jesseesktop jesse$ ./fastboot oem lock
Click to expand...
Click to collapse
FAILED (remote: 12 signature verify fail)
I'll take a guess this means you need s-off
or a windows PC to run the RUU.exe I posted first

[Q] m7_google (htc one gpe) bootloops and no recovery after root

I attempted to root my HTC One and failed.
Unlocked the bootloader, flashed TMRP, then flashed the newest SuperSu binary.
Upon booting the ROM, i found that it would only stay on a few moments after booting. Recovery no longer worked either.
I have attempted to load RUU and reflash recovery to no avail. I have tried that last several versions of TWRP and CWM for recovery.
"fasboot erase cache" was after the first boot. "fastboot erase userdata" has an error when attempted.
So far all RUU files I have found don't have signatures.
What can be done to heal my HTC One GPe?
-Ryan
Fastboot getvar all output? Remove Imei/sn
sent from my mobile device
gatticus said:
I attempted to root my HTC One and failed.
Unlocked the bootloader, flashed TMRP, then flashed the newest SuperSu binary.
Upon booting the ROM, i found that it would only stay on a few moments after booting. Recovery no longer worked either.
I have attempted to load RUU and reflash recovery to no avail. I have tried that last several versions of TWRP and CWM for recovery.
"fasboot erase cache" was after the first boot. "fastboot erase userdata" has an error when attempted.
So far all RUU files I have found don't have signatures.
What can be done to heal my HTC One GPe?
-Ryan
Click to expand...
Click to collapse
come here and ask questions in this guide,.. I'll take care of that..
http://forum.xda-developers.com/showthread.php?t=2632736
getvar all output
SaHiLzZ said:
Fastboot getvar all output? Remove Imei/sn
sent from my mobile device
Click to expand...
Click to collapse
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4T.21.3218.21
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: GOOGL001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4308mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e82187e
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.047s
Can you flash a custom rom using TWRP 2.6.3.3
SaHiLzZ said:
Can you flash a custom rom using TWRP 2.6.3.3
Click to expand...
Click to collapse
Once I flash the SuperSU binary using TWRP i was unable to load recovery.
Erase cache in bootloader did not help.
Now I have relocked to flash an RUU, but I have not found a signed image.
I may have to just send it to google/HTC and pay them their money.
-r

[Q] (Q) Cant flash recovery( stock and custom) and cant flash RUU too?

Hi everybody,
i have HTC one M7, and i getvar all that:
(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.12.707.105
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: FA38WW900067
(bootloader) imei: 356376053563510
(bootloader) meid: 00000000000000
(bootloader) product: m7_u
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0711000
(bootloader) cidnum: HTC__044
(bootloader) battery-status: good
(bootloader) battery-voltage: 4278mV
(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
all: Done!
finished. total time: 0.046s
1st of all i flash RUU RUU_M7_UL_JB_50_hTC_Asia_WWE_1.29.707.3_R_Radio_4A.14.3250.13_10.33.1150.01_release_311678_signed
when check signature, it failed
also i try to extract rom.zip to flash manually , failed too.( I do relock bootloader to flash RUU)
I flash stock recovery and custom, but when i flash TWRP and CWM then i enter recovey, the screen on HTC said Entering recovery but after that HTC reboot by itself. ( i do unlock bootloader to flash recovery)
Can anyone tell me what to do now?
Thank for your help.
Type fastboot erase cache after flashing custom recovery. Try entering recovery again
Also you can't flash lower version RUU because your device is s-on
Hi SaHiLzZ
I do fastboot erase cache, and it's okay, but i cant enter custom recovery, i try many version and many recovery, but it's not ok.
When i press Recovery, it still show Entering Recovery and restart device, any idea, please?
hoangchaunguyen said:
Hi SaHiLzZ
I do fastboot erase cache, and it's okay, but i cant enter custom recovery, i try many version and many recovery, but it's not ok.
When i press Recovery, it still show Entering Recovery and restart device, any idea, please?
Click to expand...
Click to collapse
same problem here
is anyone can help me and this guy please
My Post Here
same problem
we must wait for ruu exe file 5.12.707.105
Please dont use any zip file for uptae
When exe file of ruu release our problem will end
So please don't updates any zip file
raghav9 9 said:
we must wait for ruu exe file 5.12.707.105
Please dont use any zip file for uptae
When exe file of ruu release our problem will end
So please don't updates any zip file
Click to expand...
Click to collapse
What is the logic behind this number? Is it already planned or is it based on radio number?
I think this could also be a solution for my problem (just started a new thread)
s-on relocked
leoncornelissen said:
What is the logic behind this number? Is it already planned or is it based on radio number?
I think this could also be a solution for my problem (just started a new thread)
Click to expand...
Click to collapse
when locked, relocked, s-on
can't downgrade firmware
only equal or greater firmware can flash

Bricked phone due to incorrect flashing

Hi,
It appears i have flashed recovery to boot partition (fastboot flash boot recovery.img) and now the phone is not booting up. I can access bootloader and fastboot.
Can i recover by flashing the correct kernel again? I have a Sprint HTC one, S-Off with unlocked bootloader.
Also, i am unable to boot into recovery despite flashing in the correct partition. It hangs at entering recovery. Tried cwm, philz and TWRP. Unable to flash RUU too. Getting erro120 - battery below 30% despite the battery being above 90%. Please advice what i can do to recover the phone.
Getvar as follows.
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 1.00.20.1108
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.04.651.2
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid:
(bootloader) product: m7_wls
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0720000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 4257mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-35824024
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.077s.
RUU? I did this with an older HTC device and it did the trick
Sent from my HTCONE using XDA Free mobile app
killmastern3 said:
Hi,
It appears i have flashed recovery to boot partition (fastboot flash boot recovery.img) and now the phone is not booting up. I can access bootloader and fastboot.
Can i recover by flashing the correct kernel again? I have a Sprint HTC one, S-Off with unlocked bootloader.
Also, i am unable to boot into recovery despite flashing in the correct partition. It hangs at entering recovery. Tried cwm, philz and TWRP. Unable to flash RUU too. Getting erro120 - battery below 30% despite the battery being above 90%. Please advice what i can do to recover the phone.
Getvar as follows.
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 1.00.20.1108
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.04.651.2
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid:
(bootloader) product: m7_wls
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0720000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 4257mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-35824024
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.077s.
Click to expand...
Click to collapse
Try flashing a boot.img? (fastboot flash boot boot.img)
StormyNight said:
Try flashing a boot.img? (fastboot flash boot boot.img)
Click to expand...
Click to collapse
Thanks!! It worked to some extent i think. I get the boot sound and then bootloop. Tried factory reset. Didnt help. I cant load any custom recovery. Always hangs at entering recovery. Triel flashing "Sprint_HTC_One_m7wls_5.03.651.3_RUU". Got error 171 and htc_fastboot.exe has stopped in step no 1. Any idea what i can do?
killmastern3 said:
Thanks!! It worked to some extent i think. I get the boot sound and then bootloop. Tried factory reset. Didnt help. I cant load any custom recovery. Always hangs at entering recovery. Triel flashing "Sprint_HTC_One_m7wls_5.03.651.3_RUU". Got error 171 and htc_fastboot.exe has stopped in step no 1. Any idea what i can do?
Click to expand...
Click to collapse
Flash the firmware first then flash the RUU.
majmoz said:
Flash the firmware first then flash the RUU.
Click to expand...
Click to collapse
Thanks!!! That worked. Booted into the ROM now. Much thanks.
Unable to flash any custom recovery. Stuck at entering recovery. Any solutions?
killmastern3 said:
Unable to flash any custom recovery. Stuck at entering recovery. Any solutions?
Click to expand...
Click to collapse
are you flashing the right recovery file for your phone and is your bootloader unlocked.
Aldo101t said:
are you flashing the right recovery file for your phone and is your bootloader unlocked.
Click to expand...
Click to collapse
Yes to both. Phone is s-off and unlocked. Flashes successfully too. Just doesn't enter recovery. Moreover, pc detects the phone as HTC one and Adb doesn't work at all. Tried many drivers and different pc's. Only fastboot works properly.
killmastern3 said:
Yes to both. Phone is s-off and unlocked. Flashes successfully too. Just doesn't enter recovery. Moreover, pc detects the phone as HTC one and Adb doesn't work at all. Tried many drivers and different pc's. Only fastboot works properly.
Click to expand...
Click to collapse
in settings under power make sure fastboot is unchecked there, all I can think of at the moment, hope you get it going.
only other thing I can think of is in fastboot type fastboot erase cache.
then reflash recovery
Aldo101t said:
in settings under power make sure fastboot is unchecked there, all I can think of at the moment, hope you get it going.
only other thing I can think of is in fastboot type fastboot erase cache.
then reflash recovery
Click to expand...
Click to collapse
Already did both. Didnt help. had this recovery and adb problem on 3.0... firmaware and also in the new 5.0.. firmware.. Unable to root. The sprint authentication in troubling me a lot since i dont use sprint.
killmastern3 said:
Already did both. Didnt help. had this recovery and adb problem on 3.0... firmaware and also in the new 5.0.. firmware.. Unable to root. The sprint authentication in troubling me a lot since i dont use sprint.
Click to expand...
Click to collapse
did you flash superuser.
Aldo101t said:
did you flash superuser.
Click to expand...
Click to collapse
Cannot get into recovery to flash su

[Q] HTC One M7 - T-Mobile HU unable to update to lollipop

Hey,
My HTC One is notifying me of new updates, after rebooting to recovery it says can't install it.
unknown volume and can't install INTERNAL SD
Informations I know:
Radio: 4T.29.3218.08
S-ON
unlocked Bootloader
rooted
If you need anything else ask and I'll try and find it out.
Tuskone said:
Hey,
My HTC One is notifying me of new updates, after rebooting to recovery it says can't install it.
unknown volume and can't install INTERNAL SD
Informations I know:
Radio: 4T.29.3218.08
S-ON
unlocked Bootloader
rooted
If you need anything else ask and I'll try and find it out.
Click to expand...
Click to collapse
fastboot getvar all would be good, without IMEI or Serial Number please.
On another note, you MUST BE 100% stock to update, no root, no custom recovery, stock kernal, stock rom, stock recovery, all matching your firmware number.
I've been searching for 2 days but couldn't find a RUU to my radio. And I'm unsure if that would be even enough. I didn't install any other rom, I've just rooted it, so I could remove some of the bloatware.
But nonetheless here's my phone's details:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.08
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.09.401.11
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__032
(bootloader) battery-status: good
(bootloader) battery-voltage: 3987mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.104s
Tuskone said:
I've been searching for 2 days but couldn't find a RUU to my radio. And I'm unsure if that would be even enough. I didn't install any other rom, I've just rooted it, so I could remove some of the bloatware.
But nonetheless here's my phone's details:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.08
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.09.401.11
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__032
(bootloader) battery-status: good
(bootloader) battery-voltage: 3987mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.104s
Click to expand...
Click to collapse
first of all, your not on T-Mobile software, your on WWE World wide english (6.09.401.11)
So ive got to ask, which recovery do you have installed ?
---------- Post added at 09:55 AM ---------- Previous post was at 09:41 AM ----------
what you need to do is flash TWRP 2.8.5.0 from here: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.8.5.0-m7.img
Code:
fastboot flash recovery (name of recovery).img
fastboot erase cache
fastboot reboot-bootloader
enter recovery and create a simple backup, just something like the boot, then plug your phone into the computer, whilst its still in recovery mode, that recovery supports MTP so your internal storage should open up on your computer, if it doesnt, you have a driver problem, but if it does, then navigate to TWRP/Backup/Phone serial number/todays date and some other details, delete the backup files out of there and place the files inside this zip in there instead, files only not folders:
https://www.androidfilehost.com/?fid=95832962473396067
unplug your phone and restore that backup.
once restored, restart your phone and just do a basic setup.
then boot back to the bootloader and flash this stock recovery:
https://www.androidfilehost.com/?fid=95832962473395870
again:
Code:
fastboot flash recovery (name of recovery).img
fastboot erase cache
fastboot reboot-bootloader
when you restart your phone you should now be able to update.
OTA's require you to be 100% stock, including all bloatware, no root, nothing custom.
Seanie280672 said:
first of all, your not on T-Mobile software, your on WWE World wide english (6.09.401.11)
So ive got to ask, which recovery do you have installed ?
---------- Post added at 09:55 AM ---------- Previous post was at 09:41 AM ----------
what you need to do is flash TWRP 2.8.5.0 from here: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.8.5.0-m7.img
Code:
fastboot flash recovery (name of recovery).img
fastboot erase cache
fastboot reboot-bootloader
enter recovery and create a simple backup, just something like the boot, then plug your phone into the computer, whilst its still in recovery mode, that recovery supports MTP so your internal storage should open up on your computer, if it doesnt, you have a driver problem, but if it does, then navigate to TWRP/Backup/Phone serial number/todays date and some other details, delete the backup files out of there and place the files inside this zip in there instead, files only not folders:
https://www.androidfilehost.com/?fid=95832962473396067
unplug your phone and restore that backup.
once restored, restart your phone and just do a basic setup.
then boot back to the bootloader and flash this stock recovery:
https://www.androidfilehost.com/?fid=95832962473395870
again:
Code:
fastboot flash recovery (name of recovery).img
fastboot erase cache
fastboot reboot-bootloader
when you restart your phone you should now be able to update.
OTA's require you to be 100% stock, including all bloatware, no root, nothing custom.
Click to expand...
Click to collapse
So you gave me the firmware, its on the phone now.
I had Unlock.bin, but i can see it has supersu installed in it.
i flashed to stockrecovery from where you helped the other guy.
Im waiting for my download OTA update to finish (official).
Will i be able to update it even that i see its rootet (supersu)?
dukocuk said:
So you gave me the firmware, its on the phone now.
I had Unlock.bin, but i can see it has supersu installed in it.
i flashed to stockrecovery from where you helped the other guy.
Im waiting for my download OTA update to finish (official).
Will i be able to update it even that i see its rootet (supersu)?
Click to expand...
Click to collapse
wrong thread lol, answered on your thread.
Thanks a lot! I'm now a proud lollipopper.
A beer is on me

Categories

Resources