我有一个便宜的Android平板电脑,我需要使用它来测试它的应用程序。 我使用Ubuntu,所以我必须首先将设备添加到udev
列表。
我连接的平板电脑,但adb
并没有看到它
$ adb devices
List of devices attached
$
在我尝试使用lsusb
,但该装置没有识别到Ubuntu的(USB调试检查!在平板电脑的特性)
$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 046d:0928 Logitech, Inc. QuickCam Express
Bus 005 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
Bus 001 Device 004: ID 2207:0000
如果我附上我的手机,我看到它是通过最后一个通道连接。 所以,我认为这种片剂被识别为ID 2207:0000
,从而使供应商ID“2207”。 我编辑的udev文件51-android.rules
看起来像这样
SUBSYSTEM=="usb", ATTR{idVendor}=="2207", MODE="0666", GROUP="plugdev"
重新启动补偿,重新连接USB电缆连接到平板电脑,该平板电脑是不会被再次识别 。
什么任何建议我应该怎么办? 如何使这个平板电脑是可见adb
?
编辑
这是否供应商ID看起来很奇怪你:2207:0000? 尤其是那些四个零?