[Q] OTA System Update 1.54.401.10, TWRP , manual install - One (M8) Q&A, Help & Troubleshooting

Hi,
I have rooted my phone ,s-off etc, and I have TWRP.
I am unable to install the update, phone goes to recovery, stops there.
Is there anyway I can download the update and flash it manually , or do i have to go back to stock recovery?
thanks

leonzon said:
Hi,
I have rooted my phone ,s-off etc, and I have TWRP.
I am unable to install the update, phone goes to recovery, stops there.
Is there anyway I can download the update and flash it manually , or do i have to go back to stock recovery?
thanks
Click to expand...
Click to collapse
I'm not an expert . But I think you can't flash stock Rom from custom recovery. You must do it with Adb commands or what they like to call flash in fastboot mode. And for getting official firmware updates from HTC you need to setup stock recovery. I dunno but you may have to lock boot loader and S-ON too. But not sure. As I said, I'm not an expert

leonzon said:
Hi,
I have rooted my phone ,s-off etc, and I have TWRP.
I am unable to install the update, phone goes to recovery, stops there.
Is there anyway I can download the update and flash it manually , or do i have to go back to stock recovery?
thanks
Click to expand...
Click to collapse
You need a stock recovery to do OTA updates, won't work with custom recovery.
COLLECTION of Stock Backups See if you can find your stock recovery in that thread. Flash it and then you should be good to go.
---------- Post added at 06:57 PM ---------- Previous post was at 06:46 PM ----------
Saikat.mondol1 said:
I'm not an expert . But I think you can't flash stock Rom from custom recovery. You must do it with Adb commands or what they like to call flash in fastboot mode. And for getting official firmware updates from HTC you need to setup stock recovery. I dunno but you may have to lock boot loader and S-ON too. But not sure. As I said, I'm not an expert
Click to expand...
Click to collapse
No, if he's S-OFF there is no need to lock bootloader or to go S-ON.
He can just download the recovery stock .img file and flash it through command prompt. When he's done and the phone restarted he should get the OTA update.
Only issue he might run into, if he's rooted he'll lose root access and will have to reroot, it happened to me, but it's not a major issue though.

BerndM14 said:
You need a stock recovery to do OTA updates, won't work with custom recovery.
COLLECTION of Stock Backups See if you can find your stock recovery in that thread. Flash it and then you should be good to go.
---------- Post added at 06:57 PM ---------- Previous post was at 06:46 PM ----------
No, if he's S-OFF there is no need to lock bootloader or to go S-ON.
He can just download the recovery stock .img file and flash it through command prompt. When he's done and the phone restarted he should get the OTA update.
Only issue he might run into, if he's rooted he'll lose root access and will have to reroot, it happened to me, but it's not a major issue though.
Click to expand...
Click to collapse
Thanks for the basic outline. Would you be willing to give step by step instructions? I always get nervous when I have to do multiple flashing, rerooting, etc. . .

Michael833 said:
Thanks for the basic outline. Would you be willing to give step by step instructions? I always get nervous when I have to do multiple flashing, rerooting, etc. . .
Click to expand...
Click to collapse
Instructions for? To flash back stock recovery?
1. Download the recovery from the link provided (Make sure it's the correct recovery, correct base number etc)
2. Place the downloaded recovery .img file in the adb folder where fastboot.exe is (by default it'll be in the platform-tools folder) - Though if you did a custom recovery you're probably already familiar with this.
3. Hold shift and right click anywhere in the white area of the folder > go to "open command prompt/window here"
4. Plug usb cable into device and connect up to computer (All familiar surely if you did custom recovery)
5. Commands:
a) adb devices ... to check if device is connected, should see serial number of device.
b) adb reboot bootloader
c) fastboot flash recovery name_of_recovery.img
d) fastboot reboot
Done.
Once the device restarted you should get the prompt for the OTA update(Depending on settings of course), you can then do OTA update.
To get mainversion number for the recovery you need. Just go to software information(in settings menu > about > software information) and check for OS version number or connect device to computer, reboot into bootloader adb reboot bootloader then type fastboot getvar version-main to see main version for device.

BerndM14 said:
No, if he's S-OFF there is no need to lock bootloader or to go S-ON.
He can just download the recovery stock .img file and flash it through command prompt. When he's done and the phone restarted he should get the OTA update.
Only issue he might run into, if he's rooted he'll lose root access and will have to reroot, it happened to me, but it's not a major issue though.
Click to expand...
Click to collapse
Actually, I forgot that. I need to lock boot loader if I'm S-ON but don't need if S-Off

Related

[tutorial] How to upgrade One V with an OTA update / RUU to revert to stock

