So I flashed the firmware.zip of the jelly bean ruu on my phone successfully.
I've also re-unlocked the bootloader and flashed clockwork mod.
Now I can't boot into my phone, and my phone technically doesn't have any files in it.
How can I flash a custom rom now, I can't copy the rom to my phone.. please help asap.
boot into recovery and mount usb storage? wow so hard man...
if you don't know how to do that...
hold power +volm down for about 10-15 seconds, select recovery from menu, select mounts and storage, select mount usb storage and then copy ROM to your sd card and flash.
Don't forget to flash boot.img!
tomascus said:
boot into recovery and mount usb storage? wow so hard man...
if you don't know how to do that...
hold power +volm down for about 10-15 seconds, select recovery from menu, select mounts and storage, select mount usb storage and then copy ROM to your sd card and flash.
Don't forget to flash boot.img!
Click to expand...
Click to collapse
Oh snap! I didn't know that CWM had a mount usb feature.. copying now! Thank you very much!
Related
I'm dealing with a very very weird issue
Recently i flashed ICE beta 6 rom but it was slow and not good enough for daily driver, so I decided to restore latest nand backup from my last sense 2.3 rom
I did as usual. Reboot to recovery. Noticed that sdcard is recognized as 'null' but did not pay attention to it (which seems to be very stupid now)
I wiped all the partition and system and cache and factory reset etc... as usual
Then i chose restore but it said "error can't mount sdcard"
Tried to mount /sdcard but it said error
So i thought, ok we could try powering off and detach/attach the sdcard again
I powered it off, and now i can only enter Fastboot. Everytime when choosing BOOTLOADER, it enters but then i cannot use Vol up + Vol down + power to navigate through options. Have to pull the batt off to turn the whole thing off.
But when i remove the sdcard, the navigation buttons are MAGICALLY working again! But it does not make any sense because i need the sdcard to restore!!!!
So, any one, help me, please!!!
Very appreciated and thank you in advance!
Somebody helps me please!!!!!!!!!! Super urgent
Maybe your sd is messed up. Put the sd in a card reader and read it from pc. If u can, perform a backup. Then format the sd and see if u can enter recovery !
Or try a different sd card of you have one
MarcelHofs said:
Maybe your sd is messed up. Put the sd in a card reader and read it from pc. If u can, perform a backup. Then format the sd and see if u can enter recovery !
Or try a different sd card of you have one
Click to expand...
Click to collapse
Yeah +1 on that, backup your sd-card to windows, format it, then try again.. or just try another sd-card
thank you all. I should try and let you know soon
Hang on a sec... mate you're in the wrong forum, go to the Desire HD one.
bortak said:
Yeah +1 on that, backup your sd-card to windows, format it, then try again.. or just try another sd-card
Click to expand...
Click to collapse
Hopefully he didn't format his sdcard by accident and thats why he boots to fastboot!
Sent from my HTC Desire using xda premium
usb brick
Isn this usb brick? Try in recovery --- tools ----> usb unbrick
Hello,
i have a question: i did a fullwipe and wipe all data, system etc. Now im in the recovery and want to flash the new ROM, but i cant bring my nexus to show me the internal storage on my PC. How can i mount the internal storage. The option mount SD-card dont work (what a wonder^^)
I dont have the new rom on the internal storage.
can anyone help?
€ @mod: can u plz move, i hit the wrong subforum... sry, my mistake
You'll need to push the ROM to your phone via adb.
http://android-dls.com/wiki/index.php?title=ADB
ok thanks, is there no other way?
so you're rooted.
do you have CWM installed on the phone
if you do you power down the phone and hold the volume down+up button while powering it back on. select recovery and hit the power button, then you should be able to install from sdcard
find the rom .zip there and install.
also you should look into buying Boot Manager-- best app and worth the price all the way... this way when you want to flash a rom you do it via this app and then do boot rom, it restarts your phone and boom you're now on that rom.
im trying to install android revolution, i did superwipe but forgot to put the zip file for the rom on the phone. i cant access the sd card from recovery anymore so how do i put it on there to flash it?
You'll have to push the file using adb
adb push /path/to/file /data/media
That will put it on the root of your SD partition
I'm special.
Sent from my Full AOSP on Toro-VZW using xda premium
Michealtbh said:
You'll have to push the file using adb
adb push /path/to/file /data/media
That will put it on the root of your SD partition
Click to expand...
Click to collapse
This but make sure to mount /data in recovery
Sent from my sprint galaxy nexus
Have ADB installed, in recovery mode type this to copy file to the internal storage:
adb push locationoffile.zip /data/media
Type this to copy everything from your internal storage to a backup folder located in your ADB directory:
adb pull /data/media ./backup
phio said:
Mounts and storage - mount USB storage
Click to expand...
Click to collapse
The Nexus do not even have that option available since it does not use UMS mode.
Markolic said:
im trying to install android revolution, i did superwipe but forgot to put the zip file for the rom on the phone. i cant access the sd card from recovery anymore so how do i put it on there to flash it?
Click to expand...
Click to collapse
I did the same with my htc incredible but still had cwm's recovery installed. To put a install file on my zip card:
1. Start phone - and enter the boot screen (for me, my phone automatically went to the boot screen since I didn't have any system installed). If recovery is not a scrollable option, then select and run bootloader and the recovery option will become available.
2. Select and press 'recovery' to go into recovery
3. Select and press 'mounts and storage'
4. At the bottom of the mounts and storage screen, select and press 'mount usb storage'
5. Plug you phone into your computer and a new removeable disk (your sd card) should be available on your computer.
6. Copy install files from computer to phone sd card.
Hope that helps.
selevine said:
I did the same with my htc incredible but still had cwm's recovery installed. To put a install file on my zip card:
1. Start phone - and enter the boot screen (for me, my phone automatically went to the boot screen since I didn't have any system installed). If recovery is not a scrollable option, then select and run bootloader and the recovery option will become available.
2. Select and press 'recovery' to go into recovery
3. Select and press 'mounts and storage'
4. At the bottom of the mounts and storage screen, select and press 'mount usb storage'
5. Plug you phone into your computer and a new removeable disk (your sd card) should be available on your computer.
6. Copy install files from computer to phone sd card.
Hope that helps.
Click to expand...
Click to collapse
As stated that doesn't work with GNexus. ADB is the only option
eksasol said:
The Nexus do not even have that option available since it does not use UMS mode.
Click to expand...
Click to collapse
How embarrassing. I was messing with my fascinate all morning. I forgot which forum I was even on. -__-
Sent from my Full AOSP on Toro-VZW using xda premium
While in recovery plug your device into your computer with the usb and then just go into the partitions manager and then select mount usb mass storage and that will mount your sdcard to your computer.
brentezekiel said:
While in recovery plug your device into your computer with the usb and then just go into the partitions manager and then select mount usb mass storage and that will mount your sdcard to your computer.
Click to expand...
Click to collapse
As already stated above, GNex doesn't support Mass Storage mode at all.
And hey, what's the point of bumping a thread as old as this?
Sent from Google Nexus 4 @ CM10.2
AndyYan said:
As already stated above, GNex doesn't support Mass Storage mode at all.
And hey, what's the point of bumping a thread as old as this?
Sent from Google Nexus 4 @ CM10.2
Click to expand...
Click to collapse
he's prolly trying to get his post count up so he can then clutter up development threads.
Anybody can help me
I just open CWM recovery , an format data system cache all of this system file ...because i wanna install 1 ROM but my device says No space on this device
Than i just reboot my phone....But now i cannot power on my phone...
I hold my power on button but my phone also not response.
Help me pls T_T
Go to CWM then connect your phone to PC in CWM go mount and storage and then mount usb storage now you should see the phones internal memory on pc and external sd if You have now downloading for example 7amada V5 rom its gb but pretty stable and smooth and then copy to internal storage then unmount usb storage the in CWM:
wipe data
wipe cache
wipe dalvik cache (in advanced)
format system
format cache
and then in CWM go to install zip from sdcard and select the zip file from sdcard which you download and flash then reboot.
Sent from my GT-I8150 using xda app-developers app
skrillex13 said:
Go to CWM then connect your phone to PC in CWM go mount and storage and then mount usb storage now you should see the phones internal memory on pc and external sd if You have now downloading for example 7amada V5 rom its gb but pretty stable and smooth and then copy to internal storage then unmount usb storage the in CWM:
wipe data
wipe cache
wipe dalvik cache (in advanced)
format system
format cache
and then in CWM go to install zip from sdcard and select the zip file from sdcard which you download and flash then reboot.
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
Is the CWM use on pc?(because my phone cannot startup) Than can give me the download link ? ty !!
Here is the download link https://docs.google.com/file/d/0B8BchVnkZL-eLUZRU05QYmdNbk0/edit .... to go cwm HOLD VOL UP+HOME BUTTON+POWER BUTTON UNTIL the phone restarts and the SAMSUNG logo appears then leave the POWER BUTTON, but You have to hold VOL UP and HOME BUTTON continuosly and then You are in CWM and then follow my instructions step bye step....
thefr3ezingisland said:
Anybody can help me
I just open CWM recovery , an format data system cache all of this system file ...because i wanna install 1 ROM but my device says No space on this device
Than i just reboot my phone....But now i cannot power on my phone...
I hold my power on button but my phone also not response.
Help me pls T_T
Click to expand...
Click to collapse
1. Which CWM version are you using
2. What ROM are you trying to flash
The first thing you should realize, is that formatting the /system means that Android no longer exist in your phone. Therefore you can no longer boot into your phone; boot into Recovery instead.
The second thing: Are you sure you're trying to flash a ROM explicitly made for the W? ROM from different devices most likely will not be able to run on the W. In fact, the error message "No space on this device" might very well mean that CWM tried to flash the ROM onto the wrong partition.
Sent from my GT-I8150 using xda app-developers app
Hello all,
I unlocked my phone and rooted it. I tried to instal miui ROM, succesful but my phone got stuck at the HTC intro screen. Eventually, nothing worked like whiping cache etc. So i completely recovered my phone from backup (clockwork) from before unlocking and rooting. NOTHING, it just kept hanging at the HTC intro screen. After that i could not find any solutions online and i completely formatted the SD out of despare
Now everything is gone, backup and folders on the SD, EVERYTHING.
I can still go to the HBOOT menu and Recovery menu. My computer does find HTC device.
Can anybody help??
hi
use this, will work 100 %
http ://miuiandroid.com/community/threads/installing-the-htc-one-x-required-s-on-steps.16592/
Enter the recovery and mount the sdcard as an usb mass storage device, copy the rom.zip to the phone and copy the boot.img file from inside the rom.zip to the fastboot folder on the pc. Then you put the phone in the bootloader and flash the boot.img file with fastboot commands, enter recovery and perform a full wipe (except sdcard ofcourse) ....wipe data,system,cache,dalvik cache !
Then install the rom.zip and reboot
If u can go to recovery, use mount usb storage to connect to pc and put your custom rom in sd. Unmount and put in bootloader and flash the boot.img first and then go to recovery again and flash your rom.
Talking about help !
HTC One X SD completely wiped clean
hardcore4ever said:
If u can go to recovery, use mount usb storage to connect to pc and put your custom rom in sd. Unmount and put in bootloader and flash the boot.img first and then go to recovery again and flash your rom.
Click to expand...
Click to collapse
Thanks for all the (quick) responses!
In recovery:
When i choose mount SD card, nothing happens, when i choose mount USB storage, i get an error E:unable to open ums lunfile (no such file or directory).
My computer only finds my HTC in devicemanagement when i get to the HBoot menu.
Help?
BRBullet said:
Thanks for all the (quick) responses!
In recovery:
When i choose mount SD card, nothing happens, when i choose mount USB storage, i get an error E:unable to open ums lunfile (no such file or directory).
My computer only finds my HTC in devicemanagement when i get to the HBoot menu.
Help?
Click to expand...
Click to collapse
What recovery are you using. Try flashing the latest twrp and try to mount as usb storage.
Yeah its an old one
http://db.tt/Krlm4dPs
Flash this one first and try again
HTC One X SD completely wiped clean
BIG THANKS!!
My PC has found SD card now after flashing recovery v5.8.4.0! i will try to install a rom.
Don't forget the boot.img you have to flash !
HTC One X SD completely wiped clean
Mr Hofs said:
Don't forget the boot.img you have to flash !
Click to expand...
Click to collapse
Thanks! i installed ordroid ROM and flashed the ordroid boot img afterwards. Its all working fine now.
Thank you all for the great support! :good:
Nice !
CASE CLOSED !