Ubuntu 14.04 connect Android Phone (Samsung Note3) for application debugging

Source: Internet
Author: User

Execute command in terminal: LSUSB

Bus 002 Device 002:id 8087:0024 Intel Corp Integrated rate Matching Hub
Bus 002 Device 001:id 1d6b:0002 Linux Foundation 2.0 root Hub
Bus 001 Device 004:id 5986:0397 Acer, Inc.
Bus 001 Device 003:id 105b:e065
Bus 001 Device 002:id 8087:0024 Intel Corp Integrated rate Matching Hub
Bus 001 Device 001:id 1d6b:0002 Linux Foundation 2.0 root Hub
Bus 004 Device 001:id 1d6b:0003 Linux Foundation 3.0 root Hub
Bus 003 Device 002:id 17ef:604d Lenovo
Bus 003 Device 005:id 04e8:6860 Samsung Electronics Co., Ltd gt-i9100 phone [Galaxy S II], gt-i9300 phone [Galaxy S III], gt-p7500 [Galaxy Tab 10.1]
Bus 003 Device 001:id 1d6b:0002 Linux Foundation 2.0 root Hub

Where 04e8:6860 for Samsung Note3

Execution: cd/etc/udev/rules.d/

Execution: sudo vim 50-android.rules

Input:subsystem== "USB", attrs{idvendor}== "04e8", attrs{idproduct}== "6860", mode= "0666r"

Save the above content

Execute: sudo service udev restart (restart Udev services);

Switch to the SDK's Platform-tools service directory;

Execute./ADB kill-server (stop adb Service)

Execute./ADB Devices View Phone List (note: The phone may need to be plugged in again)

List of devices attached
0ee45303 Device

Use Eclipse to debug your app after doing this (eclipse can require a restart)


Ubuntu 14.04 connect Android Phone (Samsung Note3) for application debugging

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.