adb关闭手机系统自动更新

下载adb工具

https://mclub.lenovo.com.cn/forum.php?mod=attachment&aid=NDg5ODc1Nnw4MWRhZDE4OHwxNjU0NTI0OTY1fDB8NzgzNzg5OQ%3D%3D&mobile=2
下载解压 双击adb_cmd.exe
手机打开开发者模式,开启usb调试
手机通过原装数据线链接手机
打开adb工具,命令行输入 adb devices

小米红米冻结更新命令:

adb shell pm disable-user com.miui.systemupdate

OPPO机型冻结更新命令:

adb shell pm disable-user com.oppo.ota

adb shell pm disable-user com.coloros.sau

adb shell pm disable-user com.oppo.otaui
或者直接删除更新服务
oppo冻结删除更新命令
adb shell pm uninstall --user 0 com.oppo.ota

一加机型冻结更新命令

adb shell pm disable-user com.oneplus.opbackup


https://mclub.lenovo.com.cn/forum.php?mod=attachment&aid=NDg5ODc1Nnw4MWRhZDE4OHwxNjU0NTI0OTY1fDB8NzgzNzg5OQ%3D%3D&mobile=2

华为冻结更新命令
adb shell pm disable-user com.huawei.android.hwouc 

adb shell pm enable com.huawei.android.hwouc


vivo冻结更新命令
adb shell pm disable-user com.bbk.updater
adb shell pm enable com.bbk.updater

荣耀冻结更新命令
adb shell pm disable-user com.hihonor.ouc
adb shell pm enable com.hihonor.ouc


Motos30,x30冠军版等系列,冻结更新命令
adb shell pm disable-user com.motorola.ccc.ota
 

你可能感兴趣的:(android)