如何在 Linux (Ubuntu) 上启用 Kindle Fire 的 USB 调试?

发布于 2024-12-17 23:55:45 字数 284 浏览 0 评论 0原文

我正在尝试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

天荒地未老 2024-12-24 23:55:45

如果您编辑 ~/.android/adb_usb.ini 并添加包含 0x1949 和 0x006 的 2 行并使用 重新启动 adb 服务器,它似乎可以工作。

adb kill-server
adb start-server

此外,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

adb kill-server
adb start-server

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

心碎无痕… 2024-12-24 23:55:45
  1. 添加一行到:~/.android/adb_usb.ini。该行内容:0x1949
  2. 重启服务器

    $ adb Kill-server

    $ sudo adb start-server

在 Ubuntu 11.10 上为我工作

  1. Add a single line to: ~/.android/adb_usb.ini. The content of the line: 0x1949
  2. Restart server

    $ adb kill-server

    $ sudo adb start-server

Worked for me on Ubuntu 11.10

一袭水袖舞倾城 2024-12-24 23:55:45

您必须采取许多步骤。基本上你需要编辑一个 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文