Menu

#1221 HTC One_M8 Google Play Edition - Device detected as PTP due missing VID/PID

Last release
closed
1
2015-03-21
2014-12-11
Anonymous
No

Please add the HTC One M8 GPE to the libmtp udev rules.

lsusb

.....
Bus 002 Device 009: ID 0bb4:060d HTC (High Tech Computer Corp.)
.....

mtp-detect

.....
Listing raw device(s)
Device 0 (VID=0bb4 and PID=060d) is UNKNOWN.
Please report this VID/PID and the device model to the libmtp development team
Found 1 device(s):
0bb4:060d @ bus 2, dev 7
Attempting to connect device(s)
Android device detected, assigning default bug flags
.....

As a temporary workaround I created :

cat /etc/udev/rules.d/60-libmtp-htc_m8_patch.rules

HTC HTC One M8 GPE (MTP+ADB)

ATTR{idVendor}=="0bb4", ATTR{idProduct}=="060d", SYMLINK+="libmtp-%k", MODE="660", GROUP="audio", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1"

However, after reloading udev rules and reinserting the device the result is partially good : now I can use the device in KDE as a MTP device but mtp-detect still complains: "Device 0 (VID=0bb4 and PID=060d) is UNKNOWN."

Kind regards,
Sub

Discussion

  • Marcus Meissner

    Marcus Meissner - 2015-03-21
    • status: open --> closed
    • assigned_to: Marcus Meissner
     
  • Marcus Meissner

    Marcus Meissner - 2015-03-21

    added the id, thanks!

     

Anonymous
Anonymous

Add attachments
Cancel