码迷,mamicode.com
首页 > 移动开发 > 详细

手机测试中adb常用命令

时间:2019-03-04 21:21:01      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:boot   bsp   tar   常用   ast   后台进程   roo   get   uninstall   

adb kill-server

adb start-server
adb devices

adb get-state , 获取设备的状态

adb shell ps | grep adbd ,可以找到该后台进程,windows 请使用 findstr 替代 grep
adb shell getprop | grep xxx
adb shell rm xxx
adb shell
adb root
adb reboot
adb reboot fastboot
adb remount
adb install

adb uninstall

pm install

pm uninstall

adb logcat
adb pull
adb push
adb shell input text

 

手机测试中adb常用命令

标签:boot   bsp   tar   常用   ast   后台进程   roo   get   uninstall   

原文地址:https://www.cnblogs.com/aiqin5201314/p/10472898.html

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