您的位置:首页 > 其它

under ubuntu, using usb and adb connect device

2012-02-12 00:00 197 查看
1. 添加usb支持,使linux系统认识这个Vendor。

Create a new udev rule file under the PC's /etc/udev/rules.d/ named: imx-
android
.rules. And fill in the following line into the file:

SUBSYSTEM=="usb", SYSFS{idVendor}=="
15a2
", MODE="0666"

2
:update
the files:~/.
android
/adb_usb.ini, to add
freescale
vendor id:

android update adb to create the adb_usb.ini file.

#
ANDROID
3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.

# USE '
android
update adb' TO GENERATE.

# 1 USB VENDOR ID PER LINE.

0x
15a2
(freecescal 解决方案)

htc 解决方案

3
:Change the new udev rule file's permission:

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

4
:rec
onnect the
Android
Device

5
:Restart the adb server

6
:adb kill-server

7
:adb start-server

all finish.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: