[Q] HTC One no OS - One (M7) Q&A, Help & Troubleshooting

Hi all,
Recently I accidentally wiped every partition on my htc one device, including the system partition, thus deleting my OS. My One has lost its ability to be recognised by any computer i plug it into, however it still charges fine. I have tried plugging in my USB-OTG cable with a Sense Rom, hoping to install it.(I dont actually know if that is what I should do with no OS) No Rom I try to install has worked. Any help is appreciated
Thanks in advance
PS I am on TWRP Recovery v2.6.3.0
Thanks again.

AtheosArts said:
Hi all,
Recently I accidentally wiped every partition on my htc one device, including the system partition, thus deleting my OS. My One has lost its ability to be recognised by any computer i plug it into, however it still charges fine. I have tried plugging in my USB-OTG cable with a Sense Rom, hoping to install it.(I dont actually know if that is what I should do with no OS) No Rom I try to install has worked. Any help is appreciated
Thanks in advance
PS I am on TWRP Recovery v2.6.3.0
Thanks again.
Click to expand...
Click to collapse
try to flash your rom.zip from recovery with OTG cable
or push it to your SD card and install from recovery :
adb push rom.zip /sdcard/
or you can sideload your rom.zip :
boot to recovery mode > advanced > ADB sideload > swipe
adb sideload rom.zip
wait for complete > reboot to recovery mode > install your rom.zip
if not, flash it from RUU mode :
fastboot oem rebootRUU
fastboot flash zip rom.zip
fastboot flash zip rom.zip
fastboot reboot
if not, be sure your rom.zip meet your phone CID & MID
be sure your phone is LOCKED
try to flash rom.zip with HBoot version higher than your 1.44 ( e.x 1.54)

Also to add. Your TWRP is out of date. Install 2.6.3.3 or newer
http://goo.im/devs/OpenRecovery/m7//openrecovery-twrp-2.6.3.3-m7.img
http://goo.im/devs/OpenRecovery/m7//openrecovery-twrp-2.7.0.0-m7.img
Sent from my HTC One using XDA Premium 4 mobile app

bored_stupid said:
Also to add. Your TWRP is out of date. Install 2.6.3.3 or newer
http://goo.im/devs/OpenRecovery/m7//openrecovery-twrp-2.6.3.3-m7.img
http://goo.im/devs/OpenRecovery/m7//openrecovery-twrp-2.7.0.0-m7.img
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Dear, you always learning me, thank you

moha_moha20106 said:
Dear, you always learning me, thank you
Click to expand...
Click to collapse
We are all learning.
Sent from my HTC One using Xparent Skyblue Tapatalk 2

bored_stupid said:
Also to add. Your TWRP is out of date. Install 2.6.3.3 or newer
Click to expand...
Click to collapse
I would recommend 2.6.3.3 (or .4)... seems 2.7.0.0+ is still having issues.
Assuming the phone is an m7_u or m7_ul model!!! if it's not, then i would reconsider.
we all know what they say about assumption right
moha_moha20106 said:
try to flash your rom.zip from recovery with OTG cable
or push it to your SD card and install from recovery :
adb push rom.zip /sdcard/
or you can sideload your rom.zip :
boot to recovery mode > advanced > ADB sideload > swipe
adb sideload rom.zip
wait for complete > reboot to recovery mode > install your rom.zip
if not, flash it from RUU mode :
fastboot oem rebootRUU
fastboot flash zip rom.zip
fastboot flash zip rom.zip
fastboot reboot
if not, be sure your rom.zip meet your phone CID & MID
be sure your phone is LOCKED
try to flash rom.zip with HBoot version higher than your 1.44 ( e.x 1.54)
Click to expand...
Click to collapse
OTG -> okay
adb push -> okay
adb sideload -> okay
you cannot flash a custom ROM using ruu mode!!
.

nkk71 said:
I would recommend 2.6.3.3 (or .4)... seems 2.7.0.0+ is still having issues.
Assuming the phone is an m7_u or m7_ul model!!! if it's not, then i would reconsider.
we all know what they say about assumption right
OTG -> okay
adb push -> okay
adb sideload -> okay
you cannot flash a custom ROM using ruu mode!!
.
Click to expand...
Click to collapse
Thanks Dear

Related

[Q] T-Mobile HTC One M7 Help Plz

