Hey all, I've got this phone and after playing about with all sorts of players etc.. with supposed MTP device support to get access to this device from ubuntu.
I think I've found a satisfactory solution as follows:
1) From the terminal type:
Code:
sudo aptitude install libfuse-dev libmad0-dev
2) Download MTPFS from here:
http://www.adebenham.com/debian/mtpfs_0.7-1_i386.deb
3) Install it from the deb
4) Create a folder in your home directory, eg. MTPdevice
5) Add yourself to the "fuse" group: System > Administration > Users and Groups > Manage Groups > fuse > properties and then your username. Logout and login.
6) On your motorola go to Main menu > Settings > Connections > USB Setting and set this to 'Media Sync.'
7) Plug in and from the terminal type:
You should now be able to access the phone via this folder and drag/drop music etc.. as you like.
ps...I found most of this from:
http://ubuntuforums.org/showthread.php?p=2397682
Finally, when you're done, you can unmount from the terminal as follows:
Code:
fusermount -u ~/MTPdevice
Hope this is of some help, if anyone makes any better progress please let me know
Credit for this howto goes to dysphasi on ubuntuforums.