I tried to install a custom ROM on my htc one X without making any backup. My new custom ROM did not installed correctly. It is just showing X type logo of custom ROM after htc splash screen. I can go to hboot, fastboot and recovery menus. I can also access the memory card. My problem is that I do not know how can I add new custom ROM on memory card so I can install it. Please help.
Asked
Active
Viewed 1,508 times
0
1 Answers
1
yesterday I had the same problem,and finally I found the solution.
- Flash TWRP recovery on your one X, and power off.
- Then Connect your phone to your PC by using usb cable
- Boot into twrp recovery select mount & storage on twrp menu and the select Mount USB Storage,after doing this your PC should see your phone as USB storage.
- Copy your rom file into sdcard on your PC.
- Disconnect the phone from PC,reboot your phone into bootloader and then run twrp recovery.
- Before flashing rom full wipe is recommended to avoid problems, so full wipe by twrp recovery or by fastboot commands (fastboot erase cache)
- Flash compatible boot.img by using fastboot commands (fastboot flash boot bootfile.img)
- Full wipe your device
- Then flash the rom.zip by using twrp,that's all.

NT.
- 109
- 1
- 5
adb devices
It should return the serial # of your phone. If it doesn't - you need to install USB drivers. Now using the "adb push" command you can copy the necessary files to the phone:adb push <path-to-zip> /sdcard
Now you can try flashing the phone again as per instructions. – Chahk Feb 28 '13 at 19:20