If your issue is because of MTP/PTP, then the solution I personally use is an
app on the phone called SambaDroid. This creates a CIFS share which I then
mount to a folder under my home directory. This allows me to run scripts (e.g.
sync music with rsync, etc).
Script version (needs sudo password each time) :
sudo mount -t cifs //192.168.1.20/sdcard /home/michael/SanDisk32Gb -o
username=android,password=password,file_mode=0777,dir_mode=0777,uid=1000
Fstab version (no password each time) :
//192.168.1.20/sdcard /home/michael/SanDisk32Gb cifs
user,noauto,username=android,password=password,iocharset=utf8,dir_mode=0775,uid=1000
0 0
Remember to unmount before stopping SambaDroid!
--
xubuntu-users mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users