[Bug 903422] Re: Ubuntu does not work with Samsung Galaxy phones (needs update to libmtp)
Anthony Borrow
arborrow at jesuits.net
Tue Nov 20 20:27:31 UTC 2012
Just confirming that go-mtpfs is working well for me with Ubuntu 12.10 with a Galaxy Nexus:
ID_MODEL Galaxy Nexus
ID_MODEL_ID 685c (non-developer mode)
ID_MODEL_ID 6860 (developer mode). I followed the instructions at:
ID_VENDOR samsung
ID_VENDOR_ID 04e8
http://bernaerts.dyndns.org/linux/247-ubuntu-automount-nexus7-mtp
and used the following udev rules:
#Google Galaxy Nexus
SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="685c", MODE="0666" # MTP media
SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="6860", MODE="0666" # MTP media with USB debug on
ENV{ID_MODEL}=="Galaxy_Nexus", ENV{ID_MODEL_ID}=="685c", ACTION=="add", RUN+="/usr/bin/sudo -u USERNAME /usr/local/sbin/go-mtpfs -allow-other=true /media/GalaxyNexus"
ENV{ID_MODEL}=="Galaxy_Nexus", ENV{ID_MODEL_ID}=="6860", ACTION=="add", RUN+="/usr/bin/sudo -u USERNAME /usr/local/sbin/go-mtpfs -allow-other=true /media/GalaxyNexus"
ENV{ID_MODEL}=="Galaxy_Nexus", ENV{ID_MODEL_ID}=="685c", ACTION=="remove", RUN+="/bin/umount /media/GalaxyNexus"
ENV{ID_MODEL}=="Galaxy_Nexus", ENV{ID_MODEL_ID}=="6860", ACTION=="remove", RUN+="/bin/umount /media/GalaxyNexus"
Peace - Anthony
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to udev in Ubuntu.
https://bugs.launchpad.net/bugs/903422
Title:
Ubuntu does not work with Samsung Galaxy phones (needs update to
libmtp)
Status in GVFS:
In Progress
Status in “gmtp” package in Ubuntu:
Invalid
Status in “libmtp” package in Ubuntu:
Confirmed
Status in “udev” package in Ubuntu:
Invalid
Status in “gmtp” source package in Precise:
Invalid
Status in “libmtp” source package in Precise:
Confirmed
Status in “udev” source package in Precise:
Invalid
Status in “gmtp” source package in Quantal:
Invalid
Status in “libmtp” source package in Quantal:
Confirmed
Status in “udev” source package in Quantal:
Invalid
Bug description:
If your device is not supported please open a new bug specifying:
* device in question (make / model / release)
* output of `mtp-detect` when the device is attached
* output of `lsusb` when the device is attached
This bug will be a catch all for recent Samsung Nexus & Nexus 7, or
please comment what other recent Andorid 4.x devices are affected.
Yes there is a lag in providing support for the most recent devices.
As soon as the fixes are available, SRUs will follow.
To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/903422/+subscriptions
More information about the foundations-bugs
mailing list