[Q] i hope i didn't brick this phone! - Sprint HTC One (M7)

I was doing pretty well:
unlocked, and got TWRP installed.
got su in place
then I did something stupid...I was planning to install custom rom..but I forgot to transfer it to the phone...
I did a wipe of cache, dalvik and system and suggested by rom poster...
and now I'm supposed to install the new rom..but oops..it's not on phone, and since its not removable, I dont know how to mount it...? i tried adb..but it doesn't seem to see the phone..and I'm really not sure what to do next?
Thank you!

Go to twrp website and they have directions on how to adb side load. Ill find a link I used on my DNA that gives clearer directions also. Adb sideload works the same on all devices that use twrp if in not mistaken
Sent from my HTC6435LVW using xda app-developers app

hmmm, I went to the site and followed instructions...but....
when I run ADB sideload from phone in twrp...it just sits forever at starting ADB sideload feature and doesn't actually start....any suggestions? thanks for the quick response..I was a little panicky, but knowing that there is a possibility is very reassuring!
keith843 said:
Go to twrp website and they have directions on how to adb side load. Ill find a link I used on my DNA that gives clearer directions also. Adb sideload works the same on all devices that use twrp if in not mistaken
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse

For you /path/to/file.zip, you need to put it in an easily accessible place like on the desktop.
then your path would be : C:\Users\*your user name*\Desktop
So your total set of commands with your phone in recovery and in adb sideload mode would be:
1. cd C:\Users\*your user name*\Desktop
2. adb sideload rom.zip
Sent from my HTC6435LVW using xda app-developers app

My current problem is that the phone is stuck trying to start the ADB sideload feature. When I type ADB devices..just to make sure I wasn't actually connected, it lists no devices ... I think I can manage to transfer the file over if I could actually get the sideload feature to start.
keith843 said:
For you /path/to/file.zip, you need to put it in an easily accessible place like on the desktop.
then your path would be : C:\Users\*your user name*\Desktop
So your total set of commands with your phone in recovery and in adb sideload mode would be:
1. cd C:\Users\*your user name*\Desktop
2. adb sideload rom.zip
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse

Do you have the sdk downloaded to your pc?
Sent from my HTC6435LVW using xda app-developers app

yes, this seems to be a problem with twrp as sideload just wont start on the actual phone..just sits there saying starting....is there any other way to transfer a file?
keith843 said:
Do you have the sdk downloaded to your pc?
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse

thehungrymonkey said:
My current problem is that the phone is stuck trying to start the ADB sideload feature. When I type ADB devices..just to make sure I wasn't actually connected, it lists no devices ... I think I can manage to transfer the file over if I could actually get the sideload feature to start.
Click to expand...
Click to collapse
Did you use my thread to unlock/flash twrp? If so run your commands from that folder and put the rom zip in that folder

Ok, wow..I actually have bigdaddy helping So I stepped back and repeated your steps, and it appears sideloading was working, but at the ned it said failed to write data 'protocol fault <no status> eek...what do i do now?
...
bigdaddy619 said:
Did you use my thread to unlock/flash twrp? If so run your commands from that folder and put the rom zip in that folder
Click to expand...
Click to collapse

Try to reflash the recovery,
fastboot flash recovery recovery.zip
And try to sideload again, sometimes twrp got buggy with me. Please correct me if I'm wrong bigdaddy,(never saying that again. Sounded dirty) lmao
Sent from my HTC6435LVW using xda app-developers app

thehungrymonkey said:
Ok, wow..I actually have bigdaddy helping So I stepped back and repeated your steps, and it appears sideloading was working, but at the ned it said failed to write data 'protocol fault <no status> eek...what do i do now?
...
Click to expand...
Click to collapse
hmmmm I have never seen that tried googling the error message but didnt really see anything
---------- Post added at 03:20 AM ---------- Previous post was at 03:19 AM ----------
keith843 said:
Try to reflash the recovery,
fastboot flash recovery recovery.zip
And try to sideload again, sometimes twrp got buggy with me. Please correct me if I'm wrong bigdaddy,(never saying that again. Sounded dirty) lmao
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
haha

I do have a question tho, since the dna and ONE are closely related, if I had an unlocked, soff, eng hboot on the one, could a vzw radio be flashed and it work correctly or is that the hardware radio that determines if it would work?
Sent from my HTC6435LVW using xda app-developers app

