Im trying to follow the instructions for installing stock RUU as i soft bricked my htc one
http://forum.xda-developers.com/showthread.php?t=2265618
One of the steps says "Download custom ROM of your choice and copy it to the internal memory of your device (virtual SD card or other)"
How do I create a virtual SD card ?
Thanks In advance
publication1 said:
Im trying to follow the instructions for installing stock RUU as i soft bricked my htc one
http://forum.xda-developers.com/showthread.php?t=2265618
One of the steps says "Download custom ROM of your choice and copy it to the internal memory of your device (virtual SD card or other)"
How do I create a virtual SD card ?
Thanks In advance
Click to expand...
Click to collapse
"virtual sd card" is another name for your internal memory, you don't have to create it, its already there.
you can push your rom to your phone memory (the virtual sdcard) using adb from custom recovery.
either adb push or adb sideload should work.
for example:
adb push your_rom.zip /sdcard/
then you can install it from your custom recovery.
Reply
I have downloaded the RUU that I need to put stock back onto my htc, I have soft bricked so can access bootloader, when I go into recovery mode and select mount to sd card its not there, How do I set up directory so they match ? Thanks
My HTC details
RELOCKED
M7_UL PVT SHIP S-ON RH
HBOOT-1.57.0000
RADIO-4T.27.3218.14
OpenDSP-v32.120.274.0909
OS-5.11.401.10
eMMC-boot 2048MB
May 5 2014 23:16:29.0
I dont understand when you say - "using adb from custom recovery."
Where do I enter this ? adb push your_rom.zip /sdcard/ ?
publication1 said:
I have downloaded the RUU that I need to put stock back onto my htc, I have soft bricked so can access bootloader, when I go into recovery mode and select mount to sd card its not there, How do I set up directory so they match ? Thanks
My HTC details
RELOCKED
M7_UL PVT SHIP S-ON RH
HBOOT-1.57.0000
RADIO-4T.27.3218.14
OpenDSP-v32.120.274.0909
OS-5.11.401.10
eMMC-boot 2048MB
May 5 2014 23:16:29.0
I dont understand when you say - "using adb from custom recovery."
Where do I enter this ? adb push your_rom.zip /sdcard/ ?
Click to expand...
Click to collapse
The instructions you are following is how to flash a custom rom, not an RUU.
Are you sure it's an RUU your trying to flash?
If it is, boot your phone into fastboot, connect you phone to your PC, then just run the RUU and follow the instructions.
reply
What happened was the HTC is SIM free so any sim card can go into the HTC.
The HTC DETAILS are -
RELOCKED
M7_UL PVT SHIP S-ON RH
HBOOT-1.57.0000
RADIO-4T.27.3218.14
OpenDSP-v32.120.274.0909
OS-5.11.401.10
eMMC-boot 2048MB
May 5 2014 23:16:29.0
-------------------------------------
I lost stock ROM/RUU because battery died when it was updating to 4.4.3 or original update.
Been trying to find simple guide to get original RUU / ROM back on htc
The phone is soft bricked and so I can get on bootloader ect. Cheers in advance
Currently DL - RUU M7 UL K44 SENSE55 MR Rogers WWE 4.19.631.9 Radio 4A.23.3263.28 10.38r.1157.04L Release 351317 Signed 2 Will this work ?
publication1 said:
What happened was the HTC is SIM free so any sim card can go into the HTC.
The HTC DETAILS are -
RELOCKED
M7_UL PVT SHIP S-ON RH
HBOOT-1.57.0000
RADIO-4T.27.3218.14
OpenDSP-v32.120.274.0909
OS-5.11.401.10
eMMC-boot 2048MB
May 5 2014 23:16:29.0
-------------------------------------
I lost stock ROM/RUU because battery died when it was updating to 4.4.3 or original update.
Been trying to find simple guide to get original RUU / ROM back on htc
The phone is soft bricked and so I can get on bootloader ect. Cheers in advance
Currently DL - RUU M7 UL K44 SENSE55 MR Rogers WWE 4.19.631.9 Radio 4A.23.3263.28 10.38r.1157.04L Release 351317 Signed 2 Will this work ?
Click to expand...
Click to collapse
no that won't help you your s-on
your RUU has to be 5.xx.401.x or 6.xx.401.x
Reply
Your right buddy, It got to 5% then htc_bootloader.exe stopped working - Twice grrr
Cant find any RUU starting 5.XX.401 OR 6.XX.401 can only find one that starts with 4 ?
Cheers
publication1 said:
What happened was the HTC is SIM free so any sim card can go into the HTC.
The HTC DETAILS are -
RELOCKED
M7_UL PVT SHIP S-ON RH
HBOOT-1.57.0000
RADIO-4T.27.3218.14
OpenDSP-v32.120.274.0909
OS-5.11.401.10
eMMC-boot 2048MB
May 5 2014 23:16:29.0
-------------------------------------
I lost stock ROM/RUU because battery died when it was updating to 4.4.3 or original update.
Been trying to find simple guide to get original RUU / ROM back on htc
The phone is soft bricked and so I can get on bootloader ect. Cheers in advance
Currently DL - RUU M7 UL K44 SENSE55 MR Rogers WWE 4.19.631.9 Radio 4A.23.3263.28 10.38r.1157.04L Release 351317 Signed 2 Will this work ?
Click to expand...
Click to collapse
like cisa said, you cant run lower version ruu with s-on. You are on 5.11.401.10 so you can not use a 4.19 RUU and you'll need either a 5.11.401 or a 6.xx.401 ruu which both doesn't exist. Also if you are on a .401 version (5.11.401.10) you can not flash ruu for .631 version (x.xx.631.x) its not a version for your phone, its intended for Rogers branded phones and yours is a Europe/middle Est/Africa unlocked version (.401). So all this to say: forget about using a RUU
What you need to do is to download this rom (its a stock rom that match your version), save it to your adb/fastboot folder and push it to your phone either using adb push or adb sideload from twrp recovery. Then install the sideloaded/pushed file from twrp recovery and you'll be fine and back to stock rom.
you'll also need to flash back stock recovery after if you want to install latest ota update.
your stock recovery is available here. Again save it to your adb/fastboot folder and then with the phone in fastboot mode flash it:
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot
---------- Post added at 06:49 PM ---------- Previous post was at 06:45 PM ----------
clsA said:
no that won't help you your s-on
your RUU has to be 5.xx.401.x or 6.xx.401.x
Click to expand...
Click to collapse
btw, i don't know why, but I'm not able to mention you, each time I try quoting @ cIsA, the system changes it to @ CiSa instead....
REPLY
I have just ran fastboot getvar all and your correct again its
5.11.401.10 I need so thats perfect. Downloading as I type this.
Im not wanna take too much of your time but I finally know how to fire up the RUU onto the phone although it failed due to incorrect one.
What do I do with the ROM ? Once Downloaded, just add all the files into sdk folder and then type they commands you stated above. Its crazy to see how many people have this issue but there is not one good step by step guide or youtube URL showing each stage haha
publication1 said:
I have just ran fastboot getvar all and your correct again its
5.11.401.10 I need so thats perfect. Downloading as I type this.
Im not wanna take too much of your time but I finally know how to fire up the RUU onto the phone although it failed due to incorrect one.
What do I do with the ROM ? Once Downloaded, just add all the files into sdk folder and then type they commands you stated above. Its crazy to see how many people have this issue but there is not one good step by step guide or youtube URL showing each stage haha
Click to expand...
Click to collapse
you'll have to unlock the bootloader, flash twrp recovery 2.6.3.3, push and install the rom. Then flash back stock recovery for ota updates.
follow this guide:
alray said:
HTC ONE M7_U/M7_UL - ADB PUSH & FLASH A ROM - DETAILED INSTRUCTIONS
Prerequisites:
You need ADB and FASTBOOT on your computer, either by installing the Android SDK or Minimal ADB and FASTBOOT
You need to know how to start a fastboot/adb command prompt:
To open a command window prompt, in Windows go to Start Menu --> ''Run'' then type cmd. Change the directory to the ADB folder on your machine:
If using the default install location for the SDK:
Code:
cd C:\adt-bundle-windows-x86_64-20130219\sdk\platform-tools
If using the default install location of Minimal ADB and FASTBOOT:
Code:
cd C:\Program Files (x86)\Minimal ADB and Fastboot
Or hold left shift + right click a blank space inside the folder where adb and fastboot are located and select ''Open command window here'' from the contextual menu.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You need TWRP recovery 2.6.3.3 on your device.
Unlock bootloader if not already unlocked:
Thanks to Electroz for the video tutorial
Flash TWRP Recovery:
Make sure the recovery.img file is in the same folder where adb and fastboot are located
reboot phone in bootloader mode
Flash the recovery:
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
You need your HTC drivers correctly installed on your PC:
If not, follow this guide (thanks to nkk71):
originally from @nkk71: [GUIDE] [02-MAR-2014] nkk71's SuperGUIDE to returning 100% back to stock
follow the below instructions to fix
Open "Device Manager" -> select the unknown "One" -> right-click -> "Update Driver Software ..." -> "Browse my computer" -> "Let me pick" -> "Android USB Devices" -> select "My HTC ..." -> install that
just in case, HTC Drivers can be found here: [Drivers] HTC Drivers for Windows - Several Versions (credits to @mdmower)
though you should already have them since you have been using your phone anyways
for those who like a visual guide:
okay so I did a fastboot boot command, and as you can see it didnt install correct driver
Open "Device Manager"
there's the culprit
right click and Update Driver Software
select Browse my computer for driver software
select Let me pick from a list of device drivers on my computer
select Android USB Devices
select My HTC ... (if you have more than one version, choose the latest)
warning, select Yes
successful installation
now it looks better
and can confirm:
Code:
C:\ADB3>[B]adb devices[/B]
List of devices attached
HTxxxxxxxxxx recovery
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Procedure:
Make sure the ROM you want to flash is in the same folder where ADB and FASTBOOT are.
Here is a list of the HTC M7 roms
Connect your phone to computer using usb cable
Reboot phone in recovery mode (TWRP):
If phone is booted in OS:
Code:
adb reboot recovery
if not booted or bootlooping, hold power button + volume down until phone boot in bootloader mode
then select BOOTLOADER then RECOVERY using volume up/down to navigate and power button to select.
Make sure your phone is booted in TWRP main menu:
transfer the rom to your /sdcard folder:
Code:
adb push name_of_rom.zip /sdcard/
Wait for the zip file to transfer, this can take several minutes and there is no progress bar. When the command prompt give you back the hand and display how much bytes transferred in X seconds, the transfer is completed:
In TWRP main menu, select ''INSTALL''
Browse the installation menu and select your rom zip file inside /sdcard folder:
Swipe to confirm you want to flash the rom
Reboot phone
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Reply
When I fire up in Recovery mode I dont get the GUI ? How do I install that?
I only get the options list showing:
reboot system now
apply from sd card
apply from phone storage
apply from cache
wipe data
wide partition?
Thanks
publication1 said:
When I fire up in Recovery mode I dont get the GUI ? How do I install that?
I only get the options list showing:
reboot system now
apply from sd card
apply from phone storage
apply from cache
wipe data
wide partition?
Thanks
Click to expand...
Click to collapse
this is stock recovery, you need to unlock bootloader and flash twrp recovery 2.6.3.3. Everything explained in the guide previously posted. You are at step 3 of the guide but you don't have checked the prerequisites mentioned before the procedure, one of them is to flash twrp 2.6.3.3.
reply
Iv pushed 2x different ROMS over to twrp and its failing so what RUU can I use to get this up and running ?
Thanks in Advance
Related
I have been given a HTC One which has been messed up by someone who has tried to root it.
The phone boots, gets to the welcome to Android screen and reboots.
The bootloader shows the following info:
Tampered
Unlocked
M7_UL PVT Ship S-ON RH
HBOOT-1.55.0000
RADIO-4T.21.3218.21
OpenDSP-v32.120.274.0909
OS-
eMMC-boot 2048 MB
Oct 17 2013.23:06:14.0
I can get into CWR (V6.0.4.6) but that is it - I cant recover from SDCARD as it says no files found. ADB says there is no device there if I try to push anything to it.
So a couple of questions.
Does the info above look correct for a UK based phone?
Any ideas how to get the phone to boot please?
Thanks.
Anyone?
ljp said:
Anyone?
Click to expand...
Click to collapse
post the output of this command when phone in bootloader/fastboot usb mode
Code:
fastboot getvar all
and remove IMEI and SN info before posting
Cheers Alray,
Here is what it says:
bootloader version 0.5
version-bootloader 1.55.0000
version baseband 4t.21.3218.21
version cpld none
version microp none
version main
version misc PVT SHIP S-ON
meid 000000000000000
product m7_ul
platform hboot-8064
modelid PN0710000
cidnum HTC__304
battery status good
battery voltage 3763mV
partition layout generic
security on
build mode SHIP
boot mode FASTBOOT
commitno-bootloader: dirty-bb768ae1
hbootpreupdate 11
gencheckpt 0
Does that help?
ljp said:
Cheers Alray,
Here is what it says:
bootloader version 0.5
version-bootloader 1.55.0000
version baseband 4t.21.3218.21
version cpld none
version microp none
version main
version misc PVT SHIP S-ON
meid 000000000000000
product m7_ul
platform hboot-8064
modelid PN0710000
cidnum HTC__304
battery status good
battery voltage 3763mV
partition layout generic
security on
build mode SHIP
boot mode FASTBOOT
commitno-bootloader: dirty-bb768ae1
hbootpreupdate 11
gencheckpt 0
Does that help?
Click to expand...
Click to collapse
your cid (HTC__304) is a EMEA cid (Europe, Midle-East and Africa) and generally from Spain. You should have no issue using it in the UK.
now for the bootloop do you want to go back to stock or you don't care? If you don't care about being stock, the easiest thing probably is to flash a custom rom like ARHD 51.0
please quote me or mention me (@alray) or I will not see you replied) just saw you posted back randomly
alray said:
your cid (HTC__304) is a EMEA cid (Europe, Midle-East and Africa) and generally from Spain. You should have no issue using it in the UK.
now for the bootloop do you want to go back to stock or you don't care? If you don't care about being stock, the easiest thing probably is to flash a custom rom like ARHD 51.0
please quote me or mention me (@alray) or I will not see you replied) just saw you posted back randomly
Click to expand...
Click to collapse
I don't really want a stock ROM at all. A Google Play ROM would be better I think.
Are you suggesting this ROM:
http://forum.xda-developers.com/showthread.php?t=2356654
If so how do I get it onto the phone. I've tried pushing things to it and all I get it device not found.
ljp said:
I don't really want a stock ROM at all. A Google Play ROM would be better I think.
Are you suggesting this ROM:
http://forum.xda-developers.com/showthread.php?t=2356654
Click to expand...
Click to collapse
No this rom require S-OFF and you currently have S-ON, you will bootloop if you try to install this one.
was referring to this rom
http://forum.xda-developers.com/showthread.php?t=2183023
ljp said:
If so how do I get it onto the phone. I've tried pushing things to it and all I get it device not found.
Click to expand...
Click to collapse
make sure you have latest htc drivers installed on your computer by downloading and installing htc sync from htc website. then you can uninstall the htc sync app (the drivers will still be installed)
download twrp recovery 2.6.6.3 and flash it
Code:
fastboot flash recovery name_of_recovery.zip
fastboot erase cache
fastboot reboot-bootloader
then boot in recovery (twrp)
download the rom and place it in your adb/fastboot folder and push it to your phone
Code:
adb push name_of_rom.zip /sdcard/
then in twrp select install and chose the rom.zip you pushed
alray said:
No this rom require S-OFF and you currently have S-ON, you will bootloop if you try to install this one.
was referring to this rom
http://forum.xda-developers.com/showthread.php?t=2183023
make sure you have latest htc drivers installed on your computer by downloading and installing htc sync from htc website. then you can uninstall the htc sync app (the drivers will still be installed)
download twrp recovery 2.6.6.3 and flash it
Code:
fastboot flash recovery name_of_recovery.zip
fastboot erase cache
fastboot reboot-bootloader
then boot in recovery (twrp)
download the rom and place it in your adb/fastboot folder and push it to your phone
Code:
adb push name_of_rom.zip /sdcard/
then in twrp select install and chose the rom.zip you pushed
Click to expand...
Click to collapse
Cheers for that.
Is this the correct version of TWRP for my phone:
http://teamw.in/project/twrp2/164
ljp said:
Cheers for that.
Is this the correct version of TWRP for my phone:
http://teamw.in/project/twrp2/164
Click to expand...
Click to collapse
yes use the latest version from here
alray said:
No this rom require S-OFF and you currently have S-ON, you will bootloop if you try to install this one.
was referring to this rom
http://forum.xda-developers.com/showthread.php?t=2183023
make sure you have latest htc drivers installed on your computer by downloading and installing htc sync from htc website. then you can uninstall the htc sync app (the drivers will still be installed)
download twrp recovery 2.6.6.3 and flash it
Code:
fastboot flash recovery name_of_recovery.zip
fastboot erase cache
fastboot reboot-bootloader
then boot in recovery (twrp)
download the rom and place it in your adb/fastboot folder and push it to your phone
Code:
adb push name_of_rom.zip /sdcard/
then in twrp select install and chose the rom.zip you pushed
Click to expand...
Click to collapse
@alray
I am struggling pushing the ROM to the phone.
I have got the recovery running and when I push the rom to the phone after a few minutes I get:
PROTOCOL FAILURE.
Am I doing something wrong?
alray said:
No this rom require S-OFF and you currently have S-ON, you will bootloop if you try to install this one.
was referring to this rom
http://forum.xda-developers.com/showthread.php?t=2183023
make sure you have latest htc drivers installed on your computer by downloading and installing htc sync from htc website. then you can uninstall the htc sync app (the drivers will still be installed)
download twrp recovery 2.6.6.3 and flash it
Code:
fastboot flash recovery name_of_recovery.zip
fastboot erase cache
fastboot reboot-bootloader
then boot in recovery (twrp)
download the rom and place it in your adb/fastboot folder and push it to your phone
Code:
adb push name_of_rom.zip /sdcard/
then in twrp select install and chose the rom.zip you pushed
Click to expand...
Click to collapse
I have copied the ROM to the phone (finally) and installed it.
Now all the phone will do is to start up, show the HTC screen, then the screen goes black and the phone reboots into recovery.
I have no idea what the problem is now. :crying:
Anyone?
Can you go back to TWRP and do a factory reset, and restart?
SaHiLzZ said:
Can you go back to TWRP and do a factory reset, and restart?
Click to expand...
Click to collapse
Nope, it does exactly the same thing. Boots to the HTC screen, stays on it for a while, the screen goes black and then the phone boots into recovery.
You must get correct recovery.
recovery-clockwork-touch-6.0.4.6-m7 or TWRP_2.6.3.0_m7 i dont remember now
Flash recovery
Download HTC toolkit.
Reboot to fastboot use sideload to install cm11
do wipe
must work .
parabelumm said:
You must get correct recovery.
recovery-clockwork-touch-6.0.4.6-m7 or TWRP_2.6.3.0_m7 i dont remember now
Flash recovery
Download HTC toolkit.
Reboot to fastboot use sideload to install cm11
do wipe
must work .
Click to expand...
Click to collapse
That doesnt really answer my question but gives me more things to get wrong.
Can you try ARHD 31.6 and install that? I am suspecting that becuase of S-ON, your phone maybe not liking ARHD 51.x rom.
Post back how it goes.
ljp said:
Nope, it does exactly the same thing. Boots to the HTC screen, stays on it for a while, the screen goes black and then the phone boots into recovery.
Click to expand...
Click to collapse
does it worked with arhd 31.6??
You can get that rom here
alray said:
does it worked with arhd 31.6??
You can get that rom here
Click to expand...
Click to collapse
Hi,
THANK YOU. It does indeed work with 31.6. I now have a fully working phone again.
Many thanks to all the people who helped me. :good:
ljp said:
Hi,
THANK YOU. It does indeed work with 31.6. I now have a fully working phone again.
Many thanks to all the people who helped me. :good:
Click to expand...
Click to collapse
glad it worked, now you can use your phone. If you want to make it 100% stock and be able to update it to latest version then follow this guide and use this RUU
Hey community,
I'd really love some help from the experts here. I bought an HTC one that was originally on Bell, and the previous owner had rooted it and flashed Cyanogenmod 10.2 on it. To enter the sim unlock code, I have to flash it back to stock.
Now, I've been spoiled previously by using Nexus devices so I haven't run into this problem before.
What I've done so far:
Followed this guide about half way, to the point where I re-locked the bootloader. (fastboot oem lock)
https://www.youtube.com/watch?v=FZR5yhP75Jg
I got stuck after that, because Bell apparently does note have an excutable RUU file. I've only been able to find nandroid backups.
Right now, I cant get past the bootloader mode.
This is what shows on my screen:
***Tampered***
***Relocked***
M7_UL PVT SHIP S-ON RH
HBOOT-1.55.0000
RADIO-4A.20.3263.16
openDSP-v32.120.274.0909
OS-3.23.666.1
eMMC-boot 2048MB
Sept 17, 2013
Can anyone please tell me what the next step is? I have two files downloaded, but not sure which to use, or really how.
-M7 CWM Nandroid Backup CID BM___001 1.29.666.5
-Stock_JB_4.3_BM___001_TWRP_3.23.666.1_htc_one_m7
Thank you.
slick2404 said:
Hey community,
I'd really love some help from the experts here. I bought an HTC one that was originally on Bell, and the previous owner had rooted it and flashed Cyanogenmod 10.2 on it. To enter the sim unlock code, I have to flash it back to stock.
Now, I've been spoiled previously by using Nexus devices so I haven't run into this problem before.
What I've done so far:
Followed this guide about half way, to the point where I re-locked the bootloader. (fastboot oem lock)
https://www.youtube.com/watch?v=FZR5yhP75Jg
I got stuck after that, because Bell apparently does note have an excutable RUU file. I've only been able to find nandroid backups.
Right now, I cant get past the bootloader mode.
This is what shows on my screen:
***Tampered***
***Relocked***
M7_UL PVT SHIP S-ON RH
HBOOT-1.55.0000
RADIO-4A.20.3263.16
openDSP-v32.120.274.0909
OS-3.23.666.1
eMMC-boot 2048MB
Sept 17, 2013
Can anyone please tell me what the next step is? I have two files downloaded, but not sure which to use, or really how.
-M7 CWM Nandroid Backup CID BM___001 1.29.666.5
-Stock_JB_4.3_BM___001_TWRP_3.23.666.1_htc_one_m7
Thank you.
Click to expand...
Click to collapse
re-locking the bootloader is only required to flash ruu which is not an option for your phone (no ruu available for bell). Now you'll need to unlock the bootloader again to flash either TWRP recovery to resotre from a twrp backup or CWM to restore from a CWM backup.
I'll suggest you to flash twrp 2.6.3.3 and ARHD 53 rom. Many users reported successfully sim-unlocked their phones using ARHD rom. If that don't work then you could try with the nandroid backups.
slick2404 said:
Hey community,
I'd really love some help from the experts here. I bought an HTC one that was originally on Bell, and the previous owner had rooted it and flashed Cyanogenmod 10.2 on it. To enter the sim unlock code, I have to flash it back to stock.
Now, I've been spoiled previously by using Nexus devices so I haven't run into this problem before.
What I've done so far:
Followed this guide about half way, to the point where I re-locked the bootloader. (fastboot oem lock)
https://www.youtube.com/watch?v=FZR5yhP75Jg
I got stuck after that, because Bell apparently does note have an excutable RUU file. I've only been able to find nandroid backups.
Right now, I cant get past the bootloader mode.
This is what shows on my screen:
***Tampered***
***Relocked***
M7_UL PVT SHIP S-ON RH
HBOOT-1.55.0000
RADIO-4A.20.3263.16
openDSP-v32.120.274.0909
OS-3.23.666.1
eMMC-boot 2048MB
Sept 17, 2013
Can anyone please tell me what the next step is? I have two files downloaded, but not sure which to use, or really how.
-M7 CWM Nandroid Backup CID BM___001 1.29.666.5
-Stock_JB_4.3_BM___001_TWRP_3.23.666.1_htc_one_m7
Thank you.
Click to expand...
Click to collapse
unlock bootloader
flash TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
This is from @crushalot instructions on restoring a nandroid backup
Then enter recovery either by holding power and vol down button until bootloader displays and then select recovery or if device is booted into the OS use this adb command:
adb reboot recovery
Now perform a test backup and allow it to complete. Then make a note of the folder in which the backup was created. Now copy the downloaded stock Nandroid into that same folder so that recovery will see the backup and allow you to restore it.
Click to expand...
Click to collapse
For a phone that's not booting up this means pushing the files with adb push
so the command would look like this
adb push 2013-08-08--19-24-38.ATT.502.15 /sdcard/TWRP/BACKUPS/yourSerialno/
these files are over 1.2 gigs sometimes so it takes a long time, be patient
Also be sure the files your pushing are in the same folder as adb
Thanks for the replies ^
Okay, so I have now unlocked my bootloader successfully - however am now stuck in a cyanogenmod bootloop.
What's the best way out of this?I have CWM Recovery V6.0.3.1 I can boot into - is this where I try and install ARHD 53 rom? When I plug the phone into my computer, I can't see it as a drive to copy a rom into.
TIA
***Tampered***
***Unlocked***
M7_UL PVT SHIP S-ON RH
HBOOT-1.55.0000
RADIO-4A.20.3263.16
openDSP-v32.120.274.0909
OS-3.23.666.1
Also my fastboot options are:
Fastboot
Recovery
Factory Reset
Simlock
Image CRC
Show Barcode.
slick2404 said:
Thanks for the replies ^
Okay, so I have now unlocked my bootloader successfully - however am now stuck in a cyanogenmod bootloop.
What's the best way out of this?I have CWM Recovery V6.0.3.1 I can boot into - is this where I try and install ARHD 53 rom? When I plug the phone into my computer, I can't see it as a drive to copy a rom into.
TIA
***Tampered***
***Unlocked***
M7_UL PVT SHIP S-ON RH
HBOOT-1.55.0000
RADIO-4A.20.3263.16
openDSP-v32.120.274.0909
OS-3.23.666.1
Click to expand...
Click to collapse
if you want to flash arhd 53 you will need at least twrp recovery version 2.6.3.3 as specified in the ARHD rom thread. Then use either adb push or adb sideload method to transfer the rom on your phone which are explained here
The error I'm getting in CWM Recovery is:
E: can't mount /sdcard
E: can't mount /external _sd
How can I install TWRP Recovery? Sorry, I'm at a loss right now and feel so confused.
alray said:
if you want to flash arhd 53 you will need at least twrp recovery version 2.6.3.3 as specified in the ARHD rom thread. Then use either adb push or adb sideload method to transfer the rom on your phone which are explained here
Click to expand...
Click to collapse
slick2404 said:
The error I'm getting in CWM Recovery is:
E: can't mount /sdcard
E: can't mount /external _sd
How can I install TWRP Recovery? Sorry, I'm at a loss right now and feel so confused.
Click to expand...
Click to collapse
So I've installed TWRP 2.6.3.3 0 but I still can't manage to see the sd card on my computer, how can I push the nandroid backup to this phone? Is it still via fastboot commands?
slick2404 said:
So I've installed TWRP 2.6.3.3 0 but I still can't manage to see the sd card on my computer, how can I push the nandroid backup to this phone? Is it still via fastboot commands?
Click to expand...
Click to collapse
like I said in post #6 you need to either adb push or adb sideload if you want to install a rom. If you want to restore a backup then use adb push to transfer the backup to the phone.
instructions how to adb push or adb sideload linked in post #6
alray said:
like I said in post #6 you need to either adb push or adb sideload if you want to install a rom. If you want to restore a backup then use adb push to transfer the backup to the phone.
instructions how to adb push or adb sideload linked in post #6
Click to expand...
Click to collapse
Thanks for your help.
I was able to push the rom to the /sdcard folder via ADB Push
then from recovery, had to wipe/format all data. I think this created the directories for me
and then i was able to install CM11 again.
now im just trying to figure out how to install the nandroid backup since bell does not have a RUU, It says failed everytime i try in recovery and i have it in the same parent folder as my CM recovery i created.
slick2404 said:
Thanks for your help.
I was able to push the rom to the /sdcard folder via ADB Push
then from recovery, had to wipe/format all data. I think this created the directories for me
and then i was able to install CM11 again.
now im just trying to figure out how to install the nandroid backup since bell does not have a RUU, It says failed everytime i try in recovery and i have it in the same parent folder as my CM recovery i created.
Click to expand...
Click to collapse
like cIsA said you have to push the twrp nandroid in this folder: /sdcard/TWRP/BACKUPS/yourSerialno/
You have to make a backup first for this folder to be created. So make a twrp nandroid backup of the boot partition only (because its light). This will generate the backup path with your s/n + date. Then delete the file inside that folder and replaced it by the nandroid backup you want to restore.
Situation: No OS, S-ON, No Recovery - TWRP. HTC One Rogers Firmware. Trying to get any os on it at this point
Tried to fastboot flash zip firmware.zip
Says successful on prompt but freezes with 4/5 bar on the HTC one silver screen
Any ideas?
Not sure what the problem is. If you have no recovery then fastboot flash a recovery and then adb push or sideload a Rom to your phone
Sent from my GT-I9305 using xda app-developers app
bellato said:
Situation: No OS, S-ON, No Recovery - TWRP. HTC One Rogers Firmware. Trying to get any os on it at this point
Tried to fastboot flash zip firmware.zip
Says successful on prompt but freezes with 4/5 bar on the HTC one silver screen
Any ideas?
Click to expand...
Click to collapse
If you are truly a Rogers branded device, here is the kitkat ruu to flash. Will be totally stock with newest bootloader (will not be able to s-off), can still unlock bootloader and flash twrp 2.6.3.3 or 2.6.3.4
http://www.htc1guru.com/dld/ruu_m7_..._10-38r-1157-04l_release_351317_signed_2-exe/
Tried them both gives me a image error or signature failure so i don't believe these are the correct RUU's my current image verison is 1.29.631.17
I tried Flash_recovery_4.19.401.11. and Previously when i had recovery and tried to sideload it gave me a system error and just kept loading.
INFO on bootloader screen (if it matters)
-------------------------------------------
M7_UL PVT SHIP S-ON RH
HBOOT-1.44.0000
Radio-4a.14.3250.13
bellato said:
Tried them both gives me a image error or signature failure so i don't believe these are the correct RUU's my current image verison is 1.29.631.17
I tried Flash_recovery_4.19.401.11. and Previously when i had recovery and tried to sideload it gave me a system error and just kept loading.
INFO on bootloader screen (if it matters)
-------------------------------------------
M7_UL PVT SHIP S-ON RH
HBOOT-1.44.0000
Radio-4a.14.3250.13
Click to expand...
Click to collapse
? Did you try and flash the ruu or run it from windows?
Here is a 4.3 nandroid for twrp you can sdeload and try
http://www.htc1guru.com/dld/m7-twrp-nandroid-backup-cid-roger001-3-22-631-1-zip/
SOLVED
Hey thanks a lot for helping me. I have been able to solved it myself.
If someone would like to know what i did:
(for any noobs like me - UNLOCK the phone first to install a recovery)
It didn't properly wipe/format in twrp 2.6.3.3 because of decrypt pw, had to upgrade to 2.7 wipe it then go back to 2.6.3.3 then type adb usb
while mounted with data selected only. adb sideload button did not work.
Installed Android Revolution 62 directly and works fine now!
Thanks a lot for your help though!
http://forum.xda-developers.com/showthread.php?t=2272731 (adb usb intructions)
Hi, I have an issue as well. It appears my M7 is bricked.
Completed so far was unlocked the phone. Then flashed CWM. Then attempted to flash Android Revolution HD Google Edition, but it started to do a boot loop. Issue being, it appears that S-OFF needs to be set, and that is the root cause. However, I cannot make it S-OFF as adb is not functioning correctly, I have a feeling that when I flashed the new ROM USB Debugging was turned off.
Attempted to factory reset in CWM. Wiped all caches. Attempted to re-flash ROM. Attempted to fastboot oem lock, but still no change.
Please assist if at all possible. Can contact me on Skype as well. Fastboot details are below...
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT36AW910839
(bootloader) imei: 3544xxxxxxxxxxx
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: ROGER001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4061mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-e47fb74b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Many thanks!
timex321321 said:
Completed so far was unlocked the phone. Then flashed CWM. Then attempted to flash Android Revolution HD Google Edition, but it started to do a boot loop. Issue being, it appears that S-OFF needs to be set, and that is the root cause.
Click to expand...
Click to collapse
You must be S-OFF to flash ARHD GPE edition otherwise it will bootloop like its doing now.
However, I cannot make it S-OFF as adb is not functioning correctly
Click to expand...
Click to collapse
ADB is only working from a booted rom or from a custom recovery
I have a feeling that when I flashed the new ROM USB Debugging was turned off.
Click to expand...
Click to collapse
Of course, ADB debugging is set to off by default so if you ahve flashed a rom, it will be off unless you turn it on from the dev option menu. Anyway USB debug is only to use ADB when booted in the OS. You can still use ADB from custom recovery even if USB debug is turned off.
Attempted to factory reset in CWM. Wiped all caches. Attempted to re-flash ROM.
Click to expand...
Click to collapse
Will not work unless you s-off the phone first
Attempted to fastboot oem lock, but still no change.
Click to expand...
Click to collapse
Why have you re-locked the bootloader on a bootlooping phone? unlock it again...
Please assist if at all possible. Can contact me on Skype as well. Fastboot details are below...
Click to expand...
Click to collapse
You'll need to flash a rom that doesn't require S-OFF (basically all roms except GPE). Then if you still want to use a GPE rom, achieve S-OFF on a Sense rom (ARHD 81 for example) and flash your GPE rom after.
If you are gonna flash a Sense rom (ARHD 81), get rid of CWM and flash TWRP 2.6.3.3.
timex321321 said:
Hi, I have an issue as well. It appears my M7 is bricked.
Completed so far was unlocked the phone. Then flashed CWM. Then attempted to flash Android Revolution HD Google Edition, but it started to do a boot loop. Issue being, it appears that S-OFF needs to be set, and that is the root cause. However, I cannot make it S-OFF as adb is not functioning correctly, I have a feeling that when I flashed the new ROM USB Debugging was turned off.
Many thanks!
Click to expand...
Click to collapse
According to the OP:
Android Revolution HD 6.1 Google Edition
You need S-OFF, otherwise you'll experience boot-loop!
You need TRWP 2.6.3.3 custom recovery!
Flash TWRP 2.6.3.3
Install AHRD 81.0
If you want to flash GPe ROM, then obtain S-OFF!
ADB only needs USB Debugging when in the OS; it works just fine in Recovery Mode without USB Debugging. You can use alray's method to push the ROM to your phone:
Originally posted by @alrayHTC ONE M7_U/M7_UL - ADB PUSH & FLASH A ROM - DETAILED INSTRUCTIONS
Prerequisites:
You need ADB and FASTBOOT on your computer,
either by installing the Android SDK or Minimal ADB and FASTBOOT
You need to know how to start a fastboot/adb command prompt:
To open a command window prompt, in Windows go to Start Menu --> ''Run'' then type cmd. Change the directory to the ADB folder on your machine:
If using the default install location for the SDK:
Code:
cd C:\adt-bundle-windows-x86_64-<DATE>\sdk\platform-tools
If using the default install location of Minimal ADB and FASTBOOT:
Code:
cd C:\Program Files (x86)\Minimal ADB and Fastboot
Or hold left shift + right click a blank space inside the folder where adb and fastboot are located and select ''Open command window here'' from the contextual menu.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You need TWRP recovery on your device.
We still recommend to use version 2.6.3.3 for all roms
except if another version is specified in the rom OP.
Use 2.7.1.1+ for roms that require "block:by-name" support (CM11)
Unlock bootloader if not already unlocked:
Thanks to Electroz for the video tutorial
Flash TWRP Recovery:
Make sure the recovery.img file is in the same folder where adb and fastboot are located
(C:\adt-bundle-windows-x86_64-<DATE>\sdk\platform-tools or C:\Program Files (x86)\Minimal ADB and Fastboot)
reboot phone in bootloader mode
Flash the recovery:
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
You need your HTC drivers correctly installed on your PC:
If not, follow this guide (thanks to nkk71):
originally from @nkk71: [GUIDE] [02-MAR-2014] nkk71's SuperGUIDE to returning 100% back to stock
follow the below instructions to fix
Open "Device Manager" -> select the unknown "One" -> right-click -> "Update Driver Software ..." -> "Browse my computer" -> "Let me pick" -> "Android USB Devices" -> select "My HTC ..." -> install that
just in case, HTC Drivers can be found here: [Drivers] HTC Drivers for Windows - Several Versions (credits to @mdmower)
though you should already have them since you have been using your phone anyways
for those who like a visual guide:
okay so I did a fastboot boot command, and as you can see it didnt install correct driver
Open "Device Manager"
there's the culprit
right click and Update Driver Software
select Browse my computer for driver software
select Let me pick from a list of device drivers on my computer
select Android USB Devices
select My HTC ... (if you have more than one version, choose the latest)
warning, select Yes
successful installation
now it looks better
and can confirm:
Code:
C:\ADB3>[B]adb devices[/B]
List of devices attached
HTxxxxxxxxxx recovery
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Procedure:
Make sure the ROM you want to flash is in the same folder where ADB and FASTBOOT are.
(C:\adt-bundle-windows-x86_64-<DATE>\sdk\platform-tools or C:\Program Files (x86)\Minimal ADB and Fastboot)
Here is a list of the HTC M7 roms. Some other roms can be found here.
Connect your phone to computer using usb cable
(if not using the official HTC USB calble, make sure
you are using a USB data cable and not only a charging
cable. Data cables have 4 contacts: 5V, GND, DATA+, DATA-.
Charging cable only have 5V and GND contact and will not work)
Reboot phone in recovery mode (TWRP):
If phone is booted in OS:
Code:
adb reboot recovery
if not booted or bootlooping, hold power button + volume down until phone boot in bootloader mode
then select BOOTLOADER then RECOVERY using volume up/down to navigate and power button to select.
Make sure your phone is booted in TWRP main menu:
transfer the rom to your /sdcard folder:
Code:
adb push name_of_rom.zip /sdcard/
Wait for the zip file to transfer, this can take several minutes (5-15) and there is no progress bar, the command prompt will be unresponsive for that duration. When the command prompt is responsive again and display how much bytes transferred in X seconds, the transfer is completed:
In TWRP main menu, select ''INSTALL''
Browse the installation menu and select your rom zip file inside /sdcard folder:
Swipe to confirm you want to flash the rom
Reboot phone
Click to expand...
Click to collapse
Click to expand...
Click to collapse
I knew most of that already, but how can I flash a new ROM from fastboot? adb will not work. Any suggested ROM as well?
timex321321 said:
I knew most of that already, but how can I flash a new ROM from fastboot? adb will not work. Any suggested ROM as well?
Click to expand...
Click to collapse
See my post #3 above yours!
timex321321 said:
I knew most of that already, but how can I flash a new ROM from fastboot? adb will not work. Any suggested ROM as well?
Click to expand...
Click to collapse
read the first post. Particularly what said about ADB or at least take the time to read the instructions Majmoz just posted...
Flash twrp 2.6.3.3, boot into it and then use adb push or adb sideload commands to push or install a ROM.
Thanks for the information. I re-unlocked, and flashed TWRP. When trying to push firewater for S-OFF it just hangs. The good news is that the device is now being recognized when doing adb devices. Any ideas?
timex321321 said:
Thanks for the information. I re-unlocked, and flashed TWRP. When trying to push firewater for S-OFF it just hangs. The good news is that the device is now being recognized when doing adb devices. Any ideas?
Click to expand...
Click to collapse
You need a working ROM on your phone for firewater to work. Push ARHD 81.0 first and boot into it. After you know it is working then try firewater!
majmoz said:
You need a working ROM on your phone for firewater to work. Push ARHD 81.0 first and boot into it. After you know it is working then try firewater!
Click to expand...
Click to collapse
Doesn't that ROM require S-OFF? Hence why I am trying to install Firewater.
timex321321 said:
Doesn't that ROM require S-OFF? Hence why I am trying to install Firewater.
Click to expand...
Click to collapse
ARHD 81.0 requires S-ON and an unlocked bootloader. You really need to read the OP:
You need:
HTC One unlocked with htcdev.com (S-ON) or S-OFF
Custom recovery
Firmware package from here (recommended but not needed for now)
Read this flashing guide - [GUIDE] Complete Flashing Guide | Rooting | Going Back To Stock
majmoz said:
ARHD 81.0 requires S-ON and an unlocked bootloader. You really need to read the OP:
You need:
HTC One unlocked with htcdev.com (S-ON) or S-OFF
Custom recovery
Firmware package from here (recommended but not needed for now)
Read this flashing guide - [GUIDE] Complete Flashing Guide | Rooting | Going Back To Stock
Click to expand...
Click to collapse
Even on base 4.4.2 still go to ARHD 81.0? Or will I have to upgrade my base?
timex321321 said:
Even on base 4.4.2 still go to ARHD 81.0? Or will I have to upgrade my base?
Click to expand...
Click to collapse
You will be alright with your current base.
Big thanks to all the posters here. Issue has been solved successfully with your help! :good::good::good:
pokit.org/get/?126b65769e9c251e7cde859d14a568c9.jpg
I'm stuck in this HBOOT and I don't know what to do to install just the stock ROM just to use my cellphone. What to do?
** TAMPERED **
** UNLOCK **
M7_U PVT SHIP S-ON RH
HBOOT-1.54.000
RADIO-4A.17.3250.14
OpenDSP-V31.120.274.0617
OS-2.24.401.9 (My phone doesn't turn on, it either bootloader or stuck on HTC logo)
eMMC-boot 2048MB
spenzo said:
pokit.org/get/?126b65769e9c251e7cde859d14a568c9.jpg
I'm stuck in this HBOOT and I don't know what to do to install just the stock ROM just to use my cellphone. What to do?
** TAMPERED **
** UNLOCK **
M7_U PVT SHIP S-ON RH
HBOOT-1.54.000
RADIO-4A.17.3250.14
OpenDSP-V31.120.274.0617
OS-2.24.401.9 (My phone doesn't turn on, it either bootloader or stuck on HTC logo)
eMMC-boot 2048MB
Click to expand...
Click to collapse
Do you have a custom recovery? If not flash twrp 2.6.3.3. Then you can push or sideload a Rom to the phone.
---------- Post added at 05:55 PM ---------- Previous post was at 05:49 PM ----------
Use this recovery
http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
Download and put the file in your fastboot folder rename it recovery.img and use these commands to flash the recovery.
Code:
fastboot flash recovery name-of-recovery.img
fastboot erase cache
fastboot reboot-bootloader
Then select recovery from the bootloader menu to boot TWRP Recovery :good:
Put the stock Rom zip in your fastboot folder and rename it rom.zip http://www.htc1guru.com/dld/guru_reset_m7_2-24-401-8-zip/
While on the TWRP home screen connect your usb cable. In the command window type
Code:
adb push rom.zip /sdcard
The command window will appear unresponsive until the push is complete (Several Minutes) When its done Install the Rom with TWRP recovery.
If you want stock with working OTA updates install the Rom with options
Stock Recovery = Yes
Stock Radio =Yes
Root = No
Otherwise choose options to your liking :good:
I will try and reply
---
Danny201281 said:
Do you have a custom recovery? If not flash twrp 2.6.3.3. Then you can push or sideload a Rom to the phone.
...
Click to expand...
Click to collapse
pokit.org/get/img/250e08ad689e2deb53476a8058674b1d.jpg
i'm so lost...what to do?
spenzo said:
pokit.org/get/img/250e08ad689e2deb53476a8058674b1d.jpg
i'm so lost...what to do?
Click to expand...
Click to collapse
You may want to try formatting the device. In TWRP go to "Wipe" then "Format Data" type yes to confirm. Then reboot recovery. And push the Rom again.
Also check the md5 of the rom.zip with the tool www.winmd5.com it should match this.
b576ec69ff7ea86d4be2dbc3a8e15cc0
Danny201281 said:
b576ec69ff7ea86d4be2dbc3a8e15cc0
Click to expand...
Click to collapse
Love you. Thanks, it works.
spenzo said:
Love you. Thanks, it works.
Click to expand...
Click to collapse
Good job, glad to hear you got it done [emoji4]