如何在 Linux (Ubuntu) 上启用 Kindle Fire 的 USB 调试?
我正在尝试在 Kindle Fire 上进行一些 Android 开发,但是我无法让我的 Ubuntu 11.04 识别该设备并与 ADB 一起使用。我在我的 etc/udev/rules 中添加了这样一行 SUBSYSTEM=="usb", ATTR{idVendor}=="1949", MODE="0666", GROUP="plugdev"
.d/51-android.rules 文件,重新启动计算机并插入 Fire,但仍然 adb devices
没有显示。
有什么建议吗?
I am trying to do some Android development on a Kindle Fire, however I am having trouble making my Ubuntu 11.04 recognize the device for using it with the ADB. I've added a line like this SUBSYSTEM=="usb", ATTR{idVendor}=="1949", MODE="0666", GROUP="plugdev"
in my etc/udev/rules.d/51-android.rules file, restarted the computer and plugged in the Fire but still adb devices
did not show it.
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您编辑 ~/.android/adb_usb.ini 并添加包含 0x1949 和 0x006 的 2 行并使用 重新启动 adb 服务器,它似乎可以工作。
此外,51-android.rules 文件包含 Lab126 供应商 ID。
您可能还需要编辑 inf 文件。请参阅此处的说明:
http://g-ecx.images-amazon.com/images/G/ 01/sdk/Connecting_your_Kindle_Fire_to_ADB.pdf
It seems that it works if you edit ~/.android/adb_usb.ini and add 2 lines containing 0x1949 and 0x006 and restart the adb server using
Also, the 51-android.rules file contains the Lab126 vendor id.
You may also need to edit the inf file. See the instructions here:
http://g-ecx.images-amazon.com/images/G/01/sdk/Connecting_your_Kindle_Fire_to_ADB.pdf
重启服务器
$ adb Kill-server
$ sudo adb start-server
在 Ubuntu 11.10 上为我工作
Restart server
$ adb kill-server
$ sudo adb start-server
Worked for me on Ubuntu 11.10
您必须采取许多步骤。基本上你需要编辑一个 ini 文件。 MAC 和 PC 需要不同的步骤。
Kindle Fire:启用 USB 调试
There will be a number of steps you have to take. Basically you need to edit an ini file. Different steps is needed for MAC and PC.
Kindle Fire: Enable USB Debugging