[Q] recovery help htc one - Sprint HTC One (M7)

hey guys i am new to rooting, unlocking, and installing custom roms, i have one problem i am bootloader unlocked and rooted but when i go to install a custom recovery, it tells me in the command window that it was successful but when i go to enter it, all i see is the htc logo and it says entering recovery but after 10 seconds on the screen the phone shuts off and does it every time, does anyone think im doing something wrong. iu really am stuck on this one and i tried to install both types of recovery.. maybe the root didnt work?????

You don't need root (super user) to flash the recovery. Try again. Make sure htc drivers are installed and the phone is recognized by the computer. Also, you may have had a bad download of the recoveries. Try downloading again. I just used the files from the sticky Q&A thread and my recovery install was very quick and painless. Good luck.
Sent from my HTCONE using xda premium

propjockey said:
You don't need root (super user) to flash the recovery. Try again. Make sure htc drivers are installed and the phone is recognized by the computer. Also, you may have had a bad download of the recoveries. Try downloading again. I just used the files from the sticky Q&A thread and my recovery install was very quick and painless. Good luck.
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
Thank you.. I will try again.. hopefully it was just the download... Both of them came as zip files from different sources but I will def try... I don't have to remove them from the phone after trying to download the bad ones though?

rickwalsh151 said:
Thank you.. I will try again.. hopefully it was just the download... Both of them came as zip files from different sources but I will def try... I don't have to remove them from the phone after trying to download the bad ones though?
Click to expand...
Click to collapse
Are you using my thread to root/unlock/flash twrp?
Sent from my HTCONE using xda app-developers app

bigdaddy619 said:
Are you using my thread to root/unlock/flash twrp?
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
I did go to your thread but I didn't see a link to download anything maybe it was my computer unless it's hidden lol

rickwalsh151 said:
I did go to your thread but I didn't see a link to download anything maybe it was my computer unless it's hidden lol
Click to expand...
Click to collapse
Nope there are 2 links in the first post they say HERE or HERE everything you need is inside the folder and you cam run your commands from the folder
Sent from my HTCONE using xda app-developers app

bigdaddy619 said:
Nope there are 2 links in the first post they say HERE or HERE everything you need is inside the folder and you cam run your commands from the folder
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
Sounds awesome dude thank you I will let u know how it goes

rickwalsh151 said:
Sounds awesome dude thank you I will let u know how it goes
Click to expand...
Click to collapse
Good luck
Sent from my HTCONE using xda app-developers app

bigdaddy619 said:
Good luck
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
the recovery worked but i tried to install a rom and i formatted the device and than rebooted it and now all i see is the htc logo and i cant do anything with the phone.. how can i fix this

That's a bit vague. What Rom and from what rom? Did you wipe system, data, cache, and dalvik cache? Are you s-on or off ?
Sent from my HTCONE using xda premium

rickwalsh151 said:
the recovery worked but i tried to install a rom and i formatted the device and than rebooted it and now all i see is the htc logo and i cant do anything with the phone.. how can i fix this
Click to expand...
Click to collapse
Sounds like you formatted everything check the faq thread in q&a it will tell you how to fix it
Sent from my HTCONE using xda app-developers app

propjockey said:
That's a bit vague. What Rom and from what rom? Did you wipe system, data, cache, and dalvik cache? Are you s-on or off ?
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
s on and i downloaded the rom for the google play edition htc one found on the thread that taylor martian reccommended on pocketnow. i wiped all data than selected reboot than when the phone came back on its stuck on the quietly brilliant screen.. i cannot powerdown to enter fastboot... when i hold down the power button the home and back buttons just flash

rickwalsh151 said:
s on and i downloaded the rom for the google play edition htc one found on the thread that taylor martian reccommended on pocketnow. i wiped all data than selected reboot than when the phone came back on its stuck on the quietly brilliant screen.. i cannot powerdown to enter fastboot... when i hold down the power button the home and back buttons just flash
Click to expand...
Click to collapse
That Rom won't work on a Sprint One as of yet I'm pretty sure
Sent from my HTCONE using xda app-developers app

