简体   繁体   English

获取 ADB 的制造商供应商 ID

[英]Getting Manufacturer Vendor ID for ADB

Is there any "universal" vendor ID that I can use so that ADB can detect my China-made Tablet?我可以使用任何“通用”供应商 ID 以便亚行检测我的中国制造的平板电脑吗? I can't find the vendor ID of the manufacturer.我找不到制造商的供应商 ID。 When I look into Device Manager in Windows the Vendor is a string and not a number.当我查看 Windows 中的设备管理器时,供应商是一个字符串而不是一个数字。 The device is a Cherry Mobile Fusion Bolt tablet.该设备是 Cherry Mobile Fusion Bolt 平板电脑。

Try this tool if you are on a windows machine- lsusb Link如果您使用的是 Windows 机器,请尝试使用此工具 - lsusb链接

If you are on a linux machine, you can run the lsusb command.如果您使用的是 linux 机器,则可以运行lsusb命令。

The tool is for windows platform.该工具适用于windows平台。 Run it while your tablet is connected through a USB.当您的平板电脑通过 USB 连接时运行它。 It may show your Vendor ID.它可能会显示您的供应商 ID。 If it does, you can try manually adding it to [USER_DIRECTORY] / .android / adb_usb.ini .如果是,您可以尝试手动将其添加到[USER_DIRECTORY] / .android / adb_usb.ini

The vendor ID of the device can not be modified without replacing the software on the device (read a new AOSP installation).如果不更换设备上的软件,则无法修改设备的供应商 ID(阅读新的 AOSP 安装)。 To use the Google driver , the Vendor ID of the product needs to be known.使用 Google 驱动程序,需要知道产品的供应商 ID。

Finding Vendor ID in Windows在 Windows 中查找供应商 ID

  1. Start Device Manager启动设备管理器
  2. In the Hardware tree, right-click the hardware entry for the device for which the Vendor ID is to be determined.在硬件树中,右键单击要确定其供应商 ID 的设备的硬件条目。

要检查的项目的属性

  1. On the Details tab, set the property drop-down to be "Hardware Ids".在详细信息选项卡上,将属性下拉列表设置为“硬件 ID”。 The Vendor ID is the 4 character hexadecimal number following the letters VID_ .供应商 ID 是字母VID_之后的 4 个字符的十六进制数。 In the case below, the Vendor ID is 18D1 :在下面的例子中,供应商 ID 是18D1

在此处输入图片说明

The PID_ , which follows, is the Product ID. PID_是产品 ID。 It also has a 4-digit hexadecimal number.它还有一个 4 位十六进制数。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM