No roms will boot or function properly - HTC 10 Questions & Answers

I got my Sprint 10 like two weeks ago roughly and used Sunshine to get S-off and installed the latest TWRP. I have tried CM, Leedroid, ICE, Viper, and Bad Boyz and the only one that would ever even start up properly was Bad Boyz and it didn't have a functioning home button which is a complete deal breaker so...yeah. All other roms, for the most part will just not boot. White screen with HTC on it for an hour+ and nothing happens. ICE would boot, and start the activation wizard but the instant the PRL updates and I hit OK the phone reboots and goes through activation again but just stays on that screen and refuses to activate even though I can see I have an LTE data signal.
I tried completely starting over four times, three times by flashing the earliest RUU version and going through all OTA updates then doing it all over again minus the Sunshine s-off because I've been s-off the entire time. One time by just flashing a later RUU to skip the OTAs. Nothing works. I don't get it. I'm CLEARLY doing something very wrong and it's incredibly frustrating. I've tried formatting, not wiping, data and of course nothing. I said I'd give up but I reeeaallly would like to use ICE or Leedroid.

You are most likely on Marshmallow firmware and on an outdated TWRP (maybe).
Update your firmware to Nougat, then flash the romm.
The firmware/rom missmatch causes the broken fingerprint too.
HFA and setting PRL works on our rom.

j to the 4n said:
You are most likely on Marshmallow firmware and on an outdated TWRP (maybe).
Update your firmware to Nougat, then flash the romm.
The firmware/rom missmatch causes the broken fingerprint too.
HFA and setting PRL works on our rom.
Click to expand...
Click to collapse
While originally that didn't make sense to me, I did it anyway. At least I thought I did. Does accepting all OTA updates include firmware? Because I did do that, and actually now Bad Boyz won't even boot so I'm stuck with stock nougat
Edit: TWRP is the latest 3.1.01 or whatever the number is, I forget exactly but I checked and even redownloaded it from their site.

Skeezixmccat said:
While originally that didn't make sense to me, I did it anyway. At least I thought I did. Does accepting all OTA updates include firmware? Because I did do that, and actually now Bad Boyz won't even boot so I'm stuck with stock nougat
Edit: TWRP is the latest 3.1.01 or whatever the number is, I forget exactly but I checked and even redownloaded it from their site.
Click to expand...
Click to collapse
post a fastboot getvar all from download mode, and try to use TWRP 3.1.0.0

j to the 4n said:
post a fastboot getvar all from download mode, and try to use TWRP 3.1.0.0
Click to expand...
Click to collapse
Code:
(bootloader) kernel: lk
(bootloader) product: htc_pmewhl
(bootloader) version: 1.0
(bootloader) max-download-size: 1579200000
(bootloader) serialno:
(bootloader) current-slot:
(bootloader) imei:
(bootloader) version-main: 2.42.651.6
(bootloader) boot-mode: download
(bootloader) version-baseband: [email protected]
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 2PS640000
(bootloader) cid: SPCS_001
all:
finished. total time: 0.010s
I had to work the last few days and in general wanted to take a little break from this headache. Are there known issues with the latest TWRP? I'll downgrade to the flat 3.1 version later on tonight.

Skeezixmccat said:
Code:
(bootloader) kernel: lk
(bootloader) product: htc_pmewhl
(bootloader) version: 1.0
(bootloader) max-download-size: 1579200000
(bootloader) serialno:
(bootloader) current-slot:
(bootloader) imei:
(bootloader) version-main: 2.42.651.6
(bootloader) boot-mode: download
(bootloader) version-baseband: [email protected]
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 2PS640000
(bootloader) cid: SPCS_001
all:
finished. total time: 0.010s
I had to work the last few days and in general wanted to take a little break from this headache. Are there known issues with the latest TWRP? I'll downgrade to the flat 3.1 version later on tonight.
Click to expand...
Click to collapse
it is not a confirmed issue, but I saw more than a handful not being able to flash anything on the latest, downgrading fixed it for them.

Related

Is it possible to go back to stock without S-Off?