As there are many questions on how to do OTA update & to revert to stock after a device is rooted and bootloader unlocked; I made this simple guide which I hope will help the newbies especially.
NOTE : always do a backup and a nandroid backup before trying any of these.
OTA update:
A) ROM is stock, bootloader unlocked, stock recovery and not rooted.
- just run the OTA update, there is no need to relock the bootloader
B) ROM is stock, bootloader unlocked, CWM recovery and not rooted.
- flash the stock recovery that comes with your RUU, extract the RUU for the stock recovery.
* boot to bootloader
* fastboot flash recovery recovery_signed.img
* fastboot reboot-bootloader
* fastboot erase cache
* fastboot reboot
- run the OTA update
C) ROM is stock, bootloader unlocked, stock recovery and rooted
- download OTA Rootkeeper from Play Store
- run the OTA Rootkeeper and click protect root
- run the OTA update, there is no need to relock bootloader
- Once done, run OTA Rootkeeper and click restore root
D) ROM is stock, bootloader unlocked, CWM recovery and rooted
- download OTA Rootkeeper from Play Store
- run the OTA Rootkeeper and click protect root
- no need to relock bootloader
- boot to bootloader and fastboot flash the stock recovery
- run the OTA update
- Once done, run OTA Rootkeeper and click restore root
E) ROM is custom, bootloader unlocked, CWM recovery and rooted and you have a stock nandroid backup
- flash the stock boot.img if after nandroid restore, you have a bootloop
- flash the stock recovery.img
- relock the bootloader - fastboot oem lock
- boot your device and run the OTA update
F) ROM is custom, bootloader unlocked, CWM recovery and rooted and you don't have a stock nandroid backup
- if you dont have the stock nandroid backup, you need to run RUU
- before you can run the RUU you need to:
* flash the stock recovery.img
* flash the stock boot.img (maybe no need)
* relock the bootloader - fastboot oem lock
* run RUU
- run device setup
- run the OTA update
Flashing RUU to revert to stock or to update your One V after you have a custom ROM installed.
- you must have the correct RUU for your device.
- if you are not sure, download CID Getter from Play Store and run it, it will show your CID.
- with your CID, you may be able to find a correct RUU for your device
then
1- in fastboot mode - relock the bootloader : run command fastboot oem lock
2- in fastboot mode - flash/run/double click the RUU; follow the updater instruction - next,update,bla,bla,bla until it finish
Note :
Error 155 - usually wrong recovery.img /wrong boot.img or bootloader not relocked
Error 140 - wrong bootloader / bootloader unlocked
Error 131 - wrong RUU for your device
Credit to all XDA members that posted all the guides in various forum thread and some from own experience which I compiled here for easy reference.
If I have a nandroid backup from my stock (nandroid after it was rooted), how can I get rid of root? I need to lock bootloader also because I need to return my product. Also, I have the kernel img and recovery img (need to flash those also because I have flashed custom kernel and cwm).
So my guess is that:
nandroid restore
go to fastboot and flash boot.img
go to fastboot and flash recovery img
go to fastboot and relock bootloader.
but how do you get rid of root?
1ceb0x said:
If I have a nandroid backup from my stock (nandroid after it was rooted), how can I get rid of root? I need to lock bootloader also because I need to return my product. Also, I have the kernel img and recovery img (need to flash those also because I have flashed custom kernel and cwm).
So my guess is that:
nandroid restore
go to fastboot and flash boot.img
go to fastboot and flash recovery img
go to fastboot and relock bootloader.
but how do you get rid of root?
Click to expand...
Click to collapse
i think u have an option in super su
to completely get rid of root
dnt knw if tht wrks
try it
dont just say thanks hit thanks if i helped
sent from my awesome HTC One V using xda premium
1ceb0x said:
If I have a nandroid backup from my stock (nandroid after it was rooted), how can I get rid of root? I need to lock bootloader also because I need to return my product. Also, I have the kernel img and recovery img (need to flash those also because I have flashed custom kernel and cwm).
So my guess is that:
nandroid restore
go to fastboot and flash boot.img
go to fastboot and flash recovery img
go to fastboot and relock bootloader.
but how do you get rid of root?
Click to expand...
Click to collapse
Are you able to get the RUU for your phone/region?
1ceb0x said:
but how do you get rid of root?
Click to expand...
Click to collapse
Reflash system.img is the no-fail way.
CafeKampuchia said:
Reflash system.img is the no-fail way.
Click to expand...
Click to collapse
System.img is the rom itself right? If yes, by reflashing it, the root will still be there because the nandroid was AFTER it was rooted. And I didn't found my RUU. I have found one which is the same as mine but the last number .x differs from mine (I have .4 and the RUU has .3)...
your going to need the ruu buddy, i have to do the same, the kernel shows up as root blah blah blah. kernel recovery and rom itself need flashing.....
Would you be okay with just removing the superuser.apk or did you also want the binary gone?
One of the possible options is to modify your nandroid backup so that both files are deleted (and not restored), but I'm not sure if CWM complains if the backup has been modified.
1ceb0x said:
If I have a nandroid backup from my stock (nandroid after it was rooted), how can I get rid of root? I need to lock bootloader also because I need to return my product. Also, I have the kernel img and recovery img (need to flash those also because I have flashed custom kernel and cwm).
So my guess is that:
nandroid restore
go to fastboot and flash boot.img
go to fastboot and flash recovery img
go to fastboot and relock bootloader.
but how do you get rid of root?
Click to expand...
Click to collapse
Restore your nandroid backup
Reboot your device.
Open the SuperSU, and click Full unroot (it will remove the app, apk & su library)
Reboot to recovery
Make a new nandroid backup (this time there is no root for safekeeping)
Reboot to bootloader
fastboot flash boot stockboot.img
fastboot erase cache
fastboot flash recovery stockrecovery.img
fastboot erase cache
fastboot oem lock
now you are back to stock rom without root and relocked
Thank you so much, will try it tonight because tomorrow I need to get my unit to replacement. I didn't knew how the process worked since I never did it (I work with android for 3 years now).
But I have a question. If you open su and you click full unroot, why do you need to make a new nandroid and flash that?
1ceb0x said:
Thank you so much, will try it tonight because tomorrow I need to get my unit to replacement. I didn't knew how the process worked since I never did it (I work with android for 3 years now).
But I have a question. If you open su and you click full unroot, why do you need to make a new nandroid and flash that?
Click to expand...
Click to collapse
Because your old nandroid has SuperSU.apk and SU library in it.
New backup will not have those because you already remove them before new nandroid is made.
So you'll have a new stock nandroid without root.
ckpv5 said:
Because your old nandroid has SuperSU.apk and SU library in it.
New backup will not have those because you already remove them before new nandroid is made.
So you'll have a stock nandroid without root.
Click to expand...
Click to collapse
But if I restore the nandroid that has root and then unroot it, I don't see why you need to make a new one and restore that.
1ceb0x said:
But if I restore the nandroid that has root and then unroot it, I don't see why you need to make a new one and restore that.
Click to expand...
Click to collapse
I see your point... I thought that you do want to keep a stock nandroid without root for safekeeping as there is no RUU for .4 yet
The post now updated.
ckpv5 said:
I see your point... I thought that you do want to keep a stock nandroid without root for safekeeping as there is no RUU for .4 yet
Click to expand...
Click to collapse
Well, the point is that I will replace this unit with another one since this one is not working with Orange carriers. My shop was in talks with HTC service to get an unlock code but they failed to do so, so they said it is ok to change the unit. No need to keep a nandroid backup since I don't know what software version I will have on the new phone. Thank you for your help!
I fall under category D (ROM is stock, bootloader unlocked, CWM recovery and rooted)
Can someone tell me in detail how to
boot to bootloader and fastboot flash the stock recovery
Click to expand...
Click to collapse
Do I boot into CWM?
Thanks for your help.
RaskloP said:
I fall under category D (ROM is stock, bootloader unlocked, CWM recovery and rooted)
Can someone tell me in detail how to
Do I boot into CWM?
Thanks for your help.
Click to expand...
Click to collapse
No, not boot into CWM.
Remember how you go to bootloader when you first want to unlock your bootloader ? You press power + volume down, that is boot to bootloader.
1ceb0x said:
Thank you so much, will try it tonight because tomorrow I need to get my unit to replacement. I didn't knew how the process worked since I never did it (I work with android for 3 years now).
But I have a question. If you open su and you click full unroot, why do you need to make a new nandroid and flash that?
Click to expand...
Click to collapse
so that your new nandroid backup doesn't have SuperSU and you can still keep your datas
RaskloP said:
I fall under category D (ROM is stock, bootloader unlocked, CWM recovery and rooted)
Can someone tell me in detail how to
Do I boot into CWM?
Thanks for your help.
Click to expand...
Click to collapse
Please make sure you're flashing to recovery, not boot.
Connect your phone to your computer via USB. I'll assume you have the necessary bootloader/adb drivers installed.
Open up a command prompt to wherever your recovery.img is and type (this assumes you can easily access adb/fastboot from anywhere):
adb reboot bootloader
Phone should reboot into fastboot. From there type:
fastboot flash recovery recovery.img
It should then flash the stock recovery.
I would recommend taking a look at the HTC All-in-One ToolKit in the Development forums. It might simplify it for you.
To get back to you guys, I have followed these instructions and I am back to stock. The only thing that should worry me now is that the bootloader says "RELOCKED" instead of "LOCKED" but I don't think this is a reason why I should loose my warranty since we've done it using HTCDEV method.
It was easy enough because I had my nandroid backup. Such a joy to have one of these at hand!
Thank you all for the infos. Tomorrow I'll get my replacement :yuhuu:
1ceb0x said:
To get back to you guys, I have followed these instructions and I am back to stock. The only thing that should worry me now is that the bootloader says "RELOCKED" instead of "LOCKED" but I don't think this is a reason why I should loose my warranty since we've done it using HTCDEV method.
It was easy enough because I had my nandroid backup. Such a joy to have one of these at hand!
Thank you all for the infos. Tomorrow I'll get my replacement :yuhuu:
Click to expand...
Click to collapse
yea it should be ok buddy, my new handset arrives tomorrow, wish i could had gone to a store to pick it up so i could check it before i left the store :/ i do hate 3 customer services