Ok i have an T-Mobile HTC One and the other day i unlocked the bootloader and rooted it. I went into my apps after everything was done and tried to install super su and it didnt work so i thought i did something wrong with rooting my phone so i went back to the team win recovery and advanced wipe my device thinking it would let me do a new install and it didnt. now when i power on my devices it goes str8 to team win recovery 2.6.1.0 and doesnt boot the OS. when i try leaving twrp it says no OS installed, how do i fix this i done a gang of searches and nothing works. anyone know how to fix this???
Have to tried relocking the bootloader through fastboot and running an RUU?
FuTuRisTiC Zo3 said:
Ok i have an T-Mobile HTC One and the other day i unlocked the bootloader and rooted it. I went into my apps after everything was done and tried to install super su and it didnt work so i thought i did something wrong with rooting my phone so i went back to the team win recovery and advanced wipe my device thinking it would let me do a new install and it didnt. now when i power on my devices it goes str8 to team win recovery 2.6.1.0 and doesnt boot the OS. when i try leaving twrp it says no OS installed, how do i fix this i done a gang of searches and nothing works. anyone know how to fix this???
Click to expand...
Click to collapse
Morencyam said:
Have to tried relocking the bootloader through fastboot and running an RUU?
Click to expand...
Click to collapse
Yes you can RUU back to stock if your on an older version than the last RUU.
You can also update your recovery to TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
After this go into TWRP / Advanced / Sideload
and from you PC adb / fastboot folder / command prompt here
adb sideload <name of rom>.zip
just download the rom you want to use to the same folder as adb / fastboot first.
I would choose a stock rooted one from here
http://forum.xda-developers.com/showthread.php?t=2353812
clsA said:
Yes you can RUU back to stock if your on an older version than the last RUU.
You can also update your recovery to TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
After this go into TWRP / Advanced / Sideload
and from you PC adb / fastboot folder / command prompt here
adb sideload <name of rom>.zip
just download the rom you want to use to the same folder as adb / fastboot first.
I would choose a stock rooted one from here
http://forum.xda-developers.com/showthread.php?t=2353812
Click to expand...
Click to collapse
Thanks for the help guys i got it back up and running i did it a few days ago. but im having the same exact problem but with an AT&T galaxy S3

[Q] M7 only boot to recovery or fast boot. Bricked?

