Hello, I forgot to transfer the rom on my SD card and I erased everything with recovery mode! So the phone fails to start over unless recovery mode lol my question: How to get to my SD card to deposit the rom? I do most windows detects the SD card
thank you very much
or how to reinstall my rom (FXP146a-cm-10-20121111-UNOFFICIAL-nozomi) without the need to put it on the SD card ?
its ZIP file !! flashtool its a .ftf file
Look in the stickies you should be able to find the. Ftf stock flash that in flashtool else put your sdcard in another phone or a reader and put the firmware on it that way
Sent from my LT28at using xda app-developers app
no choice
thanitos said:
Look in the stickies you should be able to find the. Ftf stock flash that in flashtool else put your sdcard in another phone or a reader and put the firmware on it that way
Sent from my LT28at using xda app-developers app
Click to expand...
Click to collapse
Thank you, this is actually what I resigned myself to do! yet there is a method to transfer files on SD card with a serious fastboot command "adb push c: name of file" / sdcard / but I do not have any SDK installed on my computer, I think I did the wrong driver adb to run this command
Related
I tried to install a new ROM, but forgot to put the .zip file in my SD card. Now i'm stuck at the screen: Free Xperia project, xdadevelopers.. How can I get this away? I put the .zip file in my SD card, but had to power down my phone first, so now its useless..
Please help me
deaven said:
I tried to install a new ROM, but forgot to put the .zip file in my SD card. Now i'm stuck at the screen: Free Xperia project, xdadevelopers.. How can I get this away? I put the .zip file in my SD card, but had to power down my phone first, so now its useless..
Please help me
Click to expand...
Click to collapse
When at the FreeXperia logo, immediatlly flood the menu button to boot into recovery, then install the zip.
Sent from R800x
When in recovery, go to the mounts and storage menu, then choose to mount sd card, connect your device to your pc, and mass storage mode will kick in
Sent from my R800i using Tapatalk
Thanks, I figured out now
Please help with X10
I just flashed X10_FXP_DooMKernel-v05a-FS-BootManager-v1.3.ftf with flashtool 0.6.6. Now I am stuck at the free Xperia logo screen. I do not understand what to do. Could you please help me? I need my x10 back to work
same problem thing is my laptop cant recognize even if i mount sd card through recovery
vindinyo said:
same problem thing is my laptop cant recognize even if i mount sd card through recovery
Click to expand...
Click to collapse
what phone ... if not a xperia play post in your own section
Sent from my R800i using Tapatalk 2
use adb to push file
you can push the files using adb and then flash using cwm.
I had the exact same prob with my xperia s..felt awesome after solving the problem.
facing permission problems and struck in FreeXperia logo screen.
waheebc said:
you can push the files using adb and then flash using cwm.
I had the exact same prob with my xperia s..felt awesome after solving the problem.
Click to expand...
Click to collapse
I am facing the similar problem, I am struck in FreeXperia logo on screen. Device seems to recognised.
I am facing similar problem as I have to push .zip to /sdcard/ location. After a long process I was able to see devices when I executed "adb devices". But now I can't push .zip files because of permission problems. I get Permission denied. How to fix it.. ??
Laptop should have SD card slot, insert your micro SD card into laptop SD card slot with the help of SD card adapter then put into SD card then put your micro SD card back to your phone, boot into recovery then install.
Mass Storage does not kick in
AndroHero said:
When in recovery, go to the mounts and storage menu, then choose to mount sd card, connect your device to your pc, and mass storage mode will kick in
Sent from my R800i using Tapatalk
Click to expand...
Click to collapse
I have got Xperia S and it does not kicked even when I tried to choose mount SD Card as the option. Please help me, I am stuck at Free project Screen, because .zip (cyno Mod 9) was corrupt.
I am trying to update my gnex to jellybean and in the process of doing so i forgot to put the .zip files on the sdcard. I have a functional cwm in recovery mode but have no files to install. Is my device done since i have no sd card slot or is there a way to transfer the files to the phones internal storage. My pc wont see the phone as an adb but will as a fastboot device. Any suggestions? Please help!
gmorano said:
I am trying to update my gnex to jellybean and in the process of doing so i forgot to put the .zip files on the sdcard. I have a functional cwm in recovery mode but have no files to install. Is my device done since i have no sd card slot or is there a way to transfer the files to the phones internal storage. My pc wont see the phone as an adb but will as a fastboot device. Any suggestions? Please help!
Click to expand...
Click to collapse
You need to make sure your drivers are set up properly for ADB. Do this by being booted in CWM, and install them on the "Android 1.0" that pops up in Deveice Manager. (Use 1wayjonny's universal driver in the dev section.) Once that is done, move the zip over to you sdcard by typing: adb push <name-of-file>.zip /sdcard
If you have adb setup.
Go into mounts and storage and Mount /data
Then
Code:
adb push nameofrom.zip /data/media
Then unmount /data and you should now see the rom you forgot to put on the phone.
Sent from my Galaxy Nexus using xda premium
gmorano said:
I am trying to update my gnex to jellybean and in the process of doing so i forgot to put the .zip files on the sdcard. I have a functional cwm in recovery mode but have no files to install. Is my device done since i have no sd card slot or is there a way to transfer the files to the phones internal storage. My pc wont see the phone as an adb but will as a fastboot device. Any suggestions? Please help!
Click to expand...
Click to collapse
In Cwm try going to mounts and storage > mount usb storage and connect to your pc then transfer the file over.
Maybe that'll work?
Rumble
_____________________________
If I helped at all please click thanks.
Sent from my Galaxy Nexus using xda premium
If you are on a WiFi you could download the files on your phone...
Sent from my Galaxy Nexus using xda app-developers app
If you are on a WiFi you could download the files on your phone also you may send it by Bluetooth if your PC has it...
But adb should work too, if correctly set up
Sent from my Galaxy Nexus using xda app-developers app
Resolved
You guys rock. Thanks for the tip on the universal drivers, worked well.
Hi all,
While in recovery mode, I accidentally formatted my SD card. I lost my backup and everything there.
I could not install from zip because there was no file. I tried moving a zip file into the phone, but my PC can not recognize my phone.
Any ideas on how to transfer a rom to the phone?
Any way of recovering data from the SD card?
Thanks for the help!
rich2x said:
Hi all,
While in recovery mode, I accidentally formatted my SD card. I lost my backup and everything there.
I could not install from zip because there was no file. I tried moving a zip file into the phone, but my PC can not recognize my phone.
Any ideas on how to transfer a rom to the phone?
Any way of recovering data from the SD card?
Thanks for the help!
Click to expand...
Click to collapse
you need to adb to push the rom to the phone (assuming you have CWM or TWRP) installed. adb push locationofzip.zip /data/media/
you cannot recover your sd card.
Can you please explain the steps for "adb to push the rom to the phone"
I'm using CWM
Found the steps on XDA. Thanks!
rich2x said:
Hi all,
While in recovery mode, I accidentally formatted my SD card. I lost my backup and everything there.
I could not install from zip because there was no file. I tried moving a zip file into the phone, but my PC can not recognize my phone.
Any ideas on how to transfer a rom to the phone?
Any way of recovering data from the SD card?
Thanks for the help!
Click to expand...
Click to collapse
Try the toolkit 9.1. I did the same thing and hook up with PC with toolkit 9.1 boot in recovery mode. then PC can recognize the phone, just flash the image in.
good luck!
bioturbo said:
Try the toolkit 9.1. I did the same thing and hook up with PC with toolkit 9.1 boot in recovery mode. then PC can recognize the phone, just flash the image in.
good luck!
Click to expand...
Click to collapse
Once you booted into recovery mode, were you able to access the Nexus and drag the rom into a folder?
You don't need to. You need copy the rom into the folder of toolkits then flash to the phone.
Sent from my Galaxy Nexus using xda app-developers app
Yes you can recover your SDCard data
rich2x said:
Hi all,
While in recovery mode, I accidentally formatted my SD card. I lost my backup and everything there.
I could not install from zip because there was no file. I tried moving a zip file into the phone, but my PC can not recognize my phone.
Any ideas on how to transfer a rom to the phone?
Any way of recovering data from the SD card?
Thanks for the help!
Click to expand...
Click to collapse
I just did it! It works! He's ALIVE!!!!
http://forum.xda-developers.com/showthread.php?p=34185439
Hello,
I tried searching but didn't see the thread I was looking for. If this came up before then I apologize in advance for asking again. Please just direct me to thread and I'll be grateful.
I rooted my Samsung Galaxy S3 Tmobile and installed Clockworkmod and installed the recovery and made a backup. I downloaded the Slim Bean rom and gapps and when I booted into recovery and wiped everything and tried to install the file, I wasn't able to. I copied the folder exactly how I downloaded it but when I tried to install it there was nothing to install; it wasn't a zip. Am I suppose to make it into a zip folder first then copy it to the sd card?
If someone can explain to me what I did wrong I would be appreciate it.
Thanks
Check the md5. Maybe it was a corrupted/incomplete download?
Sent from my SGH-T999L using xda premium
Are you copying it onto an actual SD card or the internal SD?
If you're copying it onto the internal then u might be wiping it.
Another option would be to use adb to push the rom zip onto your internal sd card after wiping it.
Code:
adb push /path/to/rom \sdcard
Sent from my HTC Desire using xda app-developers app
chromium96 said:
Are you copying it onto an actual SD card or the internal SD?
If you're copying it onto the internal then u might be wiping it.
Another option would be to use adb to push the rom zip onto your internal sd card after wiping it.
Code:
adb push /path/to/rom \sdcard
Sent from my HTC Desire using xda app-developers app
Click to expand...
Click to collapse
I put it on the actual SD but when that didn't work I tried on the internal. When that didn't work, I downloaded a rom from clockworkmod to see if that would work then once it was installing it failed and said something about google.com apps not working or something to that affect. I'm on a Macbook, not running Windows not sure how to push that through dab.
I'll try again tomorrow to make a backup again then try wiping everything and doing it over. I'll try a new download and see if that helps. Thanks for the suggestions.
I wanted to make a clean install of OpemSemc.
So i did a factory reset and also deleted the sd card.
I quickly found out that that wasn't a good idea.
My phone boots into half a system (all black no features).
I can boot into the recovery.
I assume I just need to find a way to get the rom on my sd card and normally flash the boot.img .
How would I go about that?
Thanks for the help.
Greetings from Germany
schpongo said:
I wanted to make a clean install of OpemSemc.
So i did a factory reset and also deleted the sd card.
I quickly found out that that wasn't a good idea.
My phone boots into half a system (all black no features).
I can boot into the recovery.
I assume I just need to find a way to get the rom on my sd card and normally flash the boot.img .
How would I go about that?
Thanks for the help.
Greetings from Germany
Click to expand...
Click to collapse
Connect Your phone to pc while in recovery. And then push the rom zip to Your sdcard using adb.
command:
Code:
adb push filename
I think this is not for nozomi because it doesn't have any SD CARD.
Sent from my LT26ii using XDA Free mobile app
steve's xperia said:
I think this is not for nozomi because it doesn't have any SD CARD.
Sent from my LT26ii using XDA Free mobile app
Click to expand...
Click to collapse
Thanks for all the help.
I had the flashtool installed on my mac and just needed to run ./adb push to copy the file.
I apologize for posting this here. I now realize that this isn't the right thread.
steve's xperia said:
I think this is not for nozomi because it doesn't have any SD CARD.
Sent from my LT26ii using XDA Free mobile app
Click to expand...
Click to collapse
The internal memory name is shown as sdcard in recovery in nozomi. Plus if OP actually had an external sdcard, then He would never have this problem.