Linux with Android MTP

Linux with Android MTP

E.S. Rosenberg esr+linux-il at g.jct.ac.il
Sun Oct 6 16:54:52 IDT 2013


//I don't have this phone of a similar phone, this is mainly a stab in the dark.

We have a camera at home that won't transfer/open files when it's
connected to the USB 3.0 ports of the computer, it will only function
properly when connected to USB 2.0 ports (and 1).
So maybe that also affects your phone...

Regards,
Eliyahu - אליהו

2013/10/6 ik <idokan at gmail.com>:
> Hello,
>
> I'm using Arch Linux, and have Samsung Galaxy S4.
> It uses MTP in order to allow me to access files.
>
> I'ved read several wiki's (Including Arch wiki) and forums about it, and
> came out for the following settings (/etc/udev/rules.d/51-android.rules),
> after install go-mtpfs:
>
> #               Galaxy S4 GT-I9500
> ATTR{idVendor}=="04e8", ATTR{idProduct}=="685d", SYMLINK+="android_adb",
> MODE="0666"
> ATTR{idVendor}=="04e8", ATTR{idProduct}=="6860", SYMLINK+="android_adb",
> MODE="0666"
> ATTR{idVendor}=="04e8", ATTR{idProduct}=="6860", SYMLINK+="android_adb",
> MODE="0666", ACTION=="add", RUN+="/usr/bin/sudo -b -u ik /usr/bin/go-mtpfs
> -allow-other=true -android=true /mnt/ando"
> ATTR{idVendor}=="04e8", ATTR{idProduct}=="6860", SYMLINK+="android_adb",
> MODE="0666", ACTION=="remove", RUN+="/bin/umount /mnt/ando"
>
>
> It does mount properly the content, however, when I try to access the
> content, it keep on looping an remounting everything until I take off the
> USB cable.
> I then need to wait several minutes to try again, or the loop just continue
> ...
>
> I can see the remounting also in /var/log/messages and dmesg.
>
> What am I missing or doing wrong here ?
>
> Thanks,
> Ido
>
> _______________________________________________
> Linux-il mailing list
> Linux-il at cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>



More information about the Linux-il mailing list