摘要: keycode 3:首页(Home key) keycode 4:返回键(Back key) keycode 5:电话键(Call key) keycode 6:结束通话键(End Call key) keycode 7-16:数字0-9 keycode 17:* keycode 18:# keyc 阅读全文
posted @ 2016-03-04 15:46 lbw 阅读(1365) 评论(0) 推荐(0)
摘要: 一、先用adb devices列出所有设备序列号 List of devices attached012BDC7N78954789 device132AEC8N57897458 device 二、进入指定设备的shell adb -s 序列号 shell 比如: adb -s 012BDC7N789 阅读全文
posted @ 2016-03-04 11:02 lbw 阅读(1168) 评论(0) 推荐(0)