[Q] need help to get my phone working again - One (M7) Q&A, Help & Troubleshooting

hey guys.
My M7 is stuck in the bootloop. I tried to install a new rom like 2 years ago and it didnt worked out, but i already had a new phone, so i didnt care too much. now id like to reactivate my old m7 but dont know how.
here is a link to a picture of my fastboot
imgur.com/tzQe7Xi
Im running Windows 10 on my computer
thanks in advance

zuppiger said:
hey guys.
My M7 is stuck in the bootloop. I tried to install a new rom like 2 years ago and it didnt worked out, but i already had a new phone, so i didnt care too much. now id like to reactivate my old m7 but dont know how.
here is a link to a picture of my fastboot
imgur.com/tzQe7Xi
Im running Windows 10 on my computer
thanks in advance
Click to expand...
Click to collapse
Boot into fastboot mode and install the latest version of TWRP, which is 2.8.7.0. You can download it from the TWRP official website.
Code:
fastboot flash recovery recovery-file-name.img
Boot into recovery and connect your phone to the PC.
Download any ROM from the forum, transfer it to the phone and flash it. Don`t since we don`t know anything about your previous ROM wipe cache, dalvik, data and system before flashing your chosen ROM.
Since you`re S-On, extract the boot.img file from the ROM zip and flash it manually in fastboot mode
Code:
fastboot flash boot boot.img
Reboot phone and enjoy.

proone said:
Boot into fastboot mode and install the latest version of TWRP, which is 2.8.7.0. You can download it from the TWRP official website.
Code:
fastboot flash recovery recovery-file-name.img
Boot into recovery and connect your phone to the PC.
Download any ROM from the forum, transfer it to the phone and flash it. Don`t since we don`t know anything about your previous ROM wipe cache, dalvik, data and system before flashing your chosen ROM.
Since you`re S-On, extract the boot.img file from the ROM zip and flash it manually in fastboot mode
Code:
fastboot flash boot boot.img
Reboot phone and enjoy.
Click to expand...
Click to collapse
No need to extract anything. S-on doesn't matter for kernel flashing on this phone. So, flash ROM.zip and enjoy

