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
Related
I tried it install a new ROM and something went wrong. When it went wrong it went wrong. I lost all my backups and everything. I can get into TWRP right now. If I try and reboot with out going to TWRP I am just stuck at the white HTC screen. So I think the boot is messed up.
In searching looks like I will need to sideload via TWRP a new ROM to load. I can not find a good DIY for the sideload. I turn on sideloading and my PC sees my phone and loads it as a E drive. I an not get into my phone. I am searching through a lot of posts but with out luck. Just people saying they did it with out saying how.
Thank you for any help.
veener79 said:
I tried it install a new ROM and something went wrong. When it went wrong it went wrong. I lost all my backups and everything. I can get into TWRP right now. If I try and reboot with out going to TWRP I am just stuck at the white HTC screen. So I think the boot is messed up.
In searching looks like I will need to sideload via TWRP a new ROM to load. I can not find a good DIY for the sideload. I turn on sideloading and my PC sees my phone and loads it as a E drive. I an not get into my phone. I am searching through a lot of posts but with out luck. Just people saying they did it with out saying how.
Thank you for any help.
Click to expand...
Click to collapse
What rom did you flashed? What TWRP version are you using?
alray said:
What rom did you flashed? What TWRP version are you using?
Click to expand...
Click to collapse
RENOVATE | Milestone 8.1 | Sense 5.5 | 4.19.401.8
TWRP 2.5.0.0
Thank you
veener79 said:
RENOVATE | Milestone 8.1 | Sense 5.5 | 4.19.401.8
TWRP 2.5.0.0
Thank you
Click to expand...
Click to collapse
4.4 roms need latest twrp to be flashed correctly
either twrp 2.6.6.3 or 2.6.6.4
So download and flash latest version and flash the rom again.
alray said:
4.4 roms need latest twrp to be flashed correctly
either twrp 2.6.6.3 or 2.6.6.4
So download and flash latest version and flash the rom again.
Click to expand...
Click to collapse
OK how do I get the files over. I just found my OTG cable!!! Going to see if I can load on a zip. If not is there a good DIY for how to sideload.
veener79 said:
OK how do I get the files over. I just found my OTG cable!!! Going to see if I can load on a zip. If not is there a good DIY for how to sideload.
Click to expand...
Click to collapse
http://goo.im/devs/OpenRecovery/m7/
http://techerrata.com/browse/twrp2/m7ul
From fastboot
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
in custom recovery, either
adb push <name of rom>.zip /sdcard/
or
adb sideload <name of rom>.zip
Set the device into ADB sideload mode. In TWRP you do this by going to Advanced then ADB Sideload.
From the command line, type adb sideload rom.zip
veener79 said:
OK how do I get the files over. I just found my OTG cable!!! Going to see if I can load on a zip. If not is there a good DIY for how to sideload.
Click to expand...
Click to collapse
flash latest twrp (I assume here you hame the m7_u or m7_ul not a wls variant):
http://techerrata.com/browse/twrp2/m7
Code:
fastboot flash recovery <name_of_file>.img
fastboot erase cache
fastboot reboot-bootloader
then push the rom:
Code:
adb push <name_of_file>.zip /sdcard/
and install from twrp
or adb sideload it:
select sideload in twrp
Code:
adb sideload <name_of_file>.zip
OK nothing wants to work today!!!!!
Opened up the comand promp in the fastboot folder. My phone states Fastboot USB in red.
Getting "Error can not load twrp.img"
veener79 said:
OK nothing wants to work today!!!!!
Opened up the comand promp in the fastboot folder. My phone states Fastboot USB in red.
Getting "Error can not load twrp.img"
Click to expand...
Click to collapse
is the file in your adb/fastboot folder?
veener79 said:
OK nothing wants to work today!!!!!
Opened up the comand promp in the fastboot folder. My phone states Fastboot USB in red.
Getting "Error can not load twrp.img"
Click to expand...
Click to collapse
are you drivers installed correctly ?
what does fastboot devices return ?
alray said:
is the file in your adb/fastboot folder?
Click to expand...
Click to collapse
Yes
clsA said:
are you drivers installed correctly ?
what does fastboot devices return ?
Click to expand...
Click to collapse
How can I tell if something is off? When I plug in my phone it will state Fastboot and then after I hear it conect to my laptop it will go back to fastboot USB in red.
Typed in fastbood devices and get ht344w910402 fastboot
veener79 said:
Yes
How can I tell if something is off? When I plug in my phone it will state Fastboot and then after I hear it conect to my laptop it will go back to fastboot USB in red.
Typed in fastbood devices and get ht344w910402 fastboot
Click to expand...
Click to collapse
can you post a screanshot of your cmd prompt when it fail plz
alray said:
can you post a screanshot of your cmd prompt when it fail plz
Click to expand...
Click to collapse
Will do. I have to get something done this morning and I am running way late. So I have to get going. Thank goodness I have a old phone laying around. When I get home in about 5 hours will post back up. Thank you all so much for your help!!!!!!
alray said:
4.4 roms need latest twrp to be flashed correctly
either twrp 2.6.6.3 or 2.6.6.4
So download and flash latest version and flash the rom again.
Click to expand...
Click to collapse
clsA said:
http://goo.im/devs/OpenRecovery/m7/
http://techerrata.com/browse/twrp2/m7ul
From fastboot
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
in custom recovery, either
adb push <name of rom>.zip /sdcard/
or
adb sideload <name of rom>.zip
Set the device into ADB sideload mode. In TWRP you do this by going to Advanced then ADB Sideload.
From the command line, type adb sideload rom.zip
Click to expand...
Click to collapse
alray said:
flash latest twrp (I assume here you hame the m7_u or m7_ul not a wls variant):
http://techerrata.com/browse/twrp2/m7
Code:
fastboot flash recovery <name_of_file>.img
fastboot erase cache
fastboot reboot-bootloader
then push the rom:
Code:
adb push <name_of_file>.zip /sdcard/
and install from twrp
or adb sideload it:
select sideload in twrp
Code:
adb sideload <name_of_file>.zip
Click to expand...
Click to collapse
veener79 said:
OK nothing wants to work today!!!!!
Opened up the comand promp in the fastboot folder. My phone states Fastboot USB in red.
Getting "Error can not load twrp.img"
Click to expand...
Click to collapse
veener79 said:
Yes
How can I tell if something is off? When I plug in my phone it will state Fastboot and then after I hear it conect to my laptop it will go back to fastboot USB in red.
Typed in fastbood devices and get ht34xxxxxxxxx fastboot
Click to expand...
Click to collapse
Sorry guys ( @clsA and @alray), I don't know why I keep getting the urge to bug in
M7U/UL TWRP:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
verify MD5, that site does not play nice with download managers
Typed in fastbood devices and get ht34xxxxxxxxx fastboot
Click to expand...
Click to collapse
-> means your device is in fastboot
go ahead, as suggested
Code:
fastboot flash recovery <name_of_file>.img
fastboot erase cache
fastboot reboot-bootloader
-> enter recovery
then as suggested
Code:
adb push <name_of_file>.zip /sdcard/
and install from twrp
or use sideload, whatever makes you happy
sorry again guys
i'll bug out now
PS: "cannot load" = the filename is wrong!! that's all
Ok got home and I tried a different USB port. I did a sideload of a older version on the ROM that I knew was good and phone is back up and working. Thank you all! Thanks are given out!
Hi,
After searching much through out the forum, I'm still unable to restore my phone.
I had Android Revolution HD 53.0 ROM installed and wanted to upgrade it to version 71.1.
At the end of the installation, something failed and the phone is now stuck in either recovery mode (red triangle with exclamation mark) or I can boot it in fastboot.
I have wiped most partitions, re-installed the recovery partition, but I'm always unable to boot the cell properly.
I think I need to re-install stock rom, but I have tried and I always get an error about when verifying the zip file.
my cid is TELUS001 and my version-main is 1.29.661.17
hboot is 1.44
<edit> forgot to add that the cell is S-ON, I can't get it to s-off, adb always return device not found </edit>
I'm pretty much at lost with what I can do, I hope I haven't bricked my phone
Can one of you help me fix it.
Thanks a lot,
Xyaran
Update: have installed twrp, but still stuck
Like the title says, I was able to install twrp recovery, but I'm still stuck. fastboot works, but adb doesn't and my pc doesn't recognize the phone.
I don't know how to copy a rom to the phone so I can use it.
Help would be very welcome!
Xyaran
Xyaran said:
Like the title says, I was able to install twrp recovery, but I'm still stuck. fastboot works, but adb doesn't and my pc doesn't recognize the phone.
I don't know how to copy a rom to the phone so I can use it.
Help would be very welcome!
Xyaran
Click to expand...
Click to collapse
are you trying adb while in TWRP ?
what version of twrp ? 2.6.3.3 ? anything else is wrong
hboot 1.44 is the easiest to get s-off ..try harder ..try rumrunner
start over from scratch
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_31.6.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
install this driver when your in TWRP if ADB still fails
http://www.mediafire.com/download/j55vk6qbbr6250c/HTCDriver_4.8.0.002.exe
you may have to unplug the phone and plug it back in once
If you hboot 1.44 and on windows 8.1 fastboot would not work aether ... fun huh
Solved
Hi,
Thanks a lot clsA. I was using the wrong version of TWRP.
I also uninstalled HTC Sync and with both those changes, I was able to sideload a ROM.
My phone is now back, thanks again.
Xyaran
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 !!
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
Hi everyone, my phone is Htc one m7 swisscom, The other day I made the update then is restart and did not work anymore, just rebooted. I made factory reset and all files have been deleted. I tried then to go into recovery to install any other version of Android but not boot recovery. I have tried different recovery by installed, but when I try to go into recovery, and not boot ...
If anyone can help me, what else should do??? Thnx.
Mar1nc3 said:
Hi everyone, my phone is Htc one m7 swisscom, The other day I made the update then is restart and did not work anymore, just rebooted. I made factory reset and all files have been deleted. I tried then to go into recovery to install any other version of Android but not boot recovery. I have tried different recovery by installed, but when I try to go into recovery, and not boot ...
If anyone can help me, what else should do??? Thnx.
Click to expand...
Click to collapse
First you should check the FAQ and see the information needed to make a request for help. We need the results from fastboot getvar all (minus your serial no. and IMEI). This will tell your software version, your mid, your cid, so we can try and help you find the files to fix your phone
Try to flash a costume Recovery
Sent from my GT-I9082 using xda app-developers app
clsA said:
First you should check the FAQ and see the information needed to make a request for help. We need the results from fastboot getvar all (minus your serial no. and IMEI). This will tell your software version, your mid, your cid, so we can try and help you find the files to fix your phone
Click to expand...
Click to collapse
@Mar1nc3
You could have posted it here, your phone is
hboot: 1.57
s-on
5.16.161.2
VODAP110
You have to go to HTCDEV.com and unlock your bootloader to flash roms
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_84.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
Click to expand...
Click to collapse
Ok, thank you for help (Y)