I'm using the US Model 16GB version of the Samsung Galaxy S3 (I747), however, I cannot mount it to my laptop from some reason. I have tried using both FTP and MTP connections, but neither work.
What should I do?
|
|
There have been several projects to bring MTP support to Linux during the recent months. Here is a quick overview: GVFSThe best solution would be to use GVFS via the recently released GVFS-MTP-backend to mount your Android phone. There are two PPAs with a newer GVFS version.
Source:
go-mtpfsYou could use go-mtpfs to mount your Android phone.
Install needed packages and get the source:
Add yourself to the group fuse (after that log out and log in again):
Create a folder for your Android phone and mount it with go-mtpfs into that folder:
Unmout your Android phone (wait for the end of file operations):
Source: http://linuxundich.de/de/android/mit-go-mtpfs-unter-linux-auf-android-handys-via-mtp-zugreifen/ jmtpfsYou could use jmtpfs to mount your Android phone.
Download jmtpfs, unpack and change into directory:
Add yourself to the group fuse (after that log out and log in again):
Install needed packages, compile and install (for checkinstall questions hit enter) jmtpfs:
Create a folder for your Android phone and mount it with jmtpfs into that folder:
Unmout your Android phone (wait for the end of file operations):
|
||||
|
|
As Dan mentioned, a wireless file transfer app like AirDroid is a good solution. These apps fall into two subcategories:
Such an app is fine for small files but for transferring HD movies, you would need hours or days. Max transfer speed on Ubuntu is about up to 260KB/s (for some reason) while on Windows 7 it's about up to 1MB/s. There's gMTP which is available in the app store, but chances are it won't work for your Galaxy S3 - it doesn't work on mine, most of the time. (You have to wait out the app hanging; it looks like it crashes whenever you interact with the app but if it recovers, then you know it works.) If you need speed, the best solution is the one posted by BuZZ-dEE, although the original source is English: http://research.jacquette.com/jmtpfs-exchanging-files-between-android-devices-and-linux/ You'll need to be comfortable with the terminal, compiling programs from source code and editing source code, though. If anyone needs a walkthrough, let me know. |
|||||
|
|
This indicates that for Ice Cream Sandwich, Ubuntu file transfer is as simple as ticking the PTP checkbox. In a few seconds you are browsing the filesystem in Nautilus. Pictures taken directly from: Source |
||||
|
I have an LG P880 and I have created a directory inside "Pictures" and named it "ptp" then I connect my device as PTP, and copy files to pictures/ptp There's one little problem though, I couldn't see a transfer dialog while copying files, so, I think you need to estimate time.. for me, I compress big files into little piece and wait for them to appear on the other side, then remove device after a while. Then, of course, open any file manager and move/extract files to desired location. I use this method all the time.. |
|||
|
|
|
Add the raring repositories to sources.list and
After this I can browse the filesystem on a Samsung Galaxy S3 with Android 4.1.2, using Nautilus. Note that the apt-get pulls in quite a few packages from Raring including a new libc6. |
|||
|
|