小米红米手机使用ADB卸载系统更新

📅 2026/7/3 16:35:08 👁️ 阅读次数 📝 编程学习
小米红米手机使用ADB卸载系统更新

小米红米卸载更新命令:
adb shell pm uninstall -k --user 0 com.android.updater

小米红米安装更新命令:
adb shell cmd package install-existing com.android.updater