[Q] Returning to stock - H3G__001 - One (M7) Q&A, Help & Troubleshooting

Hi All,
For months I have been trying to return my HTC One to stock ROM without success. When installing cyanogenmod I wasn't successful in creating a backup and didn't realise the implications of this until I tried to return to stock.
I have tried a few things - finding a back up for a H3G HTC one, changing the CID to 1111111 ((bootloader) [JAVACARD_ERR] SD/USBDISK Init error), installing from a RUU.exe and nothing has worked.
ADB and Fastboot are correctly set up on my laptop and communicating with my phone.
My GetVar all returns.
C:\Users\User\cminstaller\resources\tools>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.31
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.14.771.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: H3G__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3906mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.090s
Any help would be greatly appreciated.
Thanks in advance.

piney88 said:
Hi All,
For months I have been trying to return my HTC One to stock ROM without success. When installing cyanogenmod I wasn't successful in creating a backup and didn't realise the implications of this until I tried to return to stock.
I have tried a few things - finding a back up for a H3G HTC one, changing the CID to 1111111 ((bootloader) [JAVACARD_ERR] SD/USBDISK Init error), installing from a RUU.exe and nothing has worked.
ADB and Fastboot are correctly set up on my laptop and communicating with my phone.
My GetVar all returns.
C:\Users\User\cminstaller\resources\tools>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.29.3218.31
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.14.771.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: H3G__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3906mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.090s
Any help would be greatly appreciated.
Thanks in advance.
Click to expand...
Click to collapse
you cant change the CID without s-off
heres your latest stock Lollipop RUU.zip: https://www.androidfilehost.com/?fid=95916177934542817
it will wipe your entire phone, so backup anything you want to keep before flashing it.
As you are s-on you will need to relock your bootloader before flashing, but backup first as once the bootloader is locked or relocked, your custom rom wont boot.
rom taken from here and instructions on how to flash it are at the top of the page: http://forum.xda-developers.com/htc-one/general/lollipop-ruu-zip-small-collection-t3053944

Seanie280672 said:
you cant change the CID without s-off
heres your latest stock Lollipop RUU.zip: https://www.androidfilehost.com/?fid=95916177934542817
it will wipe your entire phone, so backup anything you want to keep before flashing it.
As you are s-on you will need to relock your bootloader before flashing, but backup first as once the bootloader is locked or relocked, your custom rom wont boot.
rom taken from here and instructions on how to flash it are at the top of the page: http://forum.xda-developers.com/htc-one/general/lollipop-ruu-zip-small-collection-t3053944
Click to expand...
Click to collapse
Thanks for the very quick reply. I downloaded the file.
Apologies for needing the extra help but I am unsure what to do with zip file - quote from the instructions "As many in this thread, ask about zip corruption, zip are not corrupted they are encrypted and can't open normally , they need decryption check md5 and dont try to unzip them"
Can you help on how I decrypt the file?

piney88 said:
Thanks for the very quick reply. I downloaded the file.
Apologies for needing the extra help but I am unsure what to do with zip file - quote from the instructions "As many in this thread, ask about zip corruption, zip are not corrupted they are encrypted and can't open normally , they need decryption check md5 and dont try to unzip them"
Can you help on how I decrypt the file?
Click to expand...
Click to collapse
why do you want to decrypt it, just follow the instructions and flash it as it it, rename that zip file to RRU.zip, put it in the same folder as your adb and fastboot files on your computer, and flash it.
Go from here: How To Flash
1. Rename file to RUU.zip
2. Place it in adb folder
3. Reboot phone to fastboot mode
4. S On need to relock bootloader (fastboot oem lock) , S Off lock not needed
5. Also use the htc_fastboot.exe not the normal fastboot.exe
get the htc_fastboot.exe here : https://www.androidfilehost.com/?fid=95916177934539737
Rename htc_fastboot to fastboot or if you don't rename it, then the command will be "htc_fastboot flash zip RUU.zip"
Run the following commands from your adb folder:
6. htc_fastboot oem rebootRUU
7.htc_fastboot flash zip RUU.zip
8.htc_fastboot reboot-bootloader

Seanie280672 said:
why do you want to decrypt it, just follow the instructions and flash it as it it, rename that zip file to RRU.zip, put it in the same folder as your adb and fastboot files on your computer, and flash it.
Go from here: How To Flash
1. Rename file to RUU.zip
2. Place it in adb folder
3. Reboot phone to fastboot mode
4. S On need to relock bootloader (fastboot oem lock) , S Off lock not needed
5. Also use the htc_fastboot.exe not the normal fastboot.exe
get the htc_fastboot.exe here :
Rename htc_fastboot to fastboot or if you don't rename it, then the command will be "htc_fastboot flash zip RUU.zip"
Run the following commands from your adb folder:
6. htc_fastboot oem rebootRUU
7.htc_fastboot flash zip RUU.zip
8.htc_fastboot reboot-bootloader
Click to expand...
Click to collapse
Seanie,
When I tried the flash it didn't work, I got an error message, I then read the text at the top of the page and misunderstood the guidance for instructions. Hence the decrypting question.
I just retried and it seems to have worked.
I do sincerely appreciate your help. Since November off and on I have been trying to make this happen - I couldn't have done it without you.
Thanks,
Piney