it worked finally! took a few runs at it...sideload seems...a touch finicky, but hell thank you! I owe you a big hug!
bigdaddy619 said:
hmmmm I have never seen that tried googling the error message but didnt really see anything
---------- Post added at 03:20 AM ---------- Previous post was at 03:19 AM ----------
haha
Click to expand...
Click to collapse

thehungrymonkey said:
it worked finally! took a few runs at it...sideload seems...a touch finicky, but hell thank you! I owe you a big hug!
Click to expand...
Click to collapse
Glad you got it going now make a backup
---------- Post added at 03:40 AM ---------- Previous post was at 03:35 AM ----------
keith843 said:
I do have a question tho, since the dna and ONE are closely related, if I had an unlocked, soff, eng hboot on the one, could a vzw radio be flashed and it work correctly or is that the hardware radio that determines if it would work?
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
No clue bro
---------- Post added at 04:03 AM ---------- Previous post was at 03:40 AM ----------
FYI you can use adb push to move files no need to use side load (Thanks for the info -viperboy-)

Never used adb push before, sideload is easy for me to understand as well
Sent from my HTC6435LVW using xda app-developers app

keith843 said:
Never used adb push before, sideload is easy for me to understand as well
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
I never used either I asked viperboy to take a look and see if he could help, but the OP got it figured out before he had a chance haha and he relayed that bit of helpful info to me

bigdaddy619 said:
I never used either I asked viperboy to take a look and see if he could help, but the OP got it figured out before he had a chance haha and he relayed that bit of helpful info to me
Click to expand...
Click to collapse
Seems like some new research is in order for me. That's what I love about this site. Full of knowledgable people to help educate the less knowledgable learn new and better ways of doing things.
Sent from my HTC6435LVW using xda app-developers app

keith843 said:
Seems like some new research is in order for me. That's what I love about this site. Full of knowledgable people to help educate the less knowledgable learn new and better ways of doing things.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
Well said

Research complete, lol.
http://forum.xda-developers.com/showthread.php?p=26430276
Sent from my HTC6435LVW using xda app-developers app

keith843 said:
Research complete, lol.
http://forum.xda-developers.com/showthread.php?p=26430276
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
Nice good find

Related

Need help unrooting!!!!