bigdaddy619 said:
That Rom won't work on a Sprint One as of yet I'm pretty sure
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
how can i get my phone to reboot though if its stuck on the screen

Long hold power and volume down. It should eventually take you to bootloader where you can select boot to recovery and restore a backup. If you don't have one, do an adb sideload of a known working Rom .
Sent from my HTCONE using xda premium

bigdaddy619 said:
Sounds like you formatted everything check the faq thread in q&a it will tell you how to fix it
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
so you think it can be fixed even if i cant get into the bootloader

rickwalsh151 said:
so you think it can be fixed even if i cant get into the bootloader
Click to expand...
Click to collapse
Yes it can be fixed you will have to sideload a Sprint Rom thru twrp
Read this on how to sideload a rom
http://forum.xda-developers.com/showthread.php?t=2317989
Sent from my HTCONE using xda app-developers app

Thank you I did wind up getting into the bootloader then I was able to sideboard a rom
Sent from my HTCONE using xda app-developers app

Related

[RECOVERY] TWRP 2.4.1.0 Touch Recovery for vivo

S-OFF or Bootloader Unlock required
To flash TWRP Touch Recovery to your device, you should to type this command in fastboot mode
fastboot flash recovery TWRP-2.4.1.0-vivo.img
or(in normal boot mode and adb enabled)
adb root
adb push TWRP-2.4.1.0-vivo.img /sdcard
adb shell dd if=/sdcard/TWRP-2.4.1.0-vivo.img of =/dev/block/mmcblk0p21
adb shell rm /sdcard/TWRP-2.4.1.0-vivo.img
dla5244 said:
S-OFF or Bootloader Unlock required
To flash TWRP Touch Recovery to your device, you should to type this command in fastboot mode
fastboot flash recovery TWRP-2.4.1.0-vivo.img
or(in normal boot mode and adb enabled)
adb root
adb push TWRP-2.4.1.0-vivo.img /sdcard
adb shell dd if=/sdcard/TWRP-2.4.1.0-vivo.img of =/dev/block/mmcblk0p21
adb shell rm /sdcard/TWRP-2.4.1.0-vivo.img
Click to expand...
Click to collapse
I try it now
Sent from my Incredible S using xda premium
Dude, you're incredible...
Will try later when I've got access to my computer
Sent from my Incredible S using xda app-developers app
thank you
Sweet
TWRP Recovery is really nice I actually kinda like it better than 4ext although i was completely thrown off by the wipe menu which had cache, dalvik cache, factory reset, system. Nothing a google search couldnt solve though
WTF! Now this makes IncS much more interesting! I'm already bored of pressing keys many times to navigate in CWM instead of a touch recovery in my Epic 4G... And now IncS has it too!
Kudos!
Sent from HTC Incredible S @ CM10.1
Dude... U r incredible hats off
Sent from my Incredible S using xda app-developers app
Just place it on the Root of you SD-Card, boot into Bootloader and here we go!
AndyYan said:
WTF! Now this makes IncS much more interesting! I'm already bored of pressing keys many times to navigate in CWM instead of a touch recovery in my Epic 4G... And now IncS has it too!
Kudos!
Sent from HTC Incredible S @ CM10.1
Click to expand...
Click to collapse
We've had touch recovery for over a year... 4ext touch recovery
Sent from my Incredible S using xda app-developers app
deathgame said:
Dude... U r incredible hats off
Sent from my Incredible S using xda app-developers app
Click to expand...
Click to collapse
Make sure to put sunscreen on if you take your hat off
Splux said:
We've had touch recovery for over a year... 4ext touch recovery
Sent from my Incredible S using xda app-developers app
Click to expand...
Click to collapse
But this one has the option to adds zips to the queue, so you can flash 5 things at once
markj338 said:
Make sure to put sunscreen on if you take your hat off
But this one has the option to adds zips to the queue, so you can flash 5 things at once
Click to expand...
Click to collapse
Damn computer being turned off... Now I'm even more interested x)
Sent from my Incredible S using xda app-developers app
Splux said:
Damn computer being turned off... Now I'm even more interested x)
Sent from my Incredible S using xda app-developers app
Click to expand...
Click to collapse
I added a pgm32img.zip on the first site, just place it in the root of your sd card and reboot into bootloader and voila, TWRP Rec is flashed
Silversniper said:
I added a pgm32img.zip on the first site, just place it in the root of your sd card and reboot into bootloader and voila, TWRP Rec is flashed
Click to expand...
Click to collapse
Nice, must have missed it.
Thanks!
Sent from my Incredible S using xda app-developers app
*edit*
Am I bad at searching, or are there no themes?
Splux said:
We've had touch recovery for over a year... 4ext touch recovery
Sent from my Incredible S using xda app-developers app
Click to expand...
Click to collapse
It isn't universal and it isn't as beautiful, is it?
Sent from HTC Incredible S @ CM10.1
AndyYan said:
It isn't universal and it isn't as beautiful, is it?
Sent from HTC Incredible S @ CM10.1
Click to expand...
Click to collapse
With themes, way more beautiful... Then you can get it to look exactly the way you want
My question still stand, are there any themes for this?
Sent from my Incredible S using xda app-developers app
Splux said:
Damn computer being turned off... Now I'm even more interested x)
Sent from my Incredible S using xda app-developers app
Click to expand...
Click to collapse
I don't get it
Splux said:
With themes, way more beautiful... Then you can get it to look exactly the way you want
My question still stand, are there any themes for this?
Sent from my Incredible S using xda app-developers app
Click to expand...
Click to collapse
I googled 'twrp skins' and came up with a bunch of xda threads
Answer: there are skins
markj338 said:
I don't get it
I googled 'twrp skins' and came up with a bunch of xda threads
Answer: there are skins
Click to expand...
Click to collapse
I searched for themes and found nothing... Didn't even think of searching for skins x)
Sent from my Incredible S using xda app-developers app
*edit *
I give up. I don't find any skins/themes by searching for "twrp skins" either. Google f***ing hate me today.
*edit *
Searched again, and now I found some... For twrp 2.1, like 4 themes... Oh well, I guess I'll stick with stock theme for a while.
cant we flash this using adb ??
adb flash recovery TWRP-2.4.1.0-vivo.img
???
Dheemanth10 said:
cant we flash this using adb ??
adb flash recovery TWRP-2.4.1.0-vivo.img
???
Click to expand...
Click to collapse
Read first post for instructions..
Sent from my Incredible S using xda app-developers app

