Uninstall Bloatware on Galaxy S9 Using ADB Commands

Bloatware is far from what we need. This is actually one of the main reasons that stop users from buying a phone from Samsung because this is a company that seems to love bloatware. Your new Galaxy S9 is the living proof of that and the result is disastrous: this drains your phone’s resources (battery, storage and so on) and users end up dreaming of a clean phone without unnecessary apps everywhere.

Using ADB Commands is a great way to disable useless bloatware and free up RAM on your device, yet disabling the wrong package can cause your S9 to freeze up entirely. Carefully follow the given steps and assume responsibility for everything that you do.

Here I am to show you an effective way on how you can disable all bloatware on your Galaxy S9, yet yes, the responsibility is still all yours. If you are ready to accept that, especially since your does not have an option for these apps to be removed or disabled by default, this procedure eagerly waits to be applied.

Uninstall Bloatware on Galaxy S9 Using ADB Commands:

  1. Download the setup ADB and Fastboot on your computer;
  2. Enable USB debugging on your phone, so find the way into Settings> Developer options;
  3. To know app package names for the apps installed on your Galaxy S9, the app known as App Inspector from the Play Store is a must;
  4. Note down the app package names as you’ll later need them;
  5. Connect your phone to the computer and Allow USB debugging if prompted;
  6. You must now launch a command prompt window. For that, you should place the mouse pointer on the Windows icon and do a right-click on the mouse. Select the Command Prompt option to launch the cmd window;
  7. Now, you must type the following command in it: adb shell
  8. Then, tap Enter;
  9. At this point, you’ll get the codename for your device (‘starlte’ for your Galaxy S9);
  10. It’s time to enter this command: pm uninstall -k –user 0…… followed by the app package name;
  11. Hit the Enter key;
  12. In the following command “com.samsung.android.messaging” is the app name for Samsung’s stock message app: pm uninstall -k –user 0 com.samsung.android.messaging
  13. You must keep executing the above command with the app package names of the system apps you want to disable until you have removed all desired apps.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *