File transfer issue. - Verizon Samsung Galaxy S III

Just switched over from the rezound and wondering what the easiest way of copying my pics over would be? Seems like the drivers are different in terms of how this thing syncs up. Using win 7 64 bit and i get errors when just trying to move the files over to the SD card to the point where i have to unplug and plug the cable back in..
Thought i would be able to just plug this thing into the computer after installing the drivers and see the sd card automatically as a drive to move stuff freely to but doesnt seem to be the case.

liquidraven said:
Just switched over from the rezound and wondering what the easiest way of copying my pics over would be? Seems like the drivers are different in terms of how this thing syncs up. Using win 7 64 bit and i get errors when just trying to move the files over to the SD card to the point where i have to unplug and plug the cable back in..
Thought i would be able to just plug this thing into the computer after installing the drivers and see the sd card automatically as a drive to move stuff freely to but doesnt seem to be the case.
Click to expand...
Click to collapse
This phone had MTP which windows supports natively. Should be able to view the internal and external cards immediately if you have the right drivers installed. It won't mount like a straight sdcard mount to the computer, on your computer it will look more like it has mounted your entire phone.
Sent from my SCH-I535 using xda app-developers app

Related

SD"2" Mount Issue

My first thread that I can call my own.
Question for you all. Is there an easier way to transfer files over the the GTAB then having to pop out the SD Card and put it into an adapter and then into the computer and then out of the computer, out of the adapter and back in the GTAB?
Because every time I mount the USB, it only mounts the "internal" SD Card. Is there some sort of way to get it to mount both the internal and external SD Card?
I hate messing with the external SD Card. All the "popping in and out" makes me nervous.
I even tried mounting the internal SD Card and then copying the movies/music/etc.. over to the external SD Card via a file manager... but that is DAMNNNNN slow.
I haven't found a way (yet). Given that neither the zPad or TnT stock builds work, I'm thinking it's not that easy to do. Drives me nuts as well because I really don't want to keep taking the card out over and over and potentially damage it, over time.
That's exactly what I am worried about. LOL
I can just picture not paying 100% attention and snapping the card in half or, breaking the "locking" mechanism that holds the card in place.
roebeet said:
I haven't found a way (yet). Given that neither the zPad or TnT stock builds work, I'm thinking it's not that easy to do. Drives me nuts as well because I really don't want to keep taking the card out over and over and potentially damage it, over time.
Click to expand...
Click to collapse
If you have ADB, can you do adb pull or push?
Jim
My workaround has been to use the LAN tab in ES File Explorer to copy data wirelessly to sdcard2. Probably not the speediest method but it keeps the card in place.
The techie/hacker solution to easy file transfer is to use the Rsync for Android app in the market store. Once you have it setup, (not the easiest thing to do) it works great for moving files automated from your gtab back to an rsync server (my linux box to the rescue). I even have a secondary profile to get it to reverse rsync a specified directory FROM my linux box to my gtab. Presto -- easy file transfer via wifi!!!
Also, another idea might be to use Dropbox?
Jim
P0RT3R said:
My workaround has been to use the LAN tab in ES File Explorer to copy data wirelessly to sdcard2. Probably not the speediest method but it keeps the card in place.
Click to expand...
Click to collapse
I do the same thing. It's mighty slow, but it works.
roebeet - an idea that almost worked - maybe you know why?
roebeet said:
I haven't found a way (yet). Given that neither the zPad or TnT stock builds work, I'm thinking it's not that easy to do. Drives me nuts as well because I really don't want to keep taking the card out over and over and potentially damage it, over time.
Click to expand...
Click to collapse
Hi,
You all got me curious, so I just tried the following:
- Created a dir under /mnt/sdcard, /mnt/sdcard/mymnt
- Get temp root (z4root)
- Start terminal
- su
- mount -t vfat /dev/block/vold/179:17 /mnt/sdcard/mymnt
At this point, I can access the sdcard2 by using /mnt/sdcard/mymnt or simply /sdcard/mymnt.
So, I disabled USB debugging, and I get the popup asking if I want to activate USB transfer (I'm on 3452, on earlier TNT firmware, it use to say enable USB storage).
I click the button to Activate, and then another window pops up, and I click Activate.
Then, the popup just stays there, with the spinning thing. It never enables USB transfer, and, on my PC, I see the removable drive, but when I click on it, it says it's not ready.
I've also tried umounting /mnt/sdcard2, thinking that it might be confused because of the two mounts to /dev/block/vold/179:17, but it still does the same thing.
So:
- It looks like I can mount the /dev/block/vold/179:17 (the external microSD card) under /mnt/sdcard, and
- When I do that mount, I can see the contents of the external microSD card in terminal under /mnt/sdcard/mymnt and under /sdcard/mymnt, but
- For some reason, turning off USB debugging/activatiing USB transfer fails.
Maybe someone can figure out why activating the USB transfer fails. If we can figure that out, then that would allow seeing the external microSD card via the PC USB interface.
Jim
I think it would need to mount both volumes -- the internal SDcard and the external SDCARD2 -- separately...
Using a mount (reparse) works internally since they are on the same device -- but if you try to mount SDCARD externally it doesn't understand the reference to SDCARD2
My phone actually mounts to the computer as two drives -- one for internal (SDCARD) and the other for external (SDCARD2)
I'd assume there is a way to have something similar work on our gTablets...
I'll have to slap a spare microSD card into the tablet to try though...wondering if teh INF needs to be tweaked as well (??)
From what Ive seen or experienced, Cyanogen was the only rom that Had the Sd card and Sd card2 Thing fixed right (with exception of having to plug in the Power cord before mounting). Evrey other Rom seems to have problems. But Cyanogen has way too many other problems so I use Vegan since to me it seems the most stable :s
Yeah -- my phone is running a fork from Cyanogenmod 6...so the code is shared
TeutonicWolf said:
I think it would need to mount both volumes -- the internal SDcard and the external SDCARD2 -- separately...
Using a mount (reparse) works internally since they are on the same device -- but if you try to mount SDCARD externally it doesn't understand the reference to SDCARD2
My phone actually mounts to the computer as two drives -- one for internal (SDCARD) and the other for external (SDCARD2)
I'd assume there is a way to have something similar work on our gTablets...
I'll have to slap a spare microSD card into the tablet to try though...wondering if teh INF needs to be tweaked as well (??)
Click to expand...
Click to collapse
That's the problem... When the Gtab is plugged into the PC USB (while USB debug is disabled), only one new "drive" appears, corresponding to /sdcard on the Gtab. There is no 2nd drive appearing on the PC corresponding to /sdcard2 on the Gtab.
I've been looking at my Windows configuration, with the Gtab plugged in, and the one drive that appears shows up under "Portable Devices" branch in Device Manager. The properties show that it corresponds to "wpdfs.inf", and looking through that, it looks like a generic USB Mass Storage configuration, i.e., a USB drive.
I still think that something would need to be fixed on the Gtab end for the two drives to appear on the Windows end.
Jim
app fix
I have found a workaround for the issue with the installation of a single app:
http://forum.xda-developers.com/showpost.php?p=12299831&postcount=2
Depending on what you want to do, an FTP solution is also possible as discussed in this thread:
http://forum.xda-developers.com/showthread.php?t=869844
By using swiFTP, I am able to open a connection through a Win7 windows explorer, and I can drag-and-drop files to SDCARD2 (over a wireless connection). I put a 1Gig movie on the card and it took about 12 minutes.
Another option is to use Multi Mount SD-Card. This is link is for the lite version, there is also a paid version.
This app works outside the embedded SD Card Mounting scheme that comes with Froyo.
With this you dont have to press the "Mount USB" button that comes up in the notification bar when you attach the USB cable. Instead it will auto-mount the either the internal or the external SD Card when you plug in the cable.
(Having configured the setting of your choice before hand).
Unfortunately it can not mount both at the same time.
It works with my GTAB and I'm using VEGAn 5.1 Beta.
(Without the 5.1.1 Suppliment patch)
Folks are still struggling with this?
Use a USB flash drive, I do it all the time. Just a regular, boring, Windows FAT-formatted flash drive.
Wow it is amazing that this problem still exists.
I am a new owner of a Gtab and have had it for less than 2 days. Thank goodness for the many informative posts on this site, that have helped me make my new toy almost perfect.
I updated to 3588, installed cwm and titanbackup, vegan5.1.1 including the suppl patch and even learned how to tether it to my Samsung Captivate. The one thing that was annoying me was my device not seeing the 16 gb microsd card that I had inserted both in the gtab and on my pc.
After reading this thread, it looks like I am not going crazy, but it seems like my device is destined to not acknowledge this addtional storage in it's settings?
I really was hoping to use the external card for videos and my mp3 collection, so I am missing something or did I do something wrong to make this happen?
I would appreciate any comments or suggestions since this is the only thing that I need to get squared away before I install more apps(with the possibility and ever present threat of having to re-install something I may have already done)
I could not post this question in the dev section since I do not have enough posts to allow me to.
Thanks
Tina

[Q] transfer files via USB from ubuntu?

I am trying to transfer music to the Transformer from my ubuntu laptop. When I plug in the USB, syslog shows the usb high speed device connect, but it won't mount. I don't know much about android, so I thought maybe if your device isn't rooted, you can't access the internal storage via USB. So I grabbed a micro sd I had laying around (an old 1Gb) and popped it in thinking I could access that... no dice. Is there a way to transfer music on this thing?
-Thanks!
You need MTP drivers.
EDIT:http://www.xoomforums.com/forum/mot...ussion/691-mount-internal-storage-ubuntu.html
https://supportforums.motorola.com/thread/45977?tstart=0 try that?
It won't mount in Linux. There is a way to make your computer mount storage, but I usually just take my micro SD out (32gb) and pop it in a card reader. Maybe try another card.
Sent from my ADR6400L using Tapatalk

An alternative to USB Mounting

Hey guys. I had a lot of problems with USB Mounting myself so I tried all sorts of things to fix it. However, there actually is an easier way. A lot of stores sell microSD + adapters for really cheap especially for 2 GB and those have no problems being read by the computer. So if you have a SD slot, there is that solution.
It's very inconvenient to turn off your phone, take off the back cover, take out the battery, take the sd card out, put it in the reader, transfer the files, put the card back, battery back, cover back, power up, then do what you need to.
What problems are you having?
For small files I just use Dropbox to transfer.
Sent from my ADR6400L using XDA Premium App
ssh/sftp, wireless adb
I just turn on wifi for my phone, then connect with my home computer to the ipaddress via ssh on the command line or secure ftp with some sort of ftp client that supports sftp (filezilla or some desktop environments support it natively, like linux ones).
If your computer has ssh server set up (easy to do in linux or if you're on windows, then i reccomend installing the package from cygwin), then you can connect from your phone to your computer as well to grab files and such (and do so anywhere, not just over wifi).
I use a usb card reader just as backup incase I can't get to a *img.zip to keep my bootloader from executing it.
I have a micro usb cable plugged into my laptop dock. On my phone, I installed the app "Auto Mount USB". Then I just plug in my phone. One quick motion.
Much easier than prying open the battery cover, taking out the battery, taking out the microSD, putting it into my microSD to regular SD adapter, and finally (whew) putting that into my laptop's SD card slot.
I've recently installed an app called WebSharing Lite from the market. It basically starts a webserver on the phone that you can access via browser from any PC on the same wifi network. From there you can move files around etc. Works awesome.
cigar3tte said:
For small files I just use Dropbox to transfer.
Sent from my ADR6400L using XDA Premium App
Click to expand...
Click to collapse
i used to use bluetooth file transfer. now i use dropbox even for files as big as 88mb ive used it. downloading it over 4g takes about a minute and a half.
i would just upload them to a storage site then download it to my desktop
You can just use recovery under mounts and storage then mount as usb storage. Allot easier and faster.
Sent from my ADR6400L using XDA Premium App
SD card adapter is nice when youre having phone troubles...
I thought about using SSH on my phone, just haven't taken the time to set it up. i SCP files around at work all the time...
It's pretty easy to do if you just want to use a gui frontend (few apps on the market).
http://www.appbrain.com/app/botsync-ssh-sftp/com.botsync
http://www.appbrain.com/app/sshdroid/berserker.android.apps.sshdroid
since you already know what you're doing, should be up and running in 10-20mins
Wifi file explorer is also a really nice option. It's what I use and I can't complain about it. Simple apply that doesn't require actually mounting the sd card so you can still access anything on the phone and the computer simultaneously.
the kernel devs have found a fix for it. you have to connect to PC using internet passthrough let it intall the drivers and then moust usb storage that worked for me

SD card issues

So i installed CM 7.1 tonight and when i plug my phone into the computer using my usb cable it detects my phone, charges it and allows me to mount for usb storage.
when i mount for usb storage i do not see the sd card under removable hard drives. im new to all of this rooting and this is my first time rooting and installing a custom rom so any help is greatly appreciated.
thanks!
Search on forums. Theres a thread about that. I think you need a proper driver for you pc, in order to communicate with your phone.
Sent from my LG-P999
i have searched the forums, most of the issues are saying its not mounting and what not. i do have the LGdriver downloaded otherwise i would not have been able to put the necessary files onto my sd card. the problem started after i rooted my phone. my computer recognizes the phone when i plug it in but once i got into USB mass storage mode it doesnt show up in my removable hard drives..
sorry if sounds confusing, im having a hard time describing what exactly is wrong with it.
when i click turn on usb storage it'll say USB storage is on and the green android guy will turn orange and all the apps that are on my SD card are no longer in the app menu. but i have no way of copying files over to my sd card.
Go to Settings>Applications>Development>USB Debugging and turn that on, then plug in you USB as usual.
Hope it works
it worked! thanks!
at least you guys arent having the annoying problem im having.........every other day my phone says i have a blank sd card and when i put it in the pc it tells me it is damaged. It only does it when i mount it to usb. I think it is because the phone gets a little hot sometimes. Quite annoying

Recognition problem?

Hello, I'm new to the forums and I just have to say this place is amazing and what with all the dev's and ROM's available and a great community overall.
To get to the problem that I am having currently with the SGS4G. I recently got the device, and I haven't got a SD card so its just the device itself for now. Well I try to connect the device to my laptop which is Win 7 64 bit. It didn't recog. the device but a popup came up saying that it was installing the drivers, I let it finish and tried to go into the device but when i went into My Computer to open up the device which is USB Connected using the Mass Storage option, nothing came up. Just a G drive icon with no name, just the icon thats it.
I then realized I should have installed the drivers for it first, so I installed the drivers found here for the 64-bit option as my laptop is running 64-bit:
http://forum.xda-developers.com/showthread.php?t=728929
I installed driver, but same thing happened as the above, nothing appeared when going into My Computer, just the icon and a pop up window that said "Please insert a disk into removable drive G".
Then I tried installing from the same source as above, but this time using the 32-bit link and the same thing happened as the above. I have tried to do the both with the USB debugging enable and disabled, then connected with USB to laptop, but no difference. The laptop see's the device when I go to Device and Printers, but the thing is the "My Computer" doesn't recognize the device or can't see it or the G drive doesn't see it.
I have tried unplugging the USB plug to the different USB ports on the laptop, but no good either. I have turned off the phone, plugged USB in and turned it back on but no good the laptop still doesn't recognize it. i have rebooted the laptop also and then tried everything above, but still no good.
If anyone can help out at all this would be greatly appreciated as I am going slightly insane with touching the device so much and trying to figure out a solution. I know it is not the Vibrant but the drivers from the link above is for Galaxy S devices it says. In case I didn't say so before, this device was rooted with Superuser evident in the Applications.
Oh please if anyone can help thank you so very much. Sorry for the first post being so long, but wanted to get as much detail as possible in here so I don't have to congest the thread later on with answering back and forth and wasting precious time.
One last thing, I rooted the device myself before on a Win XP machine, and everything was fine the XP machine recog. the device and everything, if that helps. But now I am on a laptop and received the device from my sister as she has got a new device.
Umm. Have you gone into the options on your phone where it asks you what usb connection type you want? The options it shows should be something like Kies, Mass storage, and two other options. I doub't mass storage would work for you, as you say you don't have an SD card. It might be the reason it's not showing up. Your computer is recognizing it if it's showing it when you click "my computer", but I think you have to have an SD card to actually open it up.
I'm not sure though, so don't take my word for it. Wait for a dev to chime in.
Not sure what you are trying to do but download airdriod from the market. No need for usb and I think it's faster than usb as far as transferring
Sent from my SGH-T959V using XDA
Using your phone in mass storage mode basically turns it into an sd card reader. Since you don't have an sd card in the phone windows is telling you to insert a disk (sd card) into the drive (your phone).
You're gonna need an sd card if you're gonna modify your phone in any significant way. Even a 2 gig sd card will be enough to flash new roms, etc.
Thankfully, microSD card prices have fallen significantly over the past year or two.
I've had good luck with the Transcend cards, either the Class 6 or Class 10 ones. Right now, you can buy a 16 GB Class 10 card through Amazon for about $15, delivered. They aren't a lot more than the 8 GB cards.
I haven't found a 32 GB card that performs as well as these, especially for smaller read/write sizes, which I believe to be important for day-to-day responsiveness. The 32 GB cards (Class 6 or Class 10) are still usually more than twice the price of the 16 GB cards.
I find a USB microSD reader useful as well. I've had good luck with the Elago Nano readers (in white or black), as well as the Transcend 9-in-1. I'm sure there are many others that work well. In my opinion, you don't need USB 3.0 for a flash reader as the bottleneck is likely the microSD card, not the USB.
So from general consensus, it seems like I need an SD card first before I can do anything. Well, I just ordered an SD card from Amazon and it will be here by the end of the week. What i was trying to do was try to get files to store into the devices internal memory which has space free. I thought there was a way to transfer some files from my laptop onto the devices internal memory. is there any way to do this besides having to use an actual SD card? Just wondering. If it helps I have Airdroid installed now.
buntobo said:
Is there any way to do this besides having to use an actual SD card?
Click to expand...
Click to collapse
You can use adb (part of the Google-supplied Android SDK) to transfer files and execute commands on the device, but it is not a terribly user-friendly process if you aren't a command-line user.
ah. Thanks for all the help, I'm going to wait till the SD card arrives then guys.

Categories

Resources