soft brick?

So like an idiot I completley wiped the phone and my recovery using TWRP. I can still access TWRP and the OEM HBOOT/FASTBOOT menu but I deleted the OS. I tried to restore using RUU but the program is not recognizing the phone. The computer does recognize the phone though. I'm just suck on the "F" boot logo. Any ideas?
try flashing the 1.8 ruu and then custom kernel then wipe caches and data not system
Sent from my HTC first using xda premium
kornklown69 said:
try flashing the 1.8 ruu and then custom kernel then wipe caches and data not system
Sent from my HTC first using xda premium
Click to expand...
Click to collapse
okay I was able to get back and perform the most updated RUU. I was back to stock rom everything working okay. I tried to unlock the bootloader using the HTCDEV.com method which works as fastboot shows bootloader unlocked but it puts the phone into a boot loop. Any ideas to fix the boot loop after unlocking bootloader?
mmor101 said:
okay I was able to get back and perform the most updated RUU. I was back to stock rom everything working okay. I tried to unlock the bootloader using the HTCDEV.com method which works as fastboot shows bootloader unlocked but it puts the phone into a boot loop. Any ideas to fix the boot loop after unlocking bootloader?
Click to expand...
Click to collapse
flash the deodexed rom and kernel unless you want to flash the sense rom and kernel instead
Sent from my HTC first using xda premium
kornklown69 said:
flash the deodexed rom and kernel unless you want to flash the sense rom and kernel instead
Sent from my HTC first using xda premium
Click to expand...
Click to collapse
How? Also, if I relock the bootloader through fastboot, it boots fine...I don't get it.
mmor101 said:
How? Also, if I relock the bootloader through fastboot, it boots fine...I don't get it.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2287811
Sent from my HTC first using xda premium
Where is the 1.8ruu file did same thing By accident
Sent from my HTC Inspire 4G using xda app-developers app
blafree64 said:
Where is the 1.8ruu file did same thing By accident
Sent from my HTC Inspire 4G using xda app-developers app
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2314859
Sent from my HTC first using xda premium
kornklown69 said:
http://forum.xda-developers.com/showthread.php?t=2287811
Sent from my HTC first using xda premium
Click to expand...
Click to collapse
Okay so I have 1.08 odexed, modded kernel, and SuperSU all on the sdcard and I'm in TWRP recovery. What order should I flash them and what should I do before, inbetween, and after I flash them?
mmor101 said:
Okay so I have 1.08 odexed, modded kernel, and SuperSU all on the sdcard and I'm in TWRP recovery. What order should I flash them and what should I do before, inbetween, and after I flash them?
Click to expand...
Click to collapse
for some reason twrp wouldn't recognize zips for me but any way i would go deodex rom and kernel i believe they r already rooted
Sent from my HTC first using xda premium
kornklown69 said:
for some reason twrp wouldn't recognize zips for me but any way i would go deodex rom and kernel i believe they r already rooted
Sent from my HTC first using xda premium
Click to expand...
Click to collapse
should i use clock work?
mmor101 said:
should i use clock work?
Click to expand...
Click to collapse
i would
Sent from my HTC first using xda premium
kornklown69 said:
i would
Sent from my HTC first using xda premium
Click to expand...
Click to collapse
Now I cant even flash the rom...
mmor101 said:
Now I cant even flash the rom...
Click to expand...
Click to collapse
what's it do
Sent from my HTC first using xda premium
kornklown69 said:
for some reason twrp wouldn't recognize zips for me but any way i would go deodex rom and kernel i believe they r already rooted
Sent from my HTC first using xda premium
Click to expand...
Click to collapse
I can only flash odexed not deodexed
kornklown69 said:
what's it do
Sent from my HTC first using xda premium
Click to expand...
Click to collapse
It just says failed with the deodexed but it seems to flash with odexed...whats the difference?
OK found file what is the command line to flash and fastboot plz
Sent from my HTC Inspire 4G using xda app-developers app
mmor101 said:
It just says failed with the deodexed but it seems to flash with odexed...whats the difference?
Click to expand...
Click to collapse
don't worry odexed is fine if u want to mod apps its just recommend but if u want to stay stock its fine if u flash a custom rom it will be done for u
Sent from my HTC first using xda premium
ugh...same boot loop with odexed rom and custom kernel.
mmor101 said:
ugh...same boot loop with odexed rom and custom kernel.
Click to expand...
Click to collapse
ok format system, data and caches in cwm and don't flash new kernel see if that works very odd though for it to stay stable locked
Sent from my HTC first using xda premium
---------- Post added at 12:23 PM ---------- Previous post was at 12:21 PM ----------
mmor101 said:
ugh...same boot loop with odexed rom and custom kernel.
Click to expand...
Click to collapse
hopefully we can get u straight i hate when im lost and no one helps lol
Sent from my HTC first using xda premium