I unlocked the bootloader, installed TWRP and then installed a rooted version of stock OS. Can I go back to completely stock without S-Off, or is it absolutely required that I pay the $25 to go back to stock?
Looking for the same option
Wish I had a solution for you, but I don't see one. Looks like we're stuck with either an S-On or a $25 charge
I've tried to look for an answer as well. The latest RUU from my carrier is only 1.32, and in the event that I need to service my phone, I'm not sure if stock system + TWRP is good enough for 'stock'.
My phone scared me today because random white, vertical lines appeared on the screen, but they didn't show up when I rebooted into the power + vol. down menu. They slowly disappeared, but it was definitely worrying. I'm afraid the display will go bad soon.
This is the best option I've found so far. Going to give it a try tomorrow, unless anyone has suggestions.
Unfortunately I'm not having a lot of luck. Using the files on that site, and also tried the "1.32.531.33 SystemDump" from XDA, but in both cases as soon as it starts up it says "EasyShare stopped responding" and "System UI stopped responding" before even doing the setup wizard. Tried wiping the cache, and redownloading the files but still the same errors every time. Not sure what I'm missing...
Okay, I finally got it back to stock using these instructions and the "fastboot/sd card" RUU zips from here. Everything appears to be working, and back at stock without needing S-OFF!
Cabrill said:
Okay, I finally got it back to stock using these instructions and the "fastboot/sd card" RUU zips from here. Everything appears to be working, and back at stock without needing S-OFF!
Click to expand...
Click to collapse
All that you needed was an unlocked bootloader to load a Stock RUU.
Cabrill said:
Okay, I finally got it back to stock using these instructions and the "fastboot/sd card" RUU zips from here. Everything appears to be working, and back at stock without needing S-OFF!
Click to expand...
Click to collapse
can you guide me how you did it without turning s off?
Harris Aamir said:
can you guide me how you did it without turning s off?
Click to expand...
Click to collapse
The thread is very old, but I can help you.
First we need to know more about your device, so boot in download mode and do "fastboot getvar all" then post the result here(remove imei,sn)
For this you need adb and fastboot, if you don't have I recommend you Minimal ADB & Fastboot, and make sure you have htc drivers installed.
lucyr03 said:
The thread is very old, but I can help you.
First we need to know more about your device, so boot in download mode and do "fastboot getvar all" then post the result here(remove imei,sn)
For this you need adb and fastboot, if you don't have I recommend you Minimal ADB & Fastboot, and make sure you have htc drivers installed.
Click to expand...
Click to collapse
kernel: lk
(bootloader) product: htc_himawhl
(bootloader) version: 1.0
(bootloader) version-main: 3.41.651.4
(bootloader) boot-mode: download
(bootloader) version-baseband: [email protected]
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 0PJA20000
(bootloader) cid: SPCS_001
Harris Aamir said:
kernel: lk
(bootloader) product: htc_himawhl
(bootloader) version: 1.0
(bootloader) version-main: 3.41.651.4
(bootloader) boot-mode: download
(bootloader) version-baseband: [email protected]
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 0PJA20000
(bootloader) cid: SPCS_001
Click to expand...
Click to collapse
This is the ruu: https://androidfilehost.com/?fid=673368273298941856
Rename it to 0PJAIMG.zip and put in root of your fat32 formatted sdcard, then boot in download and follow instructions.
lucyr03 said:
This is the ruu: https://androidfilehost.com/?fid=673368273298941856
Rename it to 0PJAIMG.zip and put in root of your fat32 formatted sdcard, then boot in download and follow instructions.
Click to expand...
Click to collapse
i want the android 7 ruu
Harris Aamir said:
i want the android 7 ruu
Click to expand...
Click to collapse
You need to flash marshmallow, then update with ota.
lucyr03 said:
You need to flash marshmallow, then update with ota.
Click to expand...
Click to collapse
cant i flash noughat update?
Harris Aamir said:
cant i flash noughat update?
Click to expand...
Click to collapse
You can't just flash nougat if you're s-on, you need to flash a ruu that match to your current firmware version, then you can update via ota to the latest nougat.
lucyr03 said:
You can't just flash nougat if you're s-on, you need to flash a ruu that match to your current firmware version, then you can update via ota to the latest nougat.
Click to expand...
Click to collapse
hi, sorry, I'm in a similar situation too. I'm s-on and I would like to return completely stock. Can I do it simply by flashing the ruu of my firmware? If I post the data of my phone can you kindly help me find the ruu? Thanks
Daniel Gigliotti said:
hi, sorry, I'm in a similar situation too. I'm s-on and I would like to return completely stock. Can I do it simply by flashing the ruu of my firmware? If I post the data of my phone can you kindly help me find the ruu? Thanks
Click to expand...
Click to collapse
Yeah, post the getvar all
lucyr03 said:
Yeah, post the getvar all
Click to expand...
Click to collapse
(bootloader) kernel: lk
(bootloader) product: htc_himauhl
(bootloader) version: 1.0
(bootloader) current-slot:
(bootloader) version-main: 4.28.401.3
(bootloader) boot-mode: download
(bootloader) version-baseband: 01.01_U114401011_117.00.61117G_2_F
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 0PJA10000
(bootloader) cid: HTC__031
Daniel Gigliotti said:
(bootloader) kernel: lk
(bootloader) product: htc_himauhl
(bootloader) version: 1.0
(bootloader) current-slot:
(bootloader) version-main: 4.28.401.3
(bootloader) boot-mode: download
(bootloader) version-baseband: 01.01_U114401011_117.00.61117G_2_F
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 0PJA10000
(bootloader) cid: HTC__031
Click to expand...
Click to collapse
The ruu: https://androidfilehost.com/?fid=961840155545567615
Same instructions as before to flash.
Sent from my HTC One using XDA Labs

Out of options, phone fails to work.

