#include<iostream> #include<stdio.h> #include<string.h> using namespace std; int countA=0; int countB=0; int countC=0; int countD=0; int countE=0; int countError=0; int countPrivate=0; void get(char *str) { int num = strlen(str); int i=0
ubuntu 使用adb shell命令配置 在ubuntu下使用adb 命令识别Android设备需配置adb_usb.ini 文件 文件路径: ~/.android/ ,若不存在创建该文件. adb_usb.ini 在文件里面输入插入设备id信息,如下面就是设备的id. 获取设备id方法:输入lsusb命令 root@android:~/.android$ lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hu