piney88 said:
Seanie,
When I tried the flash it didn't work, I got an error message, I then read the text at the top of the page and misunderstood the guidance for instructions. Hence the decrypting question.
I just retried and it seems to have worked.
I do sincerely appreciate your help. Since November off and on I have been trying to make this happen - I couldn't have done it without you.
Thanks,
Piney
Click to expand...
Click to collapse
For later reference http://forum.xda-developers.com/showthread.php?t=3028559 soon to be updated with latest stock files
Sent from my SM-T230 using Tapatalk

Related

I broke it, can you fix it?

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

[Q]Stuck in bootloop, no USB debugging

Hi,
I have to send in my HTC One for repair but it's rooted so I decided to go back to stock settings. I did this but I screwed up and now I can't use adb (USB debugging is off) and there is no ROM on my HTC One. Is there ANY way to solve this? Fastboot works fine, but when I try to boot it just goes in bootloader everytime.
Thanks a lot already!
Skyndel said:
Hi,
I have to send in my HTC One for repair but it's rooted so I decided to go back to stock settings. I did this but I screwed up and now I can't use adb (USB debugging is off) and there is no ROM on my HTC One. Is there ANY way to solve this? Fastboot works fine, but when I try to boot it just goes in bootloader everytime.
Thanks a lot already!
Click to expand...
Click to collapse
as long as you can boot in bootloader and use fastboot, you should be fine. Boot your phone in bootloader and go to fastboot usb
post the output of this command:
Code:
fastboot getvar all
except imei/sn
Do you have a custom recovery installed?
alray said:
as long as you can boot in bootloader and use fastboot, you should be fine. Boot your phone in bootloader and go to fastboot usb
post the output of this command:
Code:
fastboot getvar all
except imei/sn
Do you have a custom recovery installed?
Click to expand...
Click to collapse
I get this:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4A.21.3263.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.62.401.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__E11
(bootloader) battery-status: good
(bootloader) battery-voltage: 3900mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-bb768ae1
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.044s
I had Android Revolution installed, but it's gone from my internal storage and the only thing on it right now is a wrong RUU.
So you need to boot into twrp and push a custom rom. Your options:
1. Adb push
2. Adb sideload
3. OTG cable
There are couple of guides how to use 1,2.
sent from my mobile device
Skyndel said:
I get this:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4A.21.3263.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.62.401.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__E11
(bootloader) battery-status: good
(bootloader) battery-voltage: 3900mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-bb768ae1
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.044s
I had Android Revolution installed, but it's gone from my internal storage and the only thing on it right now is a wrong RUU.
Click to expand...
Click to collapse
unlock your bootloader if your re-locked it
download and flash twrp recovery
place the .img file to your adb/fastboot folder
boot in bootloader then select fastboot usb
Code:
fastboot flash recovery name_of_file.img
fastboot reboot-bootloader
download and flash ARHD 31.6
move the .zip file to your adb/fastboot folder
boot your phone in twrp recovery
Code:
adb push name_of_file.zip /sdcard/
then in twrp select ''install'' and chose the .zip at the root of your sd card
s-off you phone with rumrunner
download the ruu you need
don't run it for now
follow this guide to downgrade hboot to 1.44, to remove bootloader tempered/unlocked/re-locked flags and to run ruu.exe (follow instructions of post #1 and 2.
alray said:
unlock your bootloader if your re-locked it
download and flash twrp recovery
place the .img file to your adb/fastboot folder
boot in bootloader then select fastboot usb
Code:
fastboot flash recovery name_of_file.img
fastboot reboot-bootloader
download and flash ARHD 31.6
move the .zip file to your adb/fastboot folder
boot your phone in twrp recovery
Code:
adb push name_of_file.zip /sdcard/
then in twrp select ''install'' and chose the .zip at the root of your sd card
s-off you phone with rumrunner
download the ruu you need
don't run it for now
follow this guide to downgrade hboot to 1.44, to remove bootloader tempered/unlocked/re-locked flags and to run ruu.exe (follow instructions of post #1 and 2.
Click to expand...
Click to collapse
Thank you SO much. It worked first time I tried. Awesome! Now to send it in.
alray said:
unlock your bootloader if your re-locked it
download and flash twrp recovery
place the .img file to your adb/fastboot folder
boot in bootloader then select fastboot usb
Code:
fastboot flash recovery name_of_file.img
fastboot reboot-bootloader
download and flash ARHD 31.6
move the .zip file to your adb/fastboot folder
boot your phone in twrp recovery
Code:
adb push name_of_file.zip /sdcard/
then in twrp select ''install'' and chose the .zip at the root of your sd card
s-off you phone with rumrunner
download the ruu you need
don't run it for now
follow this guide to downgrade hboot to 1.44, to remove bootloader tempered/unlocked/re-locked flags and to run ruu.exe (follow instructions of post #1 and 2.
Click to expand...
Click to collapse
I'm in a very similar situation to the OP.
My son's asked me to root his HTC one M7 and flash a marshmallow ROM.
I havn't done this with HTCs before so I messed up big time.
long story short, I have a phone with TWRP loader, no ROM and S-ON.
I followed the instruction above but at point 3. when I flash the downloaded ROM, i get a FAILED status from TWRP
Please help
what do I do?
when i adb push .zip...this file cannot found
plss help ,,my phone bootloop no os, s-on
many time try but failed

[Q] HELP - HTC One stuck on boot - cant get into recovery

Hi all
I have a HTC One (M7). Its has been rooted and was running 4.3. Tried to update to 4.4 and flashed an Android Revolution HD ROM. Not sure if it was the wrong ROM or if I wasn't S-OFF. Now i am stuck on HTC boot screen. When i try to load into recovery it flashes up for a second and then goes back to HTC boot image.
Have tried to flash a new recovery using EZtoolkit - Flashed TWRP - didnt help, still cant get in.
Also used the toolkit to erase the cache but hasnt helped.
Any suggestions??
Output of fastboot getvar all?
SaHiLzZ said:
Output of fastboot getvar all?
Click to expand...
Click to collapse
Sorry mate. Im not the best with this.
How do i find this?
SaHiLzZ said:
Output of fastboot getvar all?
Click to expand...
Click to collapse
C:\Users\Gary\Downloads\EZToolkit%20Advanced%20(M7-M7WLS)\EZToolkit Advanced (M7
-M7WLS)\EZToolkit Advanced (M7-M7WLS)\mBF>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4A.17.3250.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.24.401.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH37LW903746
(bootloader) imei: 357864056977711
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4199mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d16dc66985
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.150s
Think this is what u mean
Garyflem said:
C:\Users\Gary\Downloads\EZToolkit%20Advanced%20(M7-M7WLS)\EZToolkit Advanced (M7
-M7WLS)\EZToolkit Advanced (M7-M7WLS)\mBF>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4A.17.3250.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.24.401.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH37LW903746
(bootloader) imei: 357864056977711
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4199mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d16dc66985
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.150s
Think this is what u mean
Click to expand...
Click to collapse
Download: http://goo.im/devs/philz_touch/CWM_Advanced_Edition/m7ul//philz_touch_6.08.9-m7ul.img
Connect your phone to USB.
Go to bootloader >> fastboot mode (fastboot USB) - [power + volume down].
Code:
fastboot flash recovery philz_touch_6.08.9-m7ul.img
Do not turn off USB in phone and turn off your phone.
You go to recovery?
Garyflem said:
C:\Users\Gary\Downloads\EZToolkit%20Advanced%20(M7-M7WLS)\EZToolkit Advanced (M7
-M7WLS)\EZToolkit Advanced (M7-M7WLS)\mBF>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4A.17.3250.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.24.401.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH37LW903746
(bootloader) imei: 357864056977711
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4199mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-d16dc66985
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.150s
Think this is what u mean
Click to expand...
Click to collapse
Yup..
Download this: http://www.androidruu.com/getdownlo..._P2_release_324936_signedma8j1sa3e2o09s35.zip
Unzip. Find the firmware.zip in the unzipped content, and flash it like this:
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot reboot
This *SHOULD* get your stock recovery back, you should be able to get back in STOCK recovery. Then, flash custom recovery, and you should be able to get back in TWRP recovery.
Then you will need to ADB push/ ADB Sideload a custom rom to your device, and get going. Stay with 4.3, until your device is booted and you have a chance to S-OFF.
Don't use toolkits.. Get used to using fastboot and adb.. Download fastboot and adb from here.. Read the guide. Once setup, from within the fastboot and adb folder, Shift*key and*right click*on the*folder. open Command window here..
Connect your phone to PC while in bootloader screen.
Make sure fastboot USB is shown on bootloader
Then type..
Fastboot devices. A seemingly random number should be shown.
If it is.. Type fastboot erase cache.
fastboot reboot
PS.. Make sure you are using TWRP 2.6.3.3.
http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
Rename to recovery
fastboot flash recovery recovery.img
fastboot erase cache
fastboot reboot
Sent from my Nexus 7 using XDA Premium 4 mobile app
SaHiLzZ said:
Yup..
Unzip. Find the firmware.zip in the unzipped content, and flash it like this:
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot reboot
This *SHOULD* get your stock recovery back, you should be able to get back in STOCK recovery. Then, flash custom recovery, and you should be able to get back in TWRP recovery.
Then you will need to ADB push/ ADB Sideload a custom rom to your device, and get going. Stay with 4.3, until your device is booted and you have a chance to S-OFF.
Click to expand...
Click to collapse
Ok im downloading the ZIp file now. If flash that could i then flash a stock ROM and return fully to stock and get an OTA update to 4.4?
SaHiLzZ said:
Yup..
Unzip. Find the firmware.zip in the unzipped content, and flash it like this:
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot reboot
This *SHOULD* get your stock recovery back, you should be able to get back in STOCK recovery. Then, flash custom recovery, and you should be able to get back in TWRP recovery.
Then you will need to ADB push/ ADB Sideload a custom rom to your device, and get going. Stay with 4.3, until your device is booted and you have a chance to S-OFF.
Click to expand...
Click to collapse
You are a star mate. RUU flashed and then it loadeded up into TWRP straight away without me even flashing it again.
Just downlaoding a 4.3 ROM now
SaHiLzZ said:
Yup..
Download this: http://www.androidruu.com/getdownlo..._P2_release_324936_signedma8j1sa3e2o09s35.zip
Unzip. Find the firmware.zip in the unzipped content, and flash it like this:
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot reboot
This *SHOULD* get your stock recovery back, you should be able to get back in STOCK recovery. Then, flash custom recovery, and you should be able to get back in TWRP recovery.
Then you will need to ADB push/ ADB Sideload a custom rom to your device, and get going. Stay with 4.3, until your device is booted and you have a chance to S-OFF.
Click to expand...
Click to collapse
I was searching forum for my problem (quite similar to the problem of OP) i have tried all of the mentioned steps but i am unable to write any thing via bootloaders (i.e. recovery, zip, ruu etc) i have also tried to restore my phone via RUU...setup is shutdown the device but do not boot it up again (as it suppose to)... i m uploading the cmd screen shot for your kind perusal, kindly help me out as well please...
Thanks & best regards,
Mortal Eternity said:
I was searching forum for my problem (quite similar to the problem of OP) i have tried all of the mentioned steps but i am unable to write any thing via bootloaders (i.e. recovery, zip, ruu etc) i have also tried to restore my phone via RUU...setup is shutdown the device but do not boot it up again (as it suppose to)... i m uploading the cmd screen shot for your kind perusal, kindly help me out as well please...
Thanks & best regards,
Click to expand...
Click to collapse
The error says sd card failure
SaHiLzZ said:
The error says sd card failure
Click to expand...
Click to collapse
does it mean that it might be a hardware issue and nothing can be done further??
If you came even flash recovery, sounds like it
sent from my mobile device
SaHiLzZ said:
If you came even flash recovery, sounds like it
sent from my mobile device
Click to expand...
Click to collapse
yes i can not even flash recovery... whenever i attempt to do so it gives an error as attached!
seems like some sort of security has been activated but can be a hardware issue as well...

HTC One (M7) Unroot

Hello people.
I need your help regarding my AT&T HTC One M7.
My phone is rooted, has unlocked bootloader, and stock recovery. I want to unroot it and lock the bootloader
I tried the method with locking the bootloader and flashing stock RUU compatible with my CID and MID, but when I locked the bootloader the device couldn't boot to Android. Instead, it booted to fastboot. Anyways I continouted with the process and I tried to install my RUU, but in the middle of installation it gave me [error 155]. It gave me the same error with any other RUU I tried to install, can you help me?
Here is what i get when i type "getvar all" command:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4T.20.3218.13
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:xxxxxxxxxxxx
(bootloader) imei: xxxxxxxxxxxxxx
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: CWS__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4294mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-2da61e5e88
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Torcidas1950 said:
Hello people.
I need your help regarding my AT&T HTC One M7.
My phone is rooted, has unlocked bootloader, and stock recovery. I want to unroot it and lock the bootloader
I tried the method with locking the bootloader and flashing stock RUU compatible with my CID and MID, but when I locked the bootloader the device couldn't boot to Android. Instead, it booted to fastboot. Anyways I continouted with the process and I tried to install my RUU, but in the middle of installation it gave me [error 155]. It gave me the same error with any other RUU I tried to install, can you help me?
Here is what i get when i type "getvar all" command:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4T.20.3218.13
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:xxxxxxxxxxxx
(bootloader) imei: xxxxxxxxxxxxxx
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: CWS__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4294mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-2da61e5e88
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Click to expand...
Click to collapse
I don't know which RUU did you try but here is 3.17.502.3 and 4.18.502.7. You might try these, make sure your bootloader is locked/relocked! Generally, the error 155 is the result of using the wrong RUU for your version. The two I provided are based on you hboot, try version 3 first then version 4.
majmoz said:
I don't know which RUU did you try but here is 3.17.502.3 and 4.18.502.7. You might try these, make sure your bootloader is locked/relocked! Generally, the error 155 is the result of using the wrong RUU for your version. The two I provided are based on you hboot, try version 3 first then version 4.
Click to expand...
Click to collapse
I am pretty much sure I tried both of them, I think it has something to do with the fact it doesn't write down any "version-main" number like the phone doesn't even have it. :/
I am pretty much sure I tried both of them, I think it has something to do with the fact it doesn't write down any "version-main" number like the phone doesn't even have it. :/
majmoz said:
I don't know which RUU did you try but here is 3.17.502.3 and 4.18.502.7. You might try these, make sure your bootloader is locked/relocked! Generally, the error 155 is the result of using the wrong RUU for your version. The two I provided are based on you hboot, try version 3 first then version 4.
Click to expand...
Click to collapse
Torcidas1950 said:
I am pretty much sure I tried both of them, I think it has something to do with the fact it doesn't write down any "version-main" number like the phone doesn't even have it. :/
Click to expand...
Click to collapse
Your missing version number is the result of being overwritten when you flashed a custom recovery. The newer custom recoveries have made changes to avoid that issue. Since, your phone isn't bootlooping then it is just cosmetic. You might try this 3.17.502.3 rom.zip. You would flash it in bootloader/FASTBOOT USB:
In a command window type:
Code:
[B][I]adb reboot bootloader[/I][/B]
After that, type:
Code:
[B][I]fastboot oem rebootRUU [/I][/B]
NOTE: You should see a silver HTC logo come up on your phone after executing this command.
NOTE: if this command freezes, just disconnect the USB cable and hold the power and volume down buttons until the device reboots. Then, repeat the steps above again.
Finally:
Code:
[B][I]fastboot flash zip 3.17.502.3.rom.zip[/I][/B]
Repeat the same command: IMPORTANT
Code:
[B][I]fastboot flash zip 3.17.502.3.rom.zip[/I][/B]
NOTE: The green bar on the phone may not go to 100% of the bar ... but If you see completed on your computer command window, wait for a few seconds and move on.
Last Step:
Code:
[B][I]fastboot reboot[/I][/B]
Click to expand...
Click to collapse
majmoz said:
Your missing version number is the result of being overwritten when you flashed a custom recovery. The newer custom recoveries have made changes to avoid that issue. Since, your phone isn't bootlooping then it is just cosmetic. You might try this 3.17.502.3 rom.zip. You would flash it in bootloader/FASTBOOT USB:
Click to expand...
Click to collapse
Thanks, I will try that. But can I brick my phone or something else like that?
majmoz said:
Your missing version number is the result of being overwritten when you flashed a custom recovery. The newer custom recoveries have made changes to avoid that issue. Since, your phone isn't bootlooping then it is just cosmetic. You might try this 3.17.502.3 rom.zip. You would flash it in bootloader/FASTBOOT USB:
Click to expand...
Click to collapse
Should I maybe try this older RUU.exe
http://www.htc1guru.com/dld/ruu_m7_...20_10-40-1150-04_release_326691_signed_2-exe/
Can you run getvar all so we can see what firmware version you are on? Be sure to remove your IMEI and serial numbers.
MarkBell said:
Can you run getvar all so we can see what firmware version you are on? Be sure to remove your IMEI and serial numbers.
Click to expand...
Click to collapse
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4T.20.3218.13
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:xxxxxxxxxxxx
(bootloader) imei: xxxxxxxxxxxxxx
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: CWS__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4294mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-2da61e5e88
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
the 3.17.502.3 ruu should work for you (with a relocked bootloader)
http://www.htc1guru.com/dld/ruu_m7_...3_10-38j-1157-04_release_334235_signed_2-exe/
http://androidruu.com/getdownload.p...13_10.38j.1157.04_release_334235_signed_2.exe
what error did you get?
nkk71 said:
the 3.17.502.3 ruu should work for you (with a relocked bootloader)
http://www.htc1guru.com/dld/ruu_m7_...3_10-38j-1157-04_release_334235_signed_2-exe/
http://androidruu.com/getdownload.p...13_10.38j.1157.04_release_334235_signed_2.exe
what error did you get?
Click to expand...
Click to collapse
Error 155, every time with any of these RUU's :/
Torcidas1950 said:
Error 155, every time with any of these RUU's :/
Click to expand...
Click to collapse
can you find the debug log, or use the ROM.ZIP in fastboot:
the usual procedure is:
fastboot oem rebootRUU
fastboot flash zip ROM.ZIP
fastboot flash zip ROM.ZIP <- yes twice!!
fastboot reboot-bootloader
but during the first flash it will throw an error, let's see what it is
to get the ROM.ZIP, run the RUU, once the first screen shows up there will be a new folder in %TEMP%, within it you will find a 1GB file called ROM.ZIP
if it's due to the missing version-main, you can fix that using the misctool http://forum.xda-developers.com/showthread.php?t=1526316
nkk71 said:
can you find the debug log, or use the ROM.ZIP in fastboot:
the usual procedure is:
fastboot oem rebootRUU
fastboot flash zip ROM.ZIP
fastboot flash zip ROM.ZIP <- yes twice!!
fastboot reboot-bootloader
but during the first flash it will throw an error, let's see what it is
to get the ROM.ZIP, run the RUU, once the first screen shows up there will be a new folder in %TEMP%, within it you will find a 1GB file called ROM.ZIP
if it's due to the missing version-main, you can fix that using the misctool http://forum.xda-developers.com/showthread.php?t=1526316
Click to expand...
Click to collapse
Can I do any damage to my phone if the ZIP RUU fails?
Torcidas1950 said:
Can I do any damage to my phone if the ZIP RUU fails?
Click to expand...
Click to collapse
nope, especially with S-ON and a signed/encrypted RUU.ZIP (the one contained in the RUU.EXE is signed/encrypted), so when you try to flash it using fastboot (which is the same thing the RUU.EXE does, but doesn't show textual progress - though there should be a log somewhere), the fastboot flash will start by various checks, if and only if all the checks pass (meaning the signature, MID, CID, etc are correct for your phone), the ruu will begin installation.
the first flash will do the hboot preupdate and say "failed flush again immediately", the second flash would continue flashing all other partitions
nkk71 said:
nope, especially with S-ON and a signed/encrypted RUU.ZIP (the one contained in the RUU.EXE is signed/encrypted), so when you try to flash it using fastboot (which is the same thing the RUU.EXE does, but doesn't show textual progress - though there should be a log somewhere), the fastboot flash will start by various checks, if and only if all the checks pass (meaning the signature, MID, CID, etc are correct for your phone), the ruu will begin installation.
the first flash will do the hboot preupdate and say "failed flush again immediately", the second flash would continue flashing all other partitions
Click to expand...
Click to collapse
So, does that mean it will fail like the RUU.exe did because I'ts the same way of installing, just its showing install wizard instead of CMD?
Torcidas1950 said:
So, does that mean it will fail like the RUU.exe did because I'ts the same way of installing, just its showing install wizard instead of CMD?
Click to expand...
Click to collapse
yes most probably it will fail, the RUU.EXE is basically just a "container" for the ruu.zip (called ROM.ZIP).... the exe will extract fastboot/adb/rom.zip/etc files into a temp directory and then basically do the commands i listed above.
(I do believe the "wizard" does some initial checks just for the sake of visual feedback, but the actual flashing is done using fastboot commands in the background)
nkk71 said:
yes most probably it will fail, the RUU.EXE is basically just a "container" for the ruu.zip (called ROM.ZIP).... the exe will extract fastboot/adb/rom.zip/etc files into a temp directory and then basically do the commands i listed above.
(I do believe the "wizard" does some initial checks just for the sake of visual feedback, but the actual flashing is done using fastboot commands in the background)
Click to expand...
Click to collapse
Then where can I find that debug log from previous attempts? Its too much things to do just to see where is the error
Torcidas1950 said:
Then where can I find that debug log from previous attempts? Its too much things to do just to see where is the error
Click to expand...
Click to collapse
probably in the temp folder i guess, not sure since i haven't used or checked and ruu.exe log in about forever
nkk71 said:
probably in the temp folder i guess, not sure since i haven't used or checked and ruu.exe log in about forever
Click to expand...
Click to collapse
Something like this? I have around 10 of these in my C:\Temp\HTC folder
Start time: 2014/6/22, 13:1:7
Main
readConfig ok
InitInstance
HSM OLD HTC driver 3.0 is not installed.
Check Driver Version = 4.11.0.001
HSM OLD HTC driver 4.0 is needed to be upgraded.
The USB driver is needed to be upgraded
HSM already installed
WMP version = 12.0.7601.18150
Copy Installer folder from H:\ to C:\TEMP\HTCDriver
HSM OLD HTC driver is not existed
Check Driver Version = 4.11.0.001
HSM OLD HTC driver is installed.
Start to uninstall HSM OLD htc driver.
Uninstall HSM OLD htc driver finished.
New Driver Version = 4.3.0.001
Start to execute HTCDriverInstaller.
HTCDriverInstaller is finished.
Delete Installer folder C:\TEMP\HTCDriver
Please replug USB cable before using the USB functions.
HTC Sync Manager autorun,finished
End time: 2014/6/22, 13:3:18
nkk71 said:
probably in the temp folder i guess, not sure since i haven't used or checked and ruu.exe log in about forever
Click to expand...
Click to collapse
Here is the file i found in C:\ruu_log\
I had to .zip it because it didn't want to upload in .log format

Corect ruu for HBOOt 1.61

Hi! guys! I'am new here. I am using HTC ONE (M7), and decided to put a custom rom with it.
But, now i want to go back to the old or orignal stock android, with old features.
and I need the correct RUU file. Please help me.
M7_UL PVT SHIP S-ON RH
HBOOT-1.61.0000
RADIO-4T.35.3218.16
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.35.3218.16
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: XXXXXXXXXXXX
(bootloader) imei: XXXXXXXXXXXXXXX
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: T-MOB101
(bootloader) battery-status: good
(bootloader) battery-voltage: 3824mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-07a9e40d
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Grancheroti said:
Hi! guys! I'am new here. I am using HTC ONE (M7), and decided to put a custom rom with it.
But, now i want to go back to the old or orignal stock android, with old features.
and I need the correct RUU file. Please help me.
M7_UL PVT SHIP S-ON RH
HBOOT-1.61.0000
RADIO-4T.35.3218.16
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.35.3218.16
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: XXXXXXXXXXXX
(bootloader) imei: XXXXXXXXXXXXXXX
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: T-MOB101
(bootloader) battery-status: good
(bootloader) battery-voltage: 3824mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-07a9e40d
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Click to expand...
Click to collapse
7.18.111.51
https://forum.xda-developers.com/htc-one/general/lollipop-ruu-zip-small-collection-t3053944
alray said:
7.18.111.51
https://forum.xda-developers.com/htc-one/general/lollipop-ruu-zip-small-collection-t3053944
Click to expand...
Click to collapse
Thanks!!!! :good:
Grancheroti said:
Hi! guys! I'am new here. I am using HTC ONE (M7), and decided to put a custom rom with it.
But, now i want to go back to the old or orignal stock android, with old features.
and I need the correct RUU file. Please help me.
M7_UL PVT SHIP S-ON RH
HBOOT-1.61.0000
RADIO-4T.35.3218.16
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.35.3218.16
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: XXXXXXXXXXXX
(bootloader) imei: XXXXXXXXXXXXXXX
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: T-MOB101
(bootloader) battery-status: good
(bootloader) battery-voltage: 3824mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-07a9e40d
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Click to expand...
Click to collapse
I have the exact specs except for mine is the AT&T version and I need to know how this can get back to stock with hboot 1.61. I know which RUU to get, but how were you able to revert your phone back to stock in Feb, 2017 when it appears that the Guru reset tool from the the HTC1guru website has been dead for years?? Please assist anyone. I've been tacking this for days wih 20+hours of research-- killing most of my long Easter weekend :crying:.
Bmagj1 said:
I have the exact specs except for mine is the AT&T version and I need to know how this can get back to stock with hboot 1.61. I know which RUU to get, but how were you able to revert your phone back to stock in Feb, 2017 when it appears that the Guru reset tool from the the HTC1guru website has been dead for years?? Please assist anyone. I've been tacking this for days wih 20+hours of research-- killing most of my long Easter weekend :crying:.
Click to expand...
Click to collapse
Latest RUU for all HTC phones sold in the US are available on HTC website, including the latest AT&T version for the M7, 7.23.502.9
http://dl3.htc.com.s3.amazonaws.com...337.94116492.1522802476-1405704420.1516886183
Best Way to Retrun Phone to Stock
alray said:
Latest RUU for all HTC phones sold in the US are available on HTC website, including the latest AT&T version for the M7, 7.23.502.9]
Click to expand...
Click to collapse
Yes, I already understood all that and actually have that RUU file. Please reread above. I can't seem to find a good way to flash this OS to my One M7. I tried to use the RUU.exe and follow the prompts, but the flashing fails. I try to flash via the Fastboot Command Prompt way, but i have no way to extract the rom from the RUU properly without issue. Is it because my Custom OS is too new? I'm using a Ground Zero Rom (Tesla OS) 7.1.1 Thanks.
Bmagj1 said:
Yes, I already understood all that and actually have that RUU file. Please reread above. I can't seem to find a good way to flash this OS to my One M7. I tried to use the RUU.exe and follow the prompts, but the flashing fails. I try to flash via the Fastboot Command Prompt way, but i have no way to extract the rom from the RUU properly without issue. Is it because my Custom OS is too new? I'm using a Ground Zero Rom (Tesla OS) 7.1.1 Thanks.
Click to expand...
Click to collapse
What is the error when flashing the RUU?
is your bootloader locked or unlocked?
Post your "fastboot getvar all" output
If you prefer to flash with fastboot, you can easily get the .zip version from the .exe version. When launching the ruu.exe, the rom.zip will be extracted from the exe in your local temp folder:
Double click the exe ruu and wait for the first screen to show and do not close this window for now
Hit your windows key + r and type %temp% and hit Enter, this will open your local temp folder.
Use the search bar from the explorer window and make a search for rom.zip
Copy rom.zip to your desktop then you can close the RUU.exe window.
Then you can flash rom.zip using fastboot (remember you must use htc_fastboot.exe not fastboot.exe).
htc_fastboot.exe can also be extracted from the ruu.exe using the same method.
alray said:
What is the error when flashing the RUU?
is your bootloader locked or unlocked?
Post your "fastboot getvar all" output
If you prefer to flash with fastboot, you can easily get the .zip version from the .exe version. When launching the ruu.exe, the rom.zip will be extracted from the exe in your local temp folder:
Double click the exe ruu and wait for the first screen to show and do not close this window for now
Hit your windows key + r and type %temp% and hit Enter, this will open your local temp folder.
Use the search bar from the explorer window and make a search for rom.zip
Copy rom.zip to your desktop then you can close the RUU.exe window.
Then you can flash rom.zip using fastboot (remember you must use htc_fastboot.exe not fastboot.exe).
htc_fastboot.exe can also be extracted from the ruu.exe using the same method.
Click to expand...
Click to collapse
I appreciate you replying me. Sorry I haven't replied up until now. This is the error I receive when flashing form fast-boot WITH the extracted rom:
C:\Backup & Archived\ADB & Fastboot>fastboot flash zip rom.zip
sending 'zip'... (50280 KB) OKAY
sending time = 2.771 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
FAILnot allowed
FAILED (remote: not allowed)
Execution time is 8(s)
Bmagj1 said:
I appreciate you replying me. Sorry I haven't replied up until now. This is the error I receive when flashing form fast-boot WITH the extracted rom:
C:\Backup & Archived\ADB & Fastboot>fastboot flash zip rom.zip
sending 'zip'... (50280 KB) OKAY
sending time = 2.771 secs
writing 'zip'... (bootloader) adopting the signature contained in this image...
(bootloader) signature checking...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
FAILnot allowed
FAILED (remote: not allowed)
Execution time is 8(s)
Click to expand...
Click to collapse
Hello??
Bmagj1 said:
Hello??
Click to expand...
Click to collapse
back in May I asked you 3 questions, you answered 1.
Still waiting for
-your "fastboot getvar all" output
-is your bootloader locked or unlocked?
Are you using htc_fastboot.exe to flash the RUU like suggested above? I can see in your cmd windows that your are using fastboot.exe (fastboot flash zip rom.zip) . htc_fastboot.exe must be used instead of the regular fastboot.exe to flash all lollipop RUU.
htc_fastboot can be extracted from your ruu.exe or you can find it on androidfilehost.com
https://androidfilehost.com/?fid=24341993505161791
should be:
Code:
fastboot oem rebootRUU
htc_fastboot flash zip rom.zip
What do you mean?? I answered all 3. Maybe I wasn't explicit with the last 2
Yes I'm using htc_fastboot and got it from that site- I just renamed the file.
The htc_fastboot is 87.7kb- which I have.
Yes my bootloader was unlocked and now re-locked.
Thanks
---------- Post added at 02:03 AM ---------- Previous post was at 02:00 AM ----------
alray said:
back in May I asked you 3 questions, you answered 1.
Still waiting for
-your "fastboot getvar all" output
-is your bootloader locked or unlocked?
Are you using htc_fastboot.exe to flash the RUU like suggested above? I can see in your cmd windows that your are using fastboot.exe (fastboot flash zip rom.zip) . htc_fastboot.exe must be used instead of the regular fastboot.exe to flash all lollipop RUU.
htc_fastboot can be extracted from your ruu.exe or you can find it on androidfilehost.com
https://androidfilehost.com/?fid=24341993505161791
should be:
Code:
fastboot oem rebootRUU
htc_fastboot flash zip rom.zip
Click to expand...
Click to collapse
What do you mean?? I answered all 3. Maybe I wasn't explicit with the last 2
Yes I'm using htc_fastboot and got it from that site- I just renamed the file.
The htc_fastboot is 87.7kb- which I have.
The reply I sent you before the "hello" was a "getvar all".
Yes my bootloader was unlocked and now re-locked.
Thanks
---------- Post added at 02:05 AM ---------- Previous post was at 02:03 AM ----------
alray said:
back in May I asked you 3 questions, you answered 1.
Still waiting for
-your "fastboot getvar all" output
-is your bootloader locked or unlocked?
Are you using htc_fastboot.exe to flash the RUU like suggested above? I can see in your cmd windows that your are using fastboot.exe (fastboot flash zip rom.zip) . htc_fastboot.exe must be used instead of the regular fastboot.exe to flash all lollipop RUU.
htc_fastboot can be extracted from your ruu.exe or you can find it on androidfilehost.com
https://androidfilehost.com/?fid=24341993505161791
should be:
Code:
fastboot oem rebootRUU
htc_fastboot flash zip rom.zip
Click to expand...
Click to collapse
Wait my bad. I realized that actually wasn't my getvar. Sorry.
I'll get that all to you asap. I appreciate your assistance.

Categories

Resources