Close

What are you looking for?

cancel
Showing results for 
Search instead for 
Did you mean: 

Remove New Software Update Notification

(Topic created on: 15-05-2022 10:17 AM)
139941 Views
Lee Frances
Student
Options

How do I permanently disable  the Software Update notification on S21?

39 REPLIES 39
jpaz
First Poster
Options
I have updated my Samsung and the update notification won't go away
0 Likes
Members_YKK39VY
First Poster
Options

I have followed the steps on A50 and the notifocation doesn't go away. Could the 2524608000000 date be outdated? Do I first need to uptade to latest version and then repeat the process?

0 Likes
Andy4565
First Poster
Options
Latest update blocks usb out put. Nobody wants that.
0 Likes
Ziaur1
First Poster
Options

its best solution

 

 

0 Likes
Ronnie88
First Poster
Options

Totally frustated, why samsung is doing it!! Can't i keep my phone, do i really have to buy another one?

 

Everytime when am updating my Note 20ultra 5g software i get a permanent green or a pink line on my sceen within 1hour of the update.

I'll stop buying samsung phones if they do not allow me to use my existing phone and it's a memory for me and i even don't want to pay for the repair because it's not my fault.

 

So if its true, samsung wants thier customers to throw their expensive phones such as mine but for sure i won't purchase samsung again.

No solutions received till now, the sam service centre wants me to replace the screen which is INR 30k.

One can buy a good new phone in that cost!!

 

0 Likes
BandOfBrothers
MegaStar
Options

Hello 👋 @Ronnie88 

Welcome to the Samsung Community Forum Section for UK and Ireland users. 

I totally understand and appreciate the frustration your feeling. 

The green / pink line you are experiencing is a failure of the ribbon connection between the display and motherboard.

I have experienced this once myself to which Samsung replaced the display as the phone was still under the 2 year manufacturer's warranty. 

If a phone is out of the 2 year cover then Samsung will repair for a fee. This is indicative of most manufacturer's. 

One can look at other various insurance options such as Home Contents insurance, and or some Banks provide cover as a perk of the account. 

I see your using the " INR " currency which leads me to you being in India. 

Your consumer laws maybe different to that of mine in the UK ,so it might be beneficial to also post in your own regions part of the forum for appropriate detailed advice. 

I wish you all the best 😎


Daily Driver > Samsung Galaxy s²⁵ Ultra 512Gb ~ Titanium Black.

The advice I offer is my own and does not represent Samsung’s position.
I'm here to help. " This is the way. "

0 Likes
tashev2078
Explorer
Options

This actually worked. Thanks!

0 Likes
tashev2078
Explorer
Options

I found a 100% working solution for removing the software update notifications. Here it is step by step:

 

HOW TO PERMANENTLY REMOVE “SOFTWARE UPDATE” NOTIFICATIONS ON SAMSUNG SMARTPHONES

 

1. Enable "Developer options" on the phone. Go to Settings > About phone > Software information > Build number and tap it until the Developer options are enabled.

2. Go to Settings > Developer options > USB debugging and enable it.

3. On a Windows PC: download SDK Platform Tools from here: https://developer.android.com/tools/releases/platform-tools

tashev2078_0-1749014613510.png

 

4. Unzip the file "platform-tools-latest-windows.zip" in a folder

5. Open the folder and press Shift + mouse right click on empty space, then select "Open PowerShell window here"

tashev2078_1-1749014613512.png

 

6. Connect the phone to the PC and establish connection. You should see a request for "Allow USB debugging?" > select the "Always allow from this computer" and click "Allow"

tashev2078_2-1749014613515.png

 

7. Check if the phone is recognized by typing in PowerShell:

./adb devices

The response should be:

"List of devices attached

RFCRC1KHWR      device"

tashev2078_3-1749014613516.png

 

Note: if you see “unauthorized” then you haven’t allowed permissions for USB debugging.

8. Then type and execute each line below:

./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

./adb shell pm uninstall -k --user 0 com.ws.dm

 

Note: on some commands you will see "Success", on others "Failure [not installed for 0]" - that's OK. Some commands are intended for certain carries.

9. Reboot the phone

-------------------------------------

To revert the changes – execute the following commands:

./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
./adb shell pm install-existing --user 0 com.ws.dm

 

-----------------------------------------

----------------------------------------------------

----------------------------------------------------------------

All credits go to user eNB256 from reddit: https://www.reddit.com/r/samsunggalaxy/comments/18fl4g5/is_there_any_way_to_permanently_remove_the/

0 Likes
Midori47
Journeyman
Options

Are you suggesting turning off "Auto Update System" ?  

Which would enable user to delay an update, or defer an update for a very old model of phone?

Otherwise, I could not find any ROLL BACK option within Developer Settings ! 

0 Likes