adb 常用命令解析
adb devices
adb install xx.apk
adb shell dumpsys window | findstr mCurrentFocus
adb shell monkey -p 包名 -v -v -v 200>D:AAlog.txt
app啟動時間
adb shell am start com.android.settings/.HWSettings
通過wifi連接手機
adb connect 手機IP地址:5555
adb shell am start -a android.intent.action.MAIN -n com.android.settings/.wifi.WifiSettings
adb shell am start -a android.settings.BLUETOOTH_SETTINGS
adb shell svc bluetooth enable
adb shell svc bluetooth disable
adb shell am start -a android.intent.action.CALL tel:10086
adb shell input keyevent KEYCODE_ENDCALL
adb -s 設(shè)備id <command>
adb shell am start -a android.intent.action.MAIN -n com.android.phone/.settings.MobileNetworkSettings
adb shell am start -a android.intent.action.MAIN -n com.android.contacts/.activities.TwelveKeyDialer
進入手機移動網(wǎng)絡(luò)頁面
adb -s AC9XKK shell am start -a android.intent.action.MAIN -n com.android.phone/com.android.phone.MobileNetworkSettings
增加音量:
adb shell input keyevent 24
降低音量:
adb shell input keyevent 25
播放/暫停:
adb shell input keyevent 85
停止播放:
adb shell input keyevent 86
滑動解鎖
adb shell input swipe 300 1000 300 500
打開手機設(shè)置頁面
adb shell am start com.android.settings/com.android.settings.Settings
查看手機信息
錄制視頻
adb shell screenrecord /sdcard/demo.mp4
adb logcat *:W
查看進程
adb shell ps
查看實時資源占用情況
adb shell top
adb shell input keyevent 3
adb shell input text hello
評論
圖片
表情