proone said:
Boot into fastboot mode and install the latest version of TWRP, which is 2.8.7.0. You can download it from the TWRP official website.
Code:
fastboot flash recovery recovery-file-name.img
Click to expand...
Click to collapse
Code:
fastboot flash recovery recovery-file-name.img
fastboot erase cache
fastboot reboot-bootloader
Always erase the cache and reboot the bootloader after flashing a recovery to avoid problems booting the recovery.
Download any ROM from the forum
Click to expand...
Click to collapse
"any ROM" from the forum won't work on his phone. For example, his actual firmware is way to old to run roms based on Sense + Lollipop. With this firmware version (2.24.401.8), he is limited to JellyBean or Kitkat Roms.
Since you`re S-On, extract the boot.img file from the ROM zip and flash it manually in fastboot mode
Code:
fastboot flash boot boot.img
Reboot phone and enjoy.
Click to expand...
Click to collapse
Won't hurt but not needed on the M7 (unlike some other HTC phones). The kernel partition isn't secured and is flashed with the rom from twrp.
@zuppiger
If you want the phone back to stock and be able to intall ota updates (or if you want to install a custom lollipop + sense rom), flash this rom using twrp recovery. Select "yes" for stock recovery and stock radio, select "no" to root. then reboot the phone to the OS, install all the ota updates (a lot) until your version is 7.19.401.30. Then you can use the phone like this or you'll be ready to flash a lollipop custom rom. Otherwise you can go like suggested above but with older (JB or KitKat) Sense rom or any CM/AOSP roms.

Thanks guys.
but i think i might need some more help.
i downloaded the sdk manager to install TWRP, but when i try to write "adb reboot bootloader" it says "is not recognized as an internal or external command, operable program or batch file" (not entirly sure if this is the correct translation, in german it says the command is either wrong or could not be found)
i think it could be because of some driver issues.
any advice??

zuppiger said:
Thanks guys.
but i think i might need some more help.
i downloaded the sdk manager to install TWRP, but when i try to write "adb reboot bootloader" it says "is not recognized as an internal or external command, operable program or batch file" (not entirly sure if this is the correct translation, in german it says the command is either wrong or could not be found)
i think it could be because of some driver issues.
any advice??
Click to expand...
Click to collapse
Download the android sdk tools:
https://developer.android.com/sdk/index.html#Other
Make sure you have the latest htc drivers installed:
http://www.mediafire.com/download/2lyl151pt5pah2v
Make sure you don't have HTC Sync installed on your computer, if yes, uninstall it since it will interfere with fastboot/adb commands
To use adb or fastboot commands, open a command window from the same folder where adb.exe and fastboot.exe are located on your computer (C::\Programs\Android SDK Tools\platform-tools). To start a command window from this folder, hold your left "shift" key and right click a blank space in that folder, then in the contextual menu, select "open a command window here".
Don't forget that adb commands can only works when the phone is booted in the OS with "USB debugging" turned on from the developer option menu or from a custom recovery. Fastboot commands only works from the bootloader (in the fastboot 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"
}

alray said:
Download the android sdk tools:
https://developer.android.com/sdk/index.html#Other
Make sure you have the latest htc drivers installed:
http://www.mediafire.com/download/2lyl151pt5pah2v
Make sure you don't have HTC Sync installed on your computer, if yes, uninstall it since it will interfere with fastboot/adb commands
To use adb or fastboot commands, open a command window from the same folder where adb.exe and fastboot.exe are located on your computer (C::\Programs\Android SDK Tools\platform-tools). To start a command window from this folder, hold your left "shift" key and right click a blank space in that folder, then in the contextual menu, select "open a command window here".
Don't forget that adb commands can only when the phone is booted in the OS with "USB debugging" turned on from the developer option menu or from a custom recovery. Fastboot commands only works from the bootloader (in the fastboot menu).
Click to expand...
Click to collapse
Thanks. I installed everything like explained.
It worked better this time, but now I get "waiting for device".
On the phone itself it says "FASTBOOT USB"

zuppiger said:
but now I get "waiting for device".
Click to expand...
Click to collapse
When using what command?

alray said:
When using what command?
Click to expand...
Click to collapse
"fastboot flash recovery c:\twrp.img"

zuppiger said:
"fastboot flash recovery c:\twrp.img"
Click to expand...
Click to collapse
what is the output of "fastboot devices" ?

alray said:
what is the output of "fastboot devices" ?
Click to expand...
Click to collapse
Nothing.
I made the command again in the platform-tools folder

Anyone some more help? :good:

zuppiger said:
Anyone some more help? :good:
Click to expand...
Click to collapse
Well without any connectivity to the phone there is nothing we can do unfortunately. Might worth to try on another computer. Otherwise if you are 100% sure that the problem isn't the usb cable, the drivers or the computer then the phone usb port might be broken. This can be replaced (probably the "easiest" part to replace on that phone), you'll need to open the cover and replace that small usb/front mic board.
But the fact that your phone says FASTBOOT USB when in bootloader makes me believe its more a driver/computer problem since it would only says FASTBOOT if there were no connection detected...

thanks a lot for your help. I don't think I will get it working again anytime soon.
But i will look for a way

Related

[Q] HELP!!! Flashed google play rom without SS-OFF and didn't have a backup

I made a mistake and flashed gpe without S-off now im in a boot loop. the problem is i didn't have a backup so idk what to do. Am I screwed or is there hope?
HTC one Developers Edition
What is your fastboot getvar all output (remove imei/sn)
how do i get that?
SaHiLzZ said:
What is your fastboot getvar all output (remove imei/sn)
Click to expand...
Click to collapse
Im sorry but how do i get that?
Did you wipe data/factory reset from the recovery menu? You may have forgotten to do that.
Prophet16 said:
Did you wipe data/factory reset from the recovery menu? You may have forgotten to do that.
Click to expand...
Click to collapse
I did but that goes into cwmr and doesnt take it back to the original rom it leaves it on GPE.
xhydrok9x said:
I did but that goes into cwmr and doesnt take it back to the original rom it leaves it on GPE.
Click to expand...
Click to collapse
If you can still access CWM recovery then you're far from disaster. There's a lot more you could do. Try flashing a Sense 5 rom. If nothing works you could always restore to defaults with an RUU. In fact, if you want to convert your phone to GPe then you could use the tutorial for that on here somewhere.
Prophet16 said:
If you can still access CWM recovery then you're far from disaster. There's a lot more you could do. Try flashing a Sense 5 rom. If nothing works you could always restore to defaults with an RUU. In fact, if you want to convert your phone to GPe then you could use the tutorial for that on here somewhere.
Click to expand...
Click to collapse
How can i flash a sense rom without having access to the internal Sd of the phone? only think i can access is the locked bootloader and CWMR.
Prophet16 said:
If you can still access CWM recovery then you're far from disaster. There's a lot more you could do. Try flashing a Sense 5 rom. If nothing works you could always restore to defaults with an RUU. In fact, if you want to convert your phone to GPe then you could use the tutorial for that on here somewhere.
Click to expand...
Click to collapse
Ok. Let me be more clear. I'm stuck in a bootloop on an HTC one Dev Editon running GPE with S-ON. I have no backup and I can't access the phone's internal memory to put another rom.zip in there and try to flash it. Whenever i plug it in my PC it never recognizes it. plus i've been having a bunch of problems installing the HTC drivers on at Win Vista 32bit. I really dont know what to do. I can access the bootloader and CMWR but thats it.
Please help me!
Shouldn't be playing with the phone if you can't even do a fastboot getvar all output.. tsk!
SaHiLzZ said:
Shouldn't be playing with the phone if you can't even do a fastboot getvar all output.. tsk!
Click to expand...
Click to collapse
thanks SahilzZ.... now can anyone help me out? this is my only phone I need it for work tomorrow
Pretty sure there is a 'mount usb storage" option in TWRP but idk about CWM
Sent from my HTC One using Tapatalk 4
NIKEstickER said:
Pretty sure there is a 'mount usb storage" option in TWRP but idk about CWM
Sent from my HTC One using Tapatalk 4
Click to expand...
Click to collapse
There is a mount USB option in CWM but nothing happens when I try to click on it
You need to use one of the following:
1. adb push
2. adb sideload
3. OTG cable
Ok I'm guessing the OTG route is the easiest? What do I need to do once I get an OTG cable?
xhydrok9x said:
Ok I'm guessing the OTG route is the easiest? What do I need to do once I get an OTG cable?
Click to expand...
Click to collapse
actually adb sideload is probably the easiest, from a command window
adb devices
(verify you phone are detect)
adb sideload name_of_the_rom_file.zip
(Wait the file is transfered to phone and recovery flash)
you should have a adb/fastboot folder from when you unlocked the bootloader. put the rom you want to sideload in the same folder as adb
xhydrok9x said:
I made a mistake and flashed gpe without S-off now im in a boot loop. the problem is i didn't have a backup so idk what to do. Am I screwed or is there hope?
HTC one Developers Edition
Click to expand...
Click to collapse
This is a tuto I made when my HTC GPe after OTA when it turned on it got stuck at Blue screen, the only difference was that I was S-OFF (don't know if in this case it changes something) Hope it helps
*Grab a Windows 7 computer NOT Windows 8 or 8.1
*Original stock recovery.img
*Stock ROM
*Android/HTC Drivers and ADB soft
Connect your HTC in fastboot usb.
Flash image by:
fastboot flash recovery stock_recovery.img
fastboot erase cache
fastboot reboot
type fastboot oem rebootRUU
fastboot flash zip filename.zip
An error will appear, and you will have to type again fastboot flash zip filename.zip
Once it finishes if it stays at HTC logo type fastboot reboot
HTC GPe alive again!
clsA said:
actually adb sideload is probably the easiest, from a command window
adb devices
(verify you phone are detect)
adb sideload name_of_the_rom_file.zip
(Wait the file is transfered to phone and recovery flash)
you should have a adb/fastboot folder from when you unlocked the bootloader. put the rom you want to sideload in the same folder as adb
Click to expand...
Click to collapse
Thank you. I didn't actually unlock it. I got it this way. I've never really used adb so could you explain the process to me in more detail. I apologize for my ignorance in advance.
xhydrok9x said:
Thank you. I didn't actually unlock it. I got it this way. I've never really used adb so could you explain the process to me in more detail. I apologize for my ignorance in advance.
Click to expand...
Click to collapse
yeah I suppose so ..
adb and fastboot are programs that work with htc phones ..you run them from a command prompt (dos box).
their are a bunch of commands that do different stuff
I post the things you need to do above
here is the files needed to make fastboot/adb work
extract them to c:\fastboot - create the folder if you need to
you also have to ensure you have HTC drivers installed
their here >> http://www.mediafire.com/download/j55vk6qbbr6250c/HTCDriver_4.8.0.002.exe
to test open fastboot folder / shift/right click in the folder and choose
command prompt here
in the window that opens type adb devices and you should get a serial number ... do this when you phone is siting in recovery and plugged in to the pc
clsA said:
yeah I suppose so ..
adb and fastboot are programs that work with htc phones ..you run them from a command prompt (dos box).
their are a bunch of commands that do different stuff
I post the things you need to do above
here is the files needed to make fastboot/adb work
extract them to c:\fastboot - create the folder if you need to
you also have to ensure you have HTC drivers installed
their here >> http://www.mediafire.com/download/j55vk6qbbr6250c/HTCDriver_4.8.0.002.exe
to test open fastboot folder / shift/right click in the folder and choose
command prompt here
in the window that opens type adb devices and you should get a serial number ... do this when you phone is siting in recovery and plugged in to the pc
Click to expand...
Click to collapse
I think Im having an issue with my drivers. i installed the one you sent me but when i do adb devices it says "list of devices attached" but not serial numbers...
xhydrok9x said:
I think Im having an issue with my drivers. i installed the one you sent me but when i do adb devices it says "list of devices attached" but not serial numbers...
Click to expand...
Click to collapse
You can also download HTC sync manager. It will install drivers for you + the crappy htc sync soft. When the install finish, uninstall htc sync, the drivers will still be there.
when your drivers are correctly installed you should see those 2 lines in windows device manager
{
"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"
}
after go back to your cmd prompt and test again with
Code:
adb devices
should output something like
Code:
List of devices attached
HTXXXXXXXXX recovery

[Q] No OS on my HTC One :x

Hey guys,
I wipe everything from my One and now I dont know what to do.. I tried it with ADB Siedload but after flashing the rom (Android_Revolution_HD-One_53.0 and ViperOne_6.1.0) the phone reboots just to the HTC logo, goes off and turn on into the recovery..
I dont know which RUU i need.. so what can i do? Pls step-by-step
Thx for help
geefommit said:
Hey guys,
I wipe everything from my One and now I dont know what to do.. I tried it with ADB Siedload but after flashing the rom (Android_Revolution_HD-One_53.0 and ViperOne_6.1.0) the phone reboots just to the HTC logo, goes off and turn on into the recovery..
I dont know which RUU i need.. so what can i do? Pls step-by-step
Thx for help
Click to expand...
Click to collapse
First, post the output of ''fastboot getvar all'' except IMEI and SERIALNO
Also need to know what recovery and what version # you are using.
alray said:
First, post the output of ''fastboot getvar all'' except IMEI and SERIALNO
Also need to know what recovery and what version # you are using.
Click to expand...
Click to collapse
HBOOT - 1.55.0000
and recovery TWRP v.2.6.01
geefommit said:
HBOOT - 1.55.0000
and recovery TWRP v.2.6.01
Click to expand...
Click to collapse
Your recovery is outdated, you need at least TWRP 2.6.3.3 to flash 4.4 rom like arhd 53. You could flash twrp 2.6.3.3 and above then flash arhd 53 again or maybe restore using a ruu if one is available for your phone (you'll need to post the output of ''fastboot getvar all'' to determine)
alray said:
Your recovery is outdated, you need at least TWRP 2.6.3.3 to flash 4.4 rom like arhd 53. You could flash twrp 2.6.3.3 and above then flash arhd 53 again or maybe restore using a ruu if one is available for your phone (you'll need to post the output of ''fastboot getvar all'' to determine)
Click to expand...
Click to collapse
how can i update TWRP in recovery?
and sry i dont know what that is (post the output of ''fastboot getvar all'')
geefommit said:
how can i update TWRP in recovery?
and sry i dont know what that is (post the output of ''fastboot getvar all'')
Click to expand...
Click to collapse
Do you have the android sdk (fastboot.exe and adb.exe) on your computer?
alray said:
Do you have the android sdk (fastboot.exe and adb.exe) on your computer?
Click to expand...
Click to collapse
yes
so if i cant flash 4.4 roms can i flash 4.3 roms?
geefommit said:
how can i update TWRP in recovery?
and sry i dont know what that is (post the output of ''fastboot getvar all'')
Click to expand...
Click to collapse
you can update twrp directly from bootloader using the same fastboot commands you used to flash that version of twrp you have on your phone.
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
alray said:
you can update twrp directly from bootloader using the same fastboot commands you used to flash that version of twrp you have on your phone.
Click to expand...
Click to collapse
which commands was it? :X
geefommit said:
yes
so if i cant flash 4.4 roms can i flash 4.3 roms?
Click to expand...
Click to collapse
Unlock the bootloader at HTCDEV
then from fastboot USB
Flash recovery TWRP 2.6.3.4
http://techerrata.com/browse/twrp2/m7ul or http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.4-m7ul.img
fastboot erase cache
fastboot reboot-bootloader
geefommit said:
which commands was it? :x
Click to expand...
Click to collapse
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:\android-sdk-windows\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
clsA said:
Unlock the bootloader at HTCDEV
then from fastboot USB
Flash recovery TWRP 2.6.3.4
http://techerrata.com/browse/twrp2/m7ul or http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.4-m7ul.img
fastboot erase cache
fastboot reboot-bootloader
Click to expand...
Click to collapse
okay its done. now i can flash the rom via sideload?
geefommit said:
okay its done. now i can flash the rom via sideload?
Click to expand...
Click to collapse
follow above instructions and you should be fine
geefommit said:
okay its done. now i can flash the rom via sideload?
Click to expand...
Click to collapse
yes or just install it from TWRP if the rom is still on your sdcard storage
clsA said:
yes or just install it from TWRP if the rom is still on your sdcard storage
Click to expand...
Click to collapse
now he dont the devices..
geefommit said:
now he dont the devices..
Click to expand...
Click to collapse
is your phone booted in twrp recovery when you do the adb command?
alray said:
is your phone booted in twrp recovery when you do the adb command?
Click to expand...
Click to collapse
yes
geefommit said:
yes
Click to expand...
Click to collapse
when your phone is booted in twrp, go in windows device manager. What does it say, is it ''Android USB Device'' --> My HTC or Android Phone ---> Android USB interface?
alray said:
when your phone is booted in twrp, go in windows device manager. What does it say, is it ''Android USB Device'' --> My HTC or Android Phone ---> Android USB interface?
Click to expand...
Click to collapse
its says ''Android USB Device'' --> My HTC
geefommit said:
its says ''Android USB Device'' --> My HTC
Click to expand...
Click to collapse
what happened to the rom you already tried to flash on the phone ?

[Q] Phone stuck on a loop

My phone is stuck on a loop after I tried fixing it. I tried installing Viper 6.2 on my m7 and it didn't work with an error of 7 or something and since I was coming from a different Rom I chose to wipe the data and start over. So now I have no Rom on my phone, no problem. I rebooted and tried to get into recovery again but then something weird happened where it would show the CW recovery logo and than skip to the Google logo like it was trying to boot up (no letters at top of screen). I tried installing a different recovery image but same thing it would show Teamwin logo and than cycle to the Google logo without letters at the top like it was trying to boot up and will go in a loop until I turn it off or go into the white bootloader menu. Also tried a factory reset from the white menu which did nothing. Please Help!
aznspdrmn said:
My phone is stuck on a loop after I tried fixing it. I tried installing Viper 6.2 on my m7 and it didn't work with an error of 7 or something and since I was coming from a different Rom I chose to wipe the data and start over. So now I have no Rom on my phone, no problem. I rebooted and tried to get into recovery again but then something weird happened where it would show the CW recovery logo and than skip to the Google logo like it was trying to boot up (no letters at top of screen). I tried installing a different recovery image but same thing it would show Teamwin logo and than cycle to the Google logo without letters at the top like it was trying to boot up and will go in a loop until I turn it off or go into the white bootloader menu. Also tried a factory reset from the white menu which did nothing. Please Help!
Click to expand...
Click to collapse
Try this procedure from alray:
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
majmoz said:
Try this procedure from alray:
​
Click to expand...
Click to collapse
Yeah but the problem is I can't get to the recovery image anymore. the command says device not found and when trying to get to the recovery image it doesn't work.
aznspdrmn said:
Yeah but the problem is I can't get to the recovery image anymore. the command says device not found and when trying to get to the recovery image it doesn't work.
Click to expand...
Click to collapse
After you re-install the adb & fastboot disconnect your phone from the computer. Then reboot the computer and open the command window. Type: adb kill-server then when it is finished type: adb start-server. Now connect your phone to the PC. Type: adb devices
majmoz said:
After you re-install the adb & fastboot disconnect your phone from the computer. Then reboot the computer and open the command window. Type: adb kill-server then when it is finished type: adb start-server. Now connect your phone to the PC. Type: adb devices
Click to expand...
Click to collapse
ok when I do that it does nothing. The only menu I can get to on my phone is the bootloader one. If I choose recovery it'll get stuck in a loop and if I choose factory reset from the bootloader menu it'll get stuck in a loop. I think I need a way to factory reset the phone to any rom to get out of the loop. Right now I think the phone has a full recovery image on it but not a rom and that is somehow messing it up?
aznspdrmn said:
ok when I do that it does nothing. The only menu I can get to on my phone is the bootloader one. If I choose recovery it'll get stuck in a loop and if I choose factory reset from the bootloader menu it'll get stuck in a loop. I think I need a way to factory reset the phone to any rom to get out of the loop. Right now I think the phone has a full recovery image on it but not a rom and that is somehow messing it up?
Click to expand...
Click to collapse
If in setting USB Debugging is not enabled and there is an OS ADB will not work. It will work in Recovery.
If you have the stock firmware, you could flash it (if you are s-on, then you will need to relock your bootloader)
Then you would need to unlock your bootloader and flash a new recovery
ADB Push or sideload you rom while in recovery
Or
Flash a new recovery
ADB push or sideload your rom while in recovery
majmoz said:
If in setting USB Debugging is not enabled and there is an OS ADB will not work. It will work in Recovery.
If you have the stock firmware, you could flash it (if you are s-on, then you will need to relock your bootloader)
Then you would need to unlock your bootloader and flash a new recovery
ADB Push or sideload you rom while in recovery
Or
Flash a new recovery
ADB push or sideload your rom while in recovery
Click to expand...
Click to collapse
I've tried flashing a new recovery even changing the versions and types of recovery images. It still loops
Link to video of loop https://www.youtube.com/watch?v=efoXC-w45TA&list=UUXhWO2R4Ll4NrhM7M91T2sw
Fixed the issue by installing a RUU zip and then installing a custom rom.
aznspdrmn said:
I've tried flashing a new recovery even changing the versions and types of recovery images. It still loops
Link to video of loop https://www.youtube.com/watch?v=efoXC-w45TA&list=UUXhWO2R4Ll4NrhM7M91T2sw
Click to expand...
Click to collapse
It looks like your have an OS 3.09.401.1. I found a stock, non-rooted odex version.zip. This may wipe all of your personal data off of the phone. If fastboot is working, you should be able to flash it in FASTBOOT USB.
Code:
fastboot oem rebootRUU
fastboot flash zip name_of_rom.zip
fastboot flash zip name_of_rom.zip
fastboot reboot
You have to run the flash command twice, the first time prepares the firmware/rom to accept the changes.

[one m7] [factory reset] [accidentally wiped system]

Hi guys,
I had some bugs on my rom and wanted to reset the phone with factory reset. I'm using TWRP 2.3.6 and tried to factory reset on recovery but I accidentally wiped my system data, too. I noticed that when my phone reboot and the HTC logo didn't skip. I can enter fastboot and recovery but I wiped all data and I have no backup on phone now. I have backup on my pc but I cant access the phone storage, its looks like an unavailable disc and no access but htc sync manager and Usb recognize my phone as an android phone. I have android sdk and htc sync manager but my phone storage is unavaliable.
So how can I see the phone storage on my pc and copy my backup files in storage?
Or should I flash a rom with cmd commands? ( and how? )
Thanks for all help, I am waiting for the solve :crying:
burhannde said:
Hi guys,
I had some bugs on my rom and wanted to reset the phone with factory reset. I'm using TWRP 2.3.6 and tried to factory reset on recovery but I accidentally wiped my system data, too. I noticed that when my phone reboot and the HTC logo didn't skip. I can enter fastboot and recovery but I wiped all data and I have no backup on phone now. I have backup on my pc but I cant access the phone storage, its looks like an unavailable disc and no access but htc sync manager and Usb recognize my phone as an android phone. I have android sdk and htc sync manager but my phone storage is unavaliable.
So how can I see the phone storage on my pc and copy my backup files in storage?
Or should I flash a rom with cmd commands? ( and how? )
Thanks for all help, I am waiting for the solve :crying:
Click to expand...
Click to collapse
use adb to push your backup or a rom back to your phone
btw not sure if it was a typo but use twrp 2.6.3.3 not 2.3.6
boot in recovery mode (twrp)
Code:
adb push name_of_rom.zip /sdcard
The command prompt will be unresponsive for a few minutes
then in recovery, select install, select your rom and swipe to flash.
if you want to use your backup:
Code:
adb push your_backup_folder /sdcard/TWRP/BACKUPS/YOUR_SERIAL_NUMBER/DATE_OF_BACKUP/YOUR_BACKUP_FOLDER
the command prompt will be unresponsive for a few minutes.
then in twrp select restore and choose your backup, swipe to restore,
uh it was my mistake, its 2.6.3.3
but i dont know what actually adb is and how to use it :/ do i just need to enter the command prompt and type the code you gave ?
sorry,I need a description how to push my back up on my storage
burhannde said:
uh it was my mistake, its 2.6.3.3
but i dont know what actually adb is and how to use it :/ do i just need to enter the command prompt and type the code you gave ?
sorry,I need a description how to push my back up on my storage
Click to expand...
Click to collapse
follow this:
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
does not work for me.
Hi i have tried this so many times and have failed. is there another way. I am loosing hope for my m7.
really hope someone can help.
howelldog said:
Hi i have tried this so many times and have failed. is there another way. I am loosing hope for my m7.
really hope someone can help.
Click to expand...
Click to collapse
Post the output of "fastboot getvar all" (not your imei/sn)
Failed where? Be more precise
once i swipe to install the rom zip file from twrp it switches off then starts back up only to go into the white screen with green HTC in the middle and powered by android at the bottom with no progress just stays on this screen.
howelldog said:
once i swipe to install the rom zip file from twrp it switches off then starts back up only to go into the white screen with green HTC in the middle and powered by android at the bottom with no progress just stays on this screen.
Click to expand...
Click to collapse
I asked you 2 questions, you answered 1. Can't help if you don't answer. Additionally, I need to know what was done to the phone before (wha tled to this situation), What twrp version you are using and what rom you are trying to flash.
Edit:
Oh I see, you are posting in 3 different threads...
http://forum.xda-developers.com/htc-one/help/tried-everything-site-restore-htc-one-m7-t3254343
http://forum.xda-developers.com/htc-one/help/please-help-t3257635
How are we supposed to help you if you crate new threads every time you have additional info to post? Much easier for both you and us if you keep posting in the same thread.
So now that you have provided your "fastboot getvar all" in one of these thread, please keep posting there only.

[Q] HTC One, No OS

So I recently rooted my HTC One m7 (unlocked US gsm version) and everything seemed alright.
Somewhere between installing a new rom (ARHD 84.0) and restarting my phone, I managed to wipe my phone (everything is gone, no os).
I managed to get myself back into recovery mode but since my computer no longer recognises it, I have no way to put an OS back on.
I have tried:
adb sideload
adb push (although I might not be doing in right)
RUU
For clarification,
my bootloader is unlocked and I can access it from cmd
Upon restart, the phone just stays on the HTC logo screen
TWRP can be accessed, but the phone has no OS or rom to install
does anyone know what I can do to get my phone to a working state? (restore it, put a new rom, I don't really care)
Thank you very much
treeco72 said:
So I recently rooted my HTC One m7 (unlocked US gsm version) and everything seemed alright.
Somewhere between installing a new rom (ARHD 84.0) and restarting my phone, I managed to wipe my phone (everything is gone, no os).
I managed to get myself back into recovery mode but since my computer no longer recognises it, I have no way to put an OS back on.
I have tried:
adb sideload
adb push (although I might not be doing in right)
RUU
For clarification,
my bootloader is unlocked and I can access it from cmd
Upon restart, the phone just stays on the HTC logo screen
TWRP can be accessed, but the phone has no OS or rom to install
does anyone know what I can do to get my phone to a working state? (restore it, put a new rom, I don't really care)
Thank you very much
Click to expand...
Click to collapse
What custom recovery are you using and when in recovery does adb devices return you serial number?
treeco72 said:
So I recently rooted my HTC One m7 (unlocked US gsm version) and everything seemed alright.
Somewhere between installing a new rom (ARHD 84.0) and restarting my phone, I managed to wipe my phone (everything is gone, no os).
I managed to get myself back into recovery mode but since my computer no longer recognises it, I have no way to put an OS back on.
I have tried:
adb sideload
adb push (although I might not be doing in right)
RUU
For clarification,
my bootloader is unlocked and I can access it from cmd
Upon restart, the phone just stays on the HTC logo screen
TWRP can be accessed, but the phone has no OS or rom to install
does anyone know what I can do to get my phone to a working state? (restore it, put a new rom, I don't really care)
Thank you very much
Click to expand...
Click to collapse
Follow this guide:
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
clsA said:
What custom recovery are you using and when in recovery does adb devices return you serial number?
Click to expand...
Click to collapse
Im using TWRP v2.6.3.0
and adb devices does NOT return a serial number
treeco72 said:
Im using TWRP v2.6.3.0
and adb devices does NOT return a serial number
Click to expand...
Click to collapse
your TWRP is too old and you can follow the Prerequisites above step 2 and 3 to get your driver fixed
In device manager, my phone has no errors related to driver (whether I choose "my htc" or "android adb interface") cmd still shows no devices.
when I try to push the file i get
treeco72 said:
In device manager, my phone has no errors related to driver (whether I choose "my htc" or "android adb interface") cmd still shows no devices.
when I try to push the file i get
Click to expand...
Click to collapse
update TWRP
clsA said:
update TWRP
Click to expand...
Click to collapse
forgive me if this is a stupid question but how do I update twrp if I can't access anything on the phone?
Thank you for your help
treeco72 said:
In device manager, my phone has no errors related to driver (whether I choose "my htc" or "android adb interface") cmd still shows no devices.
when I try to push the file i get
Click to expand...
Click to collapse
If you are in Android/OS then USB debugging needs to be enabled in Settings before ADB will recognize your phone. If you are in an updated Custom Recovery then ADB should recognize your phone.
---------- Post added at 03:25 PM ---------- Previous post was at 03:23 PM ----------
treeco72 said:
forgive me if this is a stupid question but how do I update twrp if I can't access anything on the phone?
Thank you for your help
Click to expand...
Click to collapse
Can you manually get the phone into bootloader? If so, with it connected to the computer do you see FASTBOOT USB?
treeco72 said:
forgive me if this is a stupid question but how do I update twrp if I can't access anything on the phone?
Thank you for your help
Click to expand...
Click to collapse
you flash recovery in fastboot USB
it's all in the steps posted above
clsA said:
you flash recovery in fastboot USB
Click to expand...
Click to collapse
ahh thank you, yeah dumb question. Do you recommend a specific version? or just the latest one
when I try to flash a new recovery image it says <waiting for device>
on my phone it says "FASTBOOT USB" and other (non related) software detects a connected device
thoughts?
treeco72 said:
ahh thank you, yeah dumb question. Do you recommend a specific version? or just the latest one
Click to expand...
Click to collapse
2.6.3.3
---------- Post added at 05:59 PM ---------- Previous post was at 05:58 PM ----------
treeco72 said:
when I try to flash a new recovery image it says <waiting for device>
on my phone it says "FASTBOOT USB" and other (non related) software detects a connected device
thoughts?
Click to expand...
Click to collapse
connect your phone to your computer, boot it in bootloader/fastboot usb mode. Open windows device manager and take a screenshot.
post the screenshot here
alray said:
2.6.3.3
---------- Post added at 05:59 PM ---------- Previous post was at 05:58 PM ----------
connect your phone to your computer, boot it in bootloader/fastboot usb mode. Open windows device manager and take a screenshot.
post the screenshot here
Click to expand...
Click to collapse
thanks for the help
treeco72 said:
thanks for the help
Click to expand...
Click to collapse
When in bootloader / fastboot usb mode your phone should be listed in windows device manager as a "Android USB Device --> My HTC" not "Android ADB interface"
Its either because you are trying to do fastboot commands when not booted in bootloader mode or because your drivers are not installed correctly.
install latest htc drivers, reboot in bootloader mode and try again
---------- Post added at 06:15 PM ---------- Previous post was at 06:08 PM ----------
latest drivers can be found here: https://www.mediafire.com/folder/jgt1b5bc2stwf/Drivers
4.14.0.001
updated the recovery image, turns out I needed to restart my computer. will post follow up
Everything seems to be working great again! I want to thank everyone who took the time to help me today, so thanks!

Categories

Resources