I try to mount my android device phone Huawei P9 Plus with mtp interface on Ubuntu 14.04.
I have installed the packages:
mtp-tools
mtpfs
When i try to mount the Android device with this command
mtpfs -o allow_other /media/mtp
i have the the message below:
Unable to open ~/.mtpz-data for reading, MTPZ disabled.Listing raw device(s)
Device 0 (VID=12d1 and PID=107e) is UNKNOWN.
Please report this VID/PID and the device model to the libmtp development team
even if i set up the file:
/etc/udev/rules.d/51-android.rules
with Huawei P9 Plus value:
SUBSYSTEM=="usb", ATTR{idVendor}=="12d1", ATTR{idProduct}=="107e", MODE="0666"
version:
ubuntu 14.04.3
dpkg -s mtpfs
Version: 1.1-4.1
Depends: libc6 (>= 2.4), libfuse2 (>= 2.8.1), libglib2.0-0 (>= 2.31.8), libid3tag0 (>= 0.15.1b), libmad0 (>= 0.15.1b-3), libmtp9 (>= 1.1.0), fuse
Anonymous
added the id to libmtp for the next release 1.1.12, thanks!
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
Aug 11 19:17:02 alien org.gtk.vfs.Daemon[1872]: Device 0 (VID=0bb4 and PID=0401) is UNKNOWN in libmtp v1.1.10.
Aug 11 19:17:02 alien org.gtk.vfs.Daemon[1872]: Please report this VID/PID and the device model to the libmtp development team
my libmtp version 1.1.10 seems rather old. still wanted to send it to you.
the phone's an htc m9 on lineage (android 7.1.2).
Cheers.