我正在使用 Micromax Unite A092 在 Ubuntu 12.04 中进行 USB 调试。我从开发人员选项中启用了“USB 调试”并“作为媒体设备连接”。
但./adb devices
没有显示出来。
我试着
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="7f10", MODE="0666"
写信,/etc/udev/rules.d/51-android.rules
但没有运气。
的输出是lsusb
-
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 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 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 036: ID 1c9e:7f10 OMEGA TECHNOLOGY
Bus 001 Device 029: ID 0cf3:3004 Atheros Communications, Inc.
Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp.
Bus 002 Device 003: ID 04f2:b3bb Chicony Electronics Co., Ltd
你能指导我吗?这次我正在关注 将 micromax A70 android 手机连接到 Eclipse