My android phone is not supported.
lsusb just show an empty string:
Bus 003 Device 004: ID 2970:9039
I managed to make it work by adding:
{ "Kazam", 0x2970, "Trooper 650 4G", 0x9039, DEVICE_FLAGS_ANDROID_BUGS },
to src/music-players.h as explained on the home page.
I tried DEVICE_FLAGS_ANDROID_BUGS, DEVICE_FLAGS_ARICENT_BUGS and DEVICE_FLAG_NONE. All seems to work the same, but I kept DEVICE_FLAGS_ANDROID_BUGS as all other Android device seems to have it.
Some directories were missing (when using mtp-folders) until I rebooted but I guess this is related to:
https://code.google.com/p/android/issues/detail?id=38282
and not to libmtp (If I'm wrong would you tell me which flag I could test to fix it ?)
Anonymous
i have added the id line to our git for the next release.
i dont know about the folders, but if it works now, i think we are good