Stuck on Boot Loop ad no thread helped...

Hi everybody!
I bought my new phone a week ago, It's a developer edition
I did all the regular phases:
Charged my phone till the LED was green
Turn it on and started the HTC file transfer tool
Entered my Gmail account
and then it got stuck, started a reboot loop not pasing the splash screen
I can get to the bootloader but more than that nothing
I read a lot of threads, tried them and none of them could help...
I was hoping someone would help me
I would like to keep the phone and not give it back
thanks and sorry it was so long!
Since it's only been a week i would suggest you claim warmth.
Sent from my Nexus 4 using xda app-developers app
bonpd19 said:
Since it's only been a week i would suggest you claim warmth.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
What do you mean by warmth?
My bad "warranty"
Sent from my Nexus 4 using xda app-developers app
bonpd19 said:
My bad "warranty"
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Yeah but I had to pay custom which I won't get back so I would like to have a solution for my situation
Try to reset the device from the bootloader
Sent from my Nexus 4 using xda app-developers app
bonpd19 said:
Try to reset the device from the bootloader
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Already done it
Also tried RUU said successful but didn't work
Syn2205 said:
Already done it
Also tried RUU said successful but didn't work
Click to expand...
Click to collapse
hold the power button under bright light for a minuite
IINexusII said:
hold the power button under bright light for a minuite
Click to expand...
Click to collapse
Phone turned off or in boot loop??
Syn2205 said:
Already done it
Also tried RUU said successful but didn't work
Click to expand...
Click to collapse
You could flash another ROM. Are you sure you downloaded the right ruu?
Sent from my Nexus 4 using xda app-developers app
I used the right RUU, I'm sure about this.
The bright light thingy didn't work
Currently I am hopeless....
Syn2205 said:
I used the right RUU, I'm sure about this.
The bright light thingy didn't work
Currently I am hopeless....
Click to expand...
Click to collapse
The best I can think of is to flash another rom. Every time I have bricked my device, flashing the correct ROM has worked for me. Since your device is new and you have used the right RUU, I guess there is something wrong with the device.
You can consult nearby service center or call the helpline no. If there is a software bug they can fix it. They won't charge much for that.
EDIT: I just remembered that to restore from ruu the bootloader must be locked.
Sent from my Nexus 4 using xda app-developers app

