Hello,
So i flashed a bad rom phone wouldnt boot up, relocked boatloader but i couldnt flash any flashboot cmds because of low battery, so i unlocked my phone again and im able to acces cwm 5.8.2.7 or something, but how can i update cmw without flashboot commands cause of the low battery?
Phone is off right now its in the charger solid red light but im not sure if its charging or not so i could use some help,
And yes ive read the disaster recovery guide but im not sure to do
Ill hope you guys could be nice and help me
Thanks!
Crim3mast3rz said:
Hello,
So i flashed a bad rom phone wouldnt boot up, relocked boatloader but i couldnt flash any flashboot cmds because of low battery, so i unlocked my phone again and im able to acces cwm 5.8.2.7 or something, but how can i update cmw without flashboot commands cause of the low battery?
Phone is off right now its in the charger solid red light but im not sure if its charging or not so i could use some help,
And yes ive read the disaster recovery guide but im not sure to do
Ill hope you guys could be nice and help me
Thanks!
Click to expand...
Click to collapse
You can't unless it's in a flashable zip format but I haven't seen anything of that sort, yet..
Just yesterday I helped DivinDuck with a very similar problem. The post is here.
---SNIP
If you batter drops below 30%, use the script provided in this post to recharge it.
-Copy your CWM recovery 5.8.4.0 image file to where your fastboot files are on your PC.
-Reboot your phone to bootloader by pressing vol down+power buttons.
-When the phone says fastboot on a white background, plug the USB cable in to your PC and phone. It should now say FASTBOOT USB
-From your PC, open a command prompt, go to the folder where you have fastboot files and recovery image and issue
fastboot flash recovery <name of CWM Recovery>.img
fastboot erase cache
Now when you reboot your phone and go to bootloader then into recovery you should see CWM 5.8.4.0 version installed.
--SNIP
You should somehow figure out when your phone is charging or not. After that when you get little more life to your battery in CWM recovery you can go to "mounts and storage", and there "mount usb storage". Then your computer should see your device, and you will able to put working rom in phones sdcard and flash it over. It worked for me atleast, I once have almost same problem what you have now.
PeK_m said:
You should somehow figure out when your phone is charging or not. After that when you get little more life to your battery in CWM recovery you can go to "mounts and storage", and there "mount usb storage". Then your computer should see your device, and you will able to put working rom in phones sdcard and flash it over. It worked for me atleast, I once have almost same problem what you have now.
Click to expand...
Click to collapse
Only 5.8.3.x and later support USB mount under recovery. His version is older.
The following command (also in the charging batch file) can also be used to get the battery status (charging, not charging etc..) from fastboot:
fastboot getvar battery-voltage
eyosen said:
Only 5.8.3.x and later support USB mount under recovery. His version is older.
Click to expand...
Click to collapse
Right I missed that. Sorry about misinformative post.
PeK_m said:
Right I missed that. Sorry about misinformative post.
Click to expand...
Click to collapse
How do i save that file?
Thnx hope it works
Wow dude THANK YOU!!
It worked, think it charged in charger cause i didnt get battery error now
So how do i flash a rom from here?
Im not willing to **** it up again xD
First, put the rom zip file in ur sd card, then flash its kernel in fastboot by doing this:
Fastboot erase cache
Press enter.
Fastboot flash boot boot.img
Press Enter.
Fastboot erase cache.
Press enter.
Then go into recovrry, erase data, and preferably dalvik cache too, and then install the rom zip from sdcard
Then hit thanks
Im pretty sure the reason ur phone didnt boot is that u didnt flash the kernel
Sent from my HTC One X using xda premium
Also, when you relock you bootloader, fastboot commands won't work
Sent from my HTC One X using xda premium
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...
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.
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.
Hello Guys,
at first i have to excuse me for my english!
First i rooted my phone and it works fine. After that i wanted to try out a Custom Rom but the installation failed. I tried to restore my Backup from yesterday but it said it was broken. I didn't know what to do this command: fastboot recovery (or something like that) and after that i just came into my recovery. I was happy that i could put a new rom on my HTC One X but my PC didn't recognize it. I tried to go in the fastboot option into the bootloader with fastboot reboot bootloader i guess. Now i can't get out of this menu and when i try to flash the Recovery and the Rom it says that i don't have enough battery and when i try to charge it it sometimes stop charging and turn off. I can't turn it one for a short while!
I need help! Thanks!
Alex
Lugias1 said:
Hello Guys,
at first i have to excuse me for my english!
First i rooted my phone and it works fine. After that i wanted to try out a Custom Rom but the installation failed. I tried to restore my Backup from yesterday but it said it was broken. I didn't know what to do this command: fastboot recovery (or something like that) and after that i just came into my recovery. I was happy that i could put a new rom on my HTC One X but my PC didn't recognize it. I tried to go in the fastboot option into the bootloader with fastboot reboot bootloader i guess. Now i can't get out of this menu and when i try to flash the Recovery and the Rom it says that i don't have enough battery and when i try to charge it it sometimes stop charging and turn off. I can't turn it one for a short while!
I need help! Thanks!
Alex
Click to expand...
Click to collapse
use charge script to charge your phone in fastboot mode
I did! I run this scribt but it stops at ~3800 mV. I don't know what do to but even i can use fastboot commands.
Lugias1 said:
I did! I run this scribt but it stops at ~3800 mV. I don't know what do to but even i can use fastboot commands.
Click to expand...
Click to collapse
Now flash custom recovery Philz 5.15.9 after this mount sd card copy your rom to sd card flash it after this flash boot.img via fastboot and voala you will have working phone
to flash recovery use fastboot flash recovery recoveryname.img
to flash boot.img use fastboot flash boot bootname.img
after every flash recovery or boot.img run command fastboot erase cache