[Q] SD card appears empty, and phone is stuck on load screen. - HTC One X

A buddy of mine rooted my phone after I had so much difficulty trying to do it myself. I went to update my ROM this afternoon and was brought to the white HTC loading screen with no more activity. Tried getting into my phone to put a new ROM on the SD card and nothing comes up on the SD card folder. I am able to put a ROM in the empty SD card folder and install it, but than it just gets stuck on the same screen as before. I'm really just in the dark here and that friend isn't any longer available to help me out. Thank you all in advance, hopefully this is fixable. I am quite concerned. I should add that I would like to ultimately just get back to stock and be done with things I don't understand so as to avoid this happening again.

Did you flash the boot.img from the rom.zip? These are the correct steps to flash a ROM:
1. Flash the boot.img from ROM.zip via fastboot. "fastboot flash boot boot.img" then "fastboot erase cache"
2. Boot into recovery and use THIS by flashing it.
3. Now flash the ROM.zip and then gapps.zip via recovery.
4. Reboot.

vin4yak said:
Did you flash the boot.img from the rom.zip? These are the correct steps to flash a ROM:
1. Flash the boot.img from ROM.zip via fastboot. "fastboot flash boot boot.img" then "fastboot erase cache"
2. Boot into recovery and use ]THIS[/URL] by flashing it.
3. Now flash the ROM.zip and then gapps.zip via recovery.
4. Reboot.
Click to expand...
Click to collapse
I have tried flashing the boot.img but when I go to put the file onto my phone I don't have any folders such as the boot.img folder to put it in. As for flashing the link above, I am taking a stab in the dark here but I assume that I download that link, extract it and place it on my SD card somewhere. I'm not sure as to how I flash it. Sorry... I really have tried learning the ropes of this, but I can't seem to grasp it.

I somehow now have access to TWRP on my device... I am so confused.

Scalliedhooligan said:
I have tried flashing the boot.img but when I go to put the file onto my phone I don't have any folders such as the boot.img folder to put it in. As for flashing the link above, I am taking a stab in the dark here but I assume that I download that link, extract it and place it on my SD card somewhere. I'm not sure as to how I flash it. Sorry... I really have tried learning the ropes of this, but I can't seem to grasp it.
Click to expand...
Click to collapse
1. First you need to download a custom ROM like this one : http://tunsd.de/downloads/ICJ/IceColdJelly421/aokp_ICJ422-V3.0.zip , Gapps : http://goo.im/gapps/gapps-jb-20130301-signed.zip and Super wipe script: https://www.dropbox.com/s/0y31poo1kiaif4y/Super wipe script.zip
2. Open the aokp_ICJ422-V3.0.zip with winrar/winzip and extract the boot.img and place it in the "fastboot" folder in your PC. (since you have already unlocked/rooted it, I guess you know which is the fastboot folder)
3. Connect your Phone to your PC and make a new folder named "ROM" and put the aokp_ICJ422-V3.0.zip , gapps-jb-20130301-signed.zip and Super wipe script.zipin it.
4. Turn of your phone. Now hold the power button and volume down button together until the bootloader screen pops up. (White screen with 3 android figures at the bottom)
5. Now select "fastboot" using the volume up/down keys and press power button once you highlight it to get into fastboot. Now connect your phone again to your PC.
6. You will hear a sound on your pc and on the screen it will say "fastboot USB".
7. Now open fastboot folder on your PC and press shift key and simultaneously rightclick and click on "open command prompt here".
8. type the following lines:
fastboot erase cache
fastboot flash boot boot.img
fastboot erase cache
9. Now disconnect your phone and head back to "HBOOT" and then select "Recovery".
10. Now go to "install zip from sd" and select "ROM" folder which you had created earlier on the phone.
11. Now select "super wipe script" and install it. After everything is done you will come back to choose zip from sd.
12. Now again navigate to ROM folder and select "aokp_ICJ422-V3.0.zip" and install it. and then install "gapps-jb-20130301-signed.zip".
13. Now go back and select "reboot system now".
14. If you have done all the above steps correctly, you will boot into IceColdJelly Rom!
Scalliedhooligan said:
I somehow now have access to TWRP on my device... I am so confused.
Click to expand...
Click to collapse
Irrespective whether you have CWM or TWRP... Steps will be similar for flashing the ROM... Just the names of the buttons/options will be different!
If you want to use CWM, then download this : http://htcfanboys.com/download/seadersn/?action=list&file=2823
Put the recovery.img in your fastboot folder. Boot your phone in fastboot mode and fire the following lines in CMD.
fastboot erase cache
fastboot flash recovery recovery.img
fastboot erase cache
Now you can follow the steps which I have given blindly!

My phone was unlocked and rooted from a different PC so I have no fastboot folders or any knowledge on what a fastboot folder is.

Scalliedhooligan said:
My phone was unlocked and rooted from a different PC so I have no fastboot folders or any knowledge on what a fastboot folder is.
Click to expand...
Click to collapse
Download HTC Sync Manager: (this is required so that correct drivers are installed on your PC)
http://www.htc.com/www/support/software/htc-sync-manager.aspx
After download is complete, install it and restart your pc.
Download Fastboot Folder:
http://www.mediafire.com/?cm2famr3xd2cnom
Extract it somewhere on your pc.
Now look at my previous post and follow the steps...