Please help!!! My charger port broke and I need to unroot to take it to Cellular South to see if they can fix it. I am running CM 6.1 and I rooted with Z4root. I saved it on my phone with Titanium Backup. When I click on it all it says is root. Well i figured if I try to reroot it, it will recognize that I am already rooted and then give me the option to unroot but all it does is reboots and reinstalls the current ROM. When I go back to Z4root it says the same thing, root. I also was going to get the original RUU from Cell South but I can't hook my phone up to the computer to finish the process cause of my charger port is broken. Please help me!!! If I failed to give you all the info you need, let me know and I will give you the missing info. Thanks in advance!!!
have your tried running the ruu through adb using adb wireless?
How do you do that?
I downloaded the RUU from Cell South and tried to install it from recovery mode but it just went back to the current ROM again.
there is a progam called adb wireless.... havent done any of this myself but i would guess its the same as running the ruu in adb connected through usb.
check here for ruu commands in adb
http://forum.xda-developers.com/showthread.php?t=688820 the app is in market i do believe
hope i not confusing you or leading you down the wrong path but is just an idea you can try
babygirl17_06 said:
I downloaded the RUU from Cell South and tried to install it from recovery mode but it just went back to the current ROM again.
Click to expand...
Click to collapse
You don't run an RUU from recovery, or from the phone at all.
Do you have fast boot working??? If so there's a zip you can flash from h boot to return to stock.
Something.About.Me.U.Dont.Like.
Its.Cool.I.Understand.AWAH
I downloaded the adb wireless but not sure what to do with it.
Sent from my HERO200 using XDA App
Isn't fast boot where I press and hold power button and volume up? If so then yes it works but not sure how to use it. The only thing I use it for is when is says (menu) Recovery. I use it to send me to recovery mode sometimes.
Sent from my HERO200 using XDA App
What is this androidsdk I keep hearing about? I actually got help rooting with the good folks from phandroid forums. Maybe y'all use this androidsdk in your rooting method and Phandroid does not and I'm missing that and that us why I can't figure out what y'all are talking about. Just thinking...
Sent from my HERO200 using XDA App
Give me a sec to boot up I'll post you some links on how to get the android sdk. Adb wireless wont work without it. I've never used that app so not sure on how it works. And fast boot is when you have s-off. When you hold your volume down and power before you hit the button for recovery it will say in the top left hand corner or right, if you have s-off or s-on. To use fast boot you have to have s-off.
Something.About.Me.U.Dont.Like.
Its.Cool.I.Understand.AWAH
I just checked and it says S-on.
Sent from my HERO200 using XDA App
So what's my next move?
Sent from my HERO200 using XDA App
babygirl17_06 said:
So what's my next move?
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Go here to install the ADB -SDK
http://forum.xda-developers.com/showthread.php?t=858118
Go here to have S-off
http://forum.xda-developers.com/showthread.php?t=765237
Go here to go back to stock from you phone
http://forum.xda-developers.com/showthread.php?t=804692
It's going to take a lot of reading sorry for the wait time had to take my wife to work. If you need any other help I will try my best. Well good luck.
On the first step, do I do everything or just download the ADB SDK? Sorry, I hate to sound like such a noob but I don't want to mess this up!
Sent from my HERO200 using XDA App
Sent from my HERO200 using XDA App
babygirl17_06 said:
On the first step, do I do everything or just download the ADB SDK? Sorry, I hate to sound like such a noob but I don't want to mess this up!
Sent from my HERO200 using XDA App
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
I'm puzzled as to what step your referring to????
Something.About.Me.U.Dont.Like.
Its.Cool.I.Understand.AWAH
On the first link just follow my instructions step for step and you should have it in no time. Remember follow the first post.
Edit ok now I see my bad. Nope just the sdk nothing else
Something.About.Me.U.Dont.Like.
Its.Cool.I.Understand.AWAH
Ok I have the first 2 downloaded. Since I'm with Cellular South I can't use the last step so I went to cellularsouth.com and I'm downloading it as I type. I'm not sure how to install the first 2 though. I have them downloaded but not sure what to do next.
Sent from my HERO200 using XDA App
babygirl17_06 said:
Ok I have the first 2 downloaded. Since I'm with Cellular South I can't use the last step so I went to cellularsouth.com and I'm downloading it as I type. I'm not sure how to install the first 2 though. I have them downloaded but not sure what to do next.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
If you mean the sdk just install it on your computer. Just click on it and choose run. If that's not the one then which one are you refering to
Install the ask on the computer and use the adb wireless to connect, right?
Sent from my HERO200 using XDA App

[Q] "No OS installed!" Can't get past bootloader or recovery! Urgent Help!

