Linux with Android MTP
ik
idokan at gmail.com
Sun Oct 6 16:50:04 IDT 2013
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.cs.huji.ac.il/pipermail/linux-il/attachments/20131006/a198ff99/attachment.html>
More information about the Linux-il
mailing list