Back

linux 连接真实设备( connect to real android device )

发布时间: 2014-11-24 03:08:00

(参考: http://www.cnblogs.com/xiaoxuetu/p/3224386.html ) 
使用 $ adb devices 就可以看到所有的 设备列表。

wind@wind-Inspiron-3542:~$ adb devices
List of devices attached
emulator-5554 device
???????????? no permissions

经过google,发现是 权限啥的问题。


wind@wind-Inspiron-3542:~$ lsusb
Bus 001 Device 006: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 007: ID 0cf3:0036 Atheros Communications, Inc.
Bus 001 Device 004: ID 1bcf:2b8b Sunplus Innovation Technology Inc.
Bus 001 Device 016: ID 1ebf:70d6
Bus 001 Device 003: ID 1017:0001 Speedy Industrial Supplies, Pte., Ltd
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 89e5:101b
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Back