I'm an amateur ROM flasher and I usually get around a problem after a few hours of messing around with the device and forums but I am absolutely stumped by this one. After unsuccessfully trying to flash a few roms, I decided to restore my phone back to what it was because I backed it up only a few hours before. All it would load is a black screen with the status bar showing the time and no signal, sometimes allowing me to slide to unlock to my saved launcher with still a black background. Not only would it never get reception, it would reboot within two minutes. This cycled until the battery would die. I ended up deleting everything on the device itself in attempt to fix something, not thinking I would delete my back ups and then my ability to ever get my phone past bootloader or recovery. I can still do fastboot commands and change the recovery, but besides that, it's a brick. Any kind of help would mean the world, thanks!
http://forum.xda-developers.com/showthread.php?t=2317989
[HOW TO] ADB Sideload/Push if you Wipe Internal Storage And have no ROM to Flash
Sent from my HTCONE
Im geussing you dont have any other phone to download a rom to an sd card and put it in ur phone?
It would beat having to go thru all the adb setup if your not familiar with adb .
Sent from my SAMSUNG-SGH-I337 using xda premium
It's not a brick until nothing lights up our charges. And since there is no sd slot, that's out. You have access to recovery, you're fine. Download a stable Rom and just like fastboot, do an adb push of the Rom like suggested above. Wipe data, caches, and format system before flashing. No worries. All its not lost.
Sent from my HTCONE using xda premium
propjockey said:
It's not a brick until nothing lights up our charges. And since there is no sd slot, that's out. You have access to recovery, you're fine. Download a stable Rom and just like fastboot, do an adb push of the Rom like suggested above. Wipe data, caches, and format system before flashing. No worries. All its not lost.
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
What ??? No sd card slot ? Thats insane.
Sent from my SAMSUNG-SGH-I337 using xda premium
captivated1971 said:
What ??? No sd card slot ? Thats insane.
Sent from my SAMSUNG-SGH-I337 using xda premium
Click to expand...
Click to collapse
Wild times were living in.
Sent from my HTCONE using xda premium
Use the tool here http://forum.xda-developers.com/showthread.php?p=40341536 makes everything easy download a Rom and then click sideload Rom. You may have to click install HTC drivers first.
Sent from my HTCONE using xda app-developers app
I smell a couple Trolls in here
No trolling on my end. Just trying to help a guy out. Maybe I'm missing the joke.
Sent from my HTCONE using xda premium
propjockey said:
No trolling on my end. Just trying to help a guy out. Maybe I'm missing the joke.
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
Likely he's referring to the "Sent from my Samsung" guy aghast at the lack of an SD card slot.
propjockey said:
No trolling on my end. Just trying to help a guy out. Maybe I'm missing the joke.
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
The Troll is the AT&T guy who think's he's being cute trying to tell the OP to put it on an SD card.
Yeah I see that now. Wasn't firing on all cylinders last night.
Sent from my HTCONE using xda premium
bearw815 said:
http://forum.xda-developers.com/showthread.php?t=2317989
[HOW TO] ADB Sideload/Push if you Wipe Internal Storage And have no ROM to Flash
Sent from my HTCONE
Click to expand...
Click to collapse
Any of those adb commands results only with "error: device not found"
This may not be a fix for HTC phones, but on Samsung devices, I've had to uninstall and reinstall drivers several times. Do and uninstall, run a registry cleaner, reboot pc, reinstall drivers, reboot, and try adb again. I used to do that every so often with my Samsung devices that wouldn't be properly detected by my pc. It usually fixed my problem.
Sent from my HTCONE using xda premium
propjockey said:
This may not be a fix for HTC phones, but on Samsung devices, I've had to uninstall and reinstall drivers several times. Do and uninstall, run a registry cleaner, reboot pc, reinstall drivers, reboot, and try adb again. I used to do that every so often with my Samsung devices that wouldn't be properly detected by my pc. It usually fixed my problem.
Sent from my HTCONE using xda premium
Click to expand...
Click to collapse
How would I get around to doing this on a Mac? It's all I got.
Sorry, I'm not a Mac guy. I couldn't tell you. Can you poach some time on pc at work or a friend's? You may also be able to boot a Linux live disc on your Mac and work from there. Takes some effort, but may help.
Sent from my HTCONE using xda premium
cowkong said:
How would I get around to doing this on a Mac? It's all I got.
Click to expand...
Click to collapse
No offense meant, but that information really needs to be in the first post. It could have made things significantly easier. We also really need to know what ROMs you were trying, because the problems you'r edescribing vaguely sound like you've flashed a GSM ROM somewhere along the line by accident, in which case you will need to RUU (and most of the guides are unfortunately pretty Windows-centric).
Rirere said:
No offense meant, but that information really needs to be in the first post. It could have made things significantly easier. We also really need to know what ROMs you were trying, because the problems you'r edescribing vaguely sound like you've flashed a GSM ROM somewhere along the line by accident, in which case you will need to RUU (and most of the guides are unfortunately pretty Windows-centric).
Click to expand...
Click to collapse
No offense taken. Unfortunately, a Mac is all I'm able to use at the moment. I'm trying to run CleanRom from the sprint htc one development section of this site, so I'm fairly certain it should work. My main problem right now is that using adb commands my phone is not recognized. Using fastboot, though, works absolutely fine to do whatever I need and recognizes my device. I've tried using twrp and clockworkmod recovery touch to sideload any zip file and just won't work. All it says after trying that is "failed to open driver control: no such file or directory".
Please do tell me if any other information would help you help me faster. I don't frequent forums so I'd imagine I'm quite frustrating to work with.
Anybody have any idea?

Fromatted and now my phone is blank

