adb-use

Ling Yu
卸载app,禁用更新
adb devices
adb shell
pm uninstall -k --user 0 <pakage_name>
adb shell pm disable-user com.huawei.android.hwouc # 华为手机 禁用更新命令:
adb shell pm enable com.huawei.android.hwouc # 开启更新命令
解root
adb reboot bootloader # 解锁bootloader
fastboot flashing unlock # 解锁
fastboot flashing lock # 上锁
fastboot reboot # 重启