i rooted my verizon ngalaxy nexus everything went well i downloaded my rom,i mounted my phone i go to my computer and and click on samsung mobile mtp deviceand thats were i try n drag n drop my gapp-ics file and my icsourcery 3.4 full rom but this is were its not letting me grag n drop its says i ics sourcery 3.4 full file type is not supported on this device.if its a media file,you may b able to use window media player to nonvert the file to a playable type priore to transfer.please help i want to flasah my rom
Some infos
Don't worry about that warning. It will copy correctly.
Sent from my Galaxy Nexus using xda premium
but its not even letting me copy it to my sd card it say skip skip all or cancel
skd05 said:
but its not even letting me copy it to my sd card it say skip skip all or cancel
Click to expand...
Click to collapse
Just use adb. It is much more stable.
Open a command prompt and type it in this format:
adb push /path/to/file.zip /sdcard/
Sent from my Galaxy Nexus using Tapatalk 2
Related
Hi... Just wondering... After i flashed CM9 stable release, I can no longer view my music or video files on any rom. It's visible on my sd card but it will not load.... Any one have this problem or knows how to fix this?... I've tried Rescan media and Scan media but it doesnt work.
sorry i did not see the other post going to delete this
I have the same problem what other roms did you flash. I went back to complete stock fc09 and it shows no pictures. I am going to try reformatting my sd card after I make a back up
Sent from my SPH-D700 using xda premium
Try this first!
In terminal emulator
type: su [enter] (allow if prompted)
find / -iname .nomedia
Then look for an entry in the root of the sdcard, in other words:
/mnt/sdcard/.nomedia
You will probably see a few results. If the line above appears in that list, then type:
rm /mnt/sdcard/.nomedia
This will remove the rogue file...
Originally posted here-http://forum.xda-developers.com/showthread.php?p=30375101
flastnoles11 said:
Try this first!
In terminal emulator
type: su [enter] (allow if prompted)
find / -iname .nomedia
Then look for an entry in the root of the sdcard, in other words:
/mnt/sdcard/.nomedia
You will probably see a few results. If the line above appears in that list, then type:
rm /mnt/sdcard/.nomedia
This will remove the rogue file...
Originally posted here-http://forum.xda-developers.com/showthread.php?p=30375101
Click to expand...
Click to collapse
I've tried to do this but I could not find the file in the terminal. Thanx though... I found out that you just go into root browser lite (root explorer, etc.) And delete the file. Then update rom manager and reboot
Sent from my SPH D700 ICS 4.0.4
notsosmrtgeek said:
I have the same problem what other roms did you flash. I went back to complete stock fc09 and it shows no pictures. I am going to try reformatting my sd card after I make a back up
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
Don't format follow these steps.
1. Go into root browser lite (root explorer, etc.)
2. Go to sdcard and the should be a .nomedia file after all your folders. Delete it.
3. Update Rom Manager
4. Reboot.
Let me know if this helped you
Sent from my SPH D700 ICS 4.0.4
certifiednoob93 said:
Don't format follow these steps.
1. Go into root browser lite (root explorer, etc.)
2. Go to sdcard and the should be a .nomedia file after all your folders. Delete it.
3. Update Rom Manager
4. Reboot.
Let me know if this helped you
Sent from my SPH D700 ICS 4.0.4
Click to expand...
Click to collapse
Yes I seen that this morning when I woke up thanks for the responses everyone
Sent from my SPH-D700 using xda premium
hi guys,
i was coming back from CM10 to stock 4.1.1 on my nexus and when in CWM, i deleted all the content on sdcard by accident.
now there is no zip file on the sd card to install the rom,
I tried mounting sdcard and copy but it doesnt mount.when i press mount /sdcard, nothing happens>(doesnt show the partition on computer and doesnt go ot :unmount /sdcard.)
Im stuck in here and dont know what to do.
please help!
use search, or read a few pages back, you'll find your answer.
sent from my i9250
A quick search yielded this useful thread.
http://forum.xda-developers.com/showthread.php?t=1916108&highlight=recovery+mount+sdcard
i tried ODIN to stock but the ODIN software does not find the phone on any port when it is connected. i installed all drivers but still nothing.
cant i use ODIN for this ? thanks
adb push whateverromyouwant.zip /storage/sdcard0
Since nobody did explain why it can't mount, I will.
GALAXY NEXUS HAS NO SDCARD. It only has folder that is used as sdcard. CWM doesn't know that, thus making that mount feature useless on Galaxy Nexus
Like El Daddy said, connect your computer while your phone is in recovery mode, open cmd on the directory where you have fastboot.exe, then type "adb push ROMNAME.zip /sdcard/". You will also need to place your ROM file into the directory where you have fastboot.exe
Since that's done, please use search next time. There are too many threads talking about this exact problem.
Besides, using adb is more badass
Sent from my Galaxy Nexus using xda app-developers app
kyokeun1234 said:
You will also need to place your ROM file into the directory where you have fastboot.exe
Click to expand...
Click to collapse
or adb.exe, depending on what are you trying to do. one could also add said folder to $PATH and have the commands system-wide to avoid the need of placing files to flash/push on the same folder that the binaries are.
note: if pushing to /sdcard/ doesnt work in recovery, push to /data/media.
sent from my i9250
bk201doesntexist said:
or adb.exe, depending on what are you trying to do. one could also add said folder to $PATH and have the commands system-wide to avoid the need of placing files to flash/push on the same folder that the binaries are.
note: if pushing to /sdcard/ doesnt work in recovery, push to /data/media.
sent from my i9250
Click to expand...
Click to collapse
Thanks for extra info
Just to add (and clarify) a bit to what was said:
1) if we are talking about mounting as in getting read/write access to /sdcard via ADB, it is already mounted by default in CWM. The /sdcard is just a symlink to /data/media, and /data is mounted by default when you boot CWM.
2) if we are talking about mounting as in USB Mass Storage, mounting /sdcard is not possible for the same reason in point #1: /sdcard is just a symlink to /data/media.
kyokeun1234 said:
Since nobody did explain why it can't mount, I will.
GALAXY NEXUS HAS NO SDCARD. It only has folder that is used as sdcard. CWM doesn't know that, thus making that mount feature useless on Galaxy Nexus
Like El Daddy said, connect your computer while your phone is in recovery mode, open cmd on the directory where you have fastboot.exe, then type "adb push ROMNAME.zip /sdcard/". You will also need to place your ROM file into the directory where you have fastboot.exe
Since that's done, please use search next time. There are too many threads talking about this exact problem.
Click to expand...
Click to collapse
Thank you so much, really solve my big problem
so much easier
for those who will come to this thread with the same problem, there is the very simple solution. use any of the Toolkits from this forum ( N-Cry or Nexus 4 Toolkit 2.0 ) and from the recovery menu select install from Sideload, after that launching ( pushing ) the ROM via sideload from the Tookit. Works like a charm.
Mango Polo said:
for those who will come to this thread with the same problem, there is the very simple solution. use any of the Toolkits from this forum ( N-Cry or Nexus 4 Toolkit 2.0 ) and from the recovery menu select install from Sideload, after that launching ( pushing ) the ROM via sideload from the Tookit. Works like a charm.
Click to expand...
Click to collapse
1) this is the galaxy nexus, not the nexus 4
2) just say no to toolkits
3) adb is not hard
4) fastboot is also, not hard.
Hi, i have been trying to copy folders and a few files to the root of my Samsung galaxy nexus. or * / * or where the folders such as system, sbin, sdcard are. when ever i try to do so it copy's, stays there, but when i restart my phone seems to delete its self or disappear?! please does anyone know how to fix this? thanks
First of all, what are you trying to do?
Secondly, on android, / is actually the ramdisk (nothing copied there is persistent).
Sent from my Galaxy Nexus using Tapatalk 2
geoffcorey said:
First of all, what are you trying to do?
Secondly, on android, / is actually the ramdisk (nothing copied there is persistent).
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
well i have a script im trying to run, which involves me going into my terminal and firstly doing
Su
... then
sh test.sh (my test script)
and the only way i can get the terminal to find the directory so it runs is if i have it in the "ramdisk" which of course deletes after a reboot :/ so is their anywhere more permanent i could put it. if you get what im saying. thanks very much
What are you really trying to do though? You say you're trying to run a script, but I have no idea why or what your end need is.
So what is it you are trying to do?
Sent from my Galaxy Nexus using Tapatalk 2
geoffcorey said:
What are you really trying to do though? You say you're trying to run a script, but I have no idea why or what your end need is.
So what is it you are trying to do?
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
im trying to get this to work https://github.com/kosborn/p2p-adb
hectorz321 said:
im trying to get this to work https://github.com/kosborn/p2p-adb
Click to expand...
Click to collapse
Have only read the part with the commands, not the whole project. I dislike adding files to the system folders.
A solution could be a cd to change directory to the sd card and run the script from a /sdcard folder.
-star- said:
Have only read the part with the commands, not the whole project. I dislike adding files to the system folders.
A solution could be a cd to change directory to the sd card and run the script from a /sdcard folder.
Click to expand...
Click to collapse
yeah that's what i have ended up doing. as previously when i tried to one way or another using cd command, the script wouldn't run, however after much googling, app installing, command windowig and rom changing i have just about got it to work thanks very much everyone! this thread can be closed now.
i made back up using rom manager premium and then copied these back ups to my pc uisng rom manager , then i shifted them to my flash drive which i can connect via stick mount,, my problem is i want to keep these in flash drive and move in and out when needed , could you guys please tell me how to put them back in the required destination and what is that folder where i should put them
khuzema9 said:
i made back up using rom manager premium and then copied these back ups to my pc uisng rom manager , then i shifted them to my flash drive which i can connect via stick mount,, my problem is i want to keep these in flash drive and move in and out when needed , could you guys please tell me how to put them back in the required destination and what is that folder where i should put them
Click to expand...
Click to collapse
My backups were saved to /data/media/clockworkmod/backups. So either you can adb push your backups to there or you can put the backups onto the sdcard of your phone and use a file manager on your phone to move them to the correct folder.
Powers88 said:
My backups were saved to /data/media/clockworkmod/backups. So either you can adb push your backups to there or you can put the backups onto the sdcard of your phone and use a file manager on your phone to move them to the correct folder.
Click to expand...
Click to collapse
thanx so much for reply. infact i am trying to do it. i am on cm 10.1 and using both root manager as well as both the manager with the rom to put it back when i copy paste the backup, it says successful but they dont show up , neither the memory space is occupied. can you please tell me adb commands as well method for manager
khuzema9 said:
thanx so much for reply. infact i am trying to do it. i am on cm 10.1 and using both root manager as well as both the manager with the rom to put it back when i copy paste the backup, it says successful but they dont show up , neither the memory space is occupied. can you please tell me adb commands as well method for manager
Click to expand...
Click to collapse
Off the top of my head I believe it should be this (assuming you have the drivers installed for adb and usb debugging turned on)
Open Command Prompt
adb pull /data/media/clockworkmod/(whatever the name of your backup is) c:/
this line will copy the backup you want to the root of drive C, if you want it somewhere else just change the last file path
And how can I put it back to he same location
Sent from my Galaxy Nexus using xda app-developers app
khuzema9 said:
And how can I put it back to he same location
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
replace the word pull with push
its one of those basic ADB commands that everyone should learn if they are messing with their phone at all....
just enter 'adb', OP - it will give you all available parameters that adb has and a small description for each, although some are pretty much self explanatory.
I tried to install a custom rom on my Gnex(codename android) and i'm stuck at some point. I enter in recovery mode,do a backup,wipe data and when i select install zip from sdcard i can't find the .zip file. What's the problem ?
Sorry for my bad english.
Just put the zip file in the "sdcard" without unziping it.
joooe said:
Just put the zip file in the "sdcard" without unziping it.
Click to expand...
Click to collapse
As you probably now, gnex doesn't have a micro sd card slot. I just have "internal storage", i watched a tutorial and did exactly like that guy.
Search youtube for "How To Load a Custom ROM on the Samsung Galaxy Nexus" i'm not allowed to post url's
Adb works in recovery, if you used fastboot to unlock the bootloader of your device you should have adb:
Code:
adb push <rom_name.zip> /sdcard/
In a terminal/CMD on your computer with your device plugged in
R: Galaxy nexus custom rom problem
http://forum.xda-developers.com/showthread.php?t=1529058
From Gnex with Tapatalk 2
I think he is really new to the Android platform and gnex,
Exactly like he said dont unzip
Sent from my Galaxy Nexus using xda app-developers app
I'm not REALLY new..
I have my phone unlcoked and rooted. I tried with adb push but it doesn't work. Any other solutions ? I did not unzip it.
When you select install zip from sdcard, do you get a list of all your folders on your SD card? Do you know how to navigate to the location of your .zip? If it doesnt show up, then your either in the wrong location or its not a .zip file. Thats really the only two things it could be.
No
I don't have a list of all my folders. I'm pretty sure i'm not in the wrong location and yes,it is a zip file.
Xhexus said:
I don't have a list of all my folders. I'm pretty sure i'm not in the wrong location and yes,it is a zip file.
Click to expand...
Click to collapse
Well something is wrong if you aren't getting a list of all your folders on your SD card. What exactly happens when you select "install from SD card"? Just a blank screen?
Sounds like he wiped /data instead of doing a factory reset
Sent from my Galaxy Nexus
Xhexus said:
I have my phone unlcoked and rooted. I tried with adb push but it doesn't work. Any other solutions ? I did not unzip it.
Click to expand...
Click to collapse
What do you mean it "doesn't work"? What error comes up?
Sent from my Galaxy Nexus using Tapatalk HD