I need to know how to get a rom back on my phone. it is stuck on the white htc screen and will not do anything including shut off. Any help would be great thanks.
This happened to me recently as long as you can get into recovery your should still be fine. With TWRP you can use Adb sideload to push a rom back onto the phone.
cloppy said:
This happened to me recently as long as you can get into recovery your should still be fine. With TWRP you can use Adb sideload to push a rom back onto the phone.
Click to expand...
Click to collapse
now im in recovery what can I do to fix it? will you help me out please?
Holding down the power button long enough like 30 seconds should power off the phone. Maybe try to hold the Vol down button too like your entering the recovery. that might trick it to power off or reboot.
cloppy said:
Holding down the power button long enough like 30 seconds should power off the phone. Maybe try to hold the Vol down button too like your entering the recovery. that might trick it to power off or reboot.
Click to expand...
Click to collapse
I got it in recovery now but im not sure what to do now.
Davek30 said:
I got it in recovery now but im not sure what to do now.
Click to expand...
Click to collapse
Thats good you got to recovery if you have TWRP you can use the ADB sideload commands. other recoveries may have a similar option. Here is a guide how to sideload.
http://forum.xda-developers.com/showthread.php?t=2318497
cloppy said:
Thats good you got to recovery if you have TWRP you can use the ADB sideload commands. other recoveries may have a similar option. Here is a guide how to sideload.
http://forum.xda-developers.com/showthread.php?t=2318497
Click to expand...
Click to collapse
Great but what files do I need for my pc?
you need the HTC drivers and ADB. here is a tool kit that should have all the stuff.
http://forum.xda-developers.com/showthread.php?t=2236814
well im not sure how to do this so ill just switch to a different phone.
You don't need to switch to a different phone. Just try to learn how to do this stuff. Go to HTC's and Sprint's Web sites and download drivers. Then, try to flash a ROM. PM me, if you want, and I will try to help.
Sent from my HTCONE using xda app-developers app
Vobeyo said:
You don't need to switch to a different phone. Just try to learn how to do this stuff. Go to HTC's and Sprint's Web sites and download drivers. Then, try to flash a ROM. PM me, if you want, and I will try to help.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
the problem with that is I can get a rom on the phone to flash it. im new to the sideload thing
Davek30 said:
the problem with that is I can get a rom on the phone to flash it. im new to the sideload thing
Click to expand...
Click to collapse
There's a first time for everything, bucko.
You should not be messing around if you're not comfortable with adb.
Davek30 said:
the problem with that is I can get a rom on the phone to flash it. im new to the sideload thing
Click to expand...
Click to collapse
I was too up until last week when i found all these guides and tools available here. Plus there are plenty of people available and willing to help here no need for a new phone. Install the drivers on your computer, reboot into recovery and use the adb guide to sideload a rom all these processes are well documented.
Download the tool here http://forum.xda-developers.com/showthread.php?p=40341536
Download a Rom you want.
Then connect your phone to your computer while in bootloader, click sideload Rom from the tool you downloaded, then select your Rom. Profit.
You may need to click install HTC drivers from the tool as well if your phone isn't recognized by the computer.
Sent from my HTCONE using xda app-developers app
Konfuzion said:
Download the tool here http://forum.xda-developers.com/showthread.php?p=40341536
Download a Rom you want.
Then connect your phone to your computer while in bootloader, click sideload Rom from the tool you downloaded, then select your Rom. Profit.
You may need to click install HTC drivers from the tool as well if your phone isn't recognized by the computer.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
You can do all this, but ADB is easier.
Vobeyo said:
You can do all this, but ADB is easier.
Click to expand...
Click to collapse
Not for someone who doesn't know ADB. How can typing in command line be easier than clicking a button?
Sent from my HTCONE using xda app-developers app
Konfuzion said:
Download the tool here http://forum.xda-developers.com/showthread.php?p=40341536
Download a Rom you want.
Then connect your phone to your computer while in bootloader, click sideload Rom from the tool you downloaded, then select your Rom. Profit.
You may need to click install HTC drivers from the tool as well if your phone isn't recognized by the computer.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
Not trying to sound like a richard head but how will anyone learn anything buy using Hasoon's toolkit(don't get me wrong he does amazing work,I used a toolkit myself on my Nexus 7 ONLY because I didn't know how to unlock the bootloader) I give huge props to all the Devs that build toolkits for us.
My point is if you learn to DIY most members won't freak out as much because they will have the knowledge to hopefully fix the problem.
Carry on
bigdaddy619 said:
Not trying to sound like a richard head but how will anyone learn anything buy using Hasoon's toolkit(don't get me wrong he does amazing work,I used a toolkit myself on my Nexus 7 ONLY because I didn't know how to unlock the bootloader) I give huge props to all the Devs that build toolkits for us.
My point is if you learn to DIY most members won't freak out as much because they will have the knowledge to hopefully fix the problem.
Carry on
Click to expand...
Click to collapse
My point is this guy is talking about ditching the phone for another and I gave him a simple easy solution to his problem that is essentially one click. And you think someone who is considering getting a new phone over a wiped sd card is interested in taking the time to learn ADB?
The OP sounds like the type of person who should just stick to stock, but alas here we are.
Sent from my HTCONE using xda app-developers app
Konfuzion said:
My point is this guy is talking about ditching the phone for another and I gave him a simple easy solution to his problem that is essentially one click. And you think someone who is considering getting a new phone over a wiped sd card is interested in taking the time to learn ADB?
The OP sounds like the type of person who should just stick to stock, but alas here we are.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
All you have to do is Google 'how to sideload,' to find that all you have to type is 'adb sideload rom.zip'
It is very simple.
Vobeyo said:
All you have to do is Google 'how to sideload,' to find that all you have to type is 'adb sideload rom.zip'
It is very simple.
Click to expand...
Click to collapse
People are so hard headed, yeah I'm wrong OP download ADB, update it, start learning ADB, connect your phone in bootloader and ADB sideload your Rom of choice. Because that will be much easier than clicking one button......
Sent from my HTCONE using xda app-developers app

