Phone connected to Ubuntu

Source: Internet
Author: User
Sort out what you see on the Internet. Support for MTP in Ubuntu System: 1, install software apt-get updateapt-get installs Libmtp-common libmtp-tools Libmtp-dev libmtp-runtime Libmtp9
2. Edit the file:/etc/fuse.conf,#user_allow_other Modify the device code of USER_ALLOW_OTHER3, Lsusb to observe the phone, namely Idvendor and Idproduct.4, edit the configuration file:/lib/ Udev/rules.d/69-mtp.rules
#your phoneattr{idvendor}== "0000", attr{idproduct}= "1111", symlink+= "Libmtp-%k", env{id_mtp_device}= "1", ENV{ID_ media_player}= "1"
5. Modify the configuration file/etc/udev/rules.d/51-android.rules
attr{idvendor}== "0000", attr{idproduct}= "1111", mode= "0666"
6, the command line service Udev restartreboot Restart can see the phone storage space.

Phone connected to Ubuntu

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.