Please add the HTC One M8 GPE to the libmtp udev rules.
.....
Bus 002 Device 009: ID 0bb4:060d HTC (High Tech Computer Corp.)
.....
.....
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 :
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
Anonymous
added the id, thanks!