Recently, because I sometimes need to put files in my cell phone on my computer, my cell phone (Lumia630) needs to be connected to the computer and can be connected normally in Windows, however, it is not possible in Ubuntu, so I checked the information. The method is as follows: 1. add MTP File System: sudoadd-apt-repositoryppa: langdalepl/gvfs-mtpsudoapt-getupdate2. create udev rules (you can also use gedit
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
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2014-06/103705.htm