I mess uo my
HTC ONE M7
No OS, no any data no nothing
I try to use RUU to restore but its give me error 155
the phone is with unlocked bootloader and relocked again
what shall i do?
additionl info about the model
++++tampered++++
++++relocked++++
++Security Warning+++
M7_UL PVT SHIP S-ON RH
HBOOT-1.57.0000
RADIO-4A.17.3250.14
OpenDSP_v32.120.274.0909
OS-6.12.161.8
eMMC_boot 2048MB
sep 3 2014, 10:26:40
Cirez said:
I mess uo my
HTC ONE M7
No OS, no any data no nothing
I try to use RUU to restore but its give me error 155
the phone is with unlocked bootloader and relocked again
what shall i do?
additionl info about the model
++++tampered++++
++++relocked++++
++Security Warning+++
M7_UL PVT SHIP S-ON RH
HBOOT-1.57.0000
RADIO-4A.17.3250.14
OpenDSP_v32.120.274.0909
OS-6.12.161.8
eMMC_boot 2048MB
sep 3 2014, 10:26:40
Click to expand...
Click to collapse
where did you find a RUU for OS-6.12.161.8 ?
your not s-off, their is no RUU's for 6.x
unlock the bootloader again and flash TWRP 2.6.3.3 and push a rom to your phone
clsA said:
where did you find a RUU for OS-6.12.161.8 ?
your not s-off, their is no RUU's for 6.x
unlock the bootloader again and flash TWRP 2.6.3.3 and push a rom to your phone
Click to expand...
Click to collapse
I dont know i dont have OS nothing everythink is wipe out
HOW cant use TWAR or installed?
HOW CAN I UNLOCK the bootloader AGAIN? I DONT HAVE OS
..... NOTHING EMPTY PHONE
ONLY htc logo SHOWS WHEN I STARTED
Cirez said:
I dont know i dont have OS nothing everythink is wipe out
HOW cant use TWAR or installed?
HOW CAN I UNLOCK the bootloader AGAIN? I DONT HAVE OS
..... NOTHING EMPTY PHONE
ONLY htc logo SHOWS WHEN I STARTED
Click to expand...
Click to collapse
You can unlock your bootloader with the same Unlock_code.bin you used the first time. If it doesn't work then you will have to do the whole procedure: http://htc-one.wonderhowto.com/how-to/unlock-bootloader-root-your-htc-one-running-android-4-4-2-kitkat-0151186/
You should download ARHD 82.0 and rename it to Rom.zip. Here is the complete procedure to use:
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
well
Thank you for your help it work at least for 5 minutes
And then i don't know what exctly happen but it stop working
black out can't turn on, no led lght, no charging, no respond while i connected to PC,
like is dead i don't know i try everythnk keep close to the bright liight with holding the power botton
and the volume down, nothng its really confusing, it looks i have to brng it to uncle doctor
any way thanks again for the help :good:
Related
So i have an AT&T HTC One M7, and i was trying to do all the necessary steps to convert it into a google edition, but in my attempt to get s-off, after unlocking and rooting my phone, i did a tutorial that told me to install the ARHD Rom, well after the installation my phone wouldnt load anything past the initial HTC splash screen. so i then i tried an ruu, when it failed it left me unable to even access recovery. so i tried all the ruu files i could find for att and none of them worked. does anyone know what i can do?
on my boot loader screen it says all this:
*** TAMPERED ***
*** RELOCKED ***
*** Security Warning ***
M7_UL PVT SHIP S-ON RH
HBOOT- 1.57 0000
RADIO- 4M.27.3218.14
OpenDSP- v32.120.274.0909
OS- 5.12.502.2
eMMC- boot 2048MB
Apr 22 2014, 01:10:58.0
sigmaul said:
So i have an AT&T HTC One M7, and i was trying to do all the necessary steps to convert it into a google edition, but in my attempt to get s-off, after unlocking and rooting my phone, i did a tutorial that told me to install the ARHD Rom, well after the installation my phone wouldnt load anything past the initial HTC splash screen. so i then i tried an ruu, when it failed it left me unable to even access recovery. so i tried all the ruu files i could find for att and none of them worked. does anyone know what i can do?
on my boot loader screen it says all this:
*** TAMPERED ***
*** RELOCKED ***
*** Security Warning ***
M7_UL PVT SHIP S-ON RH
HBOOT- 1.57 0000
RADIO- 4M.27.3218.14
OpenDSP- v32.120.274.0909
OS- 5.12.502.2
eMMC- boot 2048MB
Apr 22 2014, 01:10:58.0
Click to expand...
Click to collapse
There is no ruu you can flash to your phone with s-on because all of them are lower version and require s-off to be flashed. your issue with booting arhd is probably because you did not used the right recovery. you must use twrp 2.6.3.3 to flash it.
reflash twrp 2.6.3.3:
Code:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
bot in twrp recovery, flash arhd again and try to s-off, if you can't s-off restore your nandroid backup or if you don't have any backup, flash any custom rom you want to use.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\User>cd C:\fastboot
C:\Fastboot>fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.122s]
writing 'recovery'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 2.013s
twrp isnt installing am i doing something wrong with that?
oh i got twrp on there, i had to re unlock my phone. now my dilemma is that the arhd rom is no longer there since the phone was wiped i guess. so my question now is, how do i get this arhd .zip back onto the phone? because i cant just drop it in like before
sigmaul said:
oh i got twrp on there, i had to re unlock my phone. now my dilemma is that the arhd rom is no longer there since the phone was wiped i guess. so my question now is, how do i get this arhd .zip back onto the phone? because i cant just drop it in like before
Click to expand...
Click to collapse
use adb push from twrp recovery, see below for detailed guide:
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-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 (2.6.3.3 or higher) 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
sigmaul said:
oh i got twrp on there, i had to re unlock my phone. now my dilemma is that the arhd rom is no longer there since the phone was wiped i guess. so my question now is, how do i get this arhd .zip back onto the phone? because i cant just drop it in like before
Click to expand...
Click to collapse
You can copy it from your PC to your phone via the USB cable using windows explorer or you can use the adb push method you used earlier.
thanks for the reply!!!
ive done as instructed but, nothings happening....
this what it looks like in my terminal
C:\Program Files (x86)\Minimal ADB and Fastboot>adb reboot recovery
C:\Program Files (x86)\Minimal ADB and Fastboot>adb devices
List of devices attached
HT34WW914838 recovery
C:\Program Files (x86)\Minimal ADB and Fastboot>adb push Android_Revolution_HD-O
ne_71.1.zip /sdcard/
_
after i try to push the zip file nothing happens, it doesnt say fail, or success or anything, just a blinking little line
any suggestions on that??
sorry about all questions btw, i jus didnt think so much would go wrong this time around (ive rooted this phone before no problem, im guessing the hboot 1.57 thing kinda screwed me this time) but thanks for the help so far =]
and no i cant use my usb my pc no longer recognizes my phone the same way, its recognized as a removable disk, and when clicked it says insert sdcard or something
sigmaul said:
thanks for the reply!!!
ive done as instructed but, nothings happening....
this what it looks like in my terminal
C:\Program Files (x86)\Minimal ADB and Fastboot>adb reboot recovery
C:\Program Files (x86)\Minimal ADB and Fastboot>adb devices
List of devices attached
HT34WW914838 recovery
C:\Program Files (x86)\Minimal ADB and Fastboot>adb push Android_Revolution_HD-O
ne_71.1.zip /sdcard/
_
after i try to push the zip file nothing happens, it doesnt say fail, or success or anything, just a blinking little line
Click to expand...
Click to collapse
How long did you wait after doing adb push Android_Revolution_HD-One_71.1.zip /sdcard/ ?
---------- Post added at 01:43 AM ---------- Previous post was at 01:42 AM ----------
majmoz said:
You can copy it from your PC to your phone via the USB cable using windows explorer
Click to expand...
Click to collapse
Not when the phone is not booting in the OS
i actually never stopped it, haha jus letting it sit there just in case, but i dont think its going to do anything.....this is such a bummer
sigmaul said:
i actually never stopped it, haha jus letting it sit there just in case, but i dont think its going to do anything.....this is such a bummer
Click to expand...
Click to collapse
it should take between 5-10 min max to transfer the rom.
alray.....you a the ****ing man dude!! i got the rom on and working now!!! thanks so much dude. i guess ill try and continue converting this thing to a google edition, if its even possible to get s-off with hboot 1.57. but again thanks man youre a genius =]]
sigmaul said:
alray.....you a the ****ing man dude!! i got the rom on and working now!!! thanks so much dude. i guess ill try and continue converting this thing to a google edition, if its even possible to get s-off with hboot 1.57. but again thanks man youre a genius =]]
Click to expand...
Click to collapse
glad it worked :good:
The only pple i know here who have successfully s-off'ed on 1.57 used arhd 31.6. you might want to try it if it doesnt work on 71.1. good luck
alray said:
glad it worked :good:
The only pple i know here who have successfully s-off'ed on 1.57 used arhd 31.6. you might want to try it if it doesnt work on 71.1. good luck
Click to expand...
Click to collapse
Okay my phone is s-off on 1.57.. How can I go back to stock.. I need to send to warranty.. Do I have to do super cid ?
eshwar.sriram said:
Okay my phone is s-off on 1.57.. How can I go back to stock.. I need to send to warranty.. Do I have to do super cid ?
Click to expand...
Click to collapse
Follow nkk71's Guide to Stock. No, you should not do superCID.
Need help!
i wiped all my data accidentally on htc one im stuck at bootloader with no OS and i have no idea what to do. Now everytime i connect the usb to the computer but doesn't get recognized .
tulipkhan said:
Need help!
i wiped all my data accidentally on htc one im stuck at bootloader with no OS and i have no idea what to do. Now everytime i connect the usb to the computer but doesn't get recognized .
Click to expand...
Click to collapse
boot in recovery mode and use adb to push or sideload a rom
Then the computer will detect the phone ? Problem is that computer is not picking up the phone that I could copy the rom and get flashed reply plz
tulipkhan said:
Then the computer will detect the phone ? Problem is that computer is not picking up the phone that I could copy the rom and get flashed reply plz
Click to expand...
Click to collapse
like I said, boot in recovery and use adb to push or sideload a rom. Here are some very detailed instructions for you:
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 or higher) 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
Thanks ! will try your suggestions
Bro phone must be in fastboot mode? very completed for me
No network, imei, baseband information
Ok I also got the no OS installed notification. I have tried many different ROMs and all are giving me some sort of trouble. CM and liquid smooth both have NO mobile services working on them and viperone gets stuck in a boot loop! Someone please help
Hello,
So i got my phone as a trade for an old i phone. I have an htc one on ATT. It is rooted and S-off with TWRP 2.8.02. I attempted to flash Dirty unicorns 4.4.4 and accidentally wiped the whole phone. Now i do not have an OS on the phone or a back up to go to. The issue im having is getting ADB to work. Ive installed the SDK and just cannot get the ADB shell to work so i can push the rom to the phone for flashing. Im able to access recovery and the bootloader. When i get to the ADB shell portion i get "error; closed" . any help would be appreciated from anyone. I really dont have a phone other than this so i hope i can get this resolved quickly. If there is any additional info you might need to help me please ask and ill provide anything you need.
Thank you
adamdl97vo said:
Hello,
So i got my phone as a trade for an old i phone. I have an htc one on ATT. It is rooted and S-off with TWRP 2.8.02. I attempted to flash Dirty unicorns 4.4.4 and accidentally wiped the whole phone. Now i do not have an OS on the phone or a back up to go to. The issue im having is getting ADB to work. Ive installed the SDK and just cannot get the ADB shell to work so i can push the rom to the phone for flashing. Im able to access recovery and the bootloader. When i get to the ADB shell portion i get "error; closed" . any help would be appreciated from anyone. I really dont have a phone other than this so i hope i can get this resolved quickly. If there is any additional info you might need to help me please ask and ill provide anything you need.
Thank you
Click to expand...
Click to collapse
ADB works in OS/Android when USB Debugging is installed, since you wiped your OS no USB Debugging. ADB also works in custom recovery when the phone is in Recovery mode. Follow this guide to push Dirty Unicorns 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
Okay,
Basically my friend wanted to put cm12 on his stock htc one, so we unlocked the bootloader, rooted it and went to install cm12 by wiping cache, dalvik, data and system, suddenly we got errors saying failed to mount, and also "unmount of /system failed: no such volume". After we did this, we realise it might have had something to do with "S-ON", but we didn't have a clue what it was. we have tried multiple methods to try and fix this or at least flash some kind of rom, but to no avail. We have basically bricked the device. Can anyone suggest anything? My friend has left his phone with me to try and fix but so far I have found nothing that works.
Thanks in advance!
pinhead97 said:
Okay,
Basically my friend wanted to put cm12 on his stock htc one, so we unlocked the bootloader, rooted it and went to install cm12 by wiping cache, dalvik, data and system, suddenly we got errors saying failed to mount, and also "unmount of /system failed: no such volume". After we did this, we realise it might have had something to do with "S-ON", but we didn't have a clue what it was. we have tried multiple methods to try and fix this or at least flash some kind of rom, but to no avail. We have basically bricked the device. Can anyone suggest anything? My friend has left his phone with me to try and fix but so far I have found nothing that works.
Thanks in advance!
Click to expand...
Click to collapse
Try this method to get a ROM on your friend's 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 any ways
for those who like a visual guide:
okay so I did a fastboot boot command, and as you can see it didn't 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
Oh my god I am an idiot, turns out the version of TWRP we were using was over a year old, I just updated to the latest version, and now it works and I've managed to put cm12 on it Thanks anyway
Note to anyone else: ALWAYS check the recovery is up to date
my m7 is stuck on the first boot "not even a bootloop" ... it happened after i tried flashing a rom ... i tried factory reset i even tried a format after ... non worked .. the only thing i can do is reboot into recovery !!!!!!!!!! how can i have my m7 back ... pleasee
update : it seems like i have no OS installed and i lost the root !!!!!!!!!
Are you S-off or S-on? Give us more details. Are you bootloader locked, unlocked?
ALI 9 said:
update : it seems like i have no OS installed and i lost the root !!!!!!!!!
Click to expand...
Click to collapse
Try this method for pushing a 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 any ways
for those who like a visual guide:
okay so I did a fastboot boot command, and as you can see it didn't 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