1:電腦上下載ADB,最好放在C盤,容易定位(https://developer.android.com/studio/releases/platform-tools) 2:電腦上安裝三星USB驅(qū)動 3:手機(jī)開啟"開發(fā)者選項">"USB調(diào)試" 4:數(shù)據(jù)線連接電腦和手機(jī) 5:進(jìn)入adb文件夾目錄,右鍵空白處,打開cmd命令 6:輸入".\adb或./adb",回車 7:輸入"./adb shell pm disable-user com.wssyncmldm"(主要貌似就這個,禁用后,系統(tǒng)更新的選項就沒了) 7.1:輸入"./adb shell pm disable-user com.sec.android.soagent" 7.2:輸入"./adb shell pm disable-user com.samsung.android.cidmanager" 總結(jié):7.1和7.2貌似沒啥事,只需要7就好,三個都禁好像更省電,禁用后可以關(guān)"USB調(diào)試"和"開發(fā)者選項",不影響之前的操作 啟用: 1:輸入"./adb shell pm enable com.wssyncmldm" 2:輸入"./adb shell pm enable com.sec.android.soagent" 3:輸入"./adb shell pm enable com.samsung.android.cidmanager"



