appear on Ubuntu???????????? No permissions Solution

Source: Internet
Author: User

There are sometimes problems with Android devices that are not recognized under Ubuntu, with two solutions.


Method One:

Executive Lsusb

Normal should appear as:

[Email protected]:~$ lsusbbus 001 device 002:id 8087:0024 Intel Corp. Integrated rate Matching Hubbus 002 Device 002:id 8087:0024 Intel Corp Integrated rate Matching hubbus 003 Device 031:id 18d1:4ee2 Google inc. Bus 003 device 003:id 093a : 2510 Pixart Imaging, Inc. Optical mousebus 001 device 001:id 1d6b:0002 Linux Foundation 2.0 root Hubbus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubbus 003 Device 001:id 1d6b:0002 Linux Foundation 2.0 root Hubbus 004 Device 001 : ID 1d6b:0003 Linux Foundation 3.0 root Hubbus 001 Device 003:id 046a:0011 Cherry GmbH G83 (RS 6000) Keyboard
If there is a similarBus 001 Device 005:id 18d1:9025

is not recognized, the workaround is as follows:

Execute sudo vim/etc/udev/rules.d/51-android.rules


Increase

subsystem== "USB", sysfs{idvendor}== "18d1", mode= "0666" subsystem== "USB", attr{idvendor}== "18d1", mode= "0666", symlink+= "ANDROID_ADB"


Enter the Android-sdk-linux/platform-tools directory and execute
sudo./adb kill-server


And then execute

sudo./adb start-server

You can now identify your phone.


Method Two:

Enter the. Android directory to perform

Vim Adb_usb.ini


Will
0x18d1
Add to this file

Enter the Android-sdk-linux/platform-tools directory and execute

sudo./adb kill-server
And then execute

sudo./adb start-server

The phone can also be identified at this time.




appear on Ubuntu???????????? No permissions Solution

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.