Need root

Hey guys so I just got my first and as it turns out the thread to get the root files is closed. I pmed the op but nothing. I was wondering if you guys know where I can get them or somebody can send them to me it would be a big help.! Thanks.!
Sent from my HTC first using xda app-developers app
Nobody.!? Lol oh well :/
Sent from my LG-LS970 using xda app-developers app
Go to htc dev unlock install cwm or trwp than moonshine(if you want security off).
blafree64 said:
Go to htc dev unlock install cwm or trwp than moonshine(if you want security off).
Click to expand...
Click to collapse
Awesome man thank you ! So no need for the other method.?
Sent from my HTC first using xda app-developers app
nope:victory:
blafree64 said:
nope:victory:
Click to expand...
Click to collapse
awesome alright im going to give this a go right now.! many thanks man..!!!!
blafree64 said:
nope:victory:
Click to expand...
Click to collapse
do i flash twrp after unlocked boot oader or moonshine.?
twrp
So I went to htcdev.com and tried to get the bootloader, but the first wasn't listed in the list of available phones. What am I missing?
Shemlon said:
So I went to htcdev.com and tried to get the bootloader, but the first wasn't listed in the list of available phones. What am I missing?
Click to expand...
Click to collapse
Choose "All Other Supported Models". You need an account to begin.
I have success. So far, I'm loving this phone.

Htc one stuck on htc screen

