如何USB调试为Kindle Fire的可以在Linux(Ubuntu的)被启用?Kindle、USB、Fire、Ubuntu

2023-09-04 12:30:01 作者:分开一定分手

我试图做一个Kindle Fire的一些Android开发,但我有做我的Ubuntu 11.04识别该设备使用它与亚洲开发银行的麻烦。我已经添加了这样的 A线SUBSYSTEM ==USB,ATTR {idVendor} ==1949年,MODE =0666,GROUP =plugdev的我等/ udev的/ rules.d / 51-android.rules文件,重新启动计算机并插上火,但仍 ADB设备并没有表现出来。

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.

有什么建议?

推荐答案

看来,如果你编辑〜/ .android / adb_usb.ini并添加含有0x1949和0x006 2号线,并使用重新启动ADB服务器工作。

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

adb kill-server
adb start-server

此外,51 android.rules文件包含Lab126供应商ID。

Also, the 51-android.rules file contains the Lab126 vendor id.

您可能还需要编辑inf文件。在这里看到的说明: http://g-ecx.images-amazon.com/images/G/01/sdk/Connecting_your_Kindle_Fire_to_ADB.pdf

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