[Q] Help, fastboot loop stuck

hi, i need help with this.
QUick run down on my story, bought the phone and found out that it is rooted so wanted to go back to stock and ended up getting it stuck on fastboot loop.
Im only new to this and found the thread in developers area with guidance on how to fix this but im getting very confused as to what i need to do and what files i need downloaded including ruu, im from AU and there isnt many ruus for voda 021 floating around. I would be happy tho if i can flash it to same rooted state as it was as long i get it working again.
Can someone give me some pointers pls, the way that thread with instruction is written is very hard for me to understand because some basic steps are skipped prob because orger understand them but im very nooby and cant work with it
tx:crying:
deemoIII said:
hi, i need help with this.
QUick run down on my story, bought the phone and found out that it is rooted so wanted to go back to stock and ended up getting it stuck on fastboot loop.
Im only new to this and found the thread in developers area with guidance on how to fix this but im getting very confused as to what i need to do and what files i need downloaded including ruu, im from AU and there isnt many ruus for voda 021 floating around. I would be happy tho if i can flash it to same rooted state as it was as long i get it working again.
Can someone give me some pointers pls, the way that thread with instruction is written is very hard for me to understand because some basic steps are skipped prob because orger understand them but im very nooby and cant work with it
tx:crying:
Click to expand...
Click to collapse
you need to give more info than what you have !! . can you access recovery volume down and power for about six seconds,remove when you get to fastboot screen- what is your hboot 3rd down are you locked unlocked, s-off s-on,select recovery and see if you are on stock recovery or custom ?
markb63 said:
you need to give more info than what you have !! . can you access recovery volume down and power for about six seconds,remove when you get to fastboot screen- what is your hboot 3rd down are you locked unlocked, s-off s-on,select recovery and see if you are on stock recovery or custom ?
Click to expand...
Click to collapse
ok i got relocked and security warning
ship s-on
radio 2.1204.135.20
when i go to recovery phone goes to a red triangle o top of a phone after being green arrow for short time, then i have to shut down cus that does nothing. dont know what else i can tell u about recovery
deemoIII said:
ok i got relocked and security warning
ship s-on
radio 2.1204.135.20
when i go to recovery phone goes to a red triangle o top of a phone after being green arrow for short time, then i have to shut down cus that does nothing. dont know what else i can tell u about recovery
Click to expand...
Click to collapse
ok, i think you've tried to flash a stock rom without flashing a stock recovery !!.
do you have fasboot adb on your pc ?
you need to unlock your bootloader and re flash a custom recovery
if not search the dev section for a tool that will unlock your boot and re-flash a custom recovery for you-all the instructions are on there.
once you have re unlocked and flashed a custom recovery,go into recovery and see if there are any backups of the previous rom (nand)
see if that works ..
markb63 said:
ok, i think you've tried to flash a stock rom without flashing a stock recovery !!.
do you have fasboot adb on your pc ?
you need to unlock your bootloader and re flash a custom recovery
if not search the dev section for a tool that will unlock your boot and re-flash a custom recovery for you-all the instructions are on there.
once you have re unlocked and flashed a custom recovery,go into recovery and see if there are any backups of the previous rom (nand)
see if that works ..
Click to expand...
Click to collapse
If you wanna go back to stock and are stuck at bootloop you have to flash the boot.omg file for your stockrom .
markb63 said:
ok, i think you've tried to flash a stock rom without flashing a stock recovery !!.
do you have fasboot adb on your pc ?
you need to unlock your bootloader and re flash a custom recovery
if not search the dev section for a tool that will unlock your boot and re-flash a custom recovery for you-all the instructions are on there.
once you have re unlocked and flashed a custom recovery,go into recovery and see if there are any backups of the previous rom (nand)
see if that works ..
Click to expand...
Click to collapse
im sorry champ, not getting this too good.
when you say " re flash a custom recovery" what do you mean with that and would i be able to get one from the net. I tried looking for the instructions without much luck
deemoIII said:
im sorry champ, not getting this too good.
when you say " re flash a custom recovery" what do you mean with that and would i be able to get one from the net. I tried looking for the instructions without much luck
Click to expand...
Click to collapse
you need to read and study this http://forum.xda-developers.com/showthread.php?t=2069904
Try this
markb63 said:
you need to read and study this http://forum.xda-developers.com/showthread.php?t=2069904
Click to expand...
Click to collapse
Try to do this from this guide : http://www.youtube.com/watch?v=SZuAjz4PIjU
cool, so i follow this, tx Mark
markb63
you need to read and study this: [url said:
http://forum.xda-developers.com/show....php?t=2069904[/url]
Click to expand...
Click to collapse
ytube vid as a guide, tx Omer
Omer Slomovic said:
Try to do this from this guide : http://www.youtube.com/watch?v=SZuAjz4PIjU
Click to expand...
Click to collapse
al tho this is the video i followed when i screwed it in the first place
and i need to do parts 1 and 2 ? did i screw up the ROM on my phone so i have to flash it, thing is a can only do same rooted rom as it was cus there is no stock available for download for Australias voda021
i hope you can tell me that i only need part 1.
Damn i shouldnt have even touched it
Post 1: How to unlock your bootloader, flash a recovery and root
Post 2: How to flash a custom ROM and kernel (boot.img)
ill be trying this after wk
the problem i have is that the pc doesnt see the phone, only for 3-4 secs when fastboot usb selected and ph says sd checking, then it gives an error and goes back to first screen and pc doesnt see it again.
How do i figure out what RUU i need and can use safely? considering its got radio 2.1204.135.20 currently
ill post some screens, these are all i can manage to get into
its relocked and s-on
rooted atm radio 2.1204.135.20
phone cid is vodap021
first screen http://s39.beta.photobucket.com/user/bijeli_gavran/media/Photo2215.jpg.html
i can get in here http://s39.beta.photobucket.com/user/bijeli_gavran/media/Photo2219.jpg.html
but then when i hit power i get this http://s39.beta.photobucket.com/user/bijeli_gavran/media/Photo2216.jpg.html and no connection to pc
and when i try recovery i can get this screen but i dont think i got the files the recovery is after
http://s39.beta.photobucket.com/user/bijeli_gavran/media/Photo2220.jpg.html
help?:crying:
According to the hboot (1.12) you need a 2.17 based ruu .... but i can't find it !
Tthe basic steps now are
Unlock the bootloader, flash a custom recovery
http://db.tt/Krlm4dPs
http://forum.xda-developers.com/showthread.php?t=1975140
Get your nandroid backup there,(the vodap021 2.17) you need to flash the boot.img file from that nandroid with fastboot commands, then do a full wipe in recovery and restore the nandroid.
But you still have to fix the fastboot part right ? You need to install android SDK/java SDK and the HTC drivers. Then you have to put the phone in the bootloader and open a commandprompt from inside the folder where the adb/fastboot files are located ...they are in a subfolder in the installed javaSDK install folder
Mr Hofs said:
According to the hboot (1.12) you need a 2.17 based ruu .... but i can't find it !
Tthe basic steps now are
Unlock the bootloader, flash a custom recovery
http://db.tt/Krlm4dPs
http://forum.xda-developers.com/showthread.php?t=1975140
Get your nandroid backup there,(the vodap021 2.17) you need to flash the boot.img file from that nandroid with fastboot commands, then do a full wipe in recovery and restore the nandroid.
But you still have to fix the fastboot part right ? You need to install android SDK/java SDK and the HTC drivers. Then you have to put the phone in the bootloader and open a commandprompt from inside the folder where the adb/fastboot files are located ...they are in a subfolder in the installed javaSDK install folder
Click to expand...
Click to collapse
Thanks, it is beginning to make some sense to me now.
So first bit I got to do is the fastboot issue, which is tha last bit you mentioned right?
And after unlock boot loader than flash the recovery with one you provided in the link, tx
So that means I will go back to stock right?
Yes unlock, flash custom recovery, flash boot.img, full wipe in recovery, restore the nandroid, flash back the stock recovery .....
And yes this way you go back to stock and i will also give you the download link for the stock recovery. This one is the last you flash after restoring everything
http://db.tt/U5CK4noo
Then you are able to update to JB from within the phones software update menu :thumbup:
Ps you do not have to relock the bootloader anymore !
Mr Hofs said:
Yes unlock, flash custom recovery, flash boot.img, full wipe in recovery, restore the nandroid, flash back the stock recovery .....
And yes this way you go back to stock and i will also give you the download link for the stock recovery. This one is the last you flash after restoring everything
http://db.tt/U5CK4noo
Then you are able to update to JB from within the phones software update menu :thumbup:
Ps you do not have to relock the bootloader anymore !
Click to expand...
Click to collapse
Thanks for that, ill need to study some tuts on how to do some of this stuff and see ihow i go
deemoIII said:
Thanks for that, ill need to study some tuts on how to do some of this stuff and see ihow i go
Click to expand...
Click to collapse
ugh, im really having hard time getting this done, any chance you can point me out towards some TUT pages for unlocking?
Ok, iwe made some progress, unlocked, flushed custom recovery, wiped
now im having trouble working out how to restoring the nandroid? iwe got the files but how do i restore them on the phone, is it through the cmd or over usb...is there any detailed tuts
deemoIII said:
Ok, iwe made some progress, unlocked, flushed custom recovery, wiped
now im having trouble working out how to restoring the nandroid? iwe got the files but how do i restore them on the phone, is it through the cmd or over usb...is there any detailed tuts
Click to expand...
Click to collapse
Please guys, iWe spent all day trying to figure it out, after wipe phone reboots constantly and when if boot screen it's not charging so I'm prob going to run out of battery in a couple of hours
You restore through the custom recovery. Power+vol , choose recovery. If you flashed the recovery ok then you can do from in there. Ie mount usb, copy over your nand backup and restore it. You may have to flash the boot.img using fastboot.
Sent from my HTC One X

[Q] How to get 4.4.2 w/ S.Off & Custom Recovery

Fellow Noob here. Please bare with me.
Purchase a used HTC one. Previous owner has S Off and Custom Recovery (Team Recovery).
The OTA comes over on my phone but when I try to install I am taken to the Team Recovery prompt at start up.
How do I get my phone to a state to take OTA updates like 4.4.2 (Verizon)?
Help is much appreciated.
mrartyen said:
Fellow Noob here. Please bare with me.
Purchase a used HTC one. Previous owner has S Off and Custom Recovery (Team Recovery).
The OTA comes over on my phone but when I try to install I am taken to the Team Recovery prompt at start up.
How do I get my phone to a state to take OTA updates like 4.4.2 (Verizon)?
Help is much appreciated.
Click to expand...
Click to collapse
You'll have to go back to stock rom and stock recovery. There should be a thread out there to tell you how if you don't already know. Search this forum for "return to Stock recovery" and I'm sure you'll find it.
Does this video an accurate description of what I need to do?
Youtube: How to Unroot HTC ONE and Relock Bootloader or back to STOCK (All Versions)
Sorry can't post links yet.
The exception being - using the correct RUU for verizon?
Ruu back to 2.10.605.1 - can be found in santods rom/radio/kernel thread at the bottom of the second post.
Take the ota
Fastboot flash recovery
Flash Superuser thru recovery.
No need to relock your bootloader to do an ruu, it is a myth.
cmlusco said:
Ruu back to 2.10.605.1 - can be found in santods rom/radio/kernel thread at the bottom of the second post.
Take the ota
Fastboot flash recovery
Flash Superuser thru recovery.
No need to relock your bootloader to do an ruu, it is a myth.
Click to expand...
Click to collapse
Thank you cmlusco. Very greatful.
So 1) Download Ru 2.10.605.1
2) Go through the prompts
3) take OTA 4.4.2 (KitKat)
At this point, what does the Fastboot Flash Recovery, and Flash Superused thru recovery do?
Thank you very much!
Yes, and those roots the phone again. It flashes a custom recovery like twrp, so that u can flash superuser, roms, mods, and do backups. And the second flashes superuser, which well gives you superuser rights to modify files on the phone, use root apps, etc..
rilishe ramsey
cmlusco said:
Yes, and those roots the phone again. It flashes a custom recovery like twrp, so that u can flash superuser, roms, mods, and do backups. And the second flashes superuser, which well gives you superuser rights to modify files on the phone, use root apps, etc..
Click to expand...
Click to collapse
Gotcha. I could just leave it after the OTA 4.2.2. - leaving the device unrooted (but with a unlocked bootloader & S off)?
my main objective is to really just go back to stock but still get OTA updates. i purchased this phone with the intention of just running stock features etc.
Yeah just do the ruu and you will be stock unlocked s-off JB. Then you can take the KK ota and all future ota's.
cmlusco said:
Yeah just do the ruu and you will be stock unlocked s-off JB. Then you can take the KK ota and all future ota's.
Click to expand...
Click to collapse
After downloading 2 different RUU's I can't find any Exe Executable files after unzipping.. What am I doing wrong?
You dont unzip them and there is no exe. You flash the zip as it is using fastboot. You need adb and fastboot + drivers installed on your pc. Place the zip in the same folder as adb.exe and fastboot.exe. Then open a cmd prompt on your pc so that the path is the same as where the files are. Then reboot the phone to the bootloader. In the cmd prompt type
Code:
fastboot oem rebootRUU
The phone will go to a black screen, then type
Code:
fastboot flash zip name_of_file.zip
It may fail the first time with a message about flushing, this is normal. Just run the second cmd again
Code:
fastboot flash zip name_of_file.zip
cmlusco said:
You dont unzip them and there is no exe. You flash the zip as it is using fastboot. You need adb and fastboot + drivers installed on your pc. Place the zip in the same folder as adb.exe and fastboot.exe. Then open a cmd prompt on your pc so that the path is the same as where the files are. Then reboot the phone to the bootloader. In the cmd prompt type
Code:
fastboot oem rebootRUU
The phone will go to a black screen, then type
Code:
fastboot flash zip name_of_file.zip
It may fail the first time with a message about flushing, this is normal. Just run the second cmd again
Code:
fastboot flash zip name_of_file.zip
Click to expand...
Click to collapse
cmlusco - Thank you very much.
Couldn't have done it without your patience and help.
I'm back to stock - OTA 4.4.2
Can't thank you enough.

