Ubuntu can't connect to Windows Phone solution

  
                

Windows Phone is a mobile product under Microsoft. Windows Phone is not recognized in Ubuntu system. This will cause things in the phone to not be moved to the computer. How to deal with this problem? The following small series will introduce you to Ubuntu can not connect to Windows Phone solution, I hope to help you.

1. Add MTP file system:

sudo add-apt-repository ppa: langdalepl /gvfs-mtp

sudo apt-get update

2. Create udev rules (can also be written by 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}=&ldquo ;1”

4.Press Ctrl+O (letter o) to save the rule

5. Reload the udev rule:

udevadm control --reload-rules

6.Connecting your Windows Phone

The above is the introduction of Ubuntu's inability to connect to Windows Phone. After writing the udev rules using the method described in this article, you can connect to Windows Phone devices for files. Transfer.

Copyright © Windows knowledge All Rights Reserved