现在的位置: 首页 > 综合 > 正文

How to adb connection with Kindle Fire

2013年01月12日 ⁄ 综合 ⁄ 共 354字 ⁄ 字号 评论关闭

Linux: Ubuntu 10.04


1. To edit /etc/udev/rules.d/51-android-usb.rules:

SUBSYSTEM=="usb", ATTR{idVendor}=="1949", ATTR{idProduct}=="0006",MODE="0666" 


If you want to check the rule is valid by your udev,  modify the udev_log="debug" in /etc/udev/udev.conf

tail -f /var/log/syslog


2. To add two lines in ~/.android/adb_usb.ini 

0x1949
0x0006


3. To restart adb by adb kill-server;adb start-server


4. Done

抱歉!评论已关闭.