OTA upate (rooted, original ROM)

Hi
I haven't found anything exactly specific to my situation, I hope I haven't missed it and that someone can help.
I have rooted my M8 but haven't flashed a ROM so I'm still running HTC's original system but the recent update 1.54.401.10 won't update, it boots to clockwork mod, says installation aborted and to send the error file to Phil3759 (which I can't as he doesn't accept PMs). Is there a way around this, or can you not use updates if you're rooted even though you've not changed the ROM?
stevoh84 said:
Hi
I haven't found anything exactly specific to my situation, I hope I haven't missed it and that someone can help.
I have rooted my M8 but haven't flashed a ROM so I'm still running HTC's original system but the recent update 1.54.401.10 won't update, it boots to clockwork mod, says installation aborted and to send the error file to Phil3759 (which I can't as he doesn't accept PMs). Is there a way around this, or can you not use updates if you're rooted even though you've not changed the ROM?
Click to expand...
Click to collapse
You need to flash your stock recovery. http://forum.xda-developers.com/showthread.php?t=2707877 Grab your recovery and
fastboot flash recovery recovery.img
fastboot erase cache
fastboot reboot
Then update and flash back your custom recovery when finished. If you have any apps frozen you need to unfreeze them before update.
stevoh84 said:
... it boots to clockwork mod,
Click to expand...
Click to collapse
The portion I quoted is your problem. OTA's won't work with custom recoveries. You'll have to restore the stock recovery... There's a thread with a list of stock recoveries for almost every carrier/model you should reference.
Gary
None of the downloads on the recovery thread I've tried seem to work. I will leave it for now the update doesn't seem massively important. If it gets to that point I can always get into custom ROMS. Thanks though
Extract recovery.IMG from firmware.zip from ota file. Flash that and you should be good to go
stevoh84 said:
None of the downloads on the recovery thread I've tried seem to work. I will leave it for now the update doesn't seem massively important. If it gets to that point I can always get into custom ROMS. Thanks though
Click to expand...
Click to collapse
http://android-revolution-hd.blogspot.co.uk/p/android-revolution-hd-mirror-site-var.html
or try the recovery from there
stevoh84 said:
None of the downloads on the recovery thread I've tried seem to work. I will leave it for now the update doesn't seem massively important. If it gets to that point I can always get into custom ROMS. Thanks though
Click to expand...
Click to collapse
What do you mean they don't work? In what way?
1. Download this recovery - 1.54.401.5 and rename it recovery.img (not recovery.img.img)
2. Boot phone into fastboot and connect to PC
3. Flash recovery using fastboot flash recovery recovery.img
4. Reboot phone
5. Apply OTA update
stevoh84 said:
Hi
I haven't found anything exactly specific to my situation, I hope I haven't missed it and that someone can help.
I have rooted my M8 but haven't flashed a ROM so I'm still running HTC's original system but the recent update 1.54.401.10 won't update, it boots to clockwork mod, says installation aborted and to send the error file to Phil3759 (which I can't as he doesn't accept PMs). Is there a way around this, or can you not use updates if you're rooted even though you've not changed the ROM?
Click to expand...
Click to collapse
I had the exact same situation as yours and I was also struggling through the same issue and this is how I resolved it.
Download the new OTA update zip file on your PC (1.54.401.10). You can download it from here:
https://www.hightail.com/download/ZUczc0w1MHdFc0lLSk5Vag
Then, from your PC, while your HTC ONE M8 is connected, run the following commands:
adb reboot-bootloader
fastboot oem rebootRUU
fastboot flash zip firmware.zip <<-- change the name with the actual firmware filename
fastboot flash zip firmware.zip <<-- yes, you'll have to do it twice, don't ask me why but this is what i've read on different forums
fastboot reboot
Now, once you reboot your phone, it'll still show you the old software revision. But, the good part is, now you'll be able to install the OTA using the pop-up you see on the notification bar.
Please let me know if this doesn't work and I'll be happy to help you further.
Good luck!
malikons said:
I had the exact same situation as yours and I was also struggling through the same issue and this is how I resolved it.
Download the new OTA update zip file on your PC (1.54.401.10). You can download it from here:
https://www.hightail.com/download/ZUczc0w1MHdFc0lLSk5Vag
Then, from your PC, while your HTC ONE M8 is connected, run the following commands:
adb reboot-bootloader
fastboot oem rebootRUU
fastboot flash zip firmware.zip <<-- change the name with the actual firmware filename
fastboot flash zip firmware.zip <<-- yes, you'll have to do it twice, don't ask me why but this is what i've read on different forums
fastboot reboot
Now, once you reboot your phone, it'll still show you the old software revision. But, the good part is, now you'll be able to install the OTA using the pop-up you see on the notification bar.
Please let me know if this doesn't work and I'll be happy to help you further.
Good luck!
Click to expand...
Click to collapse
1. That's my link
2. That's only the firmware and not the full OTA
What I posted earlier on will do the job for the OP
EddyOS said:
1. Download this recovery - 1.54.401.5 and rename it recovery.img (not recovery.img.img)
2. Boot phone into fastboot and connect to PC
3. Flash recovery using fastboot flash recovery recovery.img
4. Reboot phone
5. Apply OTA update
Click to expand...
Click to collapse
This worked a treat thanks!
malikons said:
I had the exact same situation as yours and I was also struggling through the same issue and this is how I resolved it.
Download the new OTA update zip file on your PC (1.54.401.10). You can download it from here:
https://www.hightail.com/download/ZUczc0w1MHdFc0lLSk5Vag
Then, from your PC, while your HTC ONE M8 is connected, run the following commands:
adb reboot-bootloader
fastboot oem rebootRUU
fastboot flash zip firmware.zip <<-- change the name with the actual firmware filename
fastboot flash zip firmware.zip <<-- yes, you'll have to do it twice, don't ask me why but this is what i've read on different forums
fastboot reboot
Now, once you reboot your phone, it'll still show you the old software revision. But, the good part is, now you'll be able to install the OTA using the pop-up you see on the notification bar.
Please let me know if this doesn't work and I'll be happy to help you further.
Good luck!
Click to expand...
Click to collapse
I took EddyOS up on his advice as his post was first. thanks for the post though.
Hi all,
My m8 is flashed with Viper 1.6. I however decided to try to OTA update, to get the newest radio etc. I am however unable to flash this.
I flashed the stock recovery, however the update does not succeed via fastboot. Error 99 something.
Are you able to guide me how to do this update. Is it at all possible, when not running a stock rom?
malikons said:
I had the exact same situation as yours and I was also struggling through the same issue and this is how I resolved it.
Download the new OTA update zip file on your PC (1.54.401.10). You can download it from here:
https://www.hightail.com/download/ZUczc0w1MHdFc0lLSk5Vag
Then, from your PC, while your HTC ONE M8 is connected, run the following commands:
adb reboot-bootloader
fastboot oem rebootRUU
fastboot flash zip firmware.zip <<-- change the name with the actual firmware filename
fastboot flash zip firmware.zip <<-- yes, you'll have to do it twice, don't ask me why but this is what i've read on different forums
fastboot reboot
Now, once you reboot your phone, it'll still show you the old software revision. But, the good part is, now you'll be able to install the OTA using the pop-up you see on the notification bar.
Please let me know if this doesn't work and I'll be happy to help you further.
Good luck!
Click to expand...
Click to collapse
i have HTC m8 Rooted on the stock ROM and i got the same update OTA
now , after i apply your method ,will this method remove the root ?
or it will just remove the Costume recovery ?

