Home > Samsung

How to Disable Service Provider Update on Samsung

In this guide, we will show you the steps to disable the Service Provider Update on your Samsung device. To access region as well as carrier-restricted features, many users prefer to change the Country Specific Code on their Samsung device and then subsequently flesh the firmware of that region via Sideload or Odin.

However, in the process of doing so, they are greeted with the Service Provider Update prompt on their Samsung device which tends to reset their entire progress. Moroever, the fact that you are prompted with alerts at regular intervals in itself doesn’t qualify as a handy user experience. So is there a way out? Yes, you could disable this notification by disabling or uninstalling its underlying process via ADB Commands. And in this guide, we will show you how to do just that. Follow along for the instructions.

How to Disable Service Provider Update on Samsung

This prompt is being sent by the CID Manager system app. So to prevent it from happening, you will have to disable it [recommended] or take a nuclear route of completely uninstalling it from your device. Here’s how both these tasks could be carried out.

STEP 1: Install Android SDK

install adb platform tools windows

First and foremost, you will have to install the Android SDK Platform Tools on your PC. This is the official ADB and Fastboot binary provided by Google and is the only recommended one. So download it and then extract it to any convenient location on your PC. Doing so will give you the platform-tools folder, which will be used throughout this guide.

STEP 2: Enable USB Debugging

Next up, you will have to enable USB Debugging on your device so that it is recognizable by the PC in ADB mode. So head over to Settings > About Phone > Tap on Build Number 7 times > Go back to Settings > System > Advanced > Developer Options > Enable USB Debugging.

Samsung Service Provider Update

STEP 3: Verify ADB Connection

  1. To begin with, connect your device to the PC via USB cable. Make sure USB Debugging is enabled.
  2. Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter. This will launch the Command Prompt.
    command-prompt-inside-adb
  3. Now in the following command in the CMD window to verify the ADB connection:
    adb devices

    Samsung Service Provider Update

  4. If you get the device ID, then the connection stands successful. Now type in the below command to open the Shell environment:
    adb shell

    Samsung Service Provider Update

  5. It will now list out your device codename, which means that the shell connection has been successfully established as well, and you are good to go ahead.

STEP 4: Disable/Uninstall CID Manager

  1. Execute the below command in the CMD window to disable the CID Manager app:
    pm disable-user --user 0 com.samsung.android.cidmanager
  2. On the other hand, type in the below command to uninstall the CID Manager app:
    pm uninstall --user 0 com.samsung.android.cidmanager
  3. You will now no longer get the Service Provider Update on your Samsung device.

How to Re-Enable Service Provider Update on Samsung

If at any point in time, you wish to revert the process or re-enable the Service Provider Update, then you just have to re-enable or reinstall the CID Manager.

  1. If you had disabled CID Manager, then use the below command to re-enable it:
    pm enable-user --user 0 com.samsung.android.cidmanager
  2. If you uninstalled CID Manager, then use the below command to re-install it.
    cmd package install-existing  com.samsung.android.cidmanager

That’s it. These were the steps to disable the Service Provider Update on your Samsung device. If you have any queries concerning the aforementioned steps, do let us know in the comments. We will get back to you with a solution at the earliest.


Share: