How to connect to the WindowsPhone device (NokiaLumia) on Ubuntu14.04)

Source: Internet
Author: User
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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.