[Q] New One M8, old HTC user: Need help understanding a few things

Hello All,
So I recently bought a M8 and I just need some help in getting the steps nailed down correctly. Be warned long post with lots of questions...
Code:
fastboot getvar version-main
version-main: 3.32.111.3
fastboot oem readcid
(bootloader) cid: T-MOB101
That is basically my device, now due to it being 4.4.4 from factory I am unable to use Sunshine & Weaksauce. I could wait until the new year but why
bother .
First step:
Get my factory firmware image after reading this thread: http://forum.xda-developers.com/showthread.php?t=2701376 due to it being a T-Mobile and
Germany and 4.4.4 I am unable to run the command listed there to get the stock recovery, so how do I get the stock recovery for my device? @BerndM14
Has provided me with a link to download the latest firmware for my device but it has the TWRP recovery inside it, link is this one: http://www.handy-
faq.de/forum/htc_one_m8_custom_roms/304821-htc_one_m8_firmwaresammlung_ruus_otas_backups.html#post2832636. I should point out that I do have a OTA
waiting to download and install, should I download and install it? The version listed on the screen is 3.32.111.9 and is only 183.73MB. Would it have a
viable stock recovery? Can I downgrade to a older version for the stock recovery?
Second step:
Once the above is done and dusted my next step is getting root & S-OFF & custom recovery. This is relatively simple because all I need to do is visit
HTCDev, unlock and then S-OFF with Sunshine and then a custom recovery. Correct? Sounds and looks simple enough.
Third step:
Download ROM of choice and flash away. So I am going with InsertCoin due to user loyalty from the Desire days . However I see people in the thread
mentioning that they flashed the latest firmware to sort out a couple of issues, I take it they mean the ROM file and not HTC firmware?
Fourth and probably not needed step:
Changing the phone to WWE and SuperCID? Do I really need to do this? Benefit of changing to WWE is changing the HBOOT to a more universal one? The
reason why I am thinking of converting is because I would want to get rid of the red text on the boot screen as listed here: http://forum.xda-
developers.com/showpost.php?p=51744965&postcount=1 however for T-Mobile Dutch the HBOOT CIDS are T-MOB003, if I flash that would it cause a problem?
I would also be looking at running the commands to change the flags showing tampered and unlocked but that looks simple to do. Am I missing anything? For warranty purposes I would use the instructions from this thread: http://forum.xda-developers.com/showthread.php?t=2710735 but download the recovery file for T-MOB Germany instead?
Thank you for reading the long post and I hope that I have made some sort of sense.
Yes it will have the firmware.zip with the recovery.img inside it. Even the small 47MB or so, OTA update for the WWE from 2.22.401.4 - 2.22.401.5 had the firmware.zip inside. So just download the OTA.zip copy to PC extract firmware.zip and grab the recovery.img.
Benefits to converting to WWE or even Developer edition also includes the fact that those devices will receive OTA updates before any carrier version, directly from HTC. It's a bonus if you're into the "latest & greatest" scene.
As for making a backup before flashing custom recovery, have you tried booting the custom recovery? Philz will probably be better if you want to use the booted custom recovery to make a backup of stock recovery. You could also try and boot either TWRP or Philz and see if you can root your device without flashing custom recovery, that way you can at least use the dd command to grab a copy of the recovery block. <My preferred method, though it's a terrible circle. Need to flash custom recovery to root, need root to make backup of stock recovery... So hopefully booting the custom recovery will work. That being said, easiest way still remains to grab it from the OTA.zip.
Perhaps you could even upload a copy of the OTA.zip and share it on here, I don't think the OP has a copy in the second post
ROM/Firmware. You need the latest firmware to run the latest ROM. For most it'll be firmware with 3.x. If you still run on 2.x(which you aren't) you'd have some problems with radio(bluetooth, gps, wifi, data etc)
Thank you for the reply .
To be honest I have not tried booting a custom recovery because I saw this in the first post of this thread: http://forum.xda-developers.com/showthread.php?t=2701376
fastboot boot recovery_filename.img (this does not work on the latest 3.xx firmwares !!! we need to get the stock recoveries from the OTA files)
Click to expand...
Click to collapse
So I am not sure what to try to be honest. This toolkit: http://forum.xda-developers.com/showthread.php?p=51383278&highlight=ota#post51383278 mentions getting root without S-OFF but with a unlocked bootloader. So I am thinking that if I follow those steps, maybe when I get to the reboot phase I can execute a nandroid instead which might get me the files I want?
I won't bother with WWE then. I will rely on the dev's to give me the latest & greatest .
Anakha56 said:
Thank you for the reply .
To be honest I have not tried booting a custom recovery because I saw this in the first post of this thread: http://forum.xda-developers.com/showthread.php?t=2701376
So I am not sure what to try to be honest. This toolkit: http://forum.xda-developers.com/showthread.php?p=51383278&highlight=ota#post51383278 mentions getting root without S-OFF but with a unlocked bootloader. So I am thinking that if I follow those steps, maybe when I get to the reboot phase I can execute a nandroid instead which might get me the files I want?
I won't bother with WWE then. I will rely on the dev's to give me the latest & greatest .
Click to expand...
Click to collapse
Hm, yeah I also had some problems booting a recovery, but I just tested it out again. I can at least boot TWRP version 2.8.3.0 so it still works for me. I'm on 3.28.1540.5 (Developer edition). Haven't tried Philz though, net a bit too slow to bother with even a small download
No problem. I am busy downloading the OTA.zip and once complete I will try the toolkit method and see what happens . Again, thank you for the reply.
I need some help... My phone seems to be stuck in fastboot mode and is not picked up in Device Manager of Windows. I can touch the fastboot screen and it vibrates but it does not nothing. I have held down the power button for 20 seconds with no result. I had just unlocked the bootloader and then tried pushing the Philz recovery image to the device with the command line:
Code:
C:\android\sdk\android\platform-tools>fastboot boot philz_touch_6.57.8-m8.img
downloading 'boot.img'...
OKAY [ 1.541s]
booting...
OKAY [ 0.002s]
finished. total time: 1.547s
*edit*
Holding volume up + power for 10 seconds helped *whew*...
Anakha56 said:
Thank you for the reply .
To be honest I have not tried booting a custom recovery because I saw this in the first post of this thread: http://forum.xda-developers.com/showthread.php?t=2701376
So I am not sure what to try to be honest. This toolkit: http://forum.xda-developers.com/showthread.php?p=51383278&highlight=ota#post51383278 mentions getting root without S-OFF but with a unlocked bootloader. So I am thinking that if I follow those steps, maybe when I get to the reboot phase I can execute a nandroid instead which might get me the files I want?
I won't bother with WWE then. I will rely on the dev's to give me the latest & greatest .
Click to expand...
Click to collapse
You don't need S-Off to root, just the unlocked bootloader, custom recovery, and superuser.
@xunholyx Thanks for the post . I am trying to get an image of my stock recovery file first, so I am trying to avoid flashing the custom recovery right now . BTW Does anyone know if TWRP makes a backup of the stock recovery before overwriting it like Philz does?
Anakha56 said:
@xunholyx Thanks for the post . I am trying to get an image of my stock recovery file first, so I am trying to avoid flashing the custom recovery right now . BTW Does anyone know if TWRP makes a backup of the stock recovery before overwriting it like Philz does?
Click to expand...
Click to collapse
http://www.handy-faq.de/forum/htc_o...resammlung_ruus_otas_backups.html#post2832635
oops sorry.. i see you already been their
your hboot 3.19 will prevent booting to recovery ... and no TWRP doesn't backup stock recovery
you just need to find the OTA.zip for your version it must be out their somewhere
@clsA I have the file
3.32.111.3 - TWRP
Click to expand...
Click to collapse
From that site but its recovery is TWRP. I am trying to grab the stock recovery currently on the device before going forward. When I unzip that file it has 6 items:
boot.emmc.win
boot.emmc.win.md5
system.ext4.win000
system.ext4.win000.md5
system.ext4.win001
system.ext4.win001.md5
Click to expand...
Click to collapse
I have downloaded the OTA that is ready for my phone but I had hit a snag. The file was corrupt, on redownload I have the small OTA but the recovery version number has incremented past mine, I don't know if it will be still useable with the ROM file from the link?
Anakha56 said:
@clsA I have the file
From that site but its recovery is TWRP. I am trying to grab the stock recovery currently on the device before going forward. When I unzip that file it has 6 items:
I have downloaded the OTA that is ready for my phone but I had hit a snag. The file was corrupt, on redownload I have the small OTA but the recovery version number has incremented past mine, I don't know if it will be still useable with the ROM file from the link?
Click to expand...
Click to collapse
it should work, recovery does not have to be exact just close
and the file you have doesn't include TWRP .. it was created with twrp ... big difference
Anakha56 said:
@clsA I have the file
From that site but its recovery is TWRP. I am trying to grab the stock recovery currently on the device before going forward. When I unzip that file it has 6 items:
I have downloaded the OTA that is ready for my phone but I had hit a snag. The file was corrupt, on redownload I have the small OTA but the recovery version number has incremented past mine, I don't know if it will be still useable with the ROM file from the link?
Click to expand...
Click to collapse
You can use any 3.32 based stock recovery for your phone. There are plenty of backups for that on this thread. No need to backup your own.
Thank you guys! That helps me a lot! Off I go to flash a custom recovery .

Categories

Resources