准备:
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
本文由一叶发布,不代表一叶立场,转载联系作者并注明出处:https://yiyeo.com/yingyong/414.html