How to connect to a Windows Phone device (Nokia Lumia) on Ubuntu 14.04)
Recently, because I sometimes need to put files in my cell phone on my computer, I need to connect my cell phone (Lumia 630) to my computer and connect to my computer normally in Windows, however, it is not possible in Ubuntu, so I checked the information. The method is as follows:
1. Add an MTP File System:
Sudo add-apt-repository ppa: langdalepl/gvfs-mtp
Sudo apt-get update
2. Create udev rules (you can also write them in the gedit Text Editor ):
Sudo nano/etc/udev/rules. d/69-libmtp.rules
3. Write the following rules:
ATTRS {idVendor }== "01b1", ATTRS {idProduct }== "01b1", SYMLINK ++ = "libmtp", MODE = "660 ", ENV {ID_MTP_DEVICE} = "1"
4. Press Ctrl + O (letter o) to save the rule.
5. Reload the udev rule:
Udevadm control -- reload-rules
6. connect to your Windows Phone