使用adb开启或关闭三星手机系统系统更新
准备:
1、三星手机开启USB调试
2、安装adb的电脑
3、手机连接电脑后运行cmd
执行adb devices查看连接情况:
adb devices
List of devices attached
RF8MC0GHPGF device
关闭系统更新:
adb shell pm disable-user com.wssyncmldm
adb shell pm disable-user com.sec.android.soagent
开启系统更新:
adb shell pm enable com.wssyncmldm
adb shell pm enable com.sec.android.soagent
阅读剩余
THE END