Related
I am sending my HTC One back for repairs for a blown speaker, they say that they cant do it if it is unlocked, or if there is a custom setup. I flashed a rogers nandroid backup, but now I have 3 issues. It says tampered, relocked (which i did) and when you try to go into recovery it boots into fastboot.
I would like it to appear fully stock, but if that isnt possible is it possible to get the recovery back working so that when they inevitably try to do a factory reset, they will have the normal recovery?
tdunks said:
I am sending my HTC One back for repairs for a blown speaker, they say that they cant do it if it is unlocked, or if there is a custom setup. I flashed a rogers nandroid backup, but now I have 3 issues. It says tampered, relocked (which i did) and when you try to go into recovery it boots into fastboot.
I would like it to appear fully stock, but if that isnt possible is it possible to get the recovery back working so that when they inevitably try to do a factory reset, they will have the normal recovery?
Click to expand...
Click to collapse
Well to get rid of the tampered issue you will need to S-OFF your device.
S-off device with revone
Flash stock nandroid
Flash stock recovery
Remove tampered sign with s-off command
Lock bootloader with s-off command
Set s-on
Remove revone bin file from device.
Remember s-off isnt as easy as you think. It's gonna take a couple tries.
Sent from my HTC One using xda app-developers app
Tw1tchy said:
Well to get rid of the tampered issue you will need to S-OFF your device.
S-off device with revone
Flash stock nandroid
Flash stock recovery
Remove tampered sign with s-off command
Lock bootloader with s-off command
Set s-on
Remove revone bin file from device.
Remember s-off isnt as easy as you think. It's gonna take a couple tries.
EDIT: I got it, now just need to figure out how to load nandroid backup without putting CWM on..
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Is there a location with the stock recovery for the rogers one?
Also is there a guide anywhere with the s-off commands?
tdunks said:
Is there a location with the stock recovery for the rogers one?
Also is there a guide anywhere with the s-off commands?
Click to expand...
Click to collapse
There is one nandroid dump for a Rogers device in the nandroid collection. As for achieving s-off I suggest the revone thread.
http://forum.xda-developers.com/showthread.php?t=2207874
Also, I believe any stock recovery should be sufficient, but maybe someone will chime in on this matter.
Sent from my HTC One using xda premium
Hi Guys,
I want to restore a TELUS Canada HTC One back to as stock as possible for warranty exchange purposes.
There is no RUU available for TELUS, but I do have a TWRP Nandroid backup. The device's HBOOT has been updated to 1.54, and the device is currently S-OFF / SuperCID via Revone and obviously unlocked bootloader with TWRP recovery. As well, the device is running the ARHD ROM.
What order / process do I need to follow to get this back to as stock-like as possible?
WorldIRC said:
Hi Guys,
I want to restore a TELUS Canada HTC One back to as stock as possible for warranty exchange purposes.
There is no RUU available for TELUS, but I do have a TWRP Nandroid backup. The device's HBOOT has been updated to 1.54, and the device is currently S-OFF / SuperCID via Revone and obviously unlocked bootloader with TWRP recovery. As well, the device is running the ARHD ROM.
What order / process do I need to follow to get this back to as stock-like as possible?
Click to expand...
Click to collapse
-Manually flash back the stock 1.44 hboot (and any custom splash you may have flashed)
-Nandroid restore (make sure it includes recovery, if not manually flash the stock one)
- Set CID back to stock
- S-on with revone
- Relock bootloader
Let me know if you need help with any of the steps.
crushalot said:
-Manually flash back the stock 1.44 hboot (and any custom splash you may have flashed)
-Nandroid restore (make sure it includes recovery, if not manually flash the stock one)
- Set CID back to stock
- S-on with revone
- Relock bootloader
Let me know if you need help with any of the steps.
Click to expand...
Click to collapse
Where would I get the stock 1.44 HBOOT and stock Recovery? I'm using the TELUS TWRP Recovery from here: http://forum.xda-developers.com/showthread.php?t=2207874
WorldIRC said:
Where would I get the stock 1.44 HBOOT and stock Recovery? I'm using the TELUS TWRP Recovery from here: http://forum.xda-developers.com/showthread.php?t=2207874
Click to expand...
Click to collapse
The Nandroid should include the stock recovery.
The stock hboot can be downloaded here: http://d-h.st/qfc
It is from post 2 of sneakyghost's guide which has the instructions as well:
http://forum.xda-developers.com/showthread.php?t=2316726
Let me know if you need anything else.
crushalot said:
The Nandroid should include the stock recovery.
The stock hboot can be downloaded here: http://d-h.st/qfc
It is from post 2 of sneakyghost's guide which has the instructions as well:
http://forum.xda-developers.com/showthread.php?t=2316726
Let me know if you need anything else.
Click to expand...
Click to collapse
Curious -- since making a Nandroid requires a custom recovery, how would that Nandroid contain the stock recovery?
WorldIRC said:
Curious -- since making a Nandroid requires a custom recovery, how would that Nandroid contain the stock recovery?
Click to expand...
Click to collapse
A few different ways. First, once you have a custom recovery installed, the 2 main recovery's used (TWRP & CWM) have an option to backup the recovery.
Second, when a new user unlocks their bootloader, they can then use fastboot commands to boot the custom recovery but keep the stock recovery installed and then it can take a backup of it. Example would be:
fastboot boot customrecovery.img
Also possible via a few different other more complicated methods.
If the nandroid you download doesn't have the stock recovery (the few that I downloaded for parts all had the recoveries, so I assumed it was a requirement before they would post a backup) then just give a shout around here and I can find a link for you.
crushalot said:
A few different ways. First, once you have a custom recovery installed, the 2 main recovery's used (TWRP & CWM) have an option to backup the recovery.
Second, when a new user unlocks their bootloader, they can then use fastboot commands to boot the custom recovery but keep the stock recovery installed and then it can take a backup of it. Example would be:
fastboot boot customrecovery.img
Also possible via a few different other more complicated methods.
If the nandroid you download doesn't have the stock recovery (the few that I downloaded for parts all had the recoveries, so I assumed it was a requirement before they would post a backup) then just give a shout around here and I can find a link for you.
Click to expand...
Click to collapse
Awesome -- I'll be trying this once my replacement unit has arrived. I'll let you know how everything works out.
crushalot said:
A few different ways. First, once you have a custom recovery installed, the 2 main recovery's used (TWRP & CWM) have an option to backup the recovery.
Second, when a new user unlocks their bootloader, they can then use fastboot commands to boot the custom recovery but keep the stock recovery installed and then it can take a backup of it. Example would be:
fastboot boot customrecovery.img
Also possible via a few different other more complicated methods.
If the nandroid you download doesn't have the stock recovery (the few that I downloaded for parts all had the recoveries, so I assumed it was a requirement before they would post a backup) then just give a shout around here and I can find a link for you.
Click to expand...
Click to collapse
Not sure why I'm having so much difficulty with this.
I've restored the 1.44 HBOOT referenced above.
I've restored the stock TELUS ROM via TWRP referenced above.
I can boot into the phone, but I have no touch-screen response now. Also, that TWRP backup did not include the stock recovery and I'm not sure which one I should push.
Tried flashing: http://forum.xda-developers.com/showpost.php?p=41953560&postcount=32 and now I have a red triangle recovery.....
OK, everything is normal. The red triangle means it is the stock recovery.
The touchscreen doesn't work because you must have updated your firmware. If you still have s-off then you can downgrade that back to stock before s-on and re-lock. Go to this thread:
http://forum.xda-developers.com/showthread.php?t=2316726
Download and install the package he has for " Base 1.29 Firmware, original unmodified"
After that you should be stock and just need to s-on and re-lock the bootloader.
crushalot said:
OK, everything is normal. The red triangle means it is the stock recovery.
The touchscreen doesn't work because you must have updated your firmware. If you still have s-off then you can downgrade that back to stock before s-on and re-lock. Go to this thread:
http://forum.xda-developers.com/showthread.php?t=2316726
Download and install the package he has for " Base 1.29 Firmware, original unmodified"
After that you should be stock and just need to s-on and re-lock the bootloader.
Click to expand...
Click to collapse
That site needs a "decryption key"?
WorldIRC said:
That site needs a "decryption key"?
Click to expand...
Click to collapse
Not sure what thats about. I will look into it and try to host those files on my site. However for now, you only need the touchpad driver part of the firmware which can be downloaded from his thread without a key here:
https://mega.co.nz/#!7YB1GCAJ!LaWJ8x5Vsjrw9YrLTIe262ZslZBNwRgp6i0qx2M_lIw
crushalot said:
Not sure what thats about. I will look into it and try to host those files on my site. However for now, you only need the touchpad driver part of the firmware which can be downloaded from his thread without a key here:
https://mega.co.nz/#!7YB1GCAJ!LaWJ8x5Vsjrw9YrLTIe262ZslZBNwRgp6i0qx2M_lIw
Click to expand...
Click to collapse
How am I flashing this?
WorldIRC said:
How am I flashing this?
Click to expand...
Click to collapse
Same way as the firmware zip's. You use the same guide from post 1.
crushalot said:
Same way as the firmware zip's. You use the same guide from post 1.
Click to expand...
Click to collapse
Thought so, wasn't 100% sure
Anyways - that worked. I have control of my Touch Screen. I'll await your response on the rest of the firmware, at which point I'll finish everything up and send you some beer for your time
WorldIRC said:
Thought so, wasn't 100% sure
Anyways - that worked. I have control of my Touch Screen. I'll await your response on the rest of the firmware, at which point I'll finish everything up and send you some beer for your time
Click to expand...
Click to collapse
Here you go bud. This is the stock firmware from 1.29.401.12. It has the stock radio and recovery(just in case).
https://dl.dropboxusercontent.com/u/36946918/1.29.401.12.zip
If you flash that, it should put everything back to complete stock in regards to the firmware.
Should be able to s-on and relock afterwards and should be no signs of mods.
Let me know if you need help finishing up.
crushalot said:
Here you go bud. This is the stock firmware from 1.29.401.12. It has the stock radio and recovery(just in case).
https://dl.dropboxusercontent.com/u/36946918/1.29.401.12.zip
If you flash that, it should put everything back to complete stock in regards to the firmware.
Should be able to s-on and relock afterwards and should be no signs of mods.
Let me know if you need help finishing up.
Click to expand...
Click to collapse
Will give it a shot later today and let you know!
crushalot said:
Here you go bud. This is the stock firmware from 1.29.401.12. It has the stock radio and recovery(just in case).
https://dl.dropboxusercontent.com/u/36946918/1.29.401.12.zip
If you flash that, it should put everything back to complete stock in regards to the firmware.
Should be able to s-on and relock afterwards and should be no signs of mods.
Let me know if you need help finishing up.
Click to expand...
Click to collapse
Well now I've done it. Reflashed the firmware, put my CID back to TELUS001. Went back to S-ON, locked BOOTLOADER.
Now I am showing TAMPERED / LOCKED.
I reunlocked the bootloader, and am now showing TAMPERED / UNLOCKED, with stock recovery. I put back on TWRP and it shows TAMPERED / UNLOCKED.
I tried re-running REVONE and I am unable to go back to S-OFF.
What the heck happened?
WorldIRC said:
Well now I've done it. Reflashed the firmware, put my CID back to TELUS001. Went back to S-ON, locked BOOTLOADER.
Now I am showing TAMPERED / LOCKED.
I reunlocked the bootloader, and am now showing TAMPERED / UNLOCKED, with stock recovery. I put back on TWRP and it shows TAMPERED / UNLOCKED.
I tried re-running REVONE and I am unable to go back to S-OFF.
What the heck happened?
Click to expand...
Click to collapse
Can you verify your hboot is back down to level 1.44?
If it is, we should be able to revone to s-off again, but we may need to try a few times.
Did you have tampered displayed before you went s-on?
It did display locked rather than relocked so that it good. However it must be picking something up as non original as that is what causes the tampered flag.
crushalot said:
Can you verify your hboot is back down to level 1.44?
If it is, we should be able to revone to s-off again, but we may need to try a few times.
Did you have tampered displayed before you went s-on?
It did display locked rather than relocked so that it good. However it must be picking something up as non original as that is what causes the tampered flag.
Click to expand...
Click to collapse
Yes, I am on HBOOT 1.44 from April 2013.
Tampered was not present before (I had hidden it with Revone). Tampered came back only after I re-locked the bootloader (with the stock recovery via firmware file you provided to me).
I tried to go S-OFF but I keep getting error 2 or 6 when doing ./revone -P
Meanwhile no issues doing 2 other phones with Revone (fresh out of box).
WorldIRC said:
Yes, I am on HBOOT 1.44 from April 2013.
Tampered was not present before (I had hidden it with Revone). Tampered came back only after I re-locked the bootloader (with the stock recovery via firmware file you provided to me).
I tried to go S-OFF but I keep getting error 2 or 6 when doing ./revone -P
Meanwhile no issues doing 2 other phones with Revone (fresh out of box).
Click to expand...
Click to collapse
I had one phone that gave me trouble with revone. I tried it like 20 times and nothing was working. Then I ran all the commands in a terminal window on the phone rather than adb shell and it worked. Can you try that?
There are also some other good tips in the revone thread, but I forget them all and will have to read it again.
It wouldn't have been the recovery as that for sure was the stock recovery. Did you download the stock nandroid or did you make it yourself?
htc one with 2.24.401.2 built and 1.54 hboot
tried flash recovery pulled out from cmw back up
tried 2.24.401.1 ota ruu wwe dint work
getting signature fail always please i wan just unroot
htc one m7 said:
htc one with 2.24.401.2 built and 1.54 hboot
tried flash recovery pulled out from cmw back up
tried 2.24.401.1 ota ruu wwe dint work
getting signature fail always please i wan just unroot
Click to expand...
Click to collapse
I am in exactly the same boat
here is my setup
HBOOT: 1.54.0000
OS: 2.24.401.1
Looking for the correct RUU to flash. any help is appreciated
winwiz said:
I am in exactly the same boat
here is my setup
HBOOT: 1.54.0000
OS: 2.24.401.1
Looking for the correct RUU to flash. any help is appreciated
Click to expand...
Click to collapse
this will be my last and first HTC to root
i had gs3 i flash a home rom any second i wanted im searching for that RUU from 1 month ago i dint find it
htc customer services and htc dev both sucks
htc one m7 said:
this will be my last and first HTC to root
i had gs3 i flash a home rom any second i wanted im searching for that RUU from 1 month ago i dint find it
htc customer services and htc dev both sucks
Click to expand...
Click to collapse
I realised that I took a nandroid backup of the original firmware, so I have been successful in returning to stock.
When I boot to the bootloader, I see TAMPERED AND UNLOCKED. I guess this is to to a custom recovery and also unlocked bootloader. Any ideas how I can get this back to normal? Am I then back to stock fully?
winwiz said:
I realised that I took a nandroid backup of the original firmware, so I have been successful in returning to stock.
When I boot to the bootloader, I see TAMPERED AND UNLOCKED. I guess this is to to a custom recovery and also unlocked bootloader. Any ideas how I can get this back to normal? Am I then back to stock fully?
Click to expand...
Click to collapse
me i have my stuck rom running also nandroid pulled by cmd
but no chance for me
There is NO way for you to remove the tampered flag or change relocked to locked if you are on Hboot 1.54, no S-Off available which is what you need. If you are on a lower Hboot then you can S-Off and remove the flag and return to 100% stock.
There are also NO 2.24 RUU's so don't bother trying to find one.
It amuses me that somebody would never buy another HTC phone because they don't know what to do. Other phones can be unlocked , rooted, flashed, by pure noobs who don't know what they're doing. The One requires you to learn a little and do some reading to know what to do, when you've done that you'll find it isn't hard at all.
Why are you so desperate to go back to stock? If you just want the stock experience, flash a stock rom.
If you're trying to hide the fact that you rooted and unlocked in order to return/sell it, you can't really complain that you're having problems trying to deceive people. Sorry.
Had either of you done any research and reading prior to rooting, your problems would have been apparent.
AllAboutTheCore said:
There is NO way for you to remove the tampered flag or change relocked to locked if you are on Hboot 1.54, no S-Off available which is what you need. If you are on a lower Hboot then you can S-Off and remove the flag and return to 100% stock.
There are also NO 2.24 RUU's so don't bother trying to find one.
It amuses me that somebody would never buy another HTC phone because they don't know what to do. Other phones can be unlocked , rooted, flashed, by pure noobs who don't know what they're doing. The One requires you to learn a little and do some reading to know what to do, when you've done that you'll find it isn't hard at all.
Click to expand...
Click to collapse
thanks next time when i need a root i will get s-off before that .now my chance is getting s-off wich is not available now
if u dint tell me dont search i would search for ever XD
iElvis said:
Why are you so desperate to go back to stock? If you just want the stock experience, flash a stock rom.
If you're trying to hide the fact that you rooted and unlocked in order to return/sell it, you can't really complain that you're having problems trying to deceive people. Sorry.
Had either of you done any research and reading prior to rooting, your problems would have been apparent.
Click to expand...
Click to collapse
i just want to get updates from htc
AllAboutTheCore said:
There is NO way for you to remove the tampered flag or change relocked to locked if you are on Hboot 1.54, no S-Off available which is what you need. If you are on a lower Hboot then you can S-Off and remove the flag and return to 100% stock.
There are also NO 2.24 RUU's so don't bother trying to find one.
It amuses me that somebody would never buy another HTC phone because they don't know what to do. Other phones can be unlocked , rooted, flashed, by pure noobs who don't know what they're doing. The One requires you to learn a little and do some reading to know what to do, when you've done that you'll find it isn't hard at all.
Click to expand...
Click to collapse
Noobs are what this thread is for. Why are you flaming and complaining in a Q&A thread anyway? If you're not going to help, get out of the way and flame on elsewhere.
htc one m7 said:
i just want to get updates from htc
Click to expand...
Click to collapse
Then you should've left the phone stock
htc one m7 said:
htc one with 2.24.401.2 built and 1.54 hboot
tried flash recovery pulled out from cmw back up
tried 2.24.401.1 ota ruu wwe dint work
getting signature fail always please i wan just unroot
Click to expand...
Click to collapse
Try a factory reset, but don't use the backup to restore settings. It might be a hassle, but it should uninstall SU, and if you don't restore those settings, it should be unrooted. Just go to play store and reinstall the apps you had before. They should be saved under your account. I hope this helps.
Edit: Another possibility would be to install an all in one toolkit, and have that unroot the phone for you. I'm not 100% sure it would work with 1.54, though. There are two good ones here and here.
Edit: Yet another possibility would be to flash hboot 1.44 and then run the RUU again.
Edit: Finally, have you tried unrooting through the SU app itself?
kibmikey1 said:
Try a factory reset, but don't use the backup to restore settings. It might be a hassle, but it should uninstall SU, and if you don't restore those settings, it should be unrooted. Just go to play store and reinstall the apps you had before. They should be saved under your account. I hope this helps.
Edit: Another possibility would be to install an all in one toolkit, and have that unroot the phone for you. If you used the revone method to root, it should take care of it. I'm not 100% sure it would work with 1.54, though. There are two good ones here and here.
Edit: Yet another possibility would be to flash hboot 1.44 and then run the RUU again.
Click to expand...
Click to collapse
I've personally managed to get it back to stock, and even got an OTA update. The only issue I have is that in the bootloader it's saying TAMPERED and RELOCKED
I guess there is not much I can do about this,
Any above all, thank you for your help. You have been helpful unlike the others with a snobbish attitude
winwiz said:
I've personally managed to get it back to stock, and even got an OTA update. The only issue I have is that in the bootloader it's saying TAMPERED and RELOCKED
I guess there is not much I can do about this,
Any above all, thank you for your help. You have been helpful unlike the others with a snobbish attitude
Click to expand...
Click to collapse
You could run the all in one toolkit and remove the tampered and relocked flags.
---------- Post added at 02:06 AM ---------- Previous post was at 01:17 AM ----------
iElvis said:
Why are you so desperate to go back to stock? If you just want the stock experience, flash a stock rom.
If you're trying to hide the fact that you rooted and unlocked in order to return/sell it, you can't really complain that you're having problems trying to deceive people. Sorry.
Had either of you done any research and reading prior to rooting, your problems would have been apparent.
Click to expand...
Click to collapse
This thread is open for questions like these. Flame on elsewhere.
kibmikey1 said:
Try a factory reset, but don't use the backup to restore settings. It might be a hassle, but it should uninstall SU, and if you don't restore those settings, it should be unrooted. Just go to play store and reinstall the apps you had before. They should be saved under your account. I hope this helps.
Edit: Another possibility would be to install an all in one toolkit, and have that unroot the phone for you. I'm not 100% sure it would work with 1.54, though. There are two good ones here and here.
Edit: Yet another possibility would be to flash hboot 1.44 and then run the RUU again.
Edit: Finally, have you tried unrooting through the SU app itself?
Click to expand...
Click to collapse
unrooting thrrough su app dint work and that tool kit s wont work for 1.54 hboot im so unlucky
htc one m7 said:
unrooting thrrough su app dint work and that tool kit s wont work for 1.54 hboot im so unlucky
Click to expand...
Click to collapse
If your phone was 2.24 out of the box and you never went s-off, you don't need a ruu because your firmware would not have changed. So you just need to restore stock recovery and stock system files, then relock. Flash a stock rom, flash stock recovery in fastboot, and unroot through the superuser app. Then relock in fastboot.
The AIO toolkits will not help with relocked and tampered on 1.54 because they require s-off, which is not available on that hboot. Also, factory reset won't unroot you; it may remove the superuser.apk but will not remove root access.
kibmikey1 said:
Noobs are what this thread is for. Why are you flaming and complaining in a Q&A thread anyway? If you're not going to help, get out of the way and flame on elsewhere.
Click to expand...
Click to collapse
Who's flaming and complaining, and I did help ... I wouldn't help you now but that's another story. As for noobs, If you can't be bothered to read and search then that says something about you. For starters, even though you were wrong (and not the OP) I did help, I have also spent more time helping on here than I have posting anything else, so if you don't like it, you know what you can do.
You might want to give correct advice aswell, if he's on Hboot 1.54 then he'd need S-Off to flash an older Hboot, which he cannot do. Thanks
iElvis said:
If your phone was 2.24 out of the box and you never went s-off, you don't need a ruu because your firmware would not have changed. So you just need to restore stock recovery and stock system files, then relock. Flash a stock rom, flash stock recovery in fastboot, and unroot through the superuser app. Then relock in fastboot.
The AIO toolkits will not help with relocked and tampered on 1.54 because they require s-off, which is not available on that hboot. Also, factory reset won't unroot you; it may remove the superuser.apk but will not remove root access.
Click to expand...
Click to collapse
when i red your reply it seemed too easy but no
stuck recovery when you mean that ''fastboot flash recovery recovery.img'' pulled from nandroid back up ? yes ur right i manged to do that it was succesful but no change even a systim rom is not available getting signature failure 'seems promising yah
i know my thing is hard but it shouldnt be like that right im runing a rom now 4.3 im fine with it but i really want to F*** htcdev members :v
I mean stock recovery, which you can pull from the firmware file for your phone. Find the recovery.img file in the zip and use that.
Stop trying to flash ruus and firmware packages in fastboot; you may screw up your phone doing it.
Just get a stock rom that correspond to the firmware package from the development forum and flash in custom recovery. Then flash the stock recovery in fastboot. Once that's done, you should be able to get OTAs.
iElvis said:
I mean stock recovery, which you can pull from the firmware file for your phone. Find the recovery.img file in the zip and use that.
Stop trying to flash ruus and firmware packages in fastboot; you may screw up your phone doing it.
Just get a stock rom that correspond to the firmware package from the development forum and flash in custom recovery. Then flash the stock recovery in fastboot. Once that's done, you should be able to get OTAs.
Click to expand...
Click to collapse
if you want to help me help me now
i have my reovery.img and it flashes perfectly
how to get stuck rom ?
you mean the file with date it is bout 1.8GB named 2013-08-27.19.58.35 that i should put it in supfic folder do i can flash it with recovery cwm ?
since i have my back up and since it is S-on i wont mind flashing any thing
Hi all,
When I first got my M7, I unlocked it and installed TWRP to make backups. I had experience doing this with my sensation and followed the guides posted here. When the Sense 6 update came out, I wanted to update, so I was tried using REVONE to remove the TAMPERED and UNLOCKED but it set it to RELOCKED. Apparently, it wasn't compatible with the android version 4.4.2, which I realized too late.
Now, I'm trying to get S-OFF and unlock the bootloader so I can flash an 4.2 rom, then use REVONE and go back to stock. I've tried using nkk71's SuperGUIDE to returning 100% back to stock, but neither Firewater nor Rumrunner will work with my device (HBOOT 1.56) - they both finish early and tell me I'm out of luck.
What's the next possibility? I'm in Asia with the TW stock rom. I can probably bring it to the store and let them handle it, but it'll take up to 7 days to get it completely back to stock. Is there anything else I can try before doing that?
tl;dr: Phone is Stock ASIA TW rom & recovery, HBOOT 1.56, *TAMPERED*, *RELOCKED*, and *S-ON*. Can't flash OTA or get S-OFF with Firewater.
EDIT: Nevermind. Seem to have soft-bricked my phone while attempting to install ARHD. Now no OS and can't load anything except TWRP. ADB Sideload doesn't work, ADB push doesn't work. Guess I'll bring it to the store and see if they can fix it.
MPenguin said:
Hi all,
When I first got my M7, I unlocked it and installed TWRP to make backups. I had experience doing this with my sensation and followed the guides posted here. When the Sense 6 update came out, I wanted to update, so I was tried using REVONE to remove the TAMPERED and UNLOCKED but it set it to RELOCKED. Apparently, it wasn't compatible with the android version 4.4.2, which I realized too late.
Now, I'm trying to get S-OFF and unlock the bootloader so I can flash an 4.2 rom, then use REVONE and go back to stock. I've tried using nkk71's SuperGUIDE to returning 100% back to stock, but neither Firewater nor Rumrunner will work with my device (HBOOT 1.56) - they both finish early and tell me I'm out of luck.
What's the next possibility? I'm in Asia with the TW stock rom. I can probably bring it to the store and let them handle it, but it'll take up to 7 days to get it completely back to stock. Is there anything else I can try before doing that?
tl;dr: Phone is Stock ASIA TW rom & recovery, HBOOT 1.56, *TAMPERED*, *RELOCKED*, and *S-ON*. Can't flash OTA or get S-OFF with Firewater.
EDIT: Nevermind. Seem to have soft-bricked my phone while attempting to install ARHD. Now no OS and can't load anything except TWRP. ADB Sideload doesn't work, ADB push doesn't work. Guess I'll bring it to the store and see if they can fix it.
Click to expand...
Click to collapse
If it's not too late, I have been in this situation before. I bought an OTG cable and downloaded a stock ROM guru reset. From there, I successfully S-OFFed my device with HBOOT 1.56 using the firewater method.
Hope this helps
Hi all,
Sorry if this isn't posted in the right place, please tell me and I will shift it!
Essentially I have been stuck for a few weeks. I need to send my phone back to Vodafone but I recent rooted it, didn't take a back up of the legit software and now can't get back!
Some details on the phone:
CID: VODAP001
HBOOT: 1.56
VERSION: 4.19.161.Xx (i forget the last bit)
Last version of android running (encase it helps): 4.4.2
I've tried HTC guru reset but when applying the ota it just hits a boot loop. I've tried all s-off methods (firewater and rumrunner) with a mixture of roms + kernels to no success.
I'm rather stumped and not sure what to do next! Any help would be appreciated, or if someone has the RUU to reinstall?
Thanks in advance for any help / advice you can off!
Sent from my not-quite-right HTC One
linkjack said:
Hi all,
Sorry if this isn't posted in the right place, please tell me and I will shift it!
Essentially I have been stuck for a few weeks. I need to send my phone back to Vodafone but I recent rooted it, didn't take a back up of the legit software and now can't get back!
Some details on the phone:
CID: VODAP001
HBOOT: 1.56
VERSION: 4.19.161.Xx (i forget the last bit)
Last version of android running (encase it helps): 4.4.2
I've tried HTC guru reset but when applying the ota it just hits a boot loop. I've tried all s-off methods (firewater and rumrunner) with a mixture of roms + kernels to no success.
I'm rather stumped and not sure what to do next! Any help would be appreciated, or if someone has the RUU to reinstall?
Thanks in advance for any help / advice you can off!
Sent from my not-quite-right HTC One
Click to expand...
Click to collapse
When you ran the Guru Reset did you select stock recovery? Did it complete or did it give you an error? If it completed and you tried to receive the OTA did you relock your bootloader first? To successfully run an OTA you must have the stock recovery, stock rom and locked/relocked bootloader if you are S-ON.
majmoz said:
When you ran the Guru Reset did you select stock recovery? Did it complete or did it give you an error? If it completed and you tried to receive the OTA did you relock your bootloader first? To successfully run an OTA you must have the stock recovery, stock rom and locked/relocked bootloader if you are S-ON.
Click to expand...
Click to collapse
Hi majmoz,
Thanks for the quick reply!
Unfortunately no errors, it ran through fine, installed ok with no errors and restarted fine ( and yes selected stock recovery). Works fine until I try and install an ota.
I've tried a few times now, each time I have re-locked the boot loader and it still just sends my phone into a boot loop
linkjack said:
Hi majmoz,
Thanks for the quick reply!
Unfortunately no errors, it ran through fine, installed ok with no errors and restarted fine ( and yes selected stock recovery). Works fine until I try and install an ota.
I've tried a few times now, each time I have re-locked the boot loader and it still just sends my phone into a boot loop
Click to expand...
Click to collapse
Could you post a fastboot getvar all deleting your imei and serial number before posting? To see what is really on your phone.
linkjack said:
Hi all,
Sorry if this isn't posted in the right place, please tell me and I will shift it!
Essentially I have been stuck for a few weeks. I need to send my phone back to Vodafone but I recent rooted it, didn't take a back up of the legit software and now can't get back!
Some details on the phone:
CID: VODAP001
HBOOT: 1.56
VERSION: 4.19.161.Xx (i forget the last bit)
Last version of android running (encase it helps): 4.4.2
I've tried HTC guru reset but when applying the ota it just hits a boot loop. I've tried all s-off methods (firewater and rumrunner) with a mixture of roms + kernels to no success.
I'm rather stumped and not sure what to do next! Any help would be appreciated, or if someone has the RUU to reinstall?
Thanks in advance for any help / advice you can off!
Sent from my not-quite-right HTC One
Click to expand...
Click to collapse
Don't worry, fastboot getvar all is not required, I have a TWRP backup here of that rom:
https://drive.google.com/file/d/0B_nEcSZr5peRZnpMSHRPRjlzX2c/edit?usp=sharing
you will need to get it onto your phone then restore it through TWRP
However, what do you intend to do about the TAMPERED and UNLOCKED flags you have in your bootloader ? this voids warranty.
Seanie280672 said:
Don't worry, fastboot getvar all is not required, I have a TWRP backup here of that rom:
(URL deleted as I'm a newbie and they won't let me say thanks with it in)
you will need to get it onto your phone then restore it through TWRP
However, what do you intend to do about the TAMPERED and UNLOCKED flags you have in your bootloader ? this voids warranty.
Click to expand...
Click to collapse
Thanks so much!
I intend to hope they don't look hehe. From my experience if it's hardware they do a quick check on the settings, about phone then get down to business.
After that, I won't do an update until I can s-off and put everything back to how it should be.
Thanks again!