@[toc]
# 1.本身經常使用命令:
## 1.1 安裝apk
adb install -r -d ***.apk -r replace -d downGradehtml
## 1.2 查看進程號
adb shell
ps -ef |grep ***android
## 1.3 更改分辨率
adb shell wm size 1080x1920 更改
adb shell wm size reset 恢復git
adb shell
dumpsys window displays |grep init 查看分辨率github
## 1.4 打開設置
adb shell am start com.android.settings 開啓設置頁面
adb shell am start 應用包名/.應用包名下類名 開啓設置頁面
adb shell am start 應用包名/其餘包名+.類名 開啓設置頁面
adb shell am start -a action action爲廣播的action 開啓設置頁面shell
## 1.5 查看surfaceflinger
adb shell
dumpsys SurfaceFlingerui
## 1.6 查看屬性
adb shell getprop |grep ***.net
# 2.詳細命令參考以下:
轉載:https://github.com/mzlogin/awesome-adb#%E5%91%BD%E4%BB%A4%E8%AF%AD%E6%B3%95htm
轉載:https://www.cnblogs.com/yanhuidj/p/8609391.htmlblog