adb 命令

adb命令shell

 

su 獲取權限緩存

ls 顯示目錄下的文件it

cd / 跳轉路徑登錄

pm 直接執行設備命令sed

exit 退出權限

 

adb devices 查看設備grep

adb shell 登陸設備shellactivity

adb 用橋接執行命令db

adb install 路徑文件

adb uninstall  路徑

adb  pull  手機文件路徑  pc文件路徑  發送文件pc上

adb push  Pc文件路徑  手機文件路徑  發送文件到手機上

adb root 獲取權限

adb shell pm clear 包名       清除應用緩存

adb shell dumpsys activity | grep "mFocusedActivity" 獲取當前頁面名稱

相關文章
相關標籤/搜索