Everything went swell until step 10. Every time I tried to install anything it came up as failed. I repeated the steps several times with the same results. I really appreciate your efforts in trying to help me.

Scalliedhooligan said:
Everything went swell until step 10. Every time I tried to install anything it came up as failed. I repeated the steps several times with the same results. I really appreciate your efforts in trying to help me.
Click to expand...
Click to collapse
What error message do you get while you flash?
what is your HBoot version?
Go to bootloader(Power button+Volume Down)... once you get to that white screen, you should be able to see your hboot version... something like hboot 1.39...

Related

[GUIDE] Noob's Guide #6: I just HTC Unlocked, what now?

First thing you need to know is that no matter what happens, even if your phone is abducted by rabid kittens, I am not responsible for your actions. Second is that you just voided your warranty, no doubt about it. HTC has your serial number with record that you unlocked your bootloader. Thanks to JAS_21 for the idea for making this guide. So, the next things you are going to want to do are to flash clockworkmod recovery, and then su. Then you can flash a ROM. Let's start with clockworkmod.
You want to get the android-sdk working, which you can find a guide to here.. Then you want to go to this thread. Download the file attached to the post. Use winzip if you have windows or just click on it on mac to unzip the file. Plug your phone into your computer and select "charge only" mode. Copy the cwm img file to the tools folder of the android SDK. Now, it's time to open up ADB. Open up a command prompt on windows or a terminal window on Mac/Linux. Follow these commands.
Code:
cd [insert location of android-sdk here]/platform-tools
adb reboot bootloader
You should now see Fastboot USB on your phone. Open a new command or terminal window. Type the following:
Code:
cd [insert location of android-sdk here]/tools
fastboot flash recovery cwm-recovery-vivow.img
fastboot reboot
Congrats, you have now flashed clockworkmod recovery. Now, onto installing root access. Next, grab the su zip attached to the OP of this thread. Plug your phone into your computer and select "disk drive" mode. Copy the su zip file to the root of your sd card. Unmount your sd card and select "charge only" mode on your computer. Reboot into recovery. The easiest way is probably to open up a command window and type:
Code:
cd [insert location of android-sdk here]/platform-tools
adb reboot recovery
When your phone is in recovery, click "install zip from sd card," then "choose zip from sd card," then the su zip file. Hit the back button once. Then select reboot system now. When your phone reboots, download superuser from the market. Now you are ready to use root apps! If you want to flash a ROM, continue on.
Download the ROM of your choice. If you want to, use my guide for choosing a ROM found here. Download the ROM zip file. Plug your phone into your computer and select "disk drive" mode. Copy the rom zip file to the root of your sd card. Don't unmount your sd card yet.Next, make a copy and put it on your desktop. Use winzip on windows or just click on mac/linux to unzip the rom file. In the root of the ROM, you should see a boot.img file. Copy that to your tools folder of your android-sdk folder. Now, unmount your sd card and select "charge only" mode on your computer. Next, follow the following steps.
Before installing the ROM...
1. Download Titanium Backup from the market, allow superuser permissions, then click menu>batch>backup all user apps.
2. Make sure fastboot is off in settings>power.
3. Put the ROM zip on the root of your SD Card
4. Download SMS Backup and Restore, and backup your SMS.
5. Back up your contacts by checking "back up my data" or something like that under settings/privacy.
How to install the ROM...
1. Turn off phone, and hold power and volume down until you get a white screen that says Hboot.
2.Volume down/up is for scrolling; power is for selecting.
3. Scroll down and select RECOVERY.
4. Scroll down and selected BACKUP AND RESTORE.
5. Select BACKUP and wait for it to finish.
6. Hit the back button to go back to the main menu.
7. Scroll down and select WIPE DATA/FACTORY RESET.
8. Scroll down and select WIPE CACHE PARTITION.
9.Hit the back button to go back to the main menu.
10. Scroll down and select ADVANCED, then WIPE DALVIK CACHE.
11. Hit the back button to go back to the main menu.
12. Scroll down and select INSTALL ZIP FROM SD CARD, then CHOOSE ZIP FROM SD CARD, then whatever the ROM zip is.
13. Let it do its thing. This may take 5-10 minutes. DON'T PULL THE BATTERY.
Next, it is time to flash your boot image. Follow these commands.
Code:
cd [insert location of android-sdk here]/platform-tools
adb reboot bootloader
You should now see Fastboot USB on your phone. Open a new command or terminal window. Type the following:
Code:
cd [insert location of android-sdk here]/tools
fastboot flash boot boot.img
fastboot reboot
You are done with flashing the ROM now, congrats. To get your data back, follow the steps!
1. Run the initial setup. When you're setting up your google account, make sure the "keep data backed up" or whatever box is checked. This will make sure to restore your/keep your contacts backed up.
2. Redownload Titanium Backup. Hit menu/batch/restore missing apps with data.
3. Redownload SMS B+R. Restore your SMS.
4. Enjoy your new ROM!
I hope this guide clears things up for some people. If you have ideas or suggestions for this guide or others, feel free to comment. If I helped you, please hit the thanks button. I would really appreciate it!
Excellent guide!!!
i keep getting an error when trying to flash the recovery. when i type in fastboot flash recovery cwm-recovery-vivow.img it comes up saying cannot load cwm-recovery-vivow.img
also im s-on with hboot .98. could that be the problem?
reaper540 said:
i keep getting an error when trying to flash the recovery. when i type in fastboot flash recovery cwm-recovery-vivow.img it comes up saying cannot load cwm-recovery-vivow.img
also im s-on with hboot .98. could that be the problem?
Click to expand...
Click to collapse
Had the same issue but solved after looking over the instructions for doing this if you were downgrading. Instead of placing the image file on the root of your sd card, place it in the folder that contains fastboot in your android sdk. Do that and you will be able to flash it and continue with the instructions.
Oh wow. You guys are right. That's a typo. I'll fix that.
Sent from my ADR6350 using xda premium
Excellent post! Easy to follow, worked...what more could you ask for?
Yeh I thought that might have been the problem. But I ended up relocking the bootloader, downgraded using attn1s tool and after that it was all smooth sailing. Running mikrunny v1.01. But this is an excellent guide
Sent from my ADR6350 using XDA App
Excellent guide! Thanks!
Sent from my ADR6350 using XDA App
no boot.img?
When I try to flash the boot.img at the last step, it says error: Cannot load 'boot.img'. I tried to start the phone and it sticks as the htc splash screen ... any ideas?
Did you put it in the sdk tools folder?
just wondering...am i going to have to flash the su zip everytime i flash a new rom? Just flashed miui and when I superuser was not on the list of apps. I downloaded it, but have this feeling its not going to work until a flash su.zip
Nope, cuz most roms are already rooted.
I was having trouble getting my ADB to function correctly, so I went with the manual "update.zip" method to flash Clockwork. However, when HBOOT recognizes the PG32IMG.zip file, it just says its "Checking.." forever, and I don't know whether it's working or frozen up. How long is that part supposed to take? I'm so close!
Thanks for this post. Helpful and easy to follow!
frick frack and frick. Now my phone isn't recognized by my computer. Had zero issues with this before. I'm running the latest version of miui and cant get the phone recognized.
Noob question. Is it still possible to flash kernels on HTC sec unlock? Will the boot.img flash need to be done each time from now on? Great guide by the way.
Sent from my ADR6350 using XDA App
Every time you want to flash a Rom or kernel you need to flash the boot.img.
Sent from my ADR6350 using xda premium
Everytime I reboot the phone it gets stuck on the HTC logo. I have to rerun "flashboot boot boot.img" to get it to boot.
Please help.
ph1nn said:
Everytime I reboot the phone it gets stuck on the HTC logo. I have to rerun "flashboot boot boot.img" to get it to boot.
Please help.
Click to expand...
Click to collapse
That's an issue with the unlock I'm assuming.
Sent from my Mikrunny'd Superphone using Magic (TapaTalk)
It's unlocked via HTC's unlock tool.
Should i relock the phone, forget this guide, and use attn1's guide?
I already installed ClockworkMod 5.5 and CM7.2 nightlies, everything works unless i have to reboot then it loses the boot image. Any thoughts?
-----
edit: It was because of S-ON. I relocked my phone and used attn1's guide to bring the phone back to hboot 0.97 and then s-off. This guide is not useful it seems if you want to go AOSP.

