Adb 重启手机:adb reboot
Adb 进入 recovery 模式:adb reboot recovery
Adb 进入 fastboot 模式:adb reboot bootloader
Adb 安装 app:adb install xxx.apk
Adb 推送文件至手机:adb push xxx /sdcard/
停用系统更新:adb shell pm disable-user com.huawei.android.hwouc
启用系统更新:adb shell pm enable com.huawei.android.hwouc
卸载应用:adb uninstall +软件包名
Adb 调整导航栏高度:adb shell wm overscan 0,0,0,0(此为默认高度)
Adb 去除 Pixel 数据 WiFi 信号上的叉叉: adb shell settings put global captive_portal_https_url https://www.google.cn/generate_204
查询电脑本地网络 IP:ipconfig
Fastboot 刷入 TWRP:fastboot boot twrp.img
停用(系统/用户)应用 adb shell pm disable-user +软件包名
重置网络配置:netsh winsock reset