So i rooted my HTC One X with cyanogenmod 10 after i really liked it on my Galaxy Nexus.
I did it like the guide says and just like i did with my galaxy Nexus.
Now heres the problem:
First of all, CyanogenMod wont boot. infinite Bootloop.
now i want to install another ROM, but i cant mount my Mass Storage.
when i try to boot my Mass Storage with CWM it gives the following error:
Code:
E:Unable to open ums lunfile (No such file or directory)
After that i tried to ADB push a ROM onto the device. But that didn't work either.
When i try to ADB push the ROM true cmd it says:
Code:
Error: Device not found
And the command: "adb devices" gives the following string:
Code:
List of devices attached
Running the following:
CWM v5.8.2.7
cm-10-20121101-NIGHTLY-endeavoru.zip
S-On
HBOOT-0.95.0000
What to do. im affraid i bricked my device.
Thanks in advance,
Riekelt-Jan Pasterkamp
Udpate to Cwm 5.8.4.0, that version allows sd mounting in recovery
sent from my One X using xda venom premium
bogfather said:
Udpate to Cwm 5.8.4.0, that version allows sd mounting in recovery
sent from my One X using xda venom premium
Click to expand...
Click to collapse
how would i do that? the whole point is that my current rom doesn't work and i cant access my Mass Storage.
So i cant i ever install a new update?
rjpurk said:
how would i do that? the whole point is that my current rom doesn't work and i cant access my Mass Storage.
So i cant i ever install a new update?
Click to expand...
Click to collapse
you don't need mass storage to flash a custom recovery
Code:
fastboot devices
(just to be sure)
Code:
fastboot flash recovery recoveryfilename.img
1 turn device off (press and hold power button for >10secs)
2. bootloader
3. fastboot
4. connect to pc and flash the latest recovery (or use this tool)
matt95 said:
you don't need mass storage to flash a custom recovery
Code:
fastboot devices
(just to be sure)
Code:
fastboot flash recovery recoveryfilename.img
Click to expand...
Click to collapse
i dont have a recovery.
jigners said:
1 turn device off (press and hold power button for >10secs)
2. bootloader
3. fastboot
4. connect to pc and flash the latest recovery (or use this tool)
Click to expand...
Click to collapse
Battery is low. cant fastboot a recovery. i ahve to try this in the morning.
thanks by the way
Yes, you do. You have an old version of CWM. They've just given you instructions to update it.
rjpurk said:
i dont have a recovery.
Click to expand...
Click to collapse
so download it and flash it with the above commands...
Related
I've been posting here and there around here lately but thought I'd get a cleaner, more focused thread going for those of us who used HTC's unlock tool and want root.
I managed to get the bootloader unlocked with HTC's tool and installed SU and clockwork onto my Inc2 but I think I'm having problems because I'm still S-On instead of S-Off.
So, what do we do next after unlocking the bootloader? I'm under the impression that because I'm S-On still, I can flash a custom ROM, but not only the ones with the stock kernel intact. This would be why Sabotage was able to install, but Mik wouldn't. Still only a theory, though.
ANY HELP PLEASE!!!
Kayak83 said:
I've been posting here and there around here lately but thought I'd get a cleaner, more focused thread going for those of us who used HTC's unlock tool and want root.
I managed to get the bootloader unlocked with HTC's tool and installed SU and clockwork onto my Inc2 but I think I'm having problems because I'm still S-On instead of S-Off.
So, what do we do next after unlocking the bootloader? I'm under the impression that because I'm S-On still, I can flash a custom ROM, but not only the ones with the stock kernel intact. This would be why Sabotage was able to install, but Mik wouldn't. Still only a theory, though.
ANY HELP PLEASE!!!
Click to expand...
Click to collapse
There are 2 options to flash a custom ROM that has a custom kernel on an unlocked bootloader.
1. Instead of booting to recovery mode directly, you need to boot in Fastboot mode and issue the command:
Fastboot boot [path to custom recovery.img]
This will boot you into recovery mode using the custom recovery image. Then you can flash a custom ROM with a custom kernel correctly.
2. Extract the boot.img from the custom ROM zip file and copy it to your SDK tool directory.
Then boot into recovery mode and flash the custom ROM. Next you must reboot into bootloader mode and enter Fastboot mode. Enter the following command:
Fastboot flash boot [path to the boot.img file].
Try either option 1 or option 2. You do not need to do both.
Hope this helps.
tpbklake said:
There are 2 options to flash a custom ROM that has a custom kernel on an unlocked bootloader.
1. Instead of booting to recovery mode directly, you need to boot in Fastboot mode and issue the command:
Fastboot boot [path to custom recovery.img]
This will boot you into recovery mode using the custom recovery image. Then you can flash a custom ROM with a custom kernel correctly.
2. Extract the boot.img from the custom ROM zip file and copy it to your SDK tool directory.
Then boot into recovery mode and flash the custom ROM. Next you must reboot into bootloader mode and enter Fastboot mode. Enter the following command:
Fastboot flash boot [path to the boot.img file].
Try either option 1 or option 2. You do not need to do both.
Hope this helps.
Click to expand...
Click to collapse
Tried option 1 and when I go to select install zip from sd card after booting to cwm the phone restarts. Trying option 2 now...
Option #2 won't work since I get stuck at the HTC screen when trying to load a custom ROM.
Kayak83 said:
Option #2 won't work since I get stuck at the HTC screen when trying to load a custom ROM.
Click to expand...
Click to collapse
How did you try to reboot into bootloader from recovery once the ROM was flashed. Once I get into recovery I connect the phone with a USB cable and then type
Adb reboot bootloader
This will boot you into HBOOT straight from recovery and should prevent the hang at the HTC.
Ok. Let's start fresh and complete:
1- Plug phone into computer.
2- select HTC sync on phone
3- open cmd and get to sdk
4- type "adb reboot bootloader"
5- phone should reboot to HTC's recovery thing
now what?
I have cwm installed already.
Kayak83 said:
Ok. Let's start fresh and complete:
1- Plug phone into computer.
2- select HTC sync on phone
3- open cmd and get to sdk
4- type "adb reboot bootloader"
5- phone should reboot to HTC's recovery thing
now what?
I have cwm installed already.
Click to expand...
Click to collapse
Just select Charge Only, not HTC Sync.
Once you type adb reboot bootloader you should get the HBOOT screen and it should show FASTBOOT USB.
At this point you should enter Fastboot commands from you PC command prompt.
So you said you tried fastboot boot [path to recovery.img file] and it did boot you into recovery, right? Then you should be able to flash the custom ROM and reboot normally when the install is complete.
For option 2 once you are in recovery mode flash the custom ROM and then when it is finished connect the phone with the USB cable and at the command prompt you should be able to type adb devices and it will respond with your device id.
If it does, then type adb reboot bootloader and it will take you back to the HBOOT screen. From there you would then enter the following Fastboot command:
Fastboot flash boot [path to boot.img file]
Then Fastboot reboot
tpbklake said:
Just select Charge Only, not HTC Sync.
Once you type adb reboot bootloader you should get the HBOOT screen and it should show FASTBOOT USB.
At this point you should enter Fastboot commands from you PC command prompt.
So you said you tried fastboot boot [path to recovery.img file] and it did boot you into recovery, right? Then you should be able to flash the custom ROM and reboot normally when the install is complete.
For option 2 once you are in recovery mode flash the custom ROM and then when it is finished connect the phone with the USB cable and at the command prompt you should be able to type adb devices and it will respond with your device id.
If it does, then type adb reboot bootloader and it will take you back to the HBOOT screen. From there you would then enter the following Fastboot command:
Fastboot flash boot [path to boot.img file]
The Fastboot reboot
Click to expand...
Click to collapse
I'm able to fastboot into cwm. But when I go to select install zip from sd card via the phone controls (volume up/down/power), the phone reboots.
Kayak83 said:
I'm able to fastboot into cwm. But when I go to select install zip from sd card via the phone controls (volume up/down/power), the phone reboots.
Click to expand...
Click to collapse
Which version of CWM are ou using. I use CWM 5.0.2 and it works fine.
SUCCESS. Thanks for your help!
Glad you got it goin!
Sent from my ADR6350 using xda premium
Kayak83 said:
SUCCESS. Thanks for your help!
Click to expand...
Click to collapse
Which option did you have success with?
dumb question but...
how do you find the path to your custom recovery?
mza929 said:
dumb question but...
how do you find the path to your custom recovery?
Click to expand...
Click to collapse
You determine what the path is when you download the recovery image to your PC. The best place to download or copy it to is the same folder you run adb.exe and fastboot.exe from.
tpbklake said:
You determine what the path is when you download the recovery image to your PC. The best place to download or copy it to is the same folder you run adb.exe and fastboot.exe from.
Click to expand...
Click to collapse
great thank you... i was thinking i had to use a path to the recovery on my phone's storage not my PC's...
Can someone link me to a cwm recovery that works. I'm having the reboot issue after selecting choose file from SD card.
Sent from my dinc2 using XDA App
mza929 said:
Can someone link me to a cwm recovery that works. I'm having the reboot issue after selecting choose file from SD card.
Sent from my dinc2 using XDA App
Click to expand...
Click to collapse
You should look for and use CWM 5.0.2
Kayak83 said:
I've been posting here and there around here lately but thought I'd get a cleaner, more focused thread going for those of us who used HTC's unlock tool and want root.
I managed to get the bootloader unlocked with HTC's tool and installed SU and clockwork onto my Inc2 but I think I'm having problems because I'm still S-On instead of S-Off.
So, what do we do next after unlocking the bootloader? I'm under the impression that because I'm S-On still, I can flash a custom ROM, but not only the ones with the stock kernel intact. This would be why Sabotage was able to install, but Mik wouldn't. Still only a theory, though.
ANY HELP PLEASE!!!
Click to expand...
Click to collapse
OK maybe I am missing something here. Do you actually have full root? If you do, how did you get it? I don't know how to get the su binary and busybox installed. I have unlocked my bootloader using the htc supertool and I don't have root, which is keeping me from installing CWM or anything root related for that matter. I have not seen any instructions on how to root this thing since the unlock tool became compatible 3 days ago. But maybe I have missed something.
Thanks for any help.
Still cant get rom to boot... however, i have been able to fastboot into custom recovery and complete the flashing process...
Now i am just stuck at the HTC screen after reboot.
Any suggestions?
Thank you all so far. You have been most helpful.
***** update ***** I finally got it after fast booting into recovery, flashing rom, and then extracting boot.img from that rom and flashing it via fastboot.
mza929 said:
Still cant get rom to boot... however, i have been able to fastboot into custom recovery and complete the flashing process...
Now i am just stuck at the HTC screen after reboot.
Any suggestions?
Thank you all so far. You have been most helpful.
***** update ***** I finally got it after fast booting into recovery, flashing rom, and then extracting boot.img from that rom and flashing it via fastboot.
Click to expand...
Click to collapse
Yes good job. The last part is the key to getting a custom ROM installed. Glad it worked for you.
---------- Post added at 09:13 AM ---------- Previous post was at 09:09 AM ----------
hackweed said:
OK maybe I am missing something here. Do you actually have full root? If you do, how did you get it? I don't know how to get the su binary and busybox installed. I have unlocked my bootloader using the htc supertool and I don't have root, which is keeping me from installing CWM or anything root related for that matter. I have not seen any instructions on how to root this thing since the unlock tool became compatible 3 days ago. But maybe I have missed something.
Thanks for any help.
Click to expand...
Click to collapse
After you have an unlocked HBOOT, you need to flash CWM recovery image in FASTBOOT mode. Once you have CWM installed, you can install the latest SU-3.0.xx.zip to root your current ROM and then you can installl and use root programs like ROM Manager, Busybox, Titianium Backup, etc. or you can install a rooted custom ROM.
I isntalled Super Wipe to my htc one x before load rom.zip to sd card :S now cant open phone or recovery mod :S so how can i load stock rom again help please
rover_x said:
I isntalled Super Wipe to my htc one x before load rom.zip to sd card :S now cant open phone or recovery mod :S so how can i load stock rom again help please
Click to expand...
Click to collapse
First you will need to reflash your recovery while your phone is in fastboot mode, you can do this by opening a cmd and using the command 'fastboot flash recovery recoveryfilehere.img' and changing recoveryfilehere for your recovery file's name.
I am a bit unsure on these next steps but I believe you will then need to boot into the recovery you just installed and then use the following commands.
'adb devices'
'adb shell'
'mount sdcard'
and then in another cmd you will use the command 'adb push ROMNAME.zip /sdcard
then reboot into recovery and look for your ROM in the root of your sd card and install it as usual. Don't forget to flash the kernal too.
I tried these steps but didnt get result
See http://forum.xda-developers.com/showpost.php?p=26119526&postcount=17 and adapt to yours.
i tired many times , but each time get message " error:device not found" :S
Do you have HTC USB driver installed ?
yes i did
So it means that you're successfully boot into recovery by fastboot boot recovery.img and adb not working for you ?
Please note, adb will not work when you do fastboot flash recovery recovery.img
ckpv5 said:
So it means that you're successfully boot into recovery by fastboot boot recovery.img and adb not working for you ?
Please note, adb will not work when you do fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Ah right, my bad
Sent from my HTC One X using xda premium
Hello, i was trying to install the MIUI rom on my phone through recovery. It seems as i tried installing an update and not the base rom. After the installation my phone got stuck at the boot screen and i tried connecting my phone to my computer to transfer the base rom which i downloaded later. I cannot get the fastboot to work with my computer anymore. I tried to format the SD-card, clearing all possible caches in the recovery etc. What do i do now? Is there any way to get my phone working again or am i f*ucked?
If i try to mount the usb storage in recovery it says: "E: Unable to open ums lunfile".
If anyone can help me, or have a clue what to do, please dont hesitate to help me. Im freaking stuck...
What do you mean you can't get into fasrboot? Please elaborate.
Sent from my HTC One X using xda premium
Im sorry, i mean that if i go into fastboot with my usb cable connected to my computer, i cannot get any storage appear on my computer. I cannot transfer files or anything. I want to transfer a correct rom to flash in recovery so i can use my phone.
jamenjoel said:
Im sorry, i mean that if i go into fastboot with my usb cable connected to my computer, i cannot get any storage appear on my computer. I cannot transfer files or anything. I want to transfer a correct rom to flash in recovery so i can use my phone.
Click to expand...
Click to collapse
You cannot transfer data in fastboot mode. That's not a problem. Boot into CWM, go to mounts and storage, and mount USB storage.
Sent from my HTC One X using xda premium
Here are some information that might help, this is what it says in the fastboot menu on my phone:
*** UNLOCKED ***
ENDEAVORU PVT SHIP S-ON RL
HBOOT-0.95.0000
CPLD-None
MICROP-None
RADIO-None
eMMC-bootmode: disabled
CPU-bootmode: disabled
HW Secure boot: enabled
MODEM PATH: OFF
theDroidfanatic said:
You cannot transfer data in fastboot mode. That's not a problem. Boot into CWM, go to mounts and storage, and mount USB storage.
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
If i try that, it says "E: Unable to open ums lunfile". How do i fix that?
jamenjoel said:
If i try that, it says "E: Unable to open ums lunfile". How do i fix that?
Click to expand...
Click to collapse
Which version of CWM do you have?
Sent from my HTC One X using xda premium
theDroidfanatic said:
Which version of CWM do you have?
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
Yep. Grab the latest. 5.8.4.0.
If anybody knows which popular guide has links to the older version, we should prompt the author to update the guide.
BenPope said:
Yep. Grab the latest. 5.8.4.0.
If anybody knows which popular guide has links to the older version, we should prompt the author to update the guide.
Click to expand...
Click to collapse
How do i install the latest CWM if i cannot transfer anything to my phone? I cannot transfer anything in recovery and the phone wont boot through the android logo when i start it.
jamenjoel said:
How do i install the latest CWM if i cannot transfer anything to my phone? I cannot transfer anything in recovery and the phone wont boot through the android logo when i start it.
Click to expand...
Click to collapse
Enter fastboot and type the command "fastboot flash recovery name of file.img" in CMD
Sent from my fauxed HOX running ViperX
Tingelholm said:
Enter fastboot and type the command "fastboot flash recovery name of file.img" in CMD
Sent from my fauxed HOX running ViperX
Click to expand...
Click to collapse
Thanx, i got it to work. Im using mac so i didnt know what to write.
Thanks everyone for the help! Moderator can close thread.
Indeed latest cwm will fix the bug on old one when recovery USB.
Sent from my HTC One X using xda premium
jamenjoel said:
How do i install the latest CWM if i cannot transfer anything to my phone? I cannot transfer anything in recovery and the phone wont boot through the android logo when i start it.
Click to expand...
Click to collapse
Download latest CMW 5.8.4.0 v from One X Android Developement Sections..
Copy it over to your directory and flash it via fastboot
eg :-
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\admin>cd Downloads
C:\Users\admin\Downloads>cd OneXRoot
C:\Users\admin\Downloads\OneXRoot>fastboot flash recovery recovery-clockwork-tou
ch-5.8.4.0-endeavoru.img
I put my downloaded CMW in OneXroot folder..Hope this helps
If u happen to do this then you can mount sd card through CMW recovery
I need very SERIOUS help. It's my first time to try to flash my HTC One X. I downloaded all necessary files and proceed to follow below instructions on how to install CM10 on my phone.
The problem is (I know this is very stupid) I forgot to copy the CM10 zip file to my phone's internal storage. I thought I did it already but I only realized that I didn't when I was on Step 14 already. Now I cannot access my phone's internal storage and my phone won't boot anymore. Please help.
1.Copy the CM10 ZIP file to your phone’s internal SD card.
2.On the PC, extract the Fasboot.zip. You will get a folder named Fastboot.
3.Extract the boot.img file from the cm10_endeavoru-ota-eng.noeri-028.zip file and place it into the Fastboot folder.
4.Turn your phone off.
5.Boot to Fastboot Mode. Hold down the Volume Down and the Power buttons until the screen turns on to enter Bootloader Mode.
6.In Bootloader Mode, highlight Fastboot Mode using the Volume keys and select it by using the Power button.
7.Connect your phone to your PC via USB cable.
8.Open a command prompt on your PC and navigate it to the Fastboot folder.
9.In the command prompt, type fastboot devices to check if your device has successfully connected to your PC. Your phone’s serial number should appear on the screen.
10.Flash the boot.img by typing the following in the command prompt:◦fastboot flash boot boot.img
11.Go back to your phone and select Bootloader to go back to the main Bootloader menu.
12.In Bootloader Mode, highlight Recovery using the Volume keys and select it by using the Power button to boot into ClockworkMod Recovery.
13.Select Wipe data/factory reset > Yes.
14.Select Install ZIP from SD card > Choose ZIP from SD card > select the cm10_endeavoru-ota-eng.noeri-028.zip file > Yes.
15.Select Go back > Reboot system now.
Click to expand...
Click to collapse
Flash CWM
Go into CWM
Mounts and storage>mount usb storage(or something like that)
Sent from something that's BETTER THAN YOURS
XxVcVxX said:
Flash CWM
Go into CWM
Mounts and storage>mount usb storage(or something like that)
Sent from something that's BETTER THAN YOURS
Click to expand...
Click to collapse
I tried that but it says "E: Unable to open ums lunfile"
Your CWM is outdated. Go to official clockworkmod site and download version 5.8.4.0.
"fastboot flash recovery filename.img"
TToivanen said:
Your CWM is outdated. Go to official clockworkmod site and download version 5.8.4.0.
"fastboot flash recovery filename.zip"
Click to expand...
Click to collapse
Äähm...you mean
fastboot flash recovery recovery-clockwork-....5.8.4.0-....img
klaust58 said:
Äähm...you mean
fastboot flash recovery recovery-clockwork-....5.8.4.0-....img
Click to expand...
Click to collapse
Yeah. Thanks for the correction.
TToivanen said:
Your CWM is outdated. Go to official clockworkmod site and download version 5.8.4.0.
"fastboot flash recovery filename.img"
Click to expand...
Click to collapse
Thanks for your advise but I another problem popped out. I cannot do fastboot because my boot loader says that my battery level is too low to flash. I connected my phone to external power but it seems it is not charging. I left it for a couple of hours and still I have the same problem.
Use this batch script: http://forum.xda-developers.com/showthread.php?t=1658084
TToivanen said:
Use this batch script: http://forum.xda-developers.com/showthread.php?t=1658084
Click to expand...
Click to collapse
Thanks TToivanen! :good: You're a genius! Now, I was able to flash my phone, update CWM to latest version, copy CyanogenMod 10 to my phone's internal storage and finally install it.
Thanks a lot to everyone!
I have a problem with WiFi though, but I think it's another topic. Won't hurt if you can help also. LOL
Wifi / Data / GPs issues etc are usually to do with the ROM/Kernel.
So as stated, this is a totally different issue and should be resolved in the relevant thread !!
Glad everything is sorted though !!
Am trying to install cyanogenmod onto my OneX and did a full wipe/format of everything from CMW including sdcard, but now cant find a way to get the zip file onto my sdcard to install the new rom. I dont have a backup of any kind unfortunately
When I run 'adb devices', nothing shows up in the list. I can connect via fastboot, but the rom wont install from there.
Can anyone advise how to install the rom from here? I have searched but no luck so far
Thanks in advance, Barry
bootloader: unlocked via htcdev
hboot 1.3.9
recovery: cwm 5.8.3.1
adb: 1.0.31
htc drivers: latest
os: windows 7
bazman70 said:
Am trying to install cyanogenmod onto my OneX and did a full wipe/format of everything from CMW including sdcard, but now cant find a way to get the zip file onto my sdcard to install the new rom. I dont have a backup of any kind unfortunately
When I run 'adb devices', nothing shows up in the list. I can connect via fastboot, but the rom wont install from there.
Can anyone advise how to install the rom from here? I have searched but no luck so far
Thanks in advance, Barry
bootloader: unlocked via htcdev
hboot 1.3.9
recovery: cwm 5.8.3.1
adb: 1.0.31
htc drivers: latest
os: windows 7
Click to expand...
Click to collapse
try to go into recovery and type
Code:
adb devices
matt95 said:
try to go into recovery and type
Code:
adb devices
Click to expand...
Click to collapse
Tried that already and got no luck unfortunately - nothing listed as connected
Flash this recovery first......
http://db.tt/Krlm4dPs
Rename it to recovery.img and flash it
Fastboot flash recovery recovery.img
Fastboot erase cache
Then enter it and go to mounts and storage and tap the last option in the list ! It will mount the sdcard as a mass storage device .....
Then copy the CM10.1, the GAPPS and the VENDOR INSTALLER
http://db.tt/u5FF3jgi
Full wipe already done ? Then install CM10.1 and GAPPS and VENDORS without rebooting the phone !
Then type :
Adb reboot bootloader
(when the command does not work you hold the volume - and the power button pressed until you see the bootloader)
When it boots to the bootloader you flash the boot.img from the CM10.1 rom and then you reboot !
Fastboot erase cache
Fastboot flash boot boot.img
Fastboot erase cache
Fastboot reboot
Done ! :thumbup:
Mr Hofs said:
Flash this recovery first......
http://db.tt/Krlm4dPs
Then enter it and go to mounts and storage and tap the last option in the list ! It will mount the sdcard as a mass storage device .....
Done ! :thumbup:
Click to expand...
Click to collapse
I flashed the 5.8.4.0 touch recovery direct from clockworkmod and then was able to mount sdcard as your suggestion (prefer to get direct from source). Brilliant, thanks a bunch!
CM10 now installed, about to start config
Good :thumbup:
CASE CLOSED !
Please give me the links to files
I also have this same problem in my One X, as this ..
actually, I can go to fastboot to flash img & can go to CWM Recovery (v5.8.1.8),
then connect the USB flash drive to USB OTA cable, then try to "mounts and storage",
but It always shown on screen as "E: Unable to open ums lunfile (no such file or directory)"
Please give me the links to recovery.img and CM10.1, the GAPPS and the VENDOR INSTALLER, follow by your suggestion.
I will try to follow your step, and hope it would be work for me.
thank you very much in advance.
trirat said:
I also have this same problem in my One X, as this ..
actually, I can go to fastboot to flash img & can go to CWM Recovery (v5.8.1.8),
then connect the USB flash drive to USB OTA cable, then try to "mounts and storage",
but It always shown on screen as "E: Unable to open ums lunfile (no such file or directory)"
Please give me the links to recovery.img and CM10.1, the GAPPS and the VENDOR INSTALLER, follow by your suggestion.
I will try to follow your step, and hope it would be work for me.
thank you very much in advance.
Click to expand...
Click to collapse
Try to install twrp or another cwm the just mount the usb storage and from pc you can put it on the sdcard...what's so difficult with that?
Gesendet von meinem HTC One X mit Tapatalk 2
Thanks for your suggestion
One-X-master said:
Try to install twrp or another cwm the just mount the usb storage and from pc you can put it on the sdcard...what's so difficult with that?
Gesendet von meinem HTC One X mit Tapatalk 2
Click to expand...
Click to collapse
Thanks for your suggestion
Trirat S.