adb 打開系統界面和後退,部分adb命令

打開系統設置界面

adb shell am start -n com.android.settings/.Settings

返回上一個界面

adb shell input keyevent BACK

回到Lanucher首頁

adb shell am start -n com.android.launcher3/com.android.launcher3.Launcher

 

 

查看串口:

adb shell
su
ls -l /sys/class/tty/ttyUSB*

 

部分參考來源於 https://blog.csdn.net/qq_33994844/article/details/72821789

特此記錄

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章