Hey guys,
When I boot my phone it'll only give me the HTC splash screen. I can manage to get my phone to boot into clockwork or the bootloader but nothing else.
My phone is S-ON with USB debugging disabled. Hboot is 1.56.
Is it a lost cause?
mucka1916 said:
Hey guys,
When I boot my phone it'll only give me the HTC splash screen. I can manage to get my phone to boot into clockwork or the bootloader but nothing else.
My phone is S-ON with USB debugging disabled. Hboot is 1.56.
Is it a lost cause?
Click to expand...
Click to collapse
USB debugging doesnt matter in custom recovery (CWM or TWRP), you can use one of these methods to get a ROM onto your phone, while in custom recovery:
1- OTG Cable
2- adb push <name of rom>.zip /sdcard/
3- adb sideload <name of rom>.zip
if you're going to flash a 4.4 ROM then you best use TWRP (the correct one for your phone model), and if you're going to flash a GPe ROM you need to be S-Off.
nkk71 said:
USB debugging doesnt matter in custom recovery (CWM or TWRP), you can use one of these methods to get a ROM onto your phone, while in custom recovery:
1- OTG Cable
2- adb push <name of rom>.zip /sdcard/
3- adb sideload <name of rom>.zip
if you're going to flash a 4.4 ROM then you best use TWRP (the correct one for your phone model), and if you're going to flash a GPe ROM you need to be S-Off.
Click to expand...
Click to collapse
Ok so I'm using TWRP and managed to get Maximus Rom installed but now the touch screen won't respond on lock screen.
Driver compatibility maybe? The ROM seemed to install fine and I ran fastboot flash boot boot.img.
Does it have to be a OTG cable? Standard USB seems to be working fine for the most part.
Thanks
mucka1916 said:
Ok so I'm using TWRP and managed to get Maximus Rom installed but now the touch screen won't respond on lock screen.
Driver compatibility maybe? The ROM seemed to install fine and I ran fastboot flash boot boot.img.
Does it have to be a OTG cable? Standard USB seems to be working fine for the most part.
Thanks
Click to expand...
Click to collapse
1- post a "fastboot getvar all" (excluding IMEI and s/n)
2- what version of TWRP are you using (don't say "latest" please)
3- which ROM (link please) and version number
4- did you really need to "fastboot flash boot boot.img." ? was it indicated in the thread?
nkk71 said:
1- post a "fastboot getvar all" (excluding IMEI and s/n)
2- what version of TWRP are you using (don't say "latest" please)
3- which ROM (link please) and version number
4- did you really need to "fastboot flash boot boot.img." ? was it indicated in the thread?
Click to expand...
Click to collapse
Excuse me. Its little bit OT but can you help me with this http://forum.xda-developers.com/showthread.php?t=2670857
? Thank you.

[Q] Soft bricked HTC One

Hi, I've seem to have soft bricked my One M7, but can't seem to find or load any stock roms back onto the device! Tried ADB, Sideload, Push, RUUs and none seem to work!
My CIDNUM is TELST001
My Model ID is PN0714000
My version-main is 6.11.841.7
Does anybody have a stock ROM for this model, that I can fastboot flash to my phone please?
Thanks in advance!
are you S-OFF? can you detail more abt what you did to brick your device? also can you boot to fastboot?
Im S On unfortunately and I dont know how to S off, because my hboot is version 1.57...
A friend tried to install CM but once booted it kept on the CM logo at startup and wouldnt do anything else. Shouldnt have let him done it in the first place lol.
And any ROM I tried to sideload or push wont work probably because I realised that it wasnt rooted apparently.
And I cant seem to find the right stock ROM with TELST001. And becaise im not S off, I cant use SuperID thingy..
nztechblog said:
And any ROM I tried to sideload or push wont work probably because I realised that it wasnt rooted apparently.
And I cant seem to find the right stock ROM with TELST001. And becaise im not S off, I cant use SuperID thingy..
Click to expand...
Click to collapse
Here you go start from scratch
Unlock the bootloader at HTCDEV
then from fastboot USB
Flash recovery TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then sideload this Rom to your phone
http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_71.1.zip
TWRP / Advanced / ADB Sideload - swipe to sideload
From PC adb / fastboot folder
you use
adb sideload name-of-rom.zip
make sure the rom is in the same folder as adb / fastboot
clsA said:
Here you go start from scratch
Unlock the bootloader at HTCDEV
then from fastboot USB
Flash recovery TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then sideload this Rom to your phone
http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_71.1.zip
TWRP / Advanced / ADB Sideload - swipe to sideload
From PC adb / fastboot folder
you use
adb sideload name-of-rom.zip
make sure the rom is in the same folder as adb / fastboot
Click to expand...
Click to collapse
Hi, thanks for that. That ROM should work on my phone's version right?
Also, the link is dead.
clsA said:
Here you go start from scratch
Unlock the bootloader at HTCDEV
then from fastboot USB
Flash recovery TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then sideload this Rom to your phone
http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_71.1.zip
TWRP / Advanced / ADB Sideload - swipe to sideload
From PC adb / fastboot folder
you use
adb sideload name-of-rom.zip
make sure the rom is in the same folder as adb / fastboot
Click to expand...
Click to collapse
Oh and should I download TWRP 2.6.3.3 instead of the newest one?
Thanks.
nztechblog said:
Oh and should I download TWRP 2.6.3.3 instead of the newest one?
Thanks.
Click to expand...
Click to collapse
Yes !!
New link > http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_81.0.zip
clsA said:
Yes !!
New link > http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_81.0.zip
Click to expand...
Click to collapse
Thanks a lot! Working again!
nztechblog said:
Thanks a lot! Working again!
Click to expand...
Click to collapse
Great !!

need stock rom for t-mobile m7 and help with s-off

So i tried to install cm-11 nightly using twrp to help remove my s-on but it had a binary error so i tried deleting the data but instead i deleted the OS and the backup that i made..... ._. so, i need the stock rom that i can install via adb sideload and i may also need some help with the sideloading because at this point i am really angry, stuck using an atrix 2, and really confused, please help
king of Cerwin-Vega! said:
So i tried to install cm-11 nightly using twrp to help remove my s-on but it had a binary error so i tried deleting the data but instead i deleted the OS and the backup that i made..... ._. so, i need the stock rom that i can install via adb sideload and i may also need some help with the sideloading because at this point i am really angry, stuck using an atrix 2, and really confused, please help
Click to expand...
Click to collapse
you don't need a t-mobile rom
you can flash ARHD to get you going then get the rom you want.
Flash recovery TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then sideload this Rom to your phone
http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_81.0.zip
TWRP / Advanced / ADB Sideload - swipe to sideload
From PC adb / fastboot folder
you use
adb sideload name-of-rom.zip
make sure the rom is in the same folder as adb / fastboot
After that try firewater to get s-off
if it fails flash the bulletproof kernel and try again
clsA said:
you don't need a t-mobile rom
you can flash ARHD to get you going then get the rom you want.
Flash recovery TWRP 2.6.3.3
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then sideload this Rom to your phone
TWRP / Advanced / ADB Sideload - swipe to sideload
From PC adb / fastboot folder
you use
adb sideload name-of-rom.zip
make sure the rom is in the same folder as adb / fastboot
After that try firewater to get s-off
if it fails flash the bulletproof kernel and try again
Click to expand...
Click to collapse
ok thank you for your input but the like for the rom does not work the page says "This filename doesn't exist" any other ways to get that rom?
king of Cerwin-Vega! said:
ok thank you for your input but the like for the rom does not work the page says "This filename doesn't exist" any other ways to get that rom?
Click to expand...
Click to collapse
Link fixed above
clsA said:
Link fixed above
Click to expand...
Click to collapse
hey!!!! thanks for your help it worked 100%
king of Cerwin-Vega! said:
hey!!!! thanks for your help it worked 100%
Click to expand...
Click to collapse
Your welcome
you may want to join the T-mobile forums to get a different rom with wifi calling and such >> http://forum.xda-developers.com/htc-one-tmobile

Htc one stuck on loading screen

Ok here I go,
I installed Android Revoultion 82, the main problem is its stuck >->
Its a phone of a friend because he had some rom installed with like 0 apps option or anything at all...
I can'T access the SD card anymore... he told me it was rooted already and stuff.. so I checked it up on the fastboot
ITs Tampered and Unlocked
M7_UL PVT SHIP S-ON RH
HBOOT-1.57.000
RADIO-4T.27.3218.14
OPENDSP-V32.120.274.0909
OS-
eMMC-boot 2048MB
ok this is little info there.. the usb is probly not in debugging mode.. *sigh*
I tried to delete cache/dalvik and so on.. but it still doesnt want to load, the recovery is CWM
So my question is Is it possible to enable usb debugging somehow? as Its stuck at the loading screen
also HTC one Toolkits don't work it doesn'T find the device.. but it finds my Htc one... for some odd reason
ADB doesn't work, I can't slideload and so on... help please D:
oh and the USB Hardware ID is USB\VID_18D1&PID_D001&REV_0228
but i can'T find anything for it as it works on my other HTC one but not on this one.. >->
Edit: oh wow.. when I reboot from CWM into bootloader it says Root access is missing. Root device?
Yes - Root device (/system/xbin/su)
no nothing there
dialgeta16 said:
Ok here I go,
I installed Android Revoultion 82, the main problem is its stuck >->
(...)
the recovery is CWM
Click to expand...
Click to collapse
You must use TWRP 2.6.3.3 to flash ARHD 82, not CWM!
the usb is probly not in debugging mode.. *sigh*
Click to expand...
Click to collapse
It doesn't matter, debug mode is only to enable adb access when the phone is booted in the OS. You can still use adb from custom recovery and fastboot from bootloader mode.
I tried to delete cache/dalvik and so on.. but it still doesnt want to load
Click to expand...
Click to collapse
It will not load unless you reflash it using twrp 2.6.3.3
So my question is Is it possible to enable usb debugging somehow? as Its stuck at the loading screen
Click to expand...
Click to collapse
not needed
also HTC one Toolkits don't work it doesn'T find the device..
Click to expand...
Click to collapse
don't use toolkit, use adb and fastboot directly from the command prompt
ADB doesn't work, I can't slideload and so on... help please D:
oh and the USB Hardware ID is USB\VID_18D1&PID_D001&REV_0228
Click to expand...
Click to collapse
Looks like driver issue, install HTC drivers then you'll have adb wokring from custom recovery (TWRP)
Edit: oh wow.. when I reboot from CWM into bootloader it says Root access is missing. Root device?
Yes - Root device (/system/xbin/su)
Click to expand...
Click to collapse
Not needed, ARHD is pre-rooted
so flash twrp 2.6.3.3
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
then flash arhd again
if arhd is not on your phone memory anymore, use adb push or adb sideload then install from twrp. (adb push and sideload will only work if HTC drivers are installed and with adb version 1.0.29 and up)
alray said:
You must use TWRP 2.6.3.3 to flash ARHD 82, not CWM!
It doesn't matter, debug mode is only to enable adb access when the phone is booted in the OS. You can still use adb from custom recovery and fastboot from bootloader mode.
It will not load unless you reflash it using twrp 2.6.3.3
not needed
don't use toolkit, use adb and fastboot directly from the command prompt
Looks like driver issue, install HTC drivers then you'll have adb wokring from custom recovery (TWRP)
Not needed, ARHD is pre-rooted
so flash twrp 2.6.3.3
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
then flash arhd again
if arhd is not on your phone memory anymore, use adb push or adb sideload then install from twrp. (adb push and sideload will only work if HTC drivers are installed and with adb version 1.0.29 and up)
Click to expand...
Click to collapse
thanks now it doest atleast something but it enters always back to recovery mode now...
dialgeta16 said:
thanks now it doest atleast something but it enters always back to recovery mode now...
Click to expand...
Click to collapse
flash twrp 2.6.3.3:
Code:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
from twrp recovery (this will wipe your phone):
wipe everything
format data
reboot in recovery mode
then use adb to push the rom to your phone:
make sure your phone is booted in twrp main menu
make sure your rom in the same folder where you have adb and fastboot
Code:
adb push arhd.zip /sdcard/
the command prompt will be unresponsive for a few minutes.
when the push is completed, in twrp select "install" then select your arhd.zip and swipe to flash.
reboot your phone normally.
make sure the MD5 value of both the rom and the recovery are correct before flashing.

Categories

Resources