New comment by FollieHiyuki on void-packages repository https://github.com/void-linux/void-packages/issues/30013#issuecomment-823299300 Comment: `gvfs-mtp` doesn't work for me either (the machine doesn't recognize the phone as a USB device) but `android-file-transfer` does, so I don't bother fixing it. And I suggest only use 1 of the 2 methods. For `android-udev-rules` you need to add your phone rule to `/etc/udev/rules.d/`. Here is an example of mine: ``` SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="6860", MODE="0666", OWNER="users", ENV{ID_MTP_DEVICE}="1", SYMLINK+="libmtp" ```