亚行并没有看到设备 [英] ADB doesn't see device

查看:290
本文介绍了亚行并没有看到设备的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

-Lsusb:

Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub

Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub

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 001 Device 003: ID 03f0:231d Hewlett-Packard 

Bus 001 Device 004: ID 138a:0007 Validity Sensors, Inc. VFS451 Fingerprint Reader

Bus 001 Device 005: ID 5986:03b1 Acer, Inc 

Bus 002 Device 006: ID 1058:07a8 Western Digital Technologies, Inc. 

Bus 002 Device 003: ID 046d:c018 Logitech, Inc. Optical Wheel Mouse

Bus 002 Device 004: ID 2207:0010 

最后一个是一个Y希望亚行连接。

the last one is the one y want to adb connect.

/etc/udev/rules.d/51-android.rules:

/etc/udev/rules.d/51-android.rules:

SUBSYSTEM=="usb", ATTR{idVendor}=="2207", MODE="0666", GROUP="plugdev"

该设备是一个PIPO S1平板电脑和所谓:Xubuntu的量子。在同一台电脑可以连接我的手机没有问题。

The device is a pipo s1 tablet and the so: xubuntu quantal. In the same PC can connect my phone without issues.

请给我带来光明。

感谢名单。

推荐答案

尝试不是字符串像

SUBSYSTEM=="usb", ATTR{idVendor}=="2207", MODE=="0666", GROUP="plugindev"

添加到/etc/udev/rules.d/51-android.rules

add to /etc/udev/rules.d/51-android.rules

SUBSYSTEMS=="usb", ATTRS{idVendor}=="2207", TEST=="/var/run/ConsoleKit/database", RUN+="udev-acl --action=$env{ACTION} --device=$env{DEVNAME}"

它与另一台设备上的Ubuntu 12.04,亚行的工作在我的情况。

It makes adb work on Ubuntu 12.04 with another device in my case.

和在〜/ .android / adb_usb.ini当然添加字符串

And of course in ~/.android/adb_usb.ini add string

0x2207

这篇关于亚行并没有看到设备的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