Linux下Android开发环境搭建详细步骤(6)
drwxr-xr-x. 2 android android 4096 4月 13 08:58 桌面
[root@bogon android]# cd.android/
[root@bogon .android]# ls
adb_usb.ini avd
[root@bogon .android]# vimadb_usb.ini
[root@bogon .android]# lsusb
Bus 002 Device 008: ID 0bb4:0c02 High Tech ComputerCorp. Dream / ADP1 / G1 Phone (Debug)
Bus 002 Device 003: ID 093a:2510 Pixart Imaging,Inc. Optical Mouse
Bus 002 Device 002: ID 8087:0020 Intel Corp.Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation2.0 root hub
Bus 001 Device 002: ID 8087:0020 Intel Corp.Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation2.0 root hub
[root@bogon .android]# gvimadb_usb.ini
# ANDROID 3RD PARTY USBVENDOR ID LIST – DO NOT EDIT.
# USE 'android updateadb' TO GENERATE
# 1 USB VENDOR ID PERLINE.'
0x0bb4#该段的前面的内容为该文件原来保存的内容,只需在最后添加创维M6的ID即可。
- 上一篇:Linux操作系统下设置基本网络参数四种方法
- 下一篇:linux下零拷贝技术介绍