Hey guys I was trying root and flash a rom on my htc one got to the flashing the rom part and cwm crashed while flashing it now I can get into fast boot and recovery is there any file I need to sort this problem out sorry if in wrong place was having no luck finding sombody with this prob
Sent from my GT-N7105 using xda app-developers app
how someone can help you?
where are details about firmware s-off or s-on? hboot version? what did you try to flash, there is few ver htc one.
write to me if you want help and write all details, maybe something wrong with file, did you check md5?
Sent from my HTC One using Tapatalk 2
fanbogo said:
how someone can help you?
where are details about firmware s-off or s-on? hboot version? what did you try to flash, there is few ver htc one.
write to me if you want help and write all details, maybe something wrong with file, did you check md5?
Sent from my HTC One using Tapatalk 2
Click to expand...
Click to collapse
I was trying to flash the a team venom rom and it recovery crashed while flashing and wouldn't do anything else I have included a pic of my hoot screen
Sent from my GT-N7105 using xda app-developers app
your recovery version? you can do easy s-off do this. With s-off everything is very easy, but if you have Windows 8 it can be problem for you.
mate check md5 and try again, sometimes instalation freeze
Sent from my HTC One using Tapatalk 2
I have got that twrp recovery and I can't try again the phone won't mount to internal storage for me to put files bk there and I can't find them on the phone now lol any ideas how to get it to mount again
I also have windows vista aswell not windows 8 if that helps lol I just wanna put that viper rom on it and I will be happy then lol
Sent from my GT-N7105 using xda app-developers app
what version twrp.... man numbers im not magician
Sent from my HTC One using Tapatalk 2
V2. 7.0.1 mate sorry wasn't thinking
Sent from my GT-N7105 using xda app-developers app
scouse83 said:
V2. 7.0.1 mate sorry wasn't thinking
Sent from my GT-N7105 using xda app-developers app
Click to expand...
Click to collapse
Why are you running two simultaneous threads? You'll just get everybody confused. Recommend you stick with one thread so people can follow.
Sorry I didn't get any help so I tried again and forgot to remove post if I can lol
Sent from my GT-N7105 using xda app-developers app
scouse83 said:
Sorry I didn't get any help so I tried again and forgot to remove post if I can lol
Sent from my GT-N7105 using xda app-developers app
Click to expand...
Click to collapse
you said you are using TWRP 2.7.0.1. Is there a 2.7.0.1 for the M7_UL? The only one I know is for M7WLS. What is the complete file name of the recovery you have flashed?
I was just asked to post this in here and let other post die so that's what I will do lol
Sent from my GT-N7105 using xda app-developers app
I haven't got that file on my comp anymore to know the full filename I can always get a different recovery if that would help
Sent from my GT-N7105 using xda app-developers app
scouse83 said:
I haven't got that file on my comp anymore to know the full filename I can always get a different recovery if that would help
Sent from my GT-N7105 using xda app-developers app
Click to expand...
Click to collapse
I think you might have flashed a wrong recovery (for M7WLS)
try this recovery: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
better to md5 check both your rom and recovery before you flash them.
Make sure the rom is for M7_UL variant.
Lets hope your partitions are not screwed...
What difference should this make and what will I have to do next lol
Sent from my GT-N7105 using xda app-developers app
alray said:
I think you might have flashed a wrong recovery (for M7WLS)
try this recovery: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
better to md5 check both your rom and recovery before you flash them.
Make sure the rom is for M7_UL variant.
Lets hope your partitions are not screwed...
Click to expand...
Click to collapse
waste of time i told him exactly same thing via prv and he is keep asking same question.
Sent from my HTC One using Tapatalk 2
It's not a waste of time I have flashed the newer recovery and asked what to do next
Sent from my GT-N7105 using xda app-developers app
ehh.. ok mate, without any knowledge you can brick your device, why do you trust me? you dont even know me. Can you read just few basics..? im not trying to be rude mate.
You have everything here, i mean everything all your question are here, use search write your error and thats it..
Your frimware must be correct recovery etc, if you dont know what version firmware or recovery you need, open topic with rom and there must be instalation tip.
You are loosing your time when you waiting here for answer.
sry for poor English.
Sent from my HTC One using Tapatalk 2
scouse83 said:
It's not a waste of time I have flashed the newer recovery and asked what to do next
Sent from my GT-N7105 using xda app-developers app
Click to expand...
Click to collapse
TWRP recovery 2.7.0.1 is probably the M7WLS version not for your phone!
I don't know any 2.7.0.1 version for the M7_UL
So flashing a stable twrp version for your variant is the best move atm (2.6.3.3 or 2.6.3.4)
then try to flash your rom again
clear cache and hopefully it will boot
I know your not being rude mate just i had this phone for 4 days and 3 of them.days I've been stuck with it just need get it working again I've said my problem.and done as people have asked me I spent first day searching for help with this prob and never found any hence why I'm asking for help coz I've got myself stuck
Sent from my GT-N7105 using xda app-developers app
maybe thats only me but i like to read instructions before i will brick something for 400£, or maybe you dont care about money and you like to test, right now you are testing your device.
do you know what is root..?
Sent from my HTC One using Tapatalk 2

Categories

Resources