Disable automatic update on samsung galaxy phones

Connect the phone to the PC program ADB or use ADB app control, and use:

*requires USB Debugging mode


adb shell pm uninstall -k --user 0 com.sec.android.soagent

adb shell pm uninstall -k --user 0 com.sec.android.systemupdate

adb shell pm uninstall -k --user 0 com.wssyncmldm

adb shell pm uninstall -k --user 0 com.samsung.sdm

adb shell pm uninstall -k --user 0 com.samsung.sdm.sdmviewer


This deactivates system apps responsible for updates, and should remove the updates part of the settings, notifications, popup, and automatic updates. Security issues fixed in the latest version will not be fixed.


To re-activate the update functionality, use:


adb shell pm install-existing --user 0 com.sec.android.soagent

adb shell pm install-existing --user 0 com.sec.android.systemupdate

adb shell pm install-existing --user 0 com.wssyncmldm

adb shell pm install-existing --user 0 com.samsung.sdm

adb shell pm install-existing --user 0 com.samsung.sdm.sdmviewer

댓글 없음:

댓글 쓰기

글에 대한 의문점이나 요청점, 남기고 싶은 댓글이 있으시면 남겨 주세요. 단 악성 및 스팸성 댓글일 경우 삭제 및 차단될 수 있습니다.

모든 댓글은 검토 후 게시됩니다.

Translate