[DISSECTED TUTORIAL FOR NEWBIES] recover from **stuck in htc boot screen** via cmd

Yes, there are tutorials out there on how to recover from total disaster, which is really useful. I've actually used those last month to recover from HTC BOOT SCREEN logo, but i can still see a couple of folks out there who can't get out of the problem...
This guide will be helpful to those who don't have back-up on their CWM and no ROM saved on their SD card
I'm doing this guide to at least minimize the confusions or the need in posting on how to FIX their phone, i checked the STICKY threads and there's no clear guide on how to do it VIA "CMD", all information below are gathered around the web, xda forums, and some from my experience, thanks to them
I'm just trying to help out and make things easier.
If this thread helped you with your problem, you can always HIT THANKS & RATE above and to the posts that I linked here
HERE'S HOW:
1. Turn off then plug your device, and wait till it says "Device Connected" on your task bar
2. NOW we need to check if you have the driver installed for you're device, just simply right click the "My Computer>Properties>Device Manager"
3. If there will be an EXCLAMATION MARK or QUESTION MARK (not sure of the two) on your HTC device, you need to download the correct driver
4 go here and download the correct driver
5. Once Downloaded, go back to Device Manager, Right click your connected device with Exclamation/Question mark, then choose Update Driver>Browse Files>Select your downloaded driver, once finished. you can close those windows and proceed to next step.
6. Create a New Folder into your drive C:, rename it "fastboot"
7. Download fastboot files here, extract>copy all extracted files to the fastboot folder that you've just created.
8. Now, we need to make sure that the ADB inside the fastboot folder that we created is working, on how to check? go here
9. This is important, BREATHE, RELAX, and SMILE Now to the next step....
10. We need to download the CWM here, just choose the latest unofficial test recovery with USB issues fixed and automount and any ROM that you like here
11. After downloading, we must rename the ROM to update.zip and CWM to recovery.img
12. Extract the ROM and get the boot.img inside
13. COPY boot.img, update.zip and recovery.img to fastboot folder
14. Put your phone into fastboot mode with unlocked bootloader
15. Flash boot with command "fastboot flash boot boot.img"
16. After flashing, Boot recovery using "fastboot flash recovery recovery.img" command
17. After flashing recovery.img, use command "adb push update.zip /sdcard/update.zip" to send the ROM to phone, just be patient, it might not respond for a couple of minutes since the ROM file is big which is usually 500mb,
AS PER ckpv5 there's some changes to this new recovery, see below:
ckpv5 said:
step 10 : Download the latest recovery: http://xda.richardtrip.org/HTC/reco...kwork-touch-5.8.3.1-endeavoru_fixedadbusb.img
step 16 : In fastboot mode :
fastboot flash recovery recovery-clockwork-touch-5.8.3.1-endeavoru_fixedadbusb.img
fastboot erase cache
enter recovery, the sdcard is auto-mounted, means that you can directly access the sdcard by connecting the usb cable to pc. Copy the ROM.zip or update.zip to sdcard.
step 17 : no need
step 18 : Install the ROM from update.zip in recovery
Click to expand...
Click to collapse
18. Install the ROM from update.zip in recovery
19. Reboot your phone and everything should be working again, just be patient with the first reboot, it might take some time to open
20. If still stuck? go back to fastboot usb, type this command to CMD, "fastboot erase cache" then "fastboot reboot-bootloader"
21. That's all, enjoy your One X again
*******************************************
NOTE:
- If step 17 is not happening, just don't rename the ROM file to update.zip, leave as it is, and use this command instead, "adb push update.zip /sdcard/EXACT NAME OF THE ROM.zip"
*******************************************
COMMON QUESTIONS OF THE NEWBIES:
How to enter fastboot?
- Hold down POWER BUTTON + VOLUME DOWN, wait for atleast 3-5 seconds
How to open CMD?
- Simply click the Start button of your PC, you should see there CMD or COMMAND PROMPT or you can TYPE CMD in the search panel and hit Enter
How can i open the fastboot folder via CMD?
- Once CMD is open, type "cd c:\fastboot" hit enter, then you can enter the commands, use c:\ if fastboot files is located in your drive c, d:\ if located in your drive d...
*******************************************
You can also go to this STICKY THREAD for additional reference.
If i missed something, please feel free to comment, much appreciated
That's All, hope it helps.. Have a Good Day!
mikey0105 said:
16. After flashing, Boot recovery using "fastboot boot recovery.img" command
Click to expand...
Click to collapse
I really appreciate you putting this together. As with most things on this forum, keeping it in a place where it could be easily discovered is the real trick. God help those of us that ask a question that was asked 2 years ago and is now buried deep within the forum. Lots of Android people get all twisted up about that.
Question: on step 16, did you mean to say "fastboot flash recovery recovery.img"? Or is that the Mac/Linux syntax I'm thinking of?
freicook said:
I really appreciate you putting this together. As with most things on this forum, keeping it in a place where it could be easily discovered is the real trick. God help those of us that ask a question that was asked 2 years ago and is now buried deep within the forum. Lots of Android people get all twisted up about that.
Question: on step 16, did you mean to say "fastboot flash recovery recovery.img"? Or is that the Mac/Linux syntax I'm thinking of?
Click to expand...
Click to collapse
oh! thanks, TYPO.. I'll edit it now, its should be "fastboot flash recovery recovery.img"
this is exactly what I'm lookin' for! after messing my phone.. you are a champ! thanks for compiling everything...
mr_tonysmith said:
this is exactly what I'm lookin' for! after messing my phone.. you are a champ! thanks for compiling everything...
Click to expand...
Click to collapse
No worries... feel free to go back here every time you mess your phone! just kidding..
With the latest recovery, there is no need for step 17.
Just connect the cable, the USB Storage is mounted. If it is not pop-up, open your My Computer, you will see the HTC Storage drive. Copy the ROM.zip and flash.
ckpv5 said:
With the latest recovery, there is no need for step 17.
Just connect the cable, the USB Storage is mounted. If it is not pop-up, open your My Computer, you will see the HTC Storage drive. Copy the ROM.zip and flash.
Click to expand...
Click to collapse
thanks for the info buddy! I'll edit my post and put this info!
ckpv5 said:
With the latest recovery, there is no need for step 17.
Just connect the cable, the USB Storage is mounted. If it is not pop-up, open your My Computer, you will see the HTC Storage drive. Copy the ROM.zip and flash.
Click to expand...
Click to collapse
thanks for the info buddy! I'll edit my post and put this info!
EDIT: before i edit the post, just a clarification... we cannot access the SD card from my computer if the device will not open right? can you please explain further? the process of this new recovery? thanks much!
step 10 : Download the latest recovery: http://xda.richardtrip.org/HTC/reco...kwork-touch-5.8.3.1-endeavoru_fixedadbusb.img
step 16 : In fastboot mode :
fastboot flash recovery recovery-clockwork-touch-5.8.3.1-endeavoru_fixedadbusb.img
fastboot erase cache
enter recovery, the sdcard is auto-mounted, means that you can directly access the sdcard by connecting the usb cable to pc. Copy the ROM.zip or update.zip to sdcard.
step 17 : no need
step 18 : Install the ROM from update.zip in recovery
ckpv5 said:
step 10 : Download the latest recovery: http://xda.richardtrip.org/HTC/reco...kwork-touch-5.8.3.1-endeavoru_fixedadbusb.img
step 16 : In fastboot mode :
fastboot flash recovery recovery-clockwork-touch-5.8.3.1-endeavoru_fixedadbusb.img
fastboot erase cache
enter recovery, the sdcard is auto-mounted, means that you can directly access the sdcard by connecting the usb cable to pc. Copy the ROM.zip or update.zip to sdcard.
step 17 : no need
step 18 : Install the ROM from update.zip in recovery
Click to expand...
Click to collapse
thanks! i've already added this info
still not working
first of all; thanks for this thread, this was what i was looking for. (I have a clean One X, with no rom on my sd card or something installed.)
I followed your steps -still breathing and smiling too, but i get stuck @ step 17 Cmd gives me an error: device not found. What am i doing wrong?
thanks in advance,
San
edit:
when the phone is off i get:
C:\Android>adb devices
List of devices attached
HT23KW103963 recovery
and when i turn the phone on in fastboot USB mode i get:
C:\Android>adb devices
List of devices attached
snowflakesan said:
first of all; thanks for this thread, this was what i was looking for. (I have a clean One X, with no rom on my sd card or something installed.)
I followed your steps -still breathing and smiling too, but i get stuck @ step 17 Cmd gives me an error: device not found. What am i doing wrong?
thanks in advance,
San
edit:
when the phone is off i get:
C:\Android>adb devices
List of devices attached
HT23KW103963 recovery
and when i turn the phone on in fastboot USB mode i get:
C:\Android>adb devices
List of devices attached
Click to expand...
Click to collapse
there's a quoted instruction @ page 1...
AS PER ckpv5 there's some changes to this new recovery, see below:
Originally Posted by ckpv5
step 10 : Download the latest recovery: http://xda.richardtrip.org/HTC/recov...ixedadbusb.img
step 16 : In fastboot mode :
fastboot flash recovery recovery-clockwork-touch-5.8.3.1-endeavoru_fixedadbusb.img
fastboot erase cache
enter recovery, the sdcard is auto-mounted, means that you can directly access the sdcard by connecting the usb cable to pc. Copy the ROM.zip or update.zip to sdcard.
step 17 : no need
step 18 : Install the ROM from update.zip in recovery
argh, it was kinda late, so i must have missed that part
Working like a charm now, thanks man!
snowflakesan said:
argh, it was kinda late, so i must have missed that part
Working like a charm now, thanks man!
Click to expand...
Click to collapse
good for you buddy! enjoy
mikey0105 said:
Yes, there are tutorials out there on how to recover from total disaster, which is really useful. I've actually used those last month to recover from HTC BOOT SCREEN logo, but i can still see a couple of folks out there who can't get out of the problem...
This guide will be helpful to those who don't have back-up on their CWM and no ROM saved on their SD card
I'm doing this guide to at least minimize the confusions or the need in posting on how to FIX their phone, i checked the STICKY threads and there's no clear guide on how to do it VIA "CMD", all information below are gathered around the web, xda forums, and some from my experience, thanks to them
I'm just trying to help out and make things easier.
If this thread helped you with your problem, you can always HIT THANKS & RATE above and to the posts that I linked here
HERE'S HOW:
1. Turn off then plug your device, and wait till it says "Device Connected" on your task bar
2. NOW we need to check if you have the driver installed for you're device, just simply right click the "My Computer>Properties>Device Manager"
3. If there will be an EXCLAMATION MARK or QUESTION MARK (not sure of the two) on your HTC device, you need to download the correct driver
4 go here and download the correct driver
5. Once Downloaded, go back to Device Manager, Right click your connected device with Exclamation/Question mark, then choose Update Driver>Browse Files>Select your downloaded driver, once finished. you can close those windows and proceed to next step.
6. Create a New Folder into your drive C:, rename it "fastboot"
7. Download fastboot files here, extract>copy all extracted files to the fastboot folder that you've just created.
8. Now, we need to make sure that the ADB inside the fastboot folder that we created is working, on how to check? go here
9. This is important, BREATHE, RELAX, and SMILE Now to the next step....
10. We need to download the CWM here, just choose the latest unofficial test recovery with USB issues fixed and automount and any ROM that you like here
11. After downloading, we must rename the ROM to update.zip and CWM to recovery.img
12. Extract the ROM and get the boot.img inside
13. COPY boot.img, update.zip and recovery.img to fastboot folder
14. Put your phone into fastboot mode with unlocked bootloader
15. Flash boot with command "fastboot flash boot boot.img"
16. After flashing, Boot recovery using "fastboot flash recovery recovery.img" command
17. After flashing recovery.img, use command "adb push update.zip /sdcard/update.zip" to send the ROM to phone, just be patient, it might not respond for a couple of minutes since the ROM file is big which is usually 500mb,
AS PER ckpv5 there's some changes to this new recovery, see below:
18. Install the ROM from update.zip in recovery
19. Reboot your phone and everything should be working again, just be patient with the first reboot, it might take some time to open
20. If still stuck? go back to fastboot usb, type this command to CMD, "fastboot erase cache" then "fastboot reboot-bootloader"
21. That's all, enjoy your One X again
*******************************************
NOTE:
- If step 17 is not happening, just don't rename the ROM file to update.zip, leave as it is, and use this command instead, "adb push update.zip /sdcard/EXACT NAME OF THE ROM.zip"
*******************************************
COMMON QUESTIONS OF THE NEWBIES:
How to enter fastboot?
- Hold down POWER BUTTON + VOLUME DOWN, wait for atleast 3-5 seconds
How to open CMD?
- Simply click the Start button of your PC, you should see there CMD or COMMAND PROMPT or you can TYPE CMD in the search panel and hit Enter
How can i open the fastboot folder via CMD?
- Once CMD is open, type "cd c:\fastboot" hit enter, then you can enter the commands, use c:\ if fastboot files is located in your drive c, d:\ if located in your drive d...
*******************************************
You can also go to this STICKY THREAD for additional reference.
If i missed something, please feel free to comment, much appreciated
That's All, hope it helps.. Have a Good Day!
Click to expand...
Click to collapse
16 don't make sense. Think you meant flash recovery not boot.
(at the recovery part ).
Just used this method to dig myself out of a whole I stupidly dug for myself.
Top work!
---------- Post added at 01:33 PM ---------- Previous post was at 01:26 PM ----------
This thread should really be stickied or some such. perfect for n00bs who've done silly things...
I hope you can help me. I thought I was having the same problem as snowflakesan, but I've tried these steps and I can't get into CWM. I've tried flashing every version I can find of clockworkmod, 5.8.3.1, the fixedadbusb version of 5.8.3.1, and 5.8.4.0. Each time I get stuck on the HTC screen with a message at the bottom saying
"This build is for development purposes only. Do not distribute outside of HTC without HTC's written permission. Failure to comply may lead to legal action."
I can flash TWRP v2.1.7, but not CWM. TWRP seems to work fine except that I can't transfer any files to the sdcard from TWRP because adb says "device not found."
Any ideas on what to try next?
have you installed the drivers for your computer? try and follow the steps carefully from number 1, you might have missed something?
wile i am try to update anything over cmd i am getting following messeg on cmd error: device not found.
and i have correctly installed the driver files too
can you help on this please
Didn't work
I had an one x that was stuck at boot screen. I installed the clockwork 5.8.4.0 and cleaned cache (both through fastboot) but now when i try to load the new recovery the phone just keeps rebooting. I load bootloader, choose recovery and then it just keeps restaring...what do you think could be the problem?
Thanks again for all your help. It is much appreciated.

