Ubuntu install MTK Mobile Terminal USB drive

Source: Internet
Author: User
Tags lenovo

Lsusb
Bus 001 Device 002:id 8087:8000 Intel Corp.
Bus 001 Device 001:id 1d6b:0002 Linux Foundation 2.0 root Hub
Bus 003 Device 001:id 1d6b:0003 Linux Foundation 3.0 root Hub
Bus 002 Device 004:id 04f2:b444 chicony Electronics Co., Ltd. Lenovo Integrated Webcam
Bus 002 Device 069:id 0e8d: 2003 MediaTek Inc.
Bus 002 Device 002:id 17ef:6050 Lenovo
Bus 002 Device 001:id 1d6b:0002 Linux Foundation 2.0 root Hub

Mine is:

Bus 002 Device 069:id 0e8d: 2003 MediaTek Inc.

Idvendor for 0e8d, use the following

You can also find it here.

Https://developer.android.google.cn/studio/run/device.html

Writing a configuration file

  sudo gedit /etc/udev/rules.d/51-android.rules

Join

  SUBSYSTEM=="usb", ATTR{idVendor}=="0e83", MODE="0666", GROUP="plugdev"

Mode is the same as read and write permissions and files

增加权限  

  sudo chmod a+r /etc/udev/rules.d/51-android.rules

Restarting the USB device

Sudo/etc/init.d/udev restart

You can also restart ADB

ADB kill-server

ADB start-server

Ubuntu install MTK Mobile Terminal USB drive

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.