I need help returning HTC ONE back to stock

Hey y'all. So, I accidently deleted everything on my internal storage when I was messing around on TWRP. I've downloaded ADB and the RUU. 1.29 file to return to stock, however it doesn't work because I need 1.31. I know I need to turn S-OFF, but I have no idea how to go about this considering every time I mount my phone, my computer doesn't recognize it. So I was wondering, what should I do to fix my problem? If it helps I'm running windows 7 on my Mac using VMWare Fusion.
Anyone? lol
brndnbalbin53 said:
Hey y'all. So, I accidently deleted everything on my internal storage when I was messing around on TWRP. I've downloaded ADB and the RUU. 1.29 file to return to stock, however it doesn't work because I need 1.31. I know I need to turn S-OFF, but I have no idea how to go about this considering every time I mount my phone, my computer doesn't recognize it. So I was wondering, what should I do to fix my problem? If it helps I'm running windows 7 on my Mac using VMWare Fusion.
Click to expand...
Click to collapse
You fix it yet?
Sent from my Nocturnal Google Edition CDMA 5.0 using xda app-developers app
59438565 119
nah =/
This might be a way for you to fix phone. If it doesn't work now, can't hurt much to try.
http://forum.xda-developers.com/showthread.php?t=2236418
You need stock? Or just to get back up and running?
To get up and running.....
First download a Rom and recovery (TWRP)
From adb type fastboot flash recovery recoverynamehere.img
Boot into recovery
In TWRP go to Advanced > ADB Sideload
abd sideload romnamehere.zip
To get back to stock....
Here is a guide to RUU on 1.31 if that's what you want to do.
http://forum.xda-developers.com/showthread.php?p=44243635
Make sure you get s-off before you upgrade to 4.3
Sent from my HTCONE using xda app-developers app
Konfuzion said:
You need stock? Or just to get back up and running?
To get up and running.....
First download a Rom and recovery (TWRP)
From adb type fastboot flash recovery recoverynamehere.img
Boot into recovery
In TWRP go to Advanced > ADB Sideload
abd sideload romnamehere.zip
To get back to stock....
Here is a guide to RUU on 1.31 if that's what you want to do.
http://forum.xda-developers.com/showthread.php?p=44243635
Make sure you get s-off before you upgrade to 4.3
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
I have the same issue as the OP and I can't mount /data to get the ADB Sideload to workin in TWRP.
Sirricharic said:
I have the same issue as the OP and I can't mount /data to get the ADB Sideload to workin in TWRP.
Click to expand...
Click to collapse
You don't/can't mount data on the HTC one. You click advanced/sideload mode.
Sent from my HTCONE using xda app-developers app
Here's a thread I just found, some very good links on it.
http://forum.xda-developers.com/showthread.php?t=2438026&nocache=1
You should be able to find just about anything from here, roms, kernals, guides, tools. The OP did a lot of work on this.
retiredtrebor said:
Here's a thread I just found, some very good links on it.
http://forum.xda-developers.com/showthread.php?t=2438026&nocache=1
You should be able to find just about anything from here, roms, kernals, guides, tools. The OP did a lot of work on this.
Click to expand...
Click to collapse
I don't think linking this thread is a very good idea this is for the GSM HTC One and someone could very easily mess up their CDMA HTC One if they flash just about anything on that post.
That said I already provided the solution.
Sent from my HTCONE using xda app-developers app
Konfuzion said:
You don't/can't mount data on the HTC one. You click advanced/sideload mode.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
When I put that into the command window, it just says waiting for device and won't let me type anything else
brndnbalbin53 said:
When I put that into the command window, it just says waiting for device and won't let me type anything else
Click to expand...
Click to collapse
When you put what into the command window?
Sent from my HTCONE using xda app-developers app
Konfuzion said:
When you put what into the command window?
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
When I'm in adb and I type fastboot flash recovery with the TWRP recovery.img it'll just say waiting for device
brndnbalbin53 said:
When I'm in adb and I type fastboot flash recovery with the TWRP recovery.img it'll just say waiting for device
Click to expand...
Click to collapse
Fastboot flash recovery recovery.img
Sent from my HTCONE using xda app-developers app
Go with what Konfuzuin is saying, it will work. If you need step by step help I have done this on my mac and can get you where you need to be with out using Windows. Even if you get TWRP and a rom installed there is a very good chance you will be stuck in a bootloop. No roms will work so use the link Konfuzion provided to get the RUU to work.
Konfuzion said:
Fastboot flash recovery recovery.img
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
it still says waiting for device and it won't let me type anything else =[
brndnbalbin53 said:
it still says waiting for device and it won't let me type anything else =[
Click to expand...
Click to collapse
Make sure anti virus and any firewalls are turned off including Windows firewall and try again.
If all that doesn't work try uninstalling HTC sync and the drivers and install the Universal Naked Drivers. I will link in a sec.
http://forum.xda-developers.com/showthread.php?t=2263822
Install and then reboot your computer and try again
Sent from my HTCONE using xda app-developers app
brndnbalbin53 said:
it still says waiting for device and it won't let me type anything else =[
Click to expand...
Click to collapse
Currently can you access TWRP in recovery mode? Or are you having issues getting TWRP installed?
sattdog said:
Currently can you access TWRP in recovery mode? Or are you having issues getting TWRP installed?
Click to expand...
Click to collapse
yeah i have TWRP installed on my phone, but let me make things a little bit clearer. My phone has absolutely nothing running on it because I formated the data.
Konfuzion said:
Make sure anti virus and any firewalls are turned off including Windows firewall and try again.
If all that doesn't work try uninstalling HTC sync and the drivers and install the Universal Naked Drivers. I will link in a sec.
http://forum.xda-developers.com/showthread.php?t=2263822
Install and then reboot your computer and try again
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
yup still nothing =/