Hey all, i have a bit of problem here.
To days ago my M8 started to randomly turn off , and now it`s happening more and more often , to point where it is impossible to use.
Before it started it got a bit hot, not to hot, regular htc hot.
Tried: Blues GPE,Lypota GPE (was on this one before things happened), Sky dragoon GPE
Things i tried:
*Reflash rom - FAIL
*Flash diffrent rom - FAIL
*Reroot phone - FAIL
*Wipe everything root again - FAIL
*Start fresh without restoring anything - FAIL
How does this sudden turn off happen:
It`s fine, when it`s plugged in and charging, sometimes not, tried to test GPE maybe one of them fails, it`s random. When i remove phone from power it works for a while if i don`t press any app, but again it`s like a lottery , sometimes it works for longer sometimes it just dies, and i get more or less stuck on system not booting.
Do anybody have any suggestions ?
boomboxie said:
Hey all, i have a bit of problem here.
To days ago my M8 started to randomly turn off , and now it`s happening more and more often , to point where it is impossible to use.
Before it started it got a bit hot, not to hot, regular htc hot.
Tried: Blues GPE,Lypota GPE (was on this one before things happened), Sky dragoon GPE
Things i tried:
*Reflash rom - FAIL
*Flash diffrent rom - FAIL
*Reroot phone - FAIL
*Wipe everything root again - FAIL
*Start fresh without restoring anything - FAIL
How does this sudden turn off happen:
It`s fine, when it`s plugged in and charging, sometimes not, tried to test GPE maybe one of them fails, it`s random. When i remove phone from power it works for a while if i don`t press any app, but again it`s like a lottery , sometimes it works for longer sometimes it just dies, and i get more or less stuck on system not booting.
Do anybody have any suggestions ?
Click to expand...
Click to collapse
UPDATE: Seems like it`s mostly happening when installing new apps, or recovering them. Tried to remove sdcard , did`t help.
boomboxie said:
H
Things i tried:
*Reflash rom - FAIL
*Flash diffrent rom - FAIL
*Reroot phone - FAIL
*Wipe everything root again - FAIL
*Start fresh without restoring anything - FAIL
Click to expand...
Click to collapse
When you say "FAIL" you mean these things actually don't happen successfully (fail to flash, etc.); or that the random power off persists?
Are you converted to GPE by RUU? Maybe try to RUU to full GPE "stock" and see if that helps.
You may be looking at a bad battery or some other hardware failure (emmc).
redpoint73 said:
When you say "FAIL" you mean these things actually don't happen successfully (fail to flash, etc.); or that the random power off persists?
Are you converted to GPE by RUU? Maybe try to RUU to full GPE "stock" and see if that helps.
You may be looking at a bad battery or some other hardware failure (emmc).
Click to expand...
Click to collapse
Depends some rom fail to flash some works. After flashing power off problem persists. As for now, i`m not able to turn on phone without power cord, but once it`s one, works fine unless i do anything (starting an app and so on)
At the beginning i used Hanson2000`s toolkit to root the phone, and after that installed GPE room.
Will try to convert to stock GPE with RUU and update on results.
boomboxie said:
Depends some rom fail to flash some works. After flashing power off problem persists. As for now, i`m not able to turn on phone without power cord, but once it`s one, works fine unless i do anything (starting an app and so on)
At the beginning i used Hanson2000`s toolkit to root the phone, and after that installed GPE room.
Click to expand...
Click to collapse
The toolkit hasn't been updated since April 2014! It contains woefully obsolete version of TWRP, and that is probably why some ROMs are failing to flash. Highly advise to update to current TWRP 3.0.
How long have you had the phone, how long on GPE ROMs? Is the firmware up to date?
Do fastboot getvar all, and post the output (delete IMEI and serial number before posting).
boomboxie said:
Will try to convert to stock GPE with RUU and update on results.
Click to expand...
Click to collapse
You can only do this if you have s-off.
You may want to try to RUU back to your stock (probably Sense) version, and see if the random power offs persist.
To me it looks like a hardware fail, most likely a bad battery. OP says it works when plugged in but dies when not.
My guess ,if all else fail ,is to try a new battery
redpoint73 said:
The toolkit hasn't been updated since April 2014! It contains woefully obsolete version of TWRP, and that is probably why some ROMs are failing to flash. Highly advise to update to current TWRP 3.0.
How long have you had the phone, how long on GPE ROMs? Is the firmware up to date?
Do fastboot getvar all, and post the output (delete IMEI and serial number before posting).
You can only do this if you have s-off.
You may want to try to RUU back to your stock (probably Sense) version, and see if the random power offs persist.
Click to expand...
Click to collapse
I have newest TWRP installed.
For about 2 years for now. Converted to GPE ever since i got the phone. Yes firmware is up to date.
I can`t seem to manage to make "fastboot getvar all" to work, or i don`t know how.
boomboxie said:
I have newest TWRP installed.
For about 2 years for now. Converted to GPE ever since i got the phone. Yes firmware is up to date.
Click to expand...
Click to collapse
Be careful with your terminology there, to avoid confusion. From your previous post, you stated you just flashed a GPE ROM.
This isn't the same as "converting" to GPE with RUU, which puts you on GPE firmware, GPE partitioning, etc.
boomboxie said:
I can`t seem to manage to make "fastboot getvar all" to work, or i don`t know how.
Click to expand...
Click to collapse
I don't know what that means, if you don't give details on what you did, and the specific results. But I'm assuming you know how to use command prompt to issue adb/fastboot commands, entered the command, and get no response (or device offline)?
If so, check that you are in bootloader-fastboot mode, have HTC drivers installed, or try different cable or USB port.
---------- Post added at 12:04 PM ---------- Previous post was at 12:03 PM ----------
bombo_b said:
To me it looks like a hardware fail, most likely a bad battery. OP says it works when plugged in but dies when not.
My guess ,if all else fail ,is to try a new battery
Click to expand...
Click to collapse
I tend to agree that its a hardware problem. But its always a good idea to return to full stock by RUU, to eliminate the possibility its a software issue, before concluding its a hardware problem.
boomboxie said:
I have newest TWRP installed.
For about 2 years for now. Converted to GPE ever since i got the phone. Yes firmware is up to date.
I can`t seem to manage to make "fastboot getvar all" to work, or i don`t know how.
Click to expand...
Click to collapse
1) at first go to bootloader
2) connect device via usb cable into pc
3) confirm you are in fastboot mode
4) install drivers through htc sync manager
5) download the following zip
6) at first create a new folder in desktop. then copy zip into that folder & extract.
7) while press ''shift'' right clik on the new folder & select ''open command window here''
8) on the command prompt type fastboot getvar all
I managed to run command: here are the results.
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: 1.22.21331147A1.29G
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8_ul
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B10000
(bootloader) cidnum: HTC__203
(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: df77f8b7
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.039s
Disregard this post.Sorry
boomboxie said:
I managed to run command: here are the results.
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: 1.22.21331147A1.29G
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8_ul
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B10000
(bootloader) cidnum: HTC__203
(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: df77f8b7
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.039s
Click to expand...
Click to collapse
You are still with kitkat firmware. Your version is 3.28.401.9. Try to go to a stock. Confirm whether your problem is a hardware problem or not.
umesh.lk said:
You are still with kitkat firmware. Your version is 3.28.401.9. Try to go to a stock. Confirm whether your problem is a hardware problem or not.
Click to expand...
Click to collapse
What would be the best way to do that ?
boomboxie said:
What would be the best way to do that ?
Click to expand...
Click to collapse
http://forum.xda-developers.com/htc-one-m8/help/tutorial-how-to-stock-stock-twrp-t3086860
Restore stock ROM and stock recovery for 3.28.401.9, then OTA update up to current MM.
---------- Post added at 01:41 PM ---------- Previous post was at 01:39 PM ----------
boomboxie said:
I have newest TWRP installed.
Yes firmware is up to date.
Click to expand...
Click to collapse
As I've often found to be the case here, folks claim to be "up to date" without providing any specific details or version numbers, and it turns out they are very much not up to date.
redpoint73 said:
http://forum.xda-developers.com/htc-one-m8/help/tutorial-how-to-stock-stock-twrp-t3086860
Restore stock ROM and stock recovery for 3.28.401.9, then OTA update up to current MM.
---------- Post added at 01:41 PM ---------- Previous post was at 01:39 PM ----------
As I've often found to be the case here, folks claim to be "up to date" without providing any specific details or version numbers, and it turns out they are very much not up to date.
Click to expand...
Click to collapse
Thanks, will update on outcome.
EDIT: I thought i was "up to date" i guess i wasn`t lol, my bad.
UPDATE:
Flashed stock rom, did all the updates, nothing has changed same issue persists: Turning off, seem like it`s 90% chance of battery failure.
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: 1.29.214500021.12G
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.12.401.4
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8_ul
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B10000
(bootloader) cidnum: HTC__203
(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: 76df2b54
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.049s
https://www.youtube.com/watch?v=F2SetwqZzKE <- Filmed how it happens/
boomboxie said:
UPDATE:
Flashed stock rom, did all the updates, nothing has changed same issue persists: Turning off, seem like it`s 90% chance of battery failur
https://www.youtube.com/watch?v=F2SetwqZzKE <- Filmed how it happens/
Click to expand...
Click to collapse
At first did you calibration the battery? Is your device still Hot? It's amazing as you could install an ota in such a situation. Turn off Wi-Fi and then check. You're still 50% Battery problem, you have more works to do.
umesh.lk said:
At first did you calibration the battery? Is your device still Hot? It's amazing as you could install an ota in such a situation. Turn off Wi-Fi and then check. You're still 50% Battery problem, you have more works to do.
Click to expand...
Click to collapse
Did calibration of battery with Power+vol up/down method, went to safe mode problem still persists.
No problems with booting into boot-loader, dosn`t power off. once i try to access recovery powers off.
https://www.youtube.com/watch?v=5wgC8ST9lU4
boomboxie said:
Did calibration of battery with Power+vol up/down method, went to safe mode problem still persists.
No problems with booting into boot-loader, dosn`t power off. once i try to access recovery powers off.
https://www.youtube.com/watch?v=5wgC8ST9lU4
Click to expand...
Click to collapse
try to flash firmware through hboot. when it flash look whether sensor_hub.img flushing & flashing correctly happen. then reboot.
umesh.lk said:
try to flash firmware through hboot. when it flash look whether sensor_hub.img flushing & flashing correctly happen. then reboot.
Click to expand...
Click to collapse
By that you mean: Connecting phone to PC and flashing Newer recovery or OS ?

M9 Noggat Update issue - stock firmware with S-ON

Hello Everyone
my phone is showing that there is an update 4.14.407.7 (127GB), every time I download and install it, the phone just reboots to the red triangle and nothing happens, then I get the update notification again, I have cleared cache but this did not fix the issue.
My phone is on stock software and S-ON, I never rooted my phone earlier..
Can you please help me know what the issue could be? is there a place I can get the logs?
I doubt it's 127GB, more like 127MB.
Do you have a stable wifi connection?. Do you have sufficient space available in the internal memory?. Is the phone fully charged and connected to a charger when updating?.
Beamed in by telepathy.
Yes I meant 1.27GB
My phone is charged and have half of the internal storage free, I tried the to install the update more than 10 times, I even tried to download it over 4G..
Is the phone rooted?. Put the phone into download mode and plug it into a pc. Download fastboot.exe and from its directory in cli type: fastboot getvar all
Post the results.
Beamed in by telepathy.
No it is not rooted, as I said earlier, here is the "fastboot getvar all" results
(bootloader) kernel: lk
(bootloader) product: htc_himauhl
(bootloader) version: 1.0
(bootloader) imei: 357226065007304
(bootloader) version-main: 3.35.401.32
(bootloader) boot-mode: download
(bootloader) version-baseband: 01.01_U11440792_97.00.51203G_F
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 0PJA10000
(bootloader) cid: HTC__J15
all:
Execution time is 17(ms)
ali_abbass85 said:
Hello Everyone
my phone is showing that there is an update 4.14.407.7 (127GB), every time I download and install it, the phone just reboots to the red triangle and nothing happens, then I get the update notification again, I have cleared cache but this did not fix the issue.
My phone is on stock software and S-ON, I never rooted my phone earlier..
Can you please help me know what the issue could be? is there a place I can get the logs?
Click to expand...
Click to collapse
Here I have the same issue
My HTCM9 was modded but I came back later
This is the status now:
UnLocked
S-On
Not Rooted
Recovery stock
Rom Stock
Android 6.0
HTC sense 7.0
Numero Software 3.35.161.12
Kernel 3.10.84
Radio 01.01_U11440792_96.00.51201G_F
In few words the installation of update starts but after few seconds the phone reboots with any change to system
ali_abbass85 said:
No it is not rooted, as I said earlier, here is the "fastboot getvar all" results
(bootloader) kernel: lk
(bootloader) product: htc_himauhl
(bootloader) version: 1.0
(bootloader) imei: 357226065007304
(bootloader) version-main: 3.35.401.32
(bootloader) boot-mode: download
(bootloader) version-baseband: 01.01_U11440792_97.00.51203G_F
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 0PJA10000
(bootloader) cid: HTC__J15
all:
Execution time is 17(ms)
Click to expand...
Click to collapse
Presuming your bootloader is locked, faulty phone. Call htc. There is something definitely not right.
paolocorpo said:
Here I have the same issue
My HTCM9 was modded but I came back later
This is the status now:
UnLocked
S-On
Not Rooted
Recovery stock
Rom Stock
Android 6.0
HTC sense 7.0
Numero Software 3.35.161.12
Kernel 3.10.84
Radio 01.01_U11440792_96.00.51201G_F
In few words the installation of update starts but after few seconds the phone reboots with any change to system
Click to expand...
Click to collapse
Another possible faulty phone.
Beamed in by telepathy.
It might be worthwhile to apply the 3.35.401.12 RUU (backup your phone, as this will wipe your internal memory) to restore & reset your phone to stock and then attempt to download the OTA, with a phone essentially fresh out of the box software-wise.
[EDIT]Backup your information, I mean - photos, files, whatever you care about[/EDIT]

Htc m8s android upgrade

Hi, I just bought a used HTC M8s and I am trying to update the Android version + Sense!
Which is the best version to flash, plus I want it to be as stock as possible!
Thanks!
UPDATE ! ! ! !
1. I tried updating over the air, but after the download completed an error appeared that said I can't update because there is some software modification...
2. Tried downloading a stock RUU from this site HERE
After running the exe RUU it gives me a Customer Id error 131 or something and exits immediately.
So I am stuck with Android 5 for now can't get any updates. Hoping get it fixed soon! :/
What is your getvar all say? What version of Android are you currently running? Does it not update over the air? Did you check for any available update in software in settings?
kruc Ire said:
What is your getvar all say? What version of Android are you currently running? Does it not update over the air? Did you check for any available update in software in settings?
Click to expand...
Click to collapse
Hi, I am curently running 5.0 Android, It can't update over the air cause it says i modified the software.
That's my getvar :
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: [email protected]
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT54*******
(bootloader) imei: 358***********
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8ql_ul
(bootloader) platform: hTCBmsm8939
(bootloader) modelid: 0PKV10000
(bootloader) cidnum: RESPONSE
(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: 4107a7cf
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
(bootloader) mfg-name: 0001
yatsidis said:
Hi, I just bought a used HTC M8s and I am trying to update the Android version + Sense!
Which is the best version to flash, plus I want it to be as stock as possible!
Thanks!
UPDATE ! ! ! !
1. I tried updating over the air, but after the download completed an error appeared that said I can't update because there is some software modification...
2. Tried downloading a stock RUU from this site HERE
After running the exe RUU it gives me a Customer Id error 131 or something and exits immediately.
So I am stuck with Android 5 for now can't get any updates. Hoping get it fixed soon! :/
Click to expand...
Click to collapse
oh. I don't understand your problem. I have the same model except mine is
baseband: [email protected]
and I have a version main 2.20.401.1
I just made a successful nandroid earlier this week... which I can use to restore my current setup if I factory reset.
I might be able to make a system only nandroid. but it would still be really large and need to be uploaded. Do you have the twrp working?
better yet there may already be some stock 6.01 nandroid up here someplace. Did you try searching for one?
kruc Ire said:
oh. I don't understand your problem. I have the same model except mine is
baseband: [email protected]
and I have a version main 2.20.401.1
I just made a successful nandroid earlier this week... which I can use to restore my current setup if I factory reset.
I might be able to make a system only nandroid. but it would still be really large and need to be uploaded. Do you have the twrp working?
better yet there may already be some stock 6.01 nandroid up here someplace. Did you try searching for one?
Click to expand...
Click to collapse
Yeah I have twrp working! Well, I dont know exactly what nandroid is, but i searched a little bit and cant seem to find something .:/
The nandroid probably wont work. There are like 40 partitions on the phones. Dont kno what you can do.
yatsidis said:
Yeah I have twrp working! Well, I dont know exactly what nandroid is, but i searched a little bit and cant seem to find something .:/
Click to expand...
Click to collapse
A nandroid backup is a great thing. Restore a phone to a exact state. Are you using the 3.0.3 TWRP found in the next thread over in our phone's forum? (m8s)
download the 3.0.3 and see if it can work by booting into it (dont flash it first see if it works using the 'fastboot boot ('3.0.3TWRP')' command. Using an SD Card create a backup (nandroid) of your 5.0 phone's boot, system, data and recovery.
then you are ready to restore other nandroid backups you find around.
Worth noting there is a lollipop twrp on that thread too. But U dont think you can only use that but you can try downloading it to your phone via that fastboot boot method I mentioned before over the usb cable.

[SOLVED] Problems going back to stock

First i want to apologize for my bad english.
Hello, I'm having a problem taking my HTC 10 (CID: BS_US001)(Unlocked bootloader, S-ON, TWRP) back to stock. Fisrt I tried to run the RUU and doesn't recognize my phone. Then I tried with ZIP and it trhow an error. After that I found the twrp stock back up (from this post: https://forum.xda-developers.com/htc-10/how-to/stock-stock-collection-recovery-ruu-ota-t3359297) and my phone doesn't go any futher of the black screen with the HTC white logo (not the silver one), the same things happens if I relock the bootloader but in this case is the silver one with the red text. I'm abble to flash the stock recovery but I want to go back to stock and recieve OTA's updates.
Thank you for your help.
ZalakVE said:
First i want to apologize for my bad english.
Hello, I'm having a problem taking my HTC 10 (CID: BS_US001)(Unlocked bootloader, S-ON, TWRP) back to stock. Fisrt I tried to run the RUU and doesn't recognize my phone. Then I tried with ZIP and it trhow an error. After that I found the twrp stock back up (from this post: https://forum.xda-developers.com/htc-10/how-to/stock-stock-collection-recovery-ruu-ota-t3359297) and my phone doesn't go any futher of the black screen with the HTC white logo (not the silver one), the same things happens if I relock the bootloader but in this case is the silver one with the red text. I'm abble to flash the stock recovery but I want to go back to stock and recieve OTA's updates.
Thank you for your help.
Click to expand...
Click to collapse
What error are you getting when flashing the RUU zip?
yldlj said:
What error are you getting when flashing the RUU zip?
Click to expand...
Click to collapse
I will try to write the error:
19 RU_MAIN_VER_FAIL os-version in android-info missing or i
19 RU_MAIN_VER_FAIL os-version in android-info missing or i
FAIL19 RU_MAIN_VER_FAIL os-version in android-info missing or i
Also in the top of the download mode is writted: Security checking failed GT_CONNECT_FAIL
ZalakVE said:
I will try to write the error:
19 RU_MAIN_VER_FAIL os-version in android-info missing or i
19 RU_MAIN_VER_FAIL os-version in android-info missing or i
FAIL19 RU_MAIN_VER_FAIL os-version in android-info missing or i
Also in the top of the download mode is writted: Security checking failed GT_CONNECT_FAIL
Click to expand...
Click to collapse
You need the same firmware or higher as your on. Seems like your trying to downgrade while S on which wont work. Use the command "fastboot getvar all" while in download mode and post the output here. Blank out your imei
yldlj said:
You need the same firmware or higher as your on. Seems like your trying to downgrade while S on which wont work. Post the output of fastboot getvar all.
Click to expand...
Click to collapse
Is there a way to find the last frimware ZIP? and do you know why when i restore the stock backup it wont go any futher of the black screen with the logo?
ZalakVE said:
Is there a way to find the last frimware ZIP? and do you know why when i restore the stock backup it wont go any futher of the black screen with the logo?
Click to expand...
Click to collapse
You need RUU. You need to post your fastboot getvar all output.
Latest Nougat RUU for us unlocked
https://androidfilehost.com/?fid=962021903579491246
Rename to 2PS6IMG.zip
Place on ex SD card
Boot to download mode
Press vol up to flash.
yldlj said:
You need RUU. You need to post your fastboot getvar all output.
Latest Nougat RUU for us unlocked
https://androidfilehost.com/?fid=962021903579491246
Rename to 2PS6IMG.zip
Place on ex SD card
Boot to download mode
Press vol up to flash.
Click to expand...
Click to collapse
Thank you, I will try it.
This is what I get with fastboot getvar all output:
PS C:\Users\zalak\Documents\HTC 10\Unlock bootloader> .\fastboot devices
HT68FBN00005 fastboot
PS C:\Users\zalak\Documents\HTC 10\Unlock bootloader> .\fastboot getvar all
(bootloader) kernel: lk
(bootloader) product: htc_pmewl
(bootloader) version: 1.0
(bootloader) max-download-size: 1579200000
(bootloader) serialno: HT68FBN00005
(bootloader) current-slot:
(bootloader) imei: xxxxxxxxxxxx
(bootloader) version-main: 2.51.617.32
(bootloader) boot-mode: download
(bootloader) version-baseband: [email protected]
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 2PS650000
(bootloader) cid: BS_US001
all:
finished. total time: 0.038s
The .\ thing before the command is because I use PowerShell
ZalakVE said:
Thank you, I will try it.
This is what I get with fastboot getvar all output:
PS C:\Users\zalak\Documents\HTC 10\Unlock bootloader> .\fastboot devices
HT68FBN00005 fastboot
PS C:\Users\zalak\Documents\HTC 10\Unlock bootloader> .\fastboot getvar all
(bootloader) kernel: lk
(bootloader) product: htc_pmewl
(bootloader) version: 1.0
(bootloader) max-download-size: 1579200000
(bootloader) serialno: HT68FBN00005
(bootloader) current-slot:
(bootloader) imei: xxxxxxxxxxxx
(bootloader) version-main: 2.51.617.32
(bootloader) boot-mode: download
(bootloader) version-baseband: [email protected]
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 2PS650000
(bootloader) cid: BS_US001
all:
finished. total time: 0.038s
The .\ thing before the command is because I use PowerShell
Click to expand...
Click to collapse
That RUU should work. It's the same as your firmware.
yldlj said:
That RUU should work. It's the same as your firmware.
Click to expand...
Click to collapse
Thank you, a last thing, If I flash it, can I get OTA updates even if I have TWRP and the bootloader unlocked?
ZalakVE said:
Thank you, a last thing, If I flash it, can I get OTA updates even if I have TWRP and the bootloader unlocked?
Click to expand...
Click to collapse
The RUU will put everything back to stock including stock recovery and erase your internal storage. Bootloader will stay unlocked and you can still take OTA. there is no OTA for US tho.
Thank you @yldlj it works :good:
Now I can wait peaceful the oreo update
A moderator to close the thread.
ZalakVE said:
A moderator to close the thread.
Click to expand...
Click to collapse
Leave it open for other people.
HTC 10 Back to Factory ??
Hello Folks
I am trying to restore my HTC 10 back to factory. I purchased the phone completely unlocked from HTC itself.
My CID # is bs_us001
I tried to download RUU EXE file from https://forum.xda-developers.com/htc-10/how-to/stock-stock-collection-recovery-ruu-ota-t3359297
but the link is broken
Furthermore the link to OTA is also broken for the same CID number.
Can someone please guide me on how to get my phone back to its factory state. My software version info is:
Android 7.0
Software Number: 2.51.617.21
Kernel: 3.18.31-perf-gbc1ed7a
Baseband: [email protected]_F
Build Number: 2.51.617.21 8.0_g CL942117 release-keys
I really really would appreciate if you someone can point me to a guide and working files to work with.
Thanks
yldlj said:
You need RUU. You need to post your fastboot getvar all output.
Latest Nougat RUU for us unlocked
https://androidfilehost.com/?fid=962021903579491246
Rename to 2PS6IMG.zip
Place on ex SD card
Boot to download mode
Press vol up to flash.
Click to expand...
Click to collapse
Can someone link a sd flashable ota or ruu for my htc 10? Here's my getvar output
PS C:\adb> fastboot getvar all
(bootloader) kernel: lk
(bootloader) product: htc_pmewl
(bootloader) version: 1.0
(bootloader) max-download-size: 1579200000
(bootloader) serialno: FA75PBN00312
(bootloader) current-slot:
(bootloader) imei: 354259071010296
(bootloader) version-main: 2.41.592.51
(bootloader) boot-mode: download
(bootloader) version-baseband: [email protected]
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 2PS650000
(bootloader) cid: HTC__332
Donnie267 said:
Can someone link a sd flashable ota or ruu for my htc 10? Here's my getvar output
PS C:\adb> fastboot getvar all
(bootloader) kernel: lk
(bootloader) product: htc_pmewl
(bootloader) version: 1.0
(bootloader) max-download-size: 1579200000
(bootloader) serialno:
(bootloader) current-slot:
(bootloader) imei:
(bootloader) version-main: 2.41.592.51
(bootloader) boot-mode: download
(bootloader) version-baseband: [email protected]
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 2PS650000
(bootloader) cid: HTC__332
Click to expand...
Click to collapse
Check xda. You neef a 2.41.592.51 ruu, if it's not available here in the threads (search the guides section) you can check the website "gem flash firmware"
Donnie267 said:
Can someone link a sd flashable ota or ruu for my htc 10? Here's my getvar output
PS C:\adb> fastboot getvar all
(bootloader) kernel: lk
(bootloader) product: htc_pmewl
(bootloader) version: 1.0
(bootloader) max-download-size: 1579200000
(bootloader) serialno: **********
(bootloader) current-slot:
(bootloader) imei: deleted ~ don't post this info on a public forum
(bootloader) version-main: 2.41.592.51
(bootloader) boot-mode: download
(bootloader) version-baseband: [email protected]
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 2PS650000
(bootloader) cid: HTC__332
Click to expand...
Click to collapse
Mr Hofs said:
Check xda. You neef a 2.41.592.51 ruu, if it's not available here in the threads (search the guides section) you can check the website "gem flash firmware"
Click to expand...
Click to collapse
The CID is for Latin America, but the firmware version/version-main is something I've never seen before.
And a google search for it brought up nothing. I've never had a google search for a firmware version bring up nothing at all before. Bring up very little, yes, but never nothing.
xunholyx said:
The CID is for Latin America, but the firmware version/version-main is something I've never seen before.
And a google search for it brought up nothing. I've never had a google search for a firmware version bring up nothing at all before. Bring up very little, yes, but never nothing.
Click to expand...
Click to collapse
That's indeed an odd version...never seen it before.
HTC__332 CID builds, should be x.xx.600.xx (not 592)
Sent from my Pixel 3 XL using Tapatalk
xunholyx said:
The CID is for Latin America, but the firmware version/version-main is something I've never seen before.
And a google search for it brought up nothing. I've never had a google search for a firmware version bring up nothing at all before. Bring up very little, yes, but never nothing.
Click to expand...
Click to collapse
I had flashed a deodexed Tom on my phone, don't remember which and even searched HTC and they don't have a ruu. Is it possible to flash all the partitions (sys, boot, etc) from say unlocked eu?
---------- Post added at 01:23 AM ---------- Previous post was at 01:20 AM ----------
santod040 said:
That's indeed an odd version...never seen it before.
HTC__332 CID builds, should be x.xx.600.xx (not 592)
Sent from my Pixel 3 XL using Tapatalk
Click to expand...
Click to collapse
do you know where I can get a x.xx.600.xx build specific cid? If so,can you link it?
Donnie267 said:
I had flashed a deodexed Tom on my phone, don't remember which and even searched HTC and they don't have a ruu. Is it possible to flash all the partitions (sys, boot, etc) from say unlocked eu?
---------- Post added at 01:23 AM ---------- Previous post was at 01:20 AM ----------
do you know where I can get a x.xx.600.xx build specific cid? If so,can you link it?
Click to expand...
Click to collapse
Latest one I could find for your CID is a Marshmallow build.
https://androidfilehost.com/?fid=385026487222272730
Your current version main indicates the device is on Nougat firmware, so a downgrade may not work at all, especially with the strange version it says you are on.
Not sure what has already been attempted to be flashed to the device, etc...
Good luck!
Sent from my Pixel 3 XL using Tapatalk

Categories

Resources