Idiots guide

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

[Q] DHD stucked on boot logo

Hi all
I have a little trouble with my phone, because I did some stupid things on it...
I had android 2.3.5 with 3.12.405.1
So first I unlocked bootloader with htc-dev page, and now I know I shouldn't do that. Then after I found here a post what describes what should I do if I was noob and use the htc-dev. I followed the instructions so I can use the revolution hd zip and installed it.
After that reboot my phone and stucked on the htc boot logo. I can reach the 4text recovery menu and everything but I have no clue what should I do now. I tried the factory reset and everything what I found. Maybe I have to put back the original rom, but I don't know how to do it.
Imike86 said:
Hi all
I have a little trouble with my phone, because I did some stupid things on it...
I had android 2.3.5 with 3.12.405.1
So first I unlocked bootloader with htc-dev page, and now I know I shouldn't do that. Then after I found here a post what describes what should I do if I was noob and use the htc-dev. I followed the instructions so I can use the revolution hd zip and installed it.
After that reboot my phone and stucked on the htc boot logo. I can reach the 4text recovery menu and everything but I have no clue what should I do now. I tried the factory reset and everything what I found. Maybe I have to put back the original rom, but I don't know how to do it.
Click to expand...
Click to collapse
Have you flashed the boot.img in fastboot?
Read this: http://forum.xda-developers.com/showthread.php?p=28139822
Sent from my GT-N7100 using xda app-developers app
glevitan said:
Have you flashed the boot.img in fastboot?
Read this: http://forum.xda-developers.com/showthread.php?p=28139822
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
Hey
Thanks for the help, I'll try it afternoon
I did exactly the same: http://forum.xda-developers.com/showpost.php?p=31211732&postcount=396
The procedure to do that is -
1. Download the attached zip file, extract it to Desktop or wherever you want using 7-zip/WinZIP.
2. Open the ROM zip file you downloaded. Extract boot.img from this zip to the previously folder which you just extracted in the above step.
3. Turn your phone completely off (pull out battery). Then hold 'volume down' while pressing power and continue holding it till you see a white screen with 3 green skateboarding Androids. This is the bootloader.
4. FASTBOOT will be the first selected option in the list. Press 'Power' to select it. Make sure that now it shows FASTBOOT in red under the initial green text.
5. Connect your phone to computer. See that the red FASTBOOT changes to FASTBOOT USB.
4. Open the adb_fastboot folder, open 'Start here.bat'. It will open a command prompt window in that folder.
5. Type 'fastboot flash recovery recovery.img'. You only need to do this once. It will flash 4ext Touch Recovery, which is better than CWM (thanks to madmaxx82 for the awesome recovery).
6. Type 'fastboot flash boot boot.img'. You will need to do this everytime you flash a custom ROM, but before you do so be sure you've copied the boot.img from the ROM zip to the adb_fastboot folder.
7. You should see some stuff like 'Sending data... data sent successfully'. If there's any error at this step report it here.
8. Once it has done everything and displayed successful confirmations, disconnect phone.
9. Hightlight BOOTLOADER and press 'power' to select it. Press 'volume down' to highlight RECOVERY and 'power' to select it.
10. Once you're rebooted into 4ext Touch Recovery, go to 'install zip from SD card', browse for the ROM zip file in your SD card. If you haven't copied the zip to SD card, go back a step, connect phone to computer, select 'toggle USB storage' and then copy it onto the SD card. Once you have the ROM zip on the sdcard, go to the main screen of the recovery, choose 'wipe/format'->format all partitions (except SD card). Now go back to main screen, choose 'install zip from sdcard' and browse to the ROM zip location, select it and confirm that you want to flash it.
11. When the flash process is done, go back to the main screen of recovery, and press reboot now. You will reboot into the custom ROM.
Click to expand...
Click to collapse
After reboot I stucked on the htc boot logo screen.
If you are s-on, then you have to flash the boot.img from the rom you installed using fastboot.
Sent from my SCH-I535 using xda premium