Attempted to install new InsertCoin [Fail]

It gets to the end but shows install error 7 at the end, booted anyways, now just bootloops to eternity. No recovery is accessible only fastboot now.
Tried to install 3 recoveries through fastboot all passed but none bootup, factory resetted through fastboot, no go still. Not in anyway meant to steer people away from the ROM, others are reporting it is working fine for them. I can't and a few others it seems. Phones aren't done for, just temp out for the count.
Will clean up the thread and make things prettier but need to get to work, hopefully this gets some attention. Thanks for any help guys, I won't be able to trouble shoot for about 10 hours or more depending on work things.
Were you able to restore your backup, or perhaps adb push a new rom ?
If not, what is your fastboot getvar all output?
SaHiLzZ said:
Were you able to restore your backup, or perhaps adb push a new rom ?
If not, what is your fastboot getvar all output?
Click to expand...
Click to collapse
I can't access recovery. Others have posted they can get into recovery and revert back. I cannot get it to boot and stay in recovery for more then a second. I installed the latest cwm recovery before flashing all was fine. Any link to sideloading. Will try when I get home tonight, on a backup phone right now at work.
Sent from my LG-P999 using xda app-developers app
Also appears it is happening in the other 4.4 gpe rom. Reboots and such.
Sent from my LG-P999 using xda app-developers app
Time to RUU back!
SaHiLzZ said:
Time to RUU back!
Click to expand...
Click to collapse
That's what I figured, will have more fun tonight I guess and report back, thanks bud.
Sent from my LG-P999 using xda app-developers app
mt3g said:
That's what I figured, will have more fun tonight I guess and report back, thanks bud.
Sent from my LG-P999 using xda app-developers app
Click to expand...
Click to collapse
So I tried it.
Got a boot loop to where i keep rebooting at the set up menu. -.-
I can't push via ADB for some reason, it says my HTC isnt found when the last time I tried, i removed all data, then adb pushed but that was dangerous .
sasaphrazz said:
So I tried it.
Got a boot loop to where i keep rebooting at the set up menu. -.-
I can't push via ADB for some reason, it says my HTC isnt found when the last time I tried, i removed all data, then adb pushed but that was dangerous .
Click to expand...
Click to collapse
So you side loaded and got it working now? Good news. Weird why its happening to some and not all. Dis you uncheck volume to wake option as well by chance? I'm just going to run the ruu when I get home later. Just need to read on how its done lol.
Sent from my LG-P999 using xda app-developers app
and im also on twrp 2633
To anyone that reads, me being stuck in an endless bootloop will a fastboot erase cache fix my issue? I've read that numerous times... thanks.
Sent from my LG-P999 using xda app-developers app
mt3g said:
So you side loaded and got it working now? Good news. Weird why its happening to some and not all. Dis you uncheck volume to wake option as well by chance? I'm just going to run the ruu when I get home later. Just need to read on how its done lol.
Sent from my LG-P999 using xda app-developers app
Click to expand...
Click to collapse
I side loaded ARHD 31.0 HD fine.
what im probably gonna do is try sideloading it again, then S-OFFing my HTC. Idk why It wont let me s-off for some reason -.-
Tried without the volume thingy, still doesnt work btw.
Ok, cool. Did you check your download for md5 match. I didn't as the download size was correct, lazy and dumb move.
Sent from my LG-P999 using xda app-developers app
Okay now I need MAJOR help.
I deleted EVERYTHING off the sd.
I tried ADB sideloading and its not finding my device. I tried multiple drivers and still nothing. Im on Win 8.1
You should try it on windows 7
Ya I haven't read anything good about windows 8 and android. There is a thread around somewhere tho.
Sent from my LG-P999 using xda app-developers app
http://forum.xda-developers.com/showthread.php?t=2543300 pass this around please
sasaphrazz said:
http://forum.xda-developers.com/showthread.php?t=2543300 pass this around please
Click to expand...
Click to collapse
How about you try a different computer not on win8??
Sent from my LG-P999 using xda app-developers app
just bricked mine too
This rom just bricked my htc one one too. i can't get to recovery no more... now im stuck on the fast boot and dont even know what to do next...can anyone help here plz...
mt3g said:
It gets to the end but shows install error 7 at the end, booted anyways, now just bootloops to eternity. No recovery is accessible only fastboot now.
Tried to install 3 recoveries through fastboot all passed but none bootup, factory resetted through fastboot, no go still. Not in anyway meant to steer people away from the ROM, others are reporting it is working fine for them. I can't and a few others it seems. Phones aren't done for, just temp out for the count.
Will clean up the thread and make things prettier but need to get to work, hopefully this gets some attention. Thanks for any help guys, I won't be able to trouble shoot for about 10 hours or more depending on work things.
Click to expand...
Click to collapse
---------- Post added at 08:35 AM ---------- Previous post was at 08:28 AM ----------
how to troubleshoot htc one from the fast boot btw...?
arso120120 said:
This rom just bricked my htc one one too. i can't get to recovery no more... now im stuck on the fast boot and dont even know what to do next...can anyone help here plz...
Click to expand...
Click to collapse
I just ran the ruu for my device, did it last night and all is good. What carrier and software do you have?
Sent from my HTC One using XDA Premium 4 mobile app
Good to know OP! Lucky you had a RUU to go back to!

Categories

Resources