Hi.
I just formated my sdcard on my HoX and now it wont boot :/
I am trying to get a rom.zip to the sd card so i can reflash and get it started again.
adb push bla.zip /sdcard = error directory
adb push bla.zip /sdcard/download = read only file system
is there any other way to send a zip to my phone in this state ?
Adb doesn't work unless phone is booted up.
However you can transfer rom.zip to phone in recovery. Select mounts and storage and then mount usb storage.
Sent from my EndeavorU using xda app-developers app
TToivanen said:
Adb doesn't work unless phone is booted up.
However you can transfer rom.zip to phone in recovery. Select mounts and storage and then mount usb storage.
Sent from my EndeavorU using xda app-developers app
Click to expand...
Click to collapse
Thnx alot my phone is upp and running again :highfive:
You're welcome!
Sent from my EndeavorU using xda app-developers app
Related
Hello all. I just installed a new rom and my phone is stuck in boot loop. Unfortunately i did not copy a backup rom on the card and I kind of customized the one I flashed (probably the framework is causing the bootloops cause thats the only thing I have changed). Anyway now I need to copy a new rom to the SD card so I can flash it. Is it possible to load the SD card via the USB from the HBOOT menu because unfortunately I do not have a card reader.
1. Why didnt you create a nandroid backup before you started? That allways makes life alot easier!!!
2. You can push files to your phone via fastboot if you have s-off. Here is a link to an application that might be able to help you aswell if you are not to familiar with fastboot commands: http://forum.xda-developers.com/showthread.php?t=823315&highlight=Fastboot
I hope this helps! Good luck
btw if all else fails there is allways a very simple solution to your problem ... go buy a card reader
Just boot in to recovery, go to mounts and mount the sd as mass storage. No need to use fastboot or adb.
Sent from my HTC Desire using XDA App
TheGhost1233 said:
Just boot in to recovery, go to mounts and mount the sd as mass storage. No need to use fastboot or adb.
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
Now i learnt something too! Its funny but i allways seem to over complicate or overlook the simple things!
TheGhost1233 said:
Just boot in to recovery, go to mounts and mount the sd as mass storage. No need to use fastboot or adb.
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
Thank you so much man. This made it a lot easier. Re-flashed and everything is working flawlessly. Best forum ever
my recovery said that E:failed to mount/sdcard(no such file or directory)
E:can't mount /sdcard
unknown sources is enable
what do you think is the problem?
Maybe the zip file is corupted
I will give the link
Sent from my GT-S5360 using xda premium
For root:http://www.4shared.com/zip/SpOVFBXI/update_young_235_androtweakcom.html
For unroot: http://www.4shared.com/zip/XuqmBL4b/update-unroot.html
Use stock recovery
Don't wipe anything
Good luck
Press thanks if i helped u don't kill ya?hehe
i tried your link but still the same, my problem is recovery cant detect my sdcard.. btw tnx for the help
U use stock recovery or cwm?
Place it on root of sd card not in any folder
If this tricks not works too
Maybe ur sd card error
Sent from my GT-S5360 using xda premium
i cant enter cwm when not rooted right? i already fixed it by formatting the sdcard
U must put it on root of sd card
Sent from my GT-SXTigra using xda premium
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.
i wiped and formatted everything on my phone and i dont have an external sdcard anymore and my phone wont boot. i have cwm recovery and i can enter that but it shows in mounts and storage that everything is unmounted. I can mount them all except sdcard and sd-ext
i downloaded a RUU and tried to manually flash the system image back to the phone but it says its "FAILED <remote: not allowed>"
does anyone have a tutorial i can follow or provide me some instructions on what to do, it would be very helpful
thanks
prkchop said:
i wiped and formatted everything on my phone and i dont have an external sdcard anymore and my phone wont boot. i have cwm recovery and i can enter that but it shows in mounts and storage that everything is unmounted. I can mount them all except sdcard and sd-ext
i downloaded a RUU and tried to manually flash the system image back to the phone but it says its "FAILED <remote: not allowed>"
does anyone have a tutorial i can follow or provide me some instructions on what to do, it would be very helpful
thanks
Click to expand...
Click to collapse
If you dont have an sdcard, there is no way to do an ruu or flash a rom, unless you already have a rom on your emmc. You will need to get an sdcard, load a PB31IMG.zip ruu, and flash it thru hboot. Or put a rom on an sd and flash it thru recovery.
thats what i thought, any way to adb push to emmc?
prkchop said:
thats what i thought, any way to adb push to emmc?
Click to expand...
Click to collapse
Yes a dB push thefile.zip /emmc/whatyourfoldersnamed
Sent from my ADR6300 using xda app-developers app
prkchop said:
thats what i thought, any way to adb push to emmc?
Click to expand...
Click to collapse
You can't flash an ruu from emmc
Sent from my ADR6300 using xda app-developers app
On my first attempt to flash a ROM on my lovely phone, I accidentally check the box to wipe my internal memory where my TWRP stock recovery was. The ROMs have all failed, and the RUUs have failed as well. I wasn't sure what might be left on my phone, so I probably made matters worse by booting into the bootloader and selected to to a factory reset.
At any rate, I have no TWRP recovery that I can use, and that might (just might) get me through this brick since the flashing and RUUs aren't working. Is there any way to get my hands on a TWRP backup somewhere for the M8?
Thanks guys!
http://forum.xda-developers.com/showthread.php?t=2701376
check your device CID and look for it there
Joelz37 said:
http://forum.xda-developers.com/showthread.php?t=2701376
check your device CID and look for it there
Click to expand...
Click to collapse
My CID isn't listed there. I have SPCS_001. Good info though, and I am back to digging my hole deeper. I'll let you know when I hit China.
Try formatting the internal memory again in twrp. Then use adb to push a rom to your device.
Adb push romfilename.zip /sdcard/
Then flash it
Sent from my HTC One_M8 using xda app-developers app
exad said:
Try formatting the internal memory again in twrp. Then use adb to push a rom to your device.
Adb push romfilename.zip /sdcard/
Then flash it
Sent from my HTC One_M8 using xda app-developers app
Click to expand...
Click to collapse
It errors on each partition it tries to wipe. Error mounting /data, then there is a "E: unknown volume for path [/sd-ext]" It did wipe a little 4gb micro card I stuck in there, so something is jacked with the internal partitions.
Ok. Push and flash
Sent from my HTC One_M8 using XDA Free mobile app