Hi all,
Hopefully someone can help. So I am stuck on the bootloop screen on CM10. I have searched and researched but so far to no avail.
Here's what I have so far:
My One X is the international version and I have unlocked the bootloader and rooted.
Instead of doing the usual route of downloading a rom on my PC, I tried it through the phone via an app on play called CM downlander.
I then attempted to install from SD as usual.
I am unable to mount the phone/sd via clockwork as the pc seems to not see the phone.
I have looked all over the web and the only thing I can find is something called android debugging bridge? This looks like it could be helpful.
Although I am a complete android geek, I am relatively new to custom android, I have run CM successfully on a GSII but that is it so if anyone can help, please could you do it newbie friendly? Thanks!
u have not flashed the kernel it seems.to mount sdcard,try rebooting recovery and then mount sdcard. just now this happened 2 me.
Sent from my One V
Which recovery do you have ? Is it cwm 5.8.4.0 ? If not ..... upgrade the recovery, it has the option to mount sd card as USB diskdrive.....and second, i doubt that you flashed the boot.img with fastboot commands ? It's needed because we can not flash complete roms with recovery because we are s-on ! You have to flash the kernel separately
First of all, download the cm10 zip from official source: get.cm/?device=endeavoru
Do you get an error if you try to mount in cwm?
Sent from my HTC One X
Sorry, being sent out by the missus! Will be back on tonight.
Hi guys, thanks for your replies earlier. In response:
I have downloaded a copy of cm10 on my pc. Unfortunately TToivanen I am unable to mount in cwm. I'm using 5.8.2.7.
I am almost certain you guys are correct, I vaguely remember flashing the kernel for my old GSII but didn't touch the kernel this time.
Now....how the hell do I do get out of this one!?
By the way, forgot to add. when I boot up I just get stuck in cm bootloop.
Easy fix: download latest cwm here:
http://download2.clockworkmod.com/recoveries/recovery-clockwork-touch-5.8.4.0-endeavoru.img
Then flash it in fastboot.
Code:
fastboot flash recovery filename.img
Then mounting usb should work.
And don't forget to extract the boot.img and flash it as well.
Sent from my HTC One X
Ok, I'm going to sound totally newbie now, I'm not sure how to do these things that you have suggested. Do I download to my pc then use a command line or something to get it to my phone?
Ok, just researching fastboot for windows now...
Alright, dl these fastboot files:
http://www.mediafire.com/?q2540u4g3v6qqd7
Extract and put the recovery img I linked in the fastboot folder.
Then hold shift and right click anywhere in that folder and select open command prompt here.
Hold power and volumedown to get to fastboot modeand connect usb cable to pc, on phone screen you should see fastboot usb.
Then execute the command I posted while ago.
Finally, on your phone menu, select hboot -> recovery.
Usb mounting should work now.
Flash rom and proceed to next step.
Installing kernel:
Extract boot.img from the rom.zip to the fastboot folder.
Open fastboot command prompt as described earlier and type
Code:
fastboot flash boot boot.img
followed by
Code:
fastboot erase cache
Sent from my HTC One X
don't forget to factory reset!...
Sent from my One V
Thanks. Just to top this off. I think my battery has died because it'll no longer switch on. I'm sure it was fully charged before I started. I know I saw a thread about that so will check it now.
Yeah, the one with the batch file.
Let it run at least overnight.
I'm off to bed and will check back tomorrow. :thumbup:
Sent from my HTC One X
TToivanen said:
Yeah, the one with the batch file.
Let it run at least overnight.
I'm off to bed and will check back tomorrow. :thumbup:
Sent from my HTC One X
Click to expand...
Click to collapse
Thanks TToivanen. LED is just slowly flashing red so will check it in the morning. Fingers crossed I can sort this tomorrow.
Cheers.
wow.....after this all, we have another expert on the team
Hi all, I'm off to a wedding today (on a Monday, I know) so won't be able to do anything to the phone today. I will be back on tomorrow though with a raging hangover. I will say though that I followed your instructions and got stuck at initiating the command. I'm not at the pc but it said something wasn't found. I'll post the full error message tomorrow.
Evening fellow geeks! Can I just say thanks for your replies so far. It's not like you are paid to do this so I just want to say that I appreciate your help.
I'm hoping that by the time I go to bed tonight I will have a working phone, that's my hope anyway.
I'm going to re-follow TToivanen's advice now and post the error message I am getting. Will post in a few minutes.
Ok, so I downloaded fast boot and the clockwork recovery file. Extracted fastboot and copied clockwork into it. Opened a command screen from fastboot, then entered the fastboot screen on my phone and attached usb.
This is where I think I am getting stuck/going wrong, I pasted fastboot flash recovery filename.img into the and screen and get the following:
C:\Users\Simon\Downloads\Fastboot>fastboot flash recovery filename.img
error: cannot load 'filename.img'
C:\Users\Simon\Downloads\Fastboot>
ilikegoogles said:
Ok, so I downloaded fast boot and the clockwork recovery file. Extracted fastboot and copied clockwork into it. Opened a command screen from fastboot, then entered the fastboot screen on my phone and attached usb.
This is where I think I am getting stuck/going wrong, I pasted fastboot flash recovery filename.img into the and screen and get the following:
C:\Users\Simon\Downloads\Fastboot>fastboot flash recovery filename.img
error: cannot load 'filename.img'
C:\Users\Simon\Downloads\Fastboot>
Click to expand...
Click to collapse
Download this. And paste to fastboot folder.
The file name in this case is: recovery-clockwork-touch-5.8.4.0-endeavoru.img
Or you can change the name to whatever easier to type.
TToivanen said:
Download this. And paste to fastboot folder.
The file name in this case is: recovery-clockwork-touch-5.8.4.0-endeavoru.img
Or you can change the name to whatever easier to type.
Click to expand...
Click to collapse
Cheers TToivanen. That is the one I have in the fastboot folder. For some reason though, I keep getting the same error when trying to execute the code.
Related
Please help!
I`ve installed a stock kernel because the previous kernel wasn't working well, but now my phone keeps rebooting.
It starts up and after the "htc one x" logo is showed it reboots.
This is the kernel I've installed:
http://forum.xda-developers.com/showthread.php?t=1692404&page=2
And I'm using a stock ROM (1.29)
I'm sorry for asking, but I'm not that experienced with loading kernels so I'm a little stressed out that I've bricked my phone or something..
Can someone please ~give advise?
did u flash the modules?
sent from my CHARRED ONE X~ and click THANKS if I helped.
jannvh said:
Please help!
I`ve installed a stock kernel because the previous kernel wasn't working well, but now my phone keeps rebooting.
It starts up and after the "htc one x" logo is showed it reboots.
Click to expand...
Click to collapse
There are essentially three steps to flashing a new kernel:
Flash the new kernel using fastboot flash boot filename.img
Erase cache using fastboot erase cache
Reboot into recovery and push the new kernel's modules by installing the .ZIP file from your device's SD card.
Tnx for your reply man!
Only now I have a different problem..
My phone doesn't start at al!!
I had to work today so I left my phone on the charger all day, to try your method tonight.
When I tried to start it up the only thing I get is the red led blinking a few times and thats it..
When I left my phone on the charger last night it looked like it was charging (red led burning continuously).
Anyone any ideas what's the problem now? (and how to fix of course )
-update 5 min later: now I don't even get the red led blinking anymore )
-update another 5 min later: strangely enough the led blinks again
In the meantime I'm back in the bootloader! :good:
What now?
Can you really simply explain how to flash the boot.img?
I dont understand how it works exactly..
Sorry for being so ignorant, but if I was foreseeing this sh*t I would never have touched my kernel
thanks in advance!
1. download boot.img and modules zip from the link
2. copy boot.img to fastboot folder.
3. open cmd, cd to where your fastboot folder is and then type:
fastboot flash boot boot.img
fastboot erase cache
4. boot phone into recovery, mount USB storage and copy modules zip to your phone
5. unmounts USB storage and install modules zip from recovery menu
6. reboot phone and it should boot
teky said:
1. download boot.img and modules zip from the link
2. copy boot.img to fastboot folder.
3. open cmd, cd to where your fastboot folder is and then type:
fastboot flash boot boot.img
fastboot erase cache
4. boot phone into recovery, mount USB storage and copy modules zip to your phone
5. unmounts USB storage and install modules zip from recovery menu
6. reboot phone and it should boot
Click to expand...
Click to collapse
So I've booted my phone in the bootloader en then selected fastboot. Then I leave it there and open the CMD on my pc
The boot.img is in the my downloads folder.
So in CMD I should type: C:\Users\Jan\Downloads>fastboot flash boot boot.img
And than it says that the command is not recognized...
to be more specific, it says: fastboot is not recognized as internal or external command, program or batchfile
jannvh said:
So I've booted my phone in the bootloader en then selected fastboot. Then I leave it there and open the CMD on my pc
The boot.img is in the my downloads folder.
So in CMD I should type: C:\Users\Jan\Downloads>fastboot flash boot boot.img
And than it says that the command is not recognized...
to be more specific, it says: fastboot is not recognized as internal or external command, program or batchfile
Click to expand...
Click to collapse
you copy the boot.img to the same folder that the fastboot files are in
Edit: you should really READ the INSTRUCTIONS before you act. if you unlocked your bootloader to do some modding, which you would have HAD TO DOWNLOAD THE FASTBOOT FILES AND PERFORM THE FASTBOOT COMMANDS FROM WITHIN THE FASTBOOT DIRECTORY
teky said:
you copy the boot.img to the same folder that the fastboot files are in
Edit: you should really READ the INSTRUCTIONS before you act. if you unlocked your bootloader to do some modding, which you would have HAD TO DOWNLOAD THE FASTBOOT FILES AND PERFORM THE FASTBOOT COMMANDS FROM WITHIN THE FASTBOOT DIRECTORY
Click to expand...
Click to collapse
Yeah I know.. I'm stupid as hell and I have learned a lot. I thought I knew enough, but apparently not..
But now I want my phone to work again, so excuse me for asking, but where are my fastboot files?
I've unlocked my bootloader using the method on this site:
http://onexroot.com/one-x-root/how-to-root-one-x/
But when I copy boot.img in the folder that guy uses (foldername: oneXRoot) the cmd 'fastboot flash boot boot.img' still fails.
I feel really bad, but I really hope you guys can have mercy and patience with me...
the fastboot.exe is in the OneXRoot folder
open cmd, cd to that folder and then run the fastboot command:
cd c:\users\jan\downloads\onexroot
fastboot flash boot boot.img
As shown in the attached image. Sorry if we sound rude, but as I have found out in the last day or so..... there are just some people that don't read instructions, and/or don't understand what they are doing (when all info that they need is in the Rom-dev section)
In other terms. You have to have your boot.img in the same folder as where your adb and fastboot files are
To check if your on the right track, ctrl+rightclick on a blabk space in a folder and select "open command window here" then type fastboot?
Sent from my HTC One X using xda app-developers app
Thanks for al your help you guys, but now I know what's really wrong with my phone.
I've a wrong version of clockworkmod installed. In this version the usb storage function doesn't work, so I can't place a new ROM on my phone.
I wanted to install a working version of clockwork, but now my battery is drained! (at least below 30%) :crying:
I tried to load the battery, but that doesn't work anymore.
Anyone some ideas?
Download the 5.8.4.0 recovery. I think that's the fixed one.
Go to bootloader and fastboot usb thrn flash the recovery there.
Sent from my HTC One X using xda app-developers app
walaway said:
Download the 5.8.4.0 recovery. I think that's the fixed one.
Go to bootloader and fastboot usb thrn flash the recovery there.
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
I tried and it started promising but I got the message that my battery is too low:
sending 'recovery' (5742 KB)...
OKAY [ 0.748s]
writing 'recovery'...
FAILED (remote: battery low)
finished. total time: 0.958s
The main problem is to charge my phone to at least 30%, but I don't know how.
Try turning the phone off via hboot and putting it on charge for a while
teky said:
Try turning the phone off via hboot and putting it on charge for a while
Click to expand...
Click to collapse
of course i tried that already... But somehow it doesn't charge anymore.
Can't figure out why.
I had the same problem but it does charge the led won't light up as the software to control it is corrupted charge for awhile then try again. I managed to boot mine into clockwork recovery and hook it to pc to charge it
Sent from my HTC One X using xda premium
grinder19 said:
I had the same problem but it does charge the led won't light up as the software to control it is corrupted charge for awhile then try again. I managed to boot mine into clockwork recovery and hook it to pc to charge it
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
Also tried that already, but also in clockwork it doesn't charge..
Hate it that the one x has got a build in battery
I really don't have a clue what to do now. The only thing I need is a charged battery, but it looks like theres no way to charge it
I'm not gonna buy a new phone because my battery is empty
dont worry when your phone is completely out of juice you will be able to charge it... happened to me while i was stuck in bootloader myself...
yeah I know, there has to be a way, but the only question is how?
I'm thinking of opening up my phone and charge it with a power supply.
Back in the days with my old HD2 it would be easy...
SOLVED SOLVED SOLVED
Hi All
Is there anyone willing to help me recover my phone (presently stuck on logo screen). I've looked at various solutions posted on different forums but I just get confused.
So what I would like is idiots guide on how to do it, including how to write the commands codes so I can flash the updated CWM rom. Tried to work it out but everything I've tried keeps failing and I desperate to get my phone working again.
Please please help
Tell us what you have done so far m8 and the reason for it being stuck. At a guess did you flash the boot.img when installing a Rom?
To install or update recovery, go here and follow the instructions on the second part "Installing A Recovery" Just follow the steps its pretty easy.
http://forum.xda-developers.com/showthread.php?t=1592355
Flash the appropriate boot.IMG for your rom
Sent from my HTC One X using Tapatalk 2
hmmm
Thats what i've trying to do but I can't seem to work out what cmd codes I need to get it to work. All I get is:
'Downloads\OneXRoot' is not recognized as an internal or external command
operable program or batch file.
This error message on everything I try to do incuding flashboot, flashboot recovery etc
Tried micks solution and all it did was open Nero gggrrrrrr
And yes I did flash a boot image but i'm trying to get the updated one onto my phone but because my battery won't charge it proving to be a nightmare
From the link I posted do as the guide says re making a folder called fastboot on C: and then download the files and extract them to fastboot. Replace the end of the guide with instructions for flashing a boot image. The boot.img is usually in the zip of the rom. So you need to extract the boot.img and place it in your C:\fastboot folder
It should go something like this. Use C:\ not Downloads\OneXRoot
1. Download These Fastboot Files
2. Make a new folder on your C: drive called fastboot.
3. Extract The Zip downloaded in step 1 to the new folder
4. The Official Version of CWM has been released and is now capable of flashing all roms, you can grab it HERE
5. download the custom recovery and save it in the same folder as you did the fastboot files
6. Power Phone Off by Holding power button for 10 secs
7. select Fastboot with volume + or - then press power
8. plug your phone into your PC and open a Command Prompt.
(windows XP - Click Start > Run > type CMD in box then press OK
(Windows 7 - Click Start > type CMD in search box then press Enter)
9. cd to your fastboot files folder cd c:\fastboot
10. Then enter fastboot flash boot boot.img and hit enter
11. fastboot erase cache is recommended if you have booting issues
reboot
ignore steps 4 and 5, copy and paste from above link
Going to buy a new phone
Followed your instruction to the letter but it failed to work. I think the problem is with my computer not recognising fastboot and the solution also failed. So I think i'm just going to buy a new phone and thanks for all your help
No need to buy a new phone, stick with it, you'll get there
Maybe give this a try. It does everything for you
http://forum.xda-developers.com/showthread.php?t=1734365
Nice
Thanks thats a solution that will work once I find away to charge my battery. You have been a legend.
Cant you just put it in to recovery or leave it on the hboot screen, then plug in to a wall charger?
In Q&A, find the topic "flashing boot.img hoooooooow????" Or something, and at second side, u have my guide to flash boot.img files. Hope it works.
Sent from my HTC One X using xda app-developers app
Hi all,
I think my friend and i bricked his phone last night.
Its the HTC one x and we used the Hasoon2000 method. I think the problem was the perm root part of the software said unable to connect to device.
I searched around and someone said to flash supersu and that should do it. However after flashing that we did a backup of the phone in clockwork recovery.
We then tried flashing the viperX rom which we did on another one X and worked fine, it got to 1% and restarted. It then stuck at the quietly brilliant page.
We can't get it to boot into recovery but can get it to go to the bootloader. We tried to do the fastboot command from the PC to erase fastboot cache but it couldnt connect to the device.
I have read this thread http://forum.xda-developers.com/showthread.php?t=1764421 and but it is about the AT&T version, what recovery image would i need?
Also how can i tell if it is hard bricked or soft bricked? As i'm worried it could be hard bricked cause i couldnt erase the fastboot cache.
Any help is appreciated, and sorry if this is answered somewhere else but i couldnt see an answer.
Bit more bootloader info:
Unlocked
S-On
Hboot 1.39.0000
If possible i'd like to help my friend finish rooting it but if its easier put it back to normal.
Again thanks if anyone can help me.
What does the bootloader say, EVITA or ENDEAVORU ?
It says endeavoru
Then stay away from the HTC one XL forum, its a different phone !!!
Do you have the HTC drivers installed and a folder on the pc with the fastboot files ?
Place these files in a folder like this
http://db.tt/ldx3qOOU
C:\fastboot\files i gave you
Then put the phone in the bootloader and open a command prompt inside the fastboot folder on the pc and type
Fastboot devices
If a serial comes up we are good to go !
Mr Hofs said:
Then stay away from the HTC one XL forum, its a different phone !!!
Do you have the HTC drivers installed and a folder on the pc with the fastboot files ?
Place these files in a folder like this
http://db.tt/ldx3qOOU
C:\fastboot\files i gave you
Then put the phone in the bootloader and open a command prompt inside the fastboot folder on the pc and type
Fastboot devices
If a serial comes up we are good to go !
Click to expand...
Click to collapse
Well we installed the HTC drivers with the Hasoon tool so yes. Just meeting my friend now so i'll put these files in a folder and try that straight away.
Thanks, will let you know shortly.
DannyBLOL said:
Well we installed the HTC drivers with the Hasoon tool so yes. Just meeting my friend now so i'll put these files in a folder and try that straight away.
Thanks, will let you know shortly.
Click to expand...
Click to collapse
Just connected it to my laptop and the pc said fastboot drivers installed and made the noise of a device connecting and disconnecting.
Haven't tried what you said yet as it said battery is too low on the bootloader. I've now plugged it in a plug socket and have it on the htc quietly brilliant screen. I take it this should still charge it?
DannyBLOL said:
Just connected it to my laptop and the pc said fastboot drivers installed and made the noise of a device connecting and disconnecting.
Haven't tried what you said yet as it said battery is too low on the bootloader. I've now plugged it in a plug socket and have it on the htc quietly brilliant screen. I take it this should still charge it?
Click to expand...
Click to collapse
Is it possible for you to turn the phone off?
IF so it should charge a bit quicker that way
Also just to clarify, how did you try to install Viper X on your phone?
Hmm no, if its bootlooping then yes. Is the bootloader unkocked and do you have a custom recovery installed yet ?
In case you have a custom recovery installed put the phone in the recovery it will charge the batt in there .....
Otherwise put the phone in the bootloader and run this file from within the fastboot folder
http://db.tt/aLqeTpPO
It will continuously reboot the phone and charge it little by little, leave it like this for an hour or so.
No, if i go into bootloader and fastboot then power down it turns itself back on if its plugged in.
Mr Hofs said:
Hmm no, if its bootlooping then yes. Is the bootloader unkocked and do you have a custom recovery installed yet ?
In case you have a custom recovery installed put the phone in the recovery it will charge the batt in there .....
Otherwise put the phone in the bootloader and run this file from within the fastboot folder
http://db.tt/aLqeTpPO
It will continuously reboot the phone and charge it little by little, leave it like this for an hour or so.
Click to expand...
Click to collapse
The bootloader says unlocked, and we had CWM recovery installed it no longer loads up, it just reboots itself.
I'm confused by what you mean, what command would i use to run that file from the fastboot folder and after doing that do you mean i should leave it charging from the laptop?
Link to image of the bootloader if this helps - http://imgbin.org/index.php?page=image&id=11217
Just connect the phone to the pc and put the phone in the bootloader then execute the .bat file from the fastboot folder (download it and move it in there)
It should start rebooting the phone over and over again.
Edit : I see fastboot usb in the bootloader that's good ! :thumbup:
We need to get the batt charged so we can reflash the recovery, that will probably solve it all.
Mr Hofs said:
Just connect the phone to the pc and put the phone in the bootloader then execute the .bat file from the fastboot folder (download it and move it in there)
It should start rebooting the phone over and over again
Click to expand...
Click to collapse
Ok this is working. It doesn't say about low battery anymore on the bootloader. But ill leave it charging for a bit. What is my next step?
Next step is to reflash the recovery, download this one
http://db.tt/Krlm4dPs
Rename it to recovery.img and Copy the file in the fastboot folder. Put the phone in the bootloader again and flash the recovery
All these commands are executed from the command prompt inside the fastboot folder.
Fastboot erase cache
Fastboot flash recovery recovery.img
Fastboot erase cache
Then enter the recovery by pressing hboot one time (confirm with powerbutton) then press recovery
Ignore me Mr Hoffs beat me to it
Mr Hofs said:
Next step is to reflash the recovery, download this one
http://db.tt/Krlm4dPs
Rename it to recovery.img and Copy the file in the fastboot folder. Put the phone in the bootloader again and flash the recovery
All these commands are executed from the command prompt inside the fastboot folder.
Fastboot erase cache
Fastboot flash recovery recovery.img
Fastboot erase cache
Then enter the recovery by pressing hboot one time (confirm with powerbutton) then press recovery
Click to expand...
Click to collapse
YES! That has worked, we are in recovery. What can i do now? Should i try flashing ViperX or is the phone not permarooted?
Last time i tried to do permroot with the Hasoon2000 tool. That didnt work and i just flashed superSU, i think i must be missing something.
Thanks so much for your help!
If you do this, you will be good. Maybe you van skip some steps because you already did them before but I mention them anyway
Download the viper x JB rom, open it with an unpack program and copy the boot.img and place it in the fastboot folder. Copy the rom.zip to the phone (mount as usb drive in the mounts & storage part of the recovery)
Now put the phone back in the bootloader and flash the boot.img
Fastboot erase cache
Fastboot flash boot boot img
Fastboot erase cache
Enter the recovery again and do a full wipe , also wipe the dalvik cache under the advanced tab. Then install the rom.zip with the
Install zip from sdcard menu !
Install the viper and choose in the aroma installer of the rom FULL WIPE and the question you get about the custom kernel you answer with NO !
Don't worry about root, the rom is standard rooted
Good to go mate
Mr Hofs said:
If you do this, you will be good. Maybe you van skip some steps because you already did them before but I mention them anyway
Download the viper x JB rom, open it with an unpack program and copy the boot.img and place it in the fastboot folder. Copy the rom.zip to the phone (mount as usb drive in the mounts & storage part of the recovery)
Now put the phone back in the bootloader and flash the boot.img
Fastboot erase cache
Fastboot flash boot boot img
Fastboot erase cache
Enter the recovery again and do a full wipe , also wipe the dalvik cache under the advanced tab. Then install the rom.zip with the
Install zip from sdcard menu !
Install the viper and choose in the aroma installer of the rom FULL WIPE and the question you get about the custom kernel you answer with NO !
Don't worry about root, the rom is standard rooted
Good to go mate
Click to expand...
Click to collapse
Thanks so much mate!
Worked flawlessly. Seriously can't thank you enough!
Nice :thumbup:
Have fun with it !
CASE CLOSED !
So, I tried to get the latest Cyanogenmod on my phone.
Resulted in the the process com.android.phone has stopped issue.
FInally managed to get around that but no my phone is stuck with no CWM, no USB Windows fileshare and a HTC bootscreen.
I have searched, and read a lot of posts and the closes thing to recovery is a post on putting on a Nandroid backup for my Y13 (http://forum.xda-developers.com/showthread.php?t=1975140)
But, since I have no USB fileshare I am unable to get it on the phone and start the process.
Can anybody point me in the right direction?
I need to completely wipe and reinstall everything but has no access other that fastboot USB.
What info should I post and how do I find it if more is needed.
smurf69 said:
So, I tried to get the latest Cyanogenmod on my phone.
Resulted in the the process com.android.phone has stopped issue.
FInally managed to get around that but no my phone is stuck with no CWM, no USB Windows fileshare and a HTC bootscreen.
I have searched, and read a lot of posts and the closes thing to recovery is a post on putting on a Nandroid backup for my Y13 (http://forum.xda-developers.com/showthread.php?t=1975140)
But, since I have no USB fileshare I am unable to get it on the phone and start the process.
Can anybody point me in the right direction?
I need to completely wipe and reinstall everything but has no access other that fastboot USB.
What info should I post and how do I find it if more is needed.
Click to expand...
Click to collapse
Download Philz recovery and flash via fastboot. After this go in recovery and mound the sd card and wait 3-4 min. copy your rom on SD card flash the rom and flash the boot.img!
Thant said:
Download Philz recovery and flash via fastboot. After this go in recovery and mound the sd card and wait 3-4 min. copy your rom on SD card flash the rom and flash the boot.img!
Click to expand...
Click to collapse
Thanks Thant!
So, I have downloaded Philz, I think I have flashed the recovery.img file over to the phone from CMD shell window.
I have rebooted my phone to fastboot menu and selectet recovery.
The result is still the same. Just the htc boot screen.
I`m sure I`m doing something wrong but cant figure out how. Philz How to uses USB / PC file transfer so I`m unable to use it as a step by step.
Would really appreciate a step by step command overview. If possible with an explanation so that I learn why I do the different commands. Then I wont be so f.. ignorant about these things anymore. Hopefully
smurf69 said:
Thanks Thant!
So, I have downloaded Philz, I think I have flashed the recovery.img file over to the phone from CMD shell window.
I have rebooted my phone to fastboot menu and selectet recovery.
The result is still the same. Just the htc boot screen.
I`m sure I`m doing something wrong but cant figure out how. Philz How to uses USB / PC file transfer so I`m unable to use it as a step by step.
Would really appreciate a step by step command overview. If possible with an explanation so that I learn why I do the different commands. Then I wont be so f.. ignorant about these things anymore. Hopefully
Click to expand...
Click to collapse
The command to flash the recovery is fastboot flash recovery recovery.img you must to put recovery.img in your fastboot directory and you can run the command fastboot erase cache after this go in bootloader and choice the recovery this is all
Thant said:
The command to flash the recovery is fastboot flash recovery recovery.img you must to put recovery.img in your fastboot directory and you can run the command fastboot erase cache after this go in bootloader and choice the recovery this is all
Click to expand...
Click to collapse
Again, thanks!!
Forgot my phone at work so I`ll have a go tomorrow!
This issue will remain unsolved.
The phone no longer charges so I am unable to start any process what so ever.
Thank you so much for the help I got
smurf69 said:
This issue will remain unsolved.
The phone no longer charges so I am unable to start any process what so ever.
Thank you so much for the help I got
Click to expand...
Click to collapse
there is also a zip with a .bat file to charge in fastboot ...it should all work...as it was said before fastboot flash recovery recovery.img and fastboot erase cache...if nothng works then do the factory reset through bootloader helps often...if not working...hm try to find latest RUU for your CID which ould work...if already on hboot 1.7x only RUU from 3.14 and up would work
One-X-master said:
there is also a zip with a .bat file to charge in fastboot ...it should all work...as it was said before fastboot flash recovery recovery.img and fastboot erase cache...if nothng works then do the factory reset through bootloader helps often...if not working...hm try to find latest RUU for your CID which ould work...if already on hboot 1.7x only RUU from 3.14 and up would work
Click to expand...
Click to collapse
Thanks, but the phone is completely dead and unable to boot.
There is no power and the phone won`t charge so I guess it`s a gonner.
smurf69 said:
Thanks, but the phone is completely dead and unable to boot.
There is no power and the phone won`t charge so I guess it`s a gonner.
Click to expand...
Click to collapse
Search the forums, there are answers to get your device back to live. Like the charging script.
I just got my htc one last night,I have s off and it says it unlocked.my problem is when i go command prompt to install open recovery it shows that it wrote twrp then i click recovery it shows its booting into recovery but then it just restarts to the splash screen,Ive tried many times to get into recovery and just brings me back to htc screen phone boots fine.Ive tried to use goo manger to get into recovery which also shows entering recovery mode then it just starts up normal.So im not sure what the heck is going on.So info would be greatly apprecitaded.or should i use philz recovery does one work better then the other.I am also running 4.2.2 not sure if that matters or not
I'm also having this problem. I'm running android 4.3. I've tried TWRP and Clockwork Mod. I achieved S-Off and an unlocked bootloader with firewater.
fuzzylax said:
I just got my htc one last night,I have s off and it says it unlocked.my problem is when i go command prompt to install open recovery it shows that it wrote twrp then i click recovery it shows its booting into recovery but then it just restarts to the splash screen,Ive tried many times to get into recovery and just brings me back to htc screen phone boots fine.Ive tried to use goo manger to get into recovery which also shows entering recovery mode then it just starts up normal.So im not sure what the heck is going on.So info would be greatly apprecitaded.or should i use philz recovery does one work better then the other.I am also running 4.2.2 not sure if that matters or not
Click to expand...
Click to collapse
Use Clock Work Mod. TWRP has been having issues with so many devices.
Did you do " fastboot erase cache " before flashing the recovery. I have used twrp since day one with out any issues. I hate cwm because of the super slow backups. Twrp finishes in 1/4 the time. Also twrp looks much better.
cmlusco said:
Did you do " fastboot erase cache " before flashing the recovery. I have used twrp since day one with out any issues. I hate cwm because of the super slow backups. Twrp finishes in 1/4 the time. Also twrp looks much better.
Click to expand...
Click to collapse
i havent tried that will give it a shot .I deleted sdk and trying to reinstall it but for some reason its not loading the page to dl it.So if anyone has a file for that would be cool,where is the fastboot erase cache at im not seeing it any were.back in the day when i had the thunderbolt I never had this much problems
fastboot erase cache is a command you enter in fastboot mode. Just like when you flash the recovery with fastboot flash recovery name_of_recovery_file.img
You dont need the whole sdk. I assume the drivers are still installed? All you need is this https://www.dropbox.com/s/ipa8tsjdmcacxul/miniadb.zip. Just extract the files to a folder named adb. Then put your recovery .img file in the adb folder too. Then open your cmd prompt to that folder and do the commands.
fuzzylax said:
I just got my htc one last night,I have s off and it says it unlocked.my problem is when i go command prompt to install open recovery it shows that it wrote twrp then i click recovery it shows its booting into recovery but then it just restarts to the splash screen,Ive tried many times to get into recovery and just brings me back to htc screen phone boots fine.Ive tried to use goo manger to get into recovery which also shows entering recovery mode then it just starts up normal.So im not sure what the heck is going on.So info would be greatly apprecitaded.or should i use philz recovery does one work better then the other.I am also running 4.2.2 not sure if that matters or not
Click to expand...
Click to collapse
Did you use the VZW version of TWRP from here? http://forum.xda-developers.com/showthread.php?t=2416431
No issues like mentioned before. I've heard philz works well but haven't tried it. You can even use an app called flashify to flash either. Fastboot is better and less risky, but I've used flashify and it works.
Sent from my HTC6500LVW using XDA Premium 4 mobile app
cmlusco said:
fastboot erase cache is a command you enter in fastboot mode. Just like when you flash the recovery with fastboot flash recovery name_of_recovery_file.img
You dont need the whole sdk. I assume the drivers are still installed? All you need is this https://www.dropbox.com/s/ipa8tsjdmcacxul/miniadb.zip. Just extract the files to a folder named adb. Then put your recovery .img file in the adb folder too. Then open yourt to that folder and do the commands.
Click to expand...
Click to collapse
so i still have know idea what is going on with this.I dl the miniadb from drop box [thanks for that by the way] extracted to new folder called adb dropped and dragged file openrecovery-twrp-2.5.0.0-m7 to the adb folder,held down shift and got into cmd typed in fastboot erase cache and hit enter it shows that it wrote it ,then I typed fastboot flash recovery openrecovery-twrp-2.5.0.0-m7 add the .img to the end hit enter and says every thing went ok.so I unplug cable hit power button went into recovery hit power button again.it shows that it is going into recovery then just goes to splash screen and boots normal.I have usb debug checked,S is off and says unlocked.So im stumped hopefully you will see what im doing wrong with my procedure..thanks again for the info you have have given me so far.
are their suppous to be spaces between fastboot flash recovery
That is the wrong recovery for this phone. Use this one http://flyhalf205.com/getdownload.php?file=recoveries/openrecovery-twrp-2.6.3.4-m7vzw.img from the post above by brholt6. Also make sure you do the fastboot erase cache command before flashing the recovery. And yes there should be spaces.
Code:
fastboot erase cache
Then
Code:
fastboot flash recovery name_of_recovery.img
fuzzylax said:
so i still have know idea what is going on with this.I dl the miniadb from drop box [thanks for that by the way] extracted to new folder called adb dropped and dragged file openrecovery-twrp-2.5.0.0-m7 to the adb folder,held down shift and got into cmd typed in fastboot erase cache and hit enter it shows that it wrote it ,then I typed fastboot flash recovery openrecovery-twrp-2.5.0.0-m7 add the .img to the end hit enter and says every thing went ok.so I unplug cable hit power button went into recovery hit power button again.it shows that it is going into recovery then just goes to splash screen and boots normal.I have usb debug checked,S is off and says unlocked.So im stumped hopefully you will see what im doing wrong with my procedure..thanks again for the info you have have given me so far.
Click to expand...
Click to collapse
cmlusco said:
That is the wrong recovery for this phone. Use this one http://flyhalf205.com/getdownload.php?file=recoveries/openrecovery-twrp-2.6.3.4-m7vzw.img from the post above by brholt6. Also make sure you do the fastboot erase cache command before flashing the recovery. And yes there should be spaces.
Code:
fastboot erase cache
Then
Code:
fastboot flash recovery name_of_recovery.img
Click to expand...
Click to collapse
Dude you rock!!!! I know when i was using my s4 that the twrp worked best for that phone.Cant belive thats all it was.so just to make sure,I need to flash su then I should do backup of stock image just in case something goes wrong.So my next questions is do i nedd to do anything elese to flash kitkat rom on phone like flash differnt radio or anything?again thank you for your time and all the info you have provided.
Yes, flash su and then do a backup. If you use a kk rom you should flash kk 3.11.605.1 firmware.
perfect got it goin think its starting to come back to me doing the htc...lets hope