码迷,mamicode.com
首页 > 数据库 > 详细

adb常用操作

时间:2016-11-14 09:42:08      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:常用   epo   重启   wait   remote   安装程序   for   手机   程序   

1.安装程序

  adb -s serialno install -r path

2.切换电源

  adb -s serialno shell input keyevent 26

3.主页键

  adb -s serialno shell input keyevent 3

4.回退键

  adb -s serialno shell input keyevent 67

5.菜单键

  adb -s serialno shell input keyevent 82

6.重启手机

  adb -s serialno reboot

7.等待手机连接

  adb -s serialno wait-for-device

8.得到设备状态

  adb -s serialno get-state

9.移除所有端口映射

  adb  forward --remove-all

10.端口映射

  adb forward tcp:localport tcp:remoteport

11.开启appservice

  adb -s serialno shell am startservice -n com.keye/com.keye.service -a com.keye.ACTION_START

 

adb常用操作

标签:常用   epo   重启   wait   remote   安装程序   for   手机   程序   

原文地址:http://www.cnblogs.com/asminfo/p/6060640.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!