CMD的一些简单命令(偏向于Android ADB命令)

2019-08-27  本文已影响0人  看那彼岸花开

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

上一篇 下一篇

猜你喜欢

热点阅读