Hi, I have been the happy owner of an international HTC One X for just over a month now. I'm from Australia and my carrier is Vodafone.I have been using the Lee-Droid One Xtreme Rom without issue for almost the entire time I've owned the phone, however two days ago some huge issues appeared.
First the handset resest itself, this had happened before but this time it was stuck on the "HTC Quietly Brilliant" splash screen. I tried to wipe the cache from recovery but recovery wouldn't boot. I plugged the phone into my laptop and used "fastboot erase cache" which seemed to work but did not solve my problem, still hanging at the splash screen.
I then noticed that my bootloader had somehow locked itself again so I flashed my Unlock_code.bin again, the handset displayed the usual prompts which I followed but when my phone reset I was greeted with the now familiar hanging bootsplash plus a warning about the ROM being for internal HTC use only.
I also noticed this message in my terminal:
FAILED (status read failed (Cannot send after transport endpoint shutdown))
Can someone please help me here? I'm hesitant to send the phone away because I unocked the bootloader via htcdev.com so my warranty is invalid most likely.
Thanks for your time and sorry if this is a duplicate thread, I had done a few searches already and found nothing that spunded like my problem though.
Did your bootloader say locked or relocked
Sent from my HTC One X using Tapatalk 2
Did u flash de cwm last recovery? There are some problems with usb, try to use another One, install drivers, restart pc.
Htc One X Venom ViperX Rom & Show-p Kernel
@KrisPerry - the bootloader says either :
***LOCKED***
or
***LOCKED***
***SECURITY WARNING***
@drangonesdenano
last recovery I flashed CWM 5.8.4.0
have tried restarting pc, no change.
i use linux so there are no drivers to reinstall.
none of the cables i have fit, but this is the original htc cable, it seems to be in decent condition, i'll try and see if i can borrow one from a friend though.
sorry for taking a while to reply to you guys, i've been having login troubles with the xda site. thankyou for your help thusfar. any ideas?
Try closing and opening bootloader again, then flash recovery if not working properly. Has to do with usb ... I think ..not to cable. Then tell us
Htc One X Venom ViperX Rom & faux123 b004b7 Kernel
dragonesdenano said:
Try closing and opening bootloader again, then flash recovery if not working properly. Has to do with usb ... I think ..not to cable. Then tell us
Htc One X Venom ViperX Rom & faux123 b004b7 Kernel
Click to expand...
Click to collapse
hi, sorry for taking so long to reply, i have been having some major troubles with both my computer and then getting enough charge into the phone. i ended up writing this script:
Code:
#!/bin/sh
while true
do
./fastboot getvar battery-voltage
./fastboot reboot-bootloader
sleep 10
done
writing from a different pc with a fresh linux mint install i've tried unlocking the bootloader again but this time i'm getting this from the terminal:
Code:
./fastboot flash unlocktoken Unlock_code.bin
sending 'unlocktoken' (0 KB)...
OKAY [ 0.009s]
writing 'unlocktoken'...
(bootloader) unlock token check successfully
FAILED (status read failed (No such device))
finished. total time: 9.179s
what do you think? i bought a second usb cable and have been switching between the two but it makes no difference... i can't flash recovery because the bootloader is locked and i seem to be stuck in a bootloop so i can't boot into CWM either.
i've been reading about people flashing RUU's, is that what i need to do?
Just a gentle bump on this thread, I've been without a phone for over a week now and it's getting pretty annoying (first world problems). Has anyone seen this before? What should I do? Any help would be greatly appreciated.
Cheers, Toby.
RUUs
So I'm looking into the possibility of flashing an RUU, what are my options for doing so under Linux?
I've found this link: http://forum.xda-developers.com/showthread.php?t=1465747
Has anyone used openRUU? Does it work for the HOX?
The only other option I can see is making a Windows virtual machine... My only concern is installing the drivers, will that work seeing as I can only access fastboot?
Also I'm not sure exactly where to find an RUU... I've checked out this link: http://www.filefactory.com/f/7cc7b2fbdd03c031/
but my RUU (1.29.862.11) wasn't there and I've struggled to find a download elsewhere....
any clues?
Any help would be devoured thankfully.
Toby.
Free bump...
Sent from my HTC One X using xda premium
TobyJamesJoy said:
So I'm looking into the possibility of flashing an RUU, what are my options for doing so under Linux?
I've found this link: http://forum.xda-developers.com/showthread.php?t=1465747
Has anyone used openRUU? Does it work for the HOX?
The only other option I can see is making a Windows virtual machine... My only concern is installing the drivers, will that work seeing as I can only access fastboot?
Also I'm not sure exactly where to find an RUU... I've checked out this link: http://www.filefactory.com/f/7cc7b2fbdd03c031/
but my RUU (1.29.862.11) wasn't there and I've struggled to find a download elsewhere....
any clues?
Any help would be devoured thankfully.
Toby.
Click to expand...
Click to collapse
The RUU doesn't do anything fancy, it just packages the boot.img, recovery? and ROM, and uses the same method we would use to flash the bits individually.
If there is no RUU for your version, I hope you took the advise of making a backup.
Update
whynot66 said:
Free bump...
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
Thanks man!
So I've set out on a mission and made a Virtualbox Windows XP install, installed the sdk and HTC sync, configured the usb settings, and the virtual install seems to be able to detect my handset in fastboot.
Good times.
I was able to run all the fastboot commands I wanted, including "fastboot oem get_identifier_token" which wasn't previously working on the Linux side and now through some kind of voodoo works a charm under Linux too. After running this command I visited the htcdev site and requested a new Unlock_code.bin but that didn't work, still getting FAILED errors...
One thing I have noticed is that every time I run "fastboot oem get_identifier_token" I get a dramatically different token, wil this result in a different Unlock_code.bin? Maybe one of the will work eventually (doubtful).
On the other hand it seems that I've got everything ready to flash an RUU, I just need that RUU... So does anyone know where I can find it?
BenPope said:
The RUU doesn't do anything fancy, it just packages the boot.img, recovery? and ROM, and uses the same method we would use to flash the bits individually.
If there is no RUU for your version, I hope you took the advise of making a backup.
Click to expand...
Click to collapse
I've read this thread:
http://forum.xda-developers.com/wiki/HTC_One_X
and flashing the RUU seems to be the only way to go seeing as my bootloader is locked and won't unlock. Becuase you flash RUUs with a locked bootloader right?
I've read about vodafone releasing this RUU so I'm pretty sure it exists, I'm just not sure how to get it.
I did make a nandroid backup of the stock rom, is it possible to flash that?
I don't care how much data I lose, so long as I get a functional telephone in return.
TobyJamesJoy said:
I've read this thread:
http://forum.xda-developers.com/wiki/HTC_One_X
and flashing the RUU seems to be the only way to go seeing as my bootloader is locked and won't unlock. Becuase you flash RUUs with a locked bootloader right?
I've read about vodafone releasing this RUU so I'm pretty sure it exists, I'm just not sure how to get it.
I did make a nandroid backup of the stock rom, is it possible to flash that?
I don't care how much data I lose, so long as I get a functional telephone in return.
Click to expand...
Click to collapse
Hmmm, so you were unlocked but.now it won't unlock? Odd.
With a stock recovery, you should still be able to flash signed ROMs, perhaps not your backup though.
If it's not on filefactory, it's probably not widely available. Google is your friend, I guess.
BenPope said:
Hmmm, so you were unlocked but.now it won't unlock? Odd.
With a stock recovery, you should still be able to flash signed ROMs, perhaps not your backup though.
If it's not on filefactory, it's probably not widely available. Google is your friend, I guess.
Click to expand...
Click to collapse
yeah, weird huh?
forgive my ignorance but what exactly is a signed rom?
i'm not sure what recovery i've got at the moment, last one i flashed was CWM 5.8.4.0 but that won't boot anymore.. do i need recovery to flash my backup?
in my backup i have a boot.img, recovery.img the md5 sum and a few tarballs (cache, data, system), if i flash recovery.img will i get the stock recovery? or do i need an unlocked bootloader to do that?
and if i get stock recovery what can i flash from there with a locked bootloader?
you were saying that an RUU does the same things as flashing the components individually, but also you say that i might not to be flash my backup, so i'm a bit confused.... n00bdom......
TobyJamesJoy said:
yeah, weird huh?
forgive my ignorance but what exactly is a signed rom?
i'm not sure what recovery i've got at the moment, last one i flashed was CWM 5.8.4.0 but that won't boot anymore.. do i need recovery to flash my backup?
in my backup i have a boot.img, recovery.img the md5 sum and a few tarballs (cache, data, system), if i flash recovery.img will i get the stock recovery? or do i need an unlocked bootloader to do that?
and if i get stock recovery what can i flash from there with a locked bootloader?
you were saying that an RUU does the same things as flashing the components individually, but also you say that i might not to be flash my backup, so i'm a bit confused.... n00bdom......
Click to expand...
Click to collapse
A signed ROM is an official one from HTC, signed by their private key. The CID also has to match your phone. Then the standard recovery will allow it to be flashed.
I find it strange that you are locked.with a nonstandard recovery. I think you should get back to unlocked before proceeding.
Try unlocking your phone from scratch using the normal procedure.
Why doesn't that work? What stage fails? What error do you get?
BenPope said:
A signed ROM is an official one from HTC, signed by their private key. The CID also has to match your phone. Then the standard recovery will allow it to be flashed.
I find it strange that you are locked.with a nonstandard recovery. I think you should get back to unlocked before proceeding.
Try unlocking your phone from scratch using the normal procedure.
Why doesn't that work? What stage fails? What error do you get?
Click to expand...
Click to collapse
I've tried this numerous times, everything works right up to the final stage. My device is recognised by fastboot, I can get the identifier token, flash the Unlock_code.bin, it writes to the handset properly, the handset displays the black screen with "yes" and "no" options and the warnings about voiding your warranty, i choose "yes" and the phone reboots into fastboot while the terminal reads like so:
Code:
writing 'unlocktoken'...
(bootloader) unlock token check successfully
FAILED (status read failed (No such device))
that's under Linux, in my Windows XP virtual box it reads the same except the final line is:
Code:
FAILED (status read failed (Unkown error))
I've tried this on two different PCs, one running arch linux, another on ubuntu 12.04, also on a fresh install of Linux Mint 13. I've tried every different usb port available and I've tried generating different Unlock_code.bin files - nothing seems to work.......
Brickland.
Idea
This may have something to do with my udev rules, these are the ones i'm currently using, I can't remember now where i found them but they govern how the OS handles certain devices. Here's my /etc/udev/rules.d/51-android.rules
Code:
UBSYSTEMS=="usb", ATTRS{idVendor}=="0bb4", ATTRS{idProduct}=="0fff", MODE="0666", OWNER="tobias"
SUBSYSTEMS=="usb",ATTRS{idVendor}=="0bb4",ATTRS{idProduct}=="0c02",SYMLINK+="android_adb"
SUBSYSTEMS=="usb",ATTRS{idVendor}=="0bb4",ATTRS{idProduct}=="0c01",SYMLINK+="android_fastboot"
does anyone with some linux knowhow see anything wrong with them?
or am i barking up the wrong tree?
TobyJamesJoy said:
This may have something to do with my udev rules, these are the ones i'm currently using, I can't remember now where i found them but they govern how the OS handles certain devices. Here's my /etc/udev/rules.d/51-android.rules
Code:
UBSYSTEMS=="usb", ATTRS{idVendor}=="0bb4", ATTRS{idProduct}=="0fff", MODE="0666", OWNER="tobias"
SUBSYSTEMS=="usb",ATTRS{idVendor}=="0bb4",ATTRS{idProduct}=="0c02",SYMLINK+="android_adb"
SUBSYSTEMS=="usb",ATTRS{idVendor}=="0bb4",ATTRS{idProduct}=="0c01",SYMLINK+="android_fastboot"
does anyone with some linux knowhow see anything wrong with them?
or am i barking up the wrong tree?
Click to expand...
Click to collapse
I think you only need this (and a fraction of it at that) if adb devices shows nothing.
TobyJamesJoy said:
I've tried this numerous times
Snip
Brickland.
Click to expand...
Click to collapse
I have no idea, I've never unlocked mine.
Sorry dude, but I'm sure it can be recovered, you just to find the right incantation.
BenPope said:
I think you only need this (and a fraction of it at that) if adb devices shows nothing.
Click to expand...
Click to collapse
hmm, i'm not sure i follow you but you have hit on one glaring omission of mine, i've never been able to get adb working.... maybe i should forage around for tips in that area.
are you saying that i only need the proper udev rules to get adb working and i should be able to do it with a fraction of the code? what do you mean by "if adb devices shows nothing"?
Related
Hi Folks,
Having some serious issues with my HTC One X
Upon recieving the device I left it on stock for a couple days and then flashed to ARHD 5.2 by unlocking the bootloader via HTCDev and flashed the rom, allwas awesome.. I have now since seen that yellow tea marks are appearing on one side of the screen, so I would like to return the handset to a stock state so that I may return under warranty.
Here is what I did:
Relocked the boot loader
Flashed stock recovery
This resulted in a security error and the phone refused to boot into anything but the boot loader...
almost identical to this thread:
http://forum.xda-developers.com/showthread.php?t=1649737
I have now solved this boot issue by reflashing the latest custom recovery, and the phone now boots into a nandroid backup that I have restored of the stock ROM.
I have tried to use several RUU's and they all halt after the reboot into bootloader phase (where it erases user data, writes the rom and then does something with signatures)...and the handset itself just stays on a black screen with a HTC logo and there are no progress bars or indication of things happening.. until the RUU errors with 155 (unknown error)
After looking at several threads I have become stuck and would really appreciate some advice
Here are the current details of my phone:
Sim free UK handset
HBOOT-0.94.0000
Radio-1.1204.104.14
CID - I have tried to gather this via fastboot, but it comes up as NONE
(also tried getprop ro.cid via the adb shell but this just errors)
Not sure if it makes any difference but I have also tried the HTC One X AIO Kit.. but any commands it sends error with indications that It cannot locate a device
Please please help
Gomezie said:
Hi Folks,
Having some serious issues with my HTC One X
Upon recieving the device I left it on stock for a couple days and then flashed to ARHD 5.2 by unlocking the bootloader via HTCDev and flashed the rom, allwas awesome.. I have now since seen that yellow tea marks are appearing on one side of the screen, so I would like to return the handset to a stock state so that I may return under warranty.
Here is what I did:
Relocked the boot loader
Flashed stock recovery
This resulted in a security error and the phone refused to boot into anything but the boot loader...
almost identical to this thread:
http://forum.xda-developers.com/showthread.php?t=1649737
I have now solved this boot issue by reflashing the latest custom recovery, and the phone now boots into a nandroid backup that I have restored of the stock ROM.
I have tried to use several RUU's and they all halt after the reboot into bootloader phase (where it erases user data, writes the rom and then does something with signatures)...and the handset itself just stays on a black screen with a HTC logo and there are no progress bars or indication of things happening.. until the RUU errors with 155 (unknown error)
After looking at several threads I have become stuck and would really appreciate some advice
Here are the current details of my phone:
Sim free UK handset
HBOOT-0.94.0000
Radio-1.1204.104.14
CID - I have tried to gather this via fastboot, but it comes up as NONE
(also tried getprop ro.cid via the adb shell but this just errors)
Not sure if it makes any difference but I have also tried the HTC One X AIO Kit.. but any commands it sends error with indications that It cannot locate a device
Please please help
Click to expand...
Click to collapse
Please specify which RUU's you have tried
Hey thanks for your prompt reply, It is greatly appreciated.
Here are the RUU's i have tried:
RUU_ENDEAVOR_U_ICS_40_HTC_Europe_1.28.401.9_Radio_1.1204.103.14_release_256469_signed
RUU_ENDEAVOR_U_ICS_40_HTC_Europe_1.29.401.7_Radio_1.1204.104.14_release_259281_signed
RUU_ENDEAVOR_U_ICS_40_Vodafone_UK_1.26.161.2_Radio_1.1204.90.13_release_251227_signed
Thanks
Where did you get the unit from originally? Was it branded?
This is why you should get the RUU BEFORE flahsing a new ROM
EddyOS said:
Where did you get the unit from originally? Was it branded?
This is why you should get the RUU BEFORE flahsing a new ROM
Click to expand...
Click to collapse
It was purchased from phones4u online.. the phone came unbranded, and is on a vodafone contract.
I am sorry about the RUU.. I wasnt aware it was something you had to acquire first..
You don't HAVE to get it first, it just means you don't have to panic about which one to use!!!
If it's unbranded then 1.29.401.7 or 1.29.401.11 will do the job (I'd go for .11)
Relock the bootloader and run the RUU when in fastboot and you should be good to go!
EddyOS said:
You don't HAVE to get it first, it just means you don't have to panic about which one to use!!!
If it's unbranded then 1.29.401.7 or 1.29.401.11 will do the job (I'd go for .11)
Relock the bootloader and run the RUU when in fastboot and you should be good to go!
Click to expand...
Click to collapse
Thanks mate.. just waiting on the download slots and Ill grab it
Get it here, MUCH quicker
http://www.geeks0.com/downloads/mob...04.105.14_release_260491_signed_c9d22.exe.zip
RUU is in the ZIP file. No idea why it's been changed to lower case but it's the one I used and I maxed out my 8Mbps connection getting it
EddyOS said:
Get it here, MUCH quicker
http://www.geeks0.com/downloads/mob...04.105.14_release_260491_signed_c9d22.exe.zip
RUU is in the ZIP file. No idea why it's been changed to lower case but it's the one I used and I maxed out my 8Mbps connection getting it
Click to expand...
Click to collapse
Spot on mate, I relocked the bootloader and the status reads "*** RELOCKED ***"
The RUU also ran perfectly, thanks for that
Would I just flash a stock recovery to restore the bootloader now? (so that it doesnt say RELOCKED)
I want to ensure that the phone is in the exact shape it needs to be before sending back.
Thanks again
It'll always say relocked - you can't do anything about that...
Ah thats a shame, should be a doorstep swap for a replacement handset anyways so thats probably no issue.
Thanks again mate, you have saved my bacon
-Run your RUU and wait for a complete load.
-go to windows>run and write: %temp%. Find a folder that contains a file called: rom.zip. Get the boot_signed.img and recovery_signed.img.
-flash boot_signed.img and recovery_signed.img.
-fastboot erase cache
-fastboot oem lock
-Do a factory reset with the new recovery.
-Now run your RUU and everything gonna be ok
Sent from my HTC One X using XDA
wolfraim said:
-Run your RUU and wait for a complete load.
-go to windows>run and write: %temp%. Find a folder that contains a file called: rom.zip. Get the boot_signed.img and recovery_signed.img.
-flash boot_signed.img and recovery_signed.img.
-fastboot erase cache
-fastboot oem lock
-Do a factory reset with the new recovery.
-Now run your RUU and everything gonna be ok
Sent from my HTC One X using XDA
Click to expand...
Click to collapse
OP has already got it done, just asked if you could change the bootloader to say 'LOCKED' as it does out the box as opposed to 'RELOCKED'
RUU
So I have kind of a problem, I wanted to unlock my bootloader, only HTCDEV servers are a couples of days now overloaded.
So I can't get the unlock code bin.
I need to use my phone and it won't start normally because new firmare was flashed in RUU mode with JBWFTOOL.
So I want to flash a stock RUU. Only my main version is 3.14.401.41.
My phone was repaired by HTC and I got it back LOCKED and well.
Can I flash a other version RUU or do I have to wait for HTCDEV becoming normal again.
HOX E11 Europe.
H.BOOT 1.39
3.14.401.41
I am not doomed right?
Are you sure.....you don't have 3.14.401.31 as a software number ?
Try this one
http://androidfiles.org/ruu/securek...Radio_5.1204.162.29_release_302015_signed.exe
Put the phone in the bootloader/fastboot usb mode and right click the ruu.exe and select
Run as adminstrator
Mr Hofs said:
Are you sure.....you don't have 3.14.401.31 as a software number ?
Try this one
http://androidfiles.org/ruu/securek...Radio_5.1204.162.29_release_302015_signed.exe
Put the phone in the bootloader/fastboot usb mode and right click the ruu.exe and select
Run as adminstrator
Click to expand...
Click to collapse
Yeah I'm sure, it suprises my also I will try now!
EDIT: Oh no Im not wearing my eyecontacts XD It is 31! XD
jelmer-p said:
Yeah I'm sure, it suprises my also I will try now!
EDIT: Oh no Im not wearing my eyecontacts XD It is 31! XD
Click to expand...
Click to collapse
Yeah i knew that, im on the same cid
Mr Hofs said:
Yeah i knew that, im on the same cid
Click to expand...
Click to collapse
YEAH it worked thanks!
jelmer-p said:
YEAH it worked thanks!
Click to expand...
Click to collapse
Top ! Have fun :thumbup:
I have no clue what to do now, I've searched the forums for days now. I don't know what other options I have now. I had my phones bootloader unlocked and s-off. Even had clockworkmod installed (I believe it was version 6.0.4.5) I planned on putting it back to stock when I found out it wouldn't keep a signal and randomly rebooting. I don't know what happened or what I probably did to make it happen, but now I am stuck.
Where I stand now is looking at my phone in the bootloader. I can access fastboot from there but not the recovery. When I try to boot into recovery it seems to hang on a black screen, then after a little wait it shows me a picture of a phone with a red exclamation point inside a triangle. I guessing I would be safe to assume in saying that my recovery is shot. My bootloader says that it is locked with s-on and that it has been tampered (I attached a picture below). I've even tried using an RUU, however I don't know if I am doing it properly.
So I guess my question is this, Is there anything I can do from this point?
I've already accepted the fact I might as well have a brick. Just hoping there is a last resort.
try new recovery
Since you can get into fastboot, type fastboot devices and see if yours shows in list.
If not, check out HTC usb drivers and make sure they're right. Then get most current recovery
like PhilZ's or Clockwork or TWRP.
After connection is sure, type fastboot erase cache.
Then name your recovery recovery.img and flash it: fastboot flash recovery recovery.img.
Then type fastboot reboot-bootloader.
Try getting into your new recovery and go from there.
Forgot to attache the picture, my bad.
I will try that now.
No dice. What I get is this.
sending 'recovery' (9138 KB)...
FAILED (data transger failure (Unknown error))
finished. total time: 0.001s
...
Somehow, you got back to S-0n Locked, and it's not gonna let you do a custom recovery now.
If I'm not mistaken, since you're still only hboot 1.54, you can flash an RUU to get back to full stock. You can grab the RUU here, http://forum.xda-developers.com/showthread.php?t=2428276. Just make sure it's the VZW one. You can follow the directions here, http://forum.xda-developers.com/showthread.php?t=2251800. That thread is in the Sprint forum, but its the same process. You should be able to skip the first part where they re-lock the bootloader. Hope this helped.
I've tried that with different versions of it, many times. After I type the 'fastboot flash zip Rom.zip' all I get is
sending 'zip' (1178304 KB)...
Edit: Then it just hangs there indefinitely until I cancel it
d0m_ said:
I've tried that with different versions of it, many times. After I type the 'fastboot flash zip Rom.zip' all I get is
sending 'zip' (1178304 KB)...
Edit: Then it just hangs there indefinitely until I cancel it
Click to expand...
Click to collapse
If you're locked and s-on I don't believe you can flash an RUU. Could be wrong, but from what I remember, you can't.
Sent from my HTC6500LVW using Tapatalk
brholt6 said:
If you're locked and s-on I don't believe you can flash an RUU. Could be wrong, but from what I remember, you can't.
Sent from my HTC6500LVW using Tapatalk
Click to expand...
Click to collapse
If that is the case, then how would I flash an RUU?
eman7131 said:
You should be able to skip the first part where they re-lock the bootloader. Hope this helped.
Click to expand...
Click to collapse
So if we are S-Off, there is no need to relock the bootloader before flashing RUU?
d0m_ said:
If that is the case, then how would I flash an RUU?
Click to expand...
Click to collapse
You would have to wait until there is a newer RUU made available, I think. If you didnt get a failed flag when sending the RUU, I would let it sit there for a while. If you did then I don't know what to tell you.
"So if we are S-Off, there is no need to relock the bootloader before flashing RUU?"
The reason I said what I did was because he was already locked. And it depends on what you're looking to do.
You need to use a signed ruu since your s-on. You can get it in the second post of santods rom radio kernel thread in development.
Once stock and running, use weaksauce and firewater to get unlocked and s-off again, if so desired.
There is no need to relock the bootloader if you are s-off, to do an ruu.
I've tried that before, probably more than once. It seems that when I'm in either fastboot or the RUU option " black screen silver HTC" it seems to freeze.
Has to be a driver issue with your pc, or a hardware issue with the phone. My guess is the drivers.
so i think i finally figured it out. long story short i uninstalled the drivers and then reinstalled and then plugged my phone in and tried it again. now i see the black screen and silver HTC with the green bar underneath it. not sure how long that stays on but i'm to scared to touch it
That is just a splash screen for ruu mode. Once in that mode, you use other fastboot cmds to flash the ruu ( fastboot flash zip nameoffile.zip ). Once the ruu finishes in the cmd window on your pc, it will still be at that screen untill you type ( fastboot reboot ).
d0m_ said:
Forgot to attache the picture, my bad.
I will try that now.
Click to expand...
Click to collapse
i have the same problem
View attachment 3237063
any solution?
Morgandust said:
i have the same problem
View attachment 3237063
any solution?
Click to expand...
Click to collapse
what all have you tried? did you try to uninstall and reinstall the driver? that is what did if for me.
d0m_ said:
what all have you tried? did you try to uninstall and reinstall the driver? that is what did if for me.
Click to expand...
Click to collapse
you remember the name of the driver? QHUSB_DLOAD?
Morgandust said:
you remember the name of the driver? QHUSB_DLOAD?
Click to expand...
Click to collapse
not off hand, just a quick google search should be able to do it. i think it was their sync software. then after it is installed only uninstall the sync manager.
Hi there
I am trying to gain s-off via rumrunner. I followed the instructions closely but when it attempts to check the bootloader and fastboot, it fails. My phone (Sprint m8), boots to boot loader but then it just sits there and rumrunner fails.
What is going wrong and how do I fix it? My phone is rooted and unlocked. I've got insertcoin and twrp flashed. Is there something wrong with fastboot? Please help as I am eager to gain s-off. I am thinking about just using Sunshine, but I don't want to pay the fee if it's not even going to work.
Thanks
G
garyg199 said:
Hi there
I am trying to gain s-off via rumrunner. I followed the instructions closely but when it attempts to check the bootloader and fastboot, it fails. My phone (Sprint m8), boots to boot loader but then it just sits there and rumrunner fails.
What is going wrong and how do I fix it? My phone is rooted and unlocked. I've got insertcoin and twrp flashed. Is there something wrong with fastboot? Please help as I am eager to gain s-off. I am thinking about just using Sunshine, but I don't want to pay the fee if it's not even going to work.
Thanks
G
Click to expand...
Click to collapse
Rumrunner hasn't worked for over a year and a half, and Firewater hasn't either.
Sunshine is the way to do it now if you want/need S-Off. You could buy a Java Card, but it would be more expensive.
Oh, wow , okay thanks. Yeah I thought it was weird but I was watching a video that was uploaded one week ago and the user was using rumrunner. I'm still a bit of a noob with this but the reason I am trying to gain s-off is because when I flash a new rom I either get stuck at the bootloader or the boot image. I'm guessing it's because I'm a-on and I would have to flash using abd commands on my pc? If I am wrong can someone please let me know? It's a bit confusing. Thanks
garyg199 said:
Oh, wow , okay thanks. Yeah I thought it was weird but I was watching a video that was uploaded one week ago and the user was using rumrunner. I'm still a bit of a noob with this but the reason I am trying to gain s-off is because when I flash a new rom I either get stuck at the bootloader or the boot image. I'm guessing it's because I'm a-on and I would have to flash using abd commands on my pc? If I am wrong can someone please let me know? It's a bit confusing. Thanks
Click to expand...
Click to collapse
Is your firmware up to date?
Tell me what it says next to "OS" in your bootloader. If you are using an old version of TWRP, it may be blank. If it is, post the results of fastboot getvar all to determine the firmware version from that, but remove your IMEI and serial# first as that is private info.
Well it is blank. It just says "OS-".
How do I execute the fastboot getvar etc. ? In a command window on my computer or? Sorry. Noob is shining here
I just updated twrp like last week though?
Yeah my twrp version is 2.8.5.0
garyg199 said:
Well it is blank. It just says "OS-".
How do I execute the fastboot getvar etc. ? In a command window on my computer or? Sorry. Noob is shining here
Click to expand...
Click to collapse
Did you buy the phone rooted, or did you use ADB and fastboot to root yourself? Yes, you do it in CMD with the SDK/ADB software. Hook your phone up to your PC, open CMD in ADB (shift+right click and choose "open command window here")
enter adb reboot bootloader
then fastboot getvar all
I rooted it myself. I just tried it and got nothing after it says <waiting for device>. I could also be doing this wrong too though. SDK...Is this android audio whatever? Because I've been trying to find that and that's where it brought me, from every link. I downloaded the actual package with the program tools so I think I have it right but I'm not sure. Thanks for all the help by the way
I think I've got the right sdk tools and all. I just found another thread where someone had the same issue. He said it fixed magically overnight, but another said to uninstall the HTC drivers and reinstall on my pc. Guess I'll try that, unless you know another solution?
garyg199 said:
I think I've got the right sdk tools and all. I just found another thread where someone had the same issue. He said it fixed magically overnight, but another said to uninstall the HTC drivers and reinstall on my pc. Guess I'll try that, unless you know another solution?
Click to expand...
Click to collapse
Okay. You "think" you have SDK? I'll tell you right now, your firmware is out of date. Run the software update/RUU from HTC's US website. I would tell you if you should run Sprint's standard RUU, or the Sprint H/K RUU, but since you have failed to provide me with the information to direct you to the proper firmware update that I asked for, I guess you can figure it out on your own by searching your CID and MID from your getvar output.
Here's a link to the HTC US Software Download page.
Good luck!
garyg199 said:
I think I've got the right sdk tools and all. I just found another thread where someone had the same issue. He said it fixed magically overnight, but another said to uninstall the HTC drivers and reinstall on my pc. Guess I'll try that, unless you know another solution?
Click to expand...
Click to collapse
If you unlocked the bootloader yourself, you have a working adb/fastboot environment.
Be sure you are booted into OS, and have "USB Debugging" enabled in settings, to issue the adb command suggested by xunholyx.
Thanks @redpoint. Sorry for my ignorance and lack of knowledge guys, just trying to get things straight. Im guessing my next step as of now is to get my boot loader locked again and get my stock recovery back so I can update my firmware. It seems like I can't do much until I do so. I downloaded sunshine and it gave me an error about flashing a "non debuggable ram disk". Thanks again for your help. Any other advice is much appreciated
garyg199 said:
Thanks @redpoint. Im guessing my next step as of now is to get my boot loader locked again and get my stock recovery back so I can update my firmware.
Click to expand...
Click to collapse
You shouldn't be "guessing" anything.
You have failed to provide the proper information (output from fastboot getvar all) which has been requested 3 times now. Can't provide the proper guidance without more info.
garyg199 said:
Thanks @redpoint. I downloaded sunshine and it gave me an error about flashing a "non debuggable ram disk".
Click to expand...
Click to collapse
s-off isn't going to automatically (all by itself) fix your problem (flashing a ROM), if that is what you think.
You have 2 potential (probable) issues:
1) The ROM won't boot if your firmware is outdated (s-off makes it a bit easier to update firmware, but its not strictly required to do so)
2) ROM also won't boot if its does not specifically support the Sprint version M8
I'm failing to provide the info because it's not giving me the info! I'm guessing because I'm doing this on my own more or less
garyg199 said:
I'm failing to provide the info because it's not giving me the info! I'm guessing because I'm doing this on my own more or less
Click to expand...
Click to collapse
I have no idea what that means. Your computer is sensing you are doing this "on your own" and deciding it doesn't like that?
If you are having issues executing the advice given to you, you need to state that, along with the specific results, error messages, etc. A screenshot may also be helpful.
If you don't post that you tried, and it failed; all we can do is assume that you ignored or missed the advice.
If the computer is hanging "waiting for device" when you try "fastboot getvar all" then you should try another USB cable, another port, re-install HTC Sync, or even try another computer (if possible).
But I have no idea of knowing what the issue is, if you don't tell us.
Cid- SPCS_001
MID-0P6B70000
I hope those are the correct numbers that were needed
garyg199 said:
I hope those are the correct numbers that were needed
Click to expand...
Click to collapse
I want the full getvar output (minus IMEI and serial number, which are personal info) not just 2 pieces of it.
Here's what I got
Had to use the all in one toolkit to get it. Wasn't giving it to me with just the commands.
Hey everyone, so I am pretty sure I bricked my HTC10.
To Start off my specs are the HTC 10 Unlocked version
htc_pmewl
CID: BS_US001/BS_US002
MID: 2PS650000
OS: 1.80.617.1
OpenDSP: 18.2.8996.00524_0321
(orignially Stock ROM)
I was trying to reset everything to stock settings before I returned the phone (Unrooting, Locked Bootloader, Stock Recovery, etc) and everything was going fine until after I rewrote the S-OFF flag to S-ON (I'm pretty sure it happened there, maybe when I relocked the bootloader?). Now I don't have a ROM, the CID and MID's are missing on the fastboot (download-mode) page. The Bootloader is relocked, and I have a stock recovery.
I tried going here to get the RUU's and everything to fix what I had done. However the RUU.exe gives me a error 120 Low Battery when I run it (Even though I have a fully charged battery). I tried going to a different PC to run the RUU, but the RUU never runs past the initial install.
I also tried re-unlock the bootloader so I could reinstall TWRP and flash that way. Unlocking went fine, but when I try to flash the twrp img via fastboot I get an error (9 RU_SECURITY_FAIL recovery and bootloader isn't BL_UNLOCKED).
I'm really at my wits end here. I haven't actually done anything this stupid in all of my customizing my M8, S6, Razr or all my tablets so I honestly don't know what to do. If you guys could throw me a lifeline I'd be grateful.
Thanks
Have you tried doing a factory reset using the stock recovery?
See if you can get a system.img to flash manually. If you can get an OS boot you should be able to fix your device.
tkoreaper said:
Have you tried doing a factory reset using the stock recovery?
Click to expand...
Click to collapse
Using the adb shell command (recovery --wipe_data)? Yeah I've tried that, but I get a device not found error. adb isn't working right now, however I am still able to get fastboot commands, and the phone recognizing them at least. Otherwise, no I haven't what would I need to do?
@tw1tch175 is right. Try to find an untouched system image first and try to flash it in download mode.
Could you in addition tell a bit more about what you did to reset the device to stock instead of flashing a RUU in the first place prior to writing secureflag 3!? And further more what did you do prior to it, did you flash unsigned firmware, or one of the "no red text on boot" aboot provided here!?
Sent from my HTC 10 using XDA Labs
Are you making sure you are in download mode for fastboot commands. Also double check your driver in the device manager.
Edit: woops re-read, and he meant use the UI in the factory recovery to reset
5m4r7ph0n36uru said:
@tw1tch175 is right. Try to find an untouched system image first and try to flash it in download mode.
Could you in addition tell a bit more about what you did to reset the device to stock instead of flashing a RUU in the first place prior to writing secureflag 3!? And further more what did you do prior to it, did you flash unsigned firmware, or one of the "no red text on boot" aboot provided here!?
Sent from my HTC 10 using XDA Labs
Click to expand...
Click to collapse
Sure. I originally ran the factory wipe/reset via the ROM (Which was the stock rom). Then after that I booted up into the download mode, tried relocking the bootloader with fastboot oem lock. I also flashed the stock recovery for my model. Once I saw that I had the stock recovery on, the bootloader was locked, and everything else, I tried to do a twrp restore and relock it, but it wasn't working so I said "Screw it" and rewrote the secureflag, rebooted and...yeah everything was gone.
The only thing I did before all of this was when I got the phone unlock the bootloader, SOFF, Custom Recovery, and sideload super SU for root. The only "unofficial" radios/firmware/etc I had was the Verizon Radio on my phone.
Other than that I kept it clean. I'm looking for an image now to try that.
tw1tch175 said:
Are you making sure you are in download mode for fastboot commands. Also double check your driver in the device manager.
Edit: woops re-read, and he meant use the UI in the factory recovery to reset
Click to expand...
Click to collapse
Yes. I just figured that out while searching haha. I did go through and use the UI, but I had no luck. I am looking for an img like you said but I am not having luck so far. Is there one of the Stock guide on my original post?
Ok so for ALL HTC the only proper way to s-on is to use fastboot/download and for oem writesecureflag 3, you should NEVER EVER EVER us echo/dd /hexeditor to go s-on.
For 2016+ phones, you should use sunshine or another tool to go from unlock/relocked to lock, do NOT use anything not designed for the phone in question, or attempt to do it manually. I can only vouch for SunShine's capability to safely change the bootloader status, I can't vouch for any other method or tool. I know SunShine does it right.
See http://forum.xda-developers.com/htc-10/how-to/psa-htc-10-s-off-s-lock-unlock-t3371264 for my PSA on the subject.
If the phone won't flash with a proper RUU, well you need to find someone with a EMMC write tool to rewrite all your firmware, this is probably going to run $100-200.
bob3rt said:
Hey everyone, so I am pretty sure I bricked my HTC10.
To Start off my specs are the HTC 10 Unlocked version
htc_pmewl
CID: BS_US001/BS_US002
MID: 2PS650000
OS: 1.80.617.1
OpenDSP: 18.2.8996.00524_0321
(orignially Stock ROM)
I was trying to reset everything to stock settings before I returned the phone (Unrooting, Locked Bootloader, Stock Recovery, etc) and everything was going fine until after I rewrote the S-OFF flag to S-ON (I'm pretty sure it happened there, maybe when I relocked the bootloader?). Now I don't have a ROM, the CID and MID's are missing on the fastboot (download-mode) page. The Bootloader is relocked, and I have a stock recovery.
I tried going here to get the RUU's and everything to fix what I had done. However the RUU.exe gives me a error 120 Low Battery when I run it (Even though I have a fully charged battery). I tried going to a different PC to run the RUU, but the RUU never runs past the initial install.
I also tried re-unlock the bootloader so I could reinstall TWRP and flash that way. Unlocking went fine, but when I try to flash the twrp img via fastboot I get an error (9 RU_SECURITY_FAIL recovery and bootloader isn't BL_UNLOCKED).
I'm really at my wits end here. I haven't actually done anything this stupid in all of my customizing my M8, S6, Razr or all my tablets so I honestly don't know what to do. If you guys could throw me a lifeline I'd be grateful.
Thanks
Click to expand...
Click to collapse
bob3rt said:
Sure. I originally ran the factory wipe/reset via the ROM (Which was the stock rom). Then after that I booted up into the download mode, tried relocking the bootloader with fastboot oem lock. I also flashed the stock recovery for my model. Once I saw that I had the stock recovery on, the bootloader was locked, and everything else, I tried to do a twrp restore and relock it, but it wasn't working so I said "Screw it" and rewrote the secureflag, rebooted and...yeah everything was gone.
The only thing I did before all of this was when I got the phone unlock the bootloader, SOFF, Custom Recovery, and sideload super SU for root. The only "unofficial" radios/firmware/etc I had was the Verizon Radio on my phone.
Other than that I kept it clean. I'm looking for an image now to try that.
Click to expand...
Click to collapse
So as I thought. You indeed flashed - at least parts - of an unofficial firmware. Prior to relocking the bootloader with SunShine, as well as setting S-ON you should've taken care that ALL its stock. A simple factory reset in the ROM settings wasn't enough.
I'd guess that the wrong radio led to a problem when booting with stock recovery of your ROM, relocked bootloader and secureflag set to S-ON.
If I saw it correctly all RUUs for your device are *.exe files. Best would be to extract the ROM.zip from this exe, using 7zip, rename it to 2PS6IMG.zip, place it on an external SDCard (formatted extFAT or FAT32) and reboot to download mode, to give it a shot.
Hope this will help.
Edit: ... nvm... @jcase ninja'd me. Wanted to post the exact same link.
Sent from my HTC 10 using XDA Labs
5m4r7ph0n36uru said:
So as I thought. You indeed flashed - at least parts - of an unofficial firmware. Prior to relocking the bootloader with SunShine, as well as setting S-ON you should've taken care that ALL its stock. A simple factory reset in the ROM settings wasn't enough.
I'd guess that the wrong radio led to a problem when booting with stock recovery of your ROM, relocked bootloader and secureflag set to S-ON.
If I saw it correctly all RUUs for your device are *.exe files. Best would be to extract the ROM.zip from this exe, using 7zip, rename it to 2PS6IMG.zip, place it on an external SDCard (formatted extFAT or FAT32) and reboot to download mode, to give it a shot.
Hope this will help.
Edit: ... nvm... @jcase ninja'd me. Wanted to post the exact same link.
Sent from my HTC 10 using XDA Labs
Click to expand...
Click to collapse
Ah gotcha. That makes sense. Wouldn't have been the only thing that slipped my mind. I lost access to my Steam authenticator too. I was able to get the zip from the exe file like you said, after I put that on an SD card and boot to download mode do I just fastboot flash zip?
If there's one thing I remember when using Sunshine to go S-OFF on two different HTC 10's it was that it mentioned something about going S-ON and how something wasn't guaranteed, I forget what exactly, but if I remember correctly I understood it as you shouldn't go back to S-ON because it wasn't guaranteed to work or something like that. Anyone know what I'm talking about?
tkoreaper said:
If there's one thing I remember when using Sunshine to go S-OFF on two different HTC 10's it was that it mentioned something about going S-ON and how something wasn't guaranteed, I forget what exactly, but if I remember correctly I understood it as you shouldn't go back to S-ON because it wasn't guaranteed to work or something like that. Anyone know what I'm talking about?
Click to expand...
Click to collapse
That is in regards to wiping data, earlier versions of sunshien wiped data on all htc 10 going s-off, thats not the issue here. Issue here is he improperly set the phone lock/s-on. Gotta use sunshine to set it locked, and fastboot to set s-on.
Hey Everyone just wanted to give an update since yesterday evening.
Just wanted to give out some props to @5m4r7ph0n36uru . Following his advice of extracting the Rom.zip from RUU .exe I was able to run it in download mode and loaded up an OS on the phone. So Now I am unbricked! Yay. I had to find out how to do that using process monitor and everything, but it was a success. and I can breathe easy. Thankfully doing that was easier that doing the Database call handler stuff from today at work XD
Thankfully my lesson is learned and I'll flash correctly to full stock next time. Thank you all for your help in the matter.
bob3rt said:
Hey everyone, so I am pretty sure I bricked my HTC10.
To Start off my specs are the HTC 10 Unlocked version
htc_pmewl
CID: BS_US001/BS_US002
MID: 2PS650000
OS: 1.80.617.1
OpenDSP: 18.2.8996.00524_0321
(orignially Stock ROM)
I was trying to reset everything to stock settings before I returned the phone (Unrooting, Locked Bootloader, Stock Recovery, etc) and everything was going fine until after I rewrote the S-OFF flag to S-ON (I'm pretty sure it happened there, maybe when I relocked the bootloader?). Now I don't have a ROM, the CID and MID's are missing on the fastboot (download-mode) page. The Bootloader is relocked, and I have a stock recovery.
I tried going here to get the RUU's and everything to fix what I had done. However the RUU.exe gives me a error 120 Low Battery when I run it (Even though I have a fully charged battery). I tried going to a different PC to run the RUU, but the RUU never runs past the initial install.
I also tried re-unlock the bootloader so I could reinstall TWRP and flash that way. Unlocking went fine, but when I try to flash the twrp img via fastboot I get an error (9 RU_SECURITY_FAIL recovery and bootloader isn't BL_UNLOCKED).
I'm really at my wits end here. I haven't actually done anything this stupid in all of my customizing my M8, S6, Razr or all my tablets so I honestly don't know what to do. If you guys could throw me a lifeline I'd be grateful.
Thanks
Click to expand...
Click to collapse
Hello,
Just to inform that if I try to run RUU.exe from PC when the phone is in bootloader menu, I get battery low error. However, if I "boot to download mode" in the bootloader menu, I can run the RUU.exe from the computer without any error.
My phone is having a bowl of bootloops right now lol.
I have a unlocked htc 10, i unlocked the bootloader (S-on since leedroid thread didn't say it was necessary), flashed the latest TWRP formatted data part, rebooted recovery again, swiped allow modifications, flashed the marshmallow version of the ROM and nothing but bootloops. what am i missing? thanks
first time HTC owner here coming from a 6p so show mercy
drago10029 said:
My phone is having a bowl of bootloops right now lol.
I have a unlocked htc 10, i unlocked the bootloader (S-on since leedroid thread didn't say it was necessary), flashed the latest TWRP formatted data part, rebooted recovery again, swiped allow modifications, flashed the marshmallow version of the ROM and nothing but bootloops. what am i missing? thanks
first time HTC owner here coming from a 6p so show mercy
Click to expand...
Click to collapse
Are you on MM firmware or N?
Also S-OFF is the way to go.
andybones said:
Are you on MM firmware or N?
Also S-OFF is the way to go.
Click to expand...
Click to collapse
I was on latest stock nougat before I started the process. since the I have tried flashing both leedroid marshmallow zip and the nougat magisk zip also. and what's the deal with s-off?
Everywhere i look they're all how to's about s-off lol. seems hard to find a thread on what s-off is, if it's needed to for a specific ROM or not :/ that being said leedroid it wasn't needed as quoted below. thanks!
If you wish to s-off first, please follow >> THIS GUIDE << by @jcase & return when your device is back up and running.
First boot will take approximately 15 minutes due to Art optimization
Click to expand...
Click to collapse
UPDATE: things have gotten worse.... I was attempting to relock the bootloader since RUU was failing with error 155, someone in a diff HTC thread said locked bootloader was needed for RUU. now phone flashes HTC logo then powers off. buttons pressed not going to recovery right now anyone wanna chime in? please...
@defcomg you know anything about HTC phones? I am currently stuck in the sunken place lol
drago10029 said:
I was on latest stock nougat before I started the process. since the I have tried flashing both leedroid marshmallow zip and the nougat magisk zip also. and what's the deal with s-off?
Everywhere i look they're all how to's about s-off lol. seems hard to find a thread on what s-off is, if it's needed to for a specific ROM or not :/ that being said leedroid it wasn't needed as quoted below. thanks!
Click to expand...
Click to collapse
https://forum.xda-developers.com/showthread.php?t=1680928
andybones said:
https://forum.xda-developers.com/showthread.php?t=1680928
Click to expand...
Click to collapse
hmmmm according to that post the TWRP i flashed should have reverted on reboot and that hasn't been the case at all since it has survived multiple reboots... any thoughts on that?
"...Basically, all changes made to these partitions while the phone is running is not permanent, and will be reset upon a reboot..."
EDIT: also does that mean unless I have S-off none of the custom ROMs will flash? so what's the point of unlocking a bootloader is that needs to be disabled also
drago10029 said:
hmmmm according to that post the TWRP i flashed should have reverted on reboot and that hasn't been the case at all since it has survived multiple reboots... any thoughts on that?
"...Basically, all changes made to these partitions while the phone is running is not permanent, and will be reset upon a reboot..."
EDIT: also does that mean unless I have S-off none of the custom ROMs will flash? so what's the point of unlocking a bootloader is that needs to be disabled also
Click to expand...
Click to collapse
Keep in mind the date on that post is from a few years back (2012). You can't put all your eggs into one basket, so to speak. I was just giving you 1 article I found from a simple Google Search. Encryption and TWRP have changed quite a lot, especially since Nougat.
From my small amount of time, I think you may be confused about what the difference is between an unlocked bootloader and S-OFF, which I'd need to even go back and read that article, but thought it touched a little on it
The 10 has changed quite a bit too from past phones. Before you'd need to be S-OFF and unlocked bootloader. Now S-OFF unlocked and S-OFF locked are basically the same, but that can be found in threads if you'd like to find more info on that.
Most the info is there, you just need to search. If you need help finding articles, I can try and help with that. I've been surprised with the great info I've found after awhile of coming up empty.
I'm just now seeing all the new posts that came from before I posted and have been on my phone and don't have the time to catch up on it all right now.
Hope things get squared away for you soon, I'll check in when I can.
It seemed you were in a simple bootloop, but I'm not 100%. I think your issue was flashing MM ROM on N firmware. Can't do that.
Also, Verizon doesn't allow us to unlock bootloader on Htc-dev. So if we want to root, we must S-OFF.
andybones said:
Keep in mind the date on that post is from a few years back. You can't put all your eggs into one basket, so to speak. I was just giving you 1 article I found from a simple Google Search. Encryption and TWRP have changed quite a lot, especially since Nougat.
I'm just now seeing all the new posts that came from before I posted and have been on my phone and don't have the time to catch up on it all right now.
Hope things get squared away for you soon, I'll check in when I can.
Click to expand...
Click to collapse
gotcha and thanks! so for anyone else who wants to help. I have regained access to download mode and bootloader. when attempting to run latest official RUU.exe from HTC's site, i get error 155. via HTC the error means I'm using the wrong update but my phone reports SW 2.48.617.1 and I'm trying to update it to SW 2.48.617.3.
also i have relocked the bootloader and have s-off.
drago10029 said:
gotcha and thanks! so for anyone else who wants to help. I have regained access to download mode and bootloader. when attempting to run latest official RUU.exe from HTC's site, i get error 155. via HTC the error means I'm using the wrong update but my phone reports SW 2.48.617.1 and I'm trying to update it to SW 2.48.617.3.
also i have relocked the bootloader and have s-off.
Click to expand...
Click to collapse
What method have you tried for the SW?
is it an RUU or just firmware?
I suggest the sdcard method.
Make sure to have the correct htc_fastboot.exe over the standard fastboot.exe, this could be the cause of your failure.
https://www.androidfilehost.com/?fid=24545065934258327
Either remove your current fastboot.exe and rename this one to it, or keel it as htc_fastboot.exe and use the correct, htc_fastboot flash, over fastboot flash
andybones said:
What method have you tried for the SW?
is it an RUU or just firmware?
I suggest the sdcard method.
Make sure to have the correct htc_fastboot.exe over the standard fastboot.exe, this could be the cause of your failure.
https://www.androidfilehost.com/?fid=24545065934258327
Either remove your current fastboot.exe and rename this one to it, or keel it as htc_fastboot.exe and use the correct, htc_fastboot flash, over fastboot flash
Click to expand...
Click to collapse
bear in mind I'm still learning all this HTC stuff lol
is it an RUU or just firmware? It's an RUU.exe for HTC 10 unlocked edition that i got from there website
I suggest the sdcard method. you mean installing custom ROM zip from sd card? otherwise i'm not sure what you mean.
Make sure to have the correct htc_fastboot.exe over the standard fastboot.exe, this could be the cause of your failure. hmmm well I used fastboot.exe from minimal adb & fasboot to unlock bootloader and that worked fine, and should i still i just replace fastboot in platform tools folder with fastboot.exe from htc website?
also so s-off shouldn't be needed to install the ROMs? just bootloader unlock?
drago10029 said:
bear in mind I'm still learning all this HTC stuff lol
is it an RUU or just firmware? It's an RUU.exe for HTC 10 unlocked edition that i got from there website
I suggest the sdcard method. you mean installing custom ROM zip from sd card? otherwise i'm not sure what you mean.
Make sure to have the correct htc_fastboot.exe over the standard fastboot.exe, this could be the cause of your failure. hmmm well I used fastboot.exe from minimal adb & fasboot to unlock bootloader and that worked fine, and should i still i just replace fastboot in platform tools folder with fastboot.exe from htc website?
also so s-off shouldn't be needed to install the ROMs? just bootloader unlock?
Click to expand...
Click to collapse
Keep in mind this is me helping in my free time.
Use the linked htc_fastboot.. It's made for htc, it's why I mentioned it..
I've seen many ppl have RUU fail by not using this.
Also an RUU/firmware have 3 methods to install.
I suggest the sd-card method. Safest.
Search. Search. Search. ...
Option 1
Copy 2PS6IMG.zip (THIS IS FOR VERIZON, YOUR CARRIER WILL NEED TO BE RENAMED CORRECTLY) to root of a physical SD formatted to fat32. No exfat! No internal storage! Must be external SD formated to fat32!
Reboot phone to download mode and follow prompts once RUU is detected by phone.
Option 2
EXE option. Download EXE file below (for windows) and simply double click to start. You can either be booted to OS with USB debugging enabled OR booted into download mode for this to start.
Option 3
Fastboot RUU mode . This method assumes you have a working ADB/Fastboot directory on your PC. Download RUU zip file and place in your working fastboot/adb directory. Boot your phone to download mode and connect to PC. Issue the following commands.
htc_fastboot oem rebootRUU
###while in this mode your phone will display an HTC logo on the screen
htc_fastboot flash zip 2PS6IMG.zip
##while in this mode you will see an HTC logo on the screen and a green status bar across the bottom of the screen. When command output ##completes it may say reboot required to flush etc... if that's the case issue a "htc_fastboot reboot-bootloader" command and restart option 1 again.
## assuming flash completes and no further flushing/reboots are requested from the cmd output you can now reboot IF you simply wish to reboot the system you can issue "htc_fastboot reboot" which will reboot system.
## expect a good 5 minute plus first boot!
--Taken from
Also read here. This is a great thread.
There's a lot of info out there.
Just search and do your homework.
It's easy to turn that device into a useless brick.
Especially being S-OFF... Secuirty-off..
I know it can be overwhelming, but the info is out there, and if not, just ask, as others most likely have the same question and this will help them.
And correct, with S-OFF isn't needed to flash ROMs. Only bootloader unlock.
andybones said:
Keep in mind this is me helping in my free time.
Use the linked htc_fastboot.. It's made for htc, it's why I mentioned it..
I've seen many ppl have RUU fail by not using this.
Also an RUU/firmware have 3 methods to install.
I suggest the sd-card method. Safest.
Search. Search. Search. ...
Option 1
Copy 2PS6IMG.zip (THIS IS FOR VERIZON, YOUR CARRIER WILL NEED TO BE RENAMED CORRECTLY) to root of a physical SD formatted to fat32. No exfat! No internal storage! Must be external SD formated to fat32!
Reboot phone to download mode and follow prompts once RUU is detected by phone.
Option 2
EXE option. Download EXE file below (for windows) and simply double click to start. You can either be booted to OS with USB debugging enabled OR booted into download mode for this to start.
Option 3
Fastboot RUU mode . This method assumes you have a working ADB/Fastboot directory on your PC. Download RUU zip file and place in your working fastboot/adb directory. Boot your phone to download mode and connect to PC. Issue the following commands.
htc_fastboot oem rebootRUU
###while in this mode your phone will display an HTC logo on the screen
htc_fastboot flash zip 2PS6IMG.zip
##while in this mode you will see an HTC logo on the screen and a green status bar across the bottom of the screen. When command output ##completes it may say reboot required to flush etc... if that's the case issue a "htc_fastboot reboot-bootloader" command and restart option 1 again.
## assuming flash completes and no further flushing/reboots are requested from the cmd output you can now reboot IF you simply wish to reboot the system you can issue "htc_fastboot reboot" which will reboot system.
## expect a good 5 minute plus first boot!
--Taken from
Also read here. This is a great thread.
There's a lot of info out there.
Just search and do your homework.
It's easy to turn that device into a useless brick.
Especially being S-OFF... Secuirty-off..
I know it can be overwhelming, but the info is out there, and if not, just ask, as others most likely have the same question and this will help them.
And correct, with S-OFF isn't needed to flash ROMs. Only bootloader unlock.
Click to expand...
Click to collapse
my bad, i hope i didn't come off rude or anything. i do appreciate all your help and i understand it. I do the same here when i have the free time.
I will ask some question's on both those threads you linked. I came across one of them but no s-off and didn't wanna pay for sunshine app. also topjohnwu thread about stock and guides would be helpful if it listed which phones the code names correlate to.
in the end I see your point, keep researching and asking. and I do that very often and promise. today was different since a bunch of PC failed to install updates at work (post wannacry) lol and dealing with my bootlooping phone, my mind was scattered. iv'e bricked before but never on a phone this expensive *__*
thanks again andy!
JUST AN UPDATE: i restored via twrp after i got the bootlooping to stop. I completely forgot I had made one -__- (more scatter brains) so I'm good to go now.... kinda.
drago10029 said:
my bad, i hope i didn't come off rude or anything. i do appreciate all your help and i understand it. I do the same here when i have the free time.
I will ask some question's on both those threads you linked. I came across one of them but no s-off and didn't wanna pay for sunshine app. also topjohnwu thread about stock and guides would be helpful if it listed which phones the code names correlate to.
in the end I see your point, keep researching and asking. and I do that very often and promise. today was different since a bunch of PC failed to install updates at work (post wannacry) lol and dealing with my bootlooping phone, my mind was scattered. iv'e bricked before but never on a phone this expensive *__*
thanks again andy!
JUST AN UPDATE: i restored via twrp after i got the bootlooping to stop. I completely forgot I had made one -__- (more scatter brains) so I'm good to go now.... kinda.
Click to expand...
Click to collapse
You didn't come off rude at all, I was actually hoping you didn't take my response as being rude. S-OFF and sunshine is completely worth the $25. However, for a normal user like yourself, you don't need it.
Glad to hear that you're somewhat good to go, lol.
You can always pm me or tag me in a post if needed and I'll do my best to help.
andybones said:
You didn't come off rude at all, I was actually hoping you didn't take my response as being rude. S-OFF and sunshine is completely worth the $25. However, for a normal user like yourself, you don't need it.
Glad to hear that you're somewhat good to go, lol.
You can always pm me or tag me in a post if needed and I'll do my best to help.
Click to expand...
Click to collapse
glad no guns are being drawn here
and since no you offered lol.... how do i get my CID and MID? using the fastboot you kindly spotted me...
fastboot getvar all and fastboot oem readcid: both return nothing but fastboot not recognized..... etc. etc. I am in download mode (unlocked and s-on if that matters)
drago10029 said:
glad no guns are being drawn here
and since no you offered lol.... how do i get my CID and MID? using the fastboot you kindly spotted me...
fastboot getvar all and fastboot oem readcid: both return nothing but fastboot not recognized..... etc. etc. I am in download mode (unlocked and s-on if that matters)
Click to expand...
Click to collapse
Fastboot isn't recognized? As in it's not working?
drago10029 said:
gotcha and thanks! so for anyone else who wants to help. I have regained access to download mode and bootloader. when attempting to run latest official RUU.exe from HTC's site, i get error 155. via HTC the error means I'm using the wrong update but my phone reports SW 2.48.617.1 and I'm trying to update it to SW 2.48.617.3.
also i have relocked the bootloader and have s-off.
Click to expand...
Click to collapse
2.48.617.3? I don't think there is such a thing. Do you mean 2.41.617.3?
andybones said:
Fastboot isn't recognized? As in it's not working?
Click to expand...
Click to collapse
xunholyx said:
2.48.617.3? I don't think there is such a thing. Do you mean 2.41.617.3?
Click to expand...
Click to collapse
1st things 1st, SOS is no more. was trying to flash leedroid magisk file, thinking it was a ROM until i noticed the file size so I went back to stock via TWRP backup (i forgot I made) since RUU was giving 155 error.
2nd the HTC fastboot wasn't working for some reason.. adb devices cmd detected nothing, it worked at my job though since i have android studio/platform tools there (shrug) so used that fastboot instead.
3rd I did mean SW 2.48.617.1 that's the exact OS version # that download mode reports currently and was the last official update i took several days before going custom route.
drago10029 said:
1st things 1st, SOS is no more. was trying to flash leedroid magisk file, thinking it was a ROM until i noticed the file size so I went back to stock via TWRP backup (i forgot I made) since RUU was giving 155 error.
2nd the HTC fastboot wasn't working for some reason.. adb devices cmd detected nothing, it worked at my job though since i have android studio/platform tools there (shrug) so used that fastboot instead.
3rd I did mean SW 2.48.617.1 that's the exact OS version # that download mode reports currently and was the last official update i took several days before going custom route.
Click to expand...
Click to collapse
Okay. Cool that you got it fixed. But you did say you were trying to update from 2.48.617.1 to 2.48.617.3, so that's why I said there was no .3
xunholyx said:
Okay. Cool that you got it fixed. But you did say you were trying to update from 2.48.617.1 to 2.48.617.3, so that's why I said there was no .3
Click to expand...
Click to collapse
oooh i see lol.. too many numbers.