[Q] Stuck in HTC logo, no power

Hi guys,
I am stuck REALLY stuck. I have or now had a rooted htc one x. I tried to flash a rom but this kept on stucking on the logo (carbon logo, cause it was a Carbon rom). When I saw this I got confused so I deleted everything from recovery mode. EVERYTHING the rom and what was on the sd card. Now when i try to turn oi on it is stuck on the htc logo (the first one that appears). I presume its doing so cause it is finding no rom to load. My other problem is the power. The battery got drained and I cannot even see my SD card on the pc ! I found somewhere that in recovery mode i could go to advanced and to side load but i cannot even see this side load option. PLEASSSSE help me I am really desperate!!
When you're in recovery, connect to your PC and mount your sdcard, in twrp it's advanced/mount. The card should then show up on your PC, put the rom zip on your card and let the phone charge for a while. Use fastboot to erase cache then flash the rom.
sinkster said:
when you're in recovery, connect to your pc and mount your sdcard, in twrp it's advanced/mount. The card should then show up on your pc, put the rom zip on your card and let the phone charge for a while. Use fastboot to erase cache then flash the rom.
Click to expand...
Click to collapse
thanks for your reply.at the moment i am trying to charge the bat. To tell you the truth i tried mount sdcard in advance mode but still int memory didnt show up on pc. I shall retry when i get some power up
sinkster said:
when you're in recovery, connect to your pc and mount your sdcard, in twrp it's advanced/mount. The card should then show up on your pc, put the rom zip on your card and let the phone charge for a while. Use fastboot to erase cache then flash the rom.
Click to expand...
Click to collapse
nothing cant do it!!!!!!!!!!!!!!!!!!!did i brick my phone???
Why cant i see it on my pc. Doesit have to do with the cable i am using???
xxinterboyxx said:
nothing cant do it!!!!!!!!!!!!!!!!!!!did i brick my phone???
Why cant i see it on my pc. Doesit have to do with the cable i am using???
Click to expand...
Click to collapse
Try the original cable together with a 2.0 usb port,
if it still doesnt work flash another recovery like philz touch when you have enough juice
xxinterboyxx said:
Hi guys,
I am stuck REALLY stuck. I have or now had a rooted htc one x. I tried to flash a rom but this kept on stucking on the logo (carbon logo, cause it was a Carbon rom). When I saw this I got confused so I deleted everything from recovery mode. EVERYTHING the rom and what was on the sd card. Now when i try to turn oi on it is stuck on the htc logo (the first one that appears). I presume its doing so cause it is finding no rom to load. My other problem is the power. The battery got drained and I cannot even see my SD card on the pc ! I found somewhere that in recovery mode i could go to advanced and to side load but i cannot even see this side load option. PLEASSSSE help me I am really desperate!!
Click to expand...
Click to collapse
You should flash boot.img and it should boot fine
So another time read, read, read so you won't get in trouble and be without phone few hours/days
nikola016 said:
You should flash boot.img and it should boot fine
So another time read, read, read so you won't get in trouble and be without phone few hours/days
Click to expand...
Click to collapse
Thanks for the advise..but could you please be more specific like making a step by step proceedure. please note that mob is saying "battery level is lowto flash" and i cannot see my sd card on my pc.
thanks again
Extract the boot.img file from the rom, place it in the same location as your adb set up. Reboot to fastboot mode, connect to PC, open cmd window at same location as abd and type:
fastboot erase cache
fastboot flash boot boot.img
Reboot.
sinkster said:
Extract the boot.img file from the rom, place it in the same location as your adb set up. Reboot to fastboot mode, connect to PC, open cmd window at same location as abd and type:
fastboot erase cache
fastboot flash boot boot.img
Reboot.
Click to expand...
Click to collapse
cache erase but getting cannot open boot.img!!!!!!!!!
Don't open it. Just extract it to your adb folder, and flash it via fastboot. If it's not called boot.img then either use fastboot flash boot (bootname).img or rename it to boot.img. Plus if you've erased the system you'll need to flash the rom again via recovery.
sinkster said:
Don't open it. Just extract it to your adb folder, and flash it via fastboot. If it's not called boot.img then either use fastboot flash boot (bootname).img or rename it to boot.img. Plus if you've erased the system you'll need to flash the rom again via recovery.
Click to expand...
Click to collapse
i am typing "C:\android\sdk\platform-tools\fastboot flash boot boot.img" is it good? cause its replying cannot open boot.img and the file i extracted is called boot.img. I cant understand were i am wrong. Perhaps cause the battery is still very low?
The extracted boot.img should be in the sdk folder, for example mine is C:\Users\Sinclair\Downloads\adb_fastboot_and_other_tools\adb_fastboot_and_other_tools\Android. Open the folder, shift+right click and choose 'open command window here'. Try 'fastboot devices' to ensure it's been detected, if so it should work. Possibly a bad download.
sinkster said:
The extracted boot.img should be in the sdk folder, for example mine is C:\Users\Sinclair\Downloads\adb_fastboot_and_other_tools\adb_fastboot_and_other_tools\Android. Open the folder, shift+right click and choose 'open command window here'. Try 'fastboot devices' to ensure it's been detected, if so it should work. Possibly a bad download.
Click to expand...
Click to collapse
please you are my only hope before i throw this device in the rubbish can. could you send me a detailed step by step proceedure of what to do cause I am completely lost. the files i need to down load where to put themand commands i should write down in command mode. I am completely noob on this and all these words you all use.If you cant and i completly understand could you recomend wewre i can post my problem for more veterans to see or perhaps there is somewhere where i can ship my device and get it fixed at a cost of course.
THANKS
You put literally the boot.img file in that state in the Fastboot.exe folder on the pc. So it goes into the platform tools folder !
Then you put the phone in the bootloader where you see "Fastboot usb" in red text
Then you point with the mouse inside the platform tools folder and hold down shift and click the right button and select "open command window here"
Then you type the command in that window
Fastboot erase cache
Fastboot flash boot boot.img
Fastboot erase cache
By your reply I'm presuming you don't have a full adb/fastboot setup. Read this http://forum.xda-developers.com/showthread.php?p=42407269,
and follow the instructions.
Mr Hofs said:
You put literally the boot.img file in that state in the Fastboot.exe folder on the pc. So it goes into the platform tools folder !
Then you put the phone in the bootloader where you see "Fastboot usb" in red text
Then you point with the mouse inside the platform tools folder and hold down shift and click the right button and select "open command window here"
Then you type the command in that window
Fastboot erase cache
Fastboot flash boot boot.img
Fastboot erase cache
Click to expand...
Click to collapse
t
Hi there
Thanks for your interest in helping me out. After i do this right click thing i go to the black window and give these commands as they are no previous path like c:\ etc etc before the commands you gave me? Cause the funny thing i did the erase cache thing and it did it but this boot boot.img isnt doing it. And bdw i redownloaded another rom, copied it to the file tools and extracted it there. In it there was a boot.img file. Did i do the right thing?
Thanks again
When you open the cmd window by right click in a folder then all commands you enter are for that folder path, so it's fastboot flash boot xxx.img(replace xxx with the boot name), and it's only the boot.img for your rom you need extracted to the folder.
I think you are confusing yourself. Just stay calm and read carefully ! It's not rocket science. Open the rom.zip with 7Zip and just drag out the boot.img file to the exact same folder as where your fastboot.exe file is located. Open the command window there and type the commands.
The command fail cannot open is only because the file is just not there !
---------- Post added at 10:20 AM ---------- Previous post was at 09:30 AM ----------
http://forum.xda-developers.com/showthread.php?t=2069904
Mr Hofs said:
I think you are confusing yourself. Just stay calm and read carefully ! It's not rocket science. Open the rom.zip with 7Zip and just drag out the boot.img file to the exact same folder as where your fastboot.exe file is located. Open the command window there and type the commands.
The command fail cannot open is only because the file is just not there !
---------- Post added at 10:20 AM ---------- Previous post was at 09:30 AM ----------
http://forum.xda-developers.com/showthread.php?t=2069904
Click to expand...
Click to collapse
I opened the foldet where my fastboot command is pointed the arrow inside the file, pressed down and holded the shift key when i right click the mouse cant see the command open command window here!!!!!!! What I am doing wrong i cant understand http://forum.xda-developers.com/images/icons/icon9.gif
xxinterboyxx said:
I opened the foldet where my fastboot command is pointed the arrow inside the file, pressed down and holded the shift key when i right click the mouse cant see the command open command window here!!!!!!! What I am doing wrong i cant understand http://forum.xda-developers.com/images/icons/icon9.gif
Click to expand...
Click to collapse
AND THE boot.img file is there cause I am seeing it!!!!!!

Categories

Resources