How to Uninstall or Hide OEM bloatware on Android device

If you have a carrier exclusive device or an Android phone from an OEM from who likes to throw in a lot of Bloatware, then you’re at the right place. As it might be taking too much space in the internal storage or you already have a better alternative for that app and its lying in your app drawer for no reason.

To get rid of the carrier bloatware from your devices, just follow the following steps and make sure you have the USB drivers downloaded and installed on your PC. As well as, you need the ADB fast boot also installed on your PC, you can download the ADB fast boot file from the given link below.

Things you need to download

You need to download USB drivers for your respective device.

Download ADB Fast Boot Tools

Download App Inspector

How to uninstall/hide system bloatware on your Android device

  1. First, you need to enable the developer option on your phone
  2. To enable it, go to Settings > About Phone > And then Tap on the build number 7 times, till it says you’re now a developer
  3. Next, again navigate back to Settings > and you’ll see a new option called developer options, tap on it and scroll down to the Debugging
  4. Now, just enable the USB debugging option
  5. After that, connect your device to your PC
  6. At this time you should be ready with the USB drivers and the ADB fastboot tools installed on your system
  7. If again asked to enable USB debugging just do it
  8. Now, go to the adb fastboot folder
  9. Once, you’re into adb fastboot folder, just press the SHIFT key + Right Click, and you’ll see a pop menu
  10. In the pop-menu, select the option Open Command here
    ADB doesn’t have a universal command prompt access, so it’s necessary that you open command prompt in the adb folder or, just open the ADB fastboot.exe
  11. Once, the Command Prompt is opened, Type this command to check the connected ADB device to your PC: Type the Command:  adb devices
    Image shows adb cmd with a device connected confirmation, Image Courtesy: the leaker .com

     

  12. Next, enter this command —> adb shell
    Image Courtesy: the leaker .com

    Here you’ll see your device named listed waiting for the next command, in this case, it shows the codename of my moto x 2

  13. Now you need that App Inspector because it will tell us the package name as we need to know it to enter it into the ADB command prompting

    app inspector img 1

  14. Next, after you know what app you have to get rid of, just remember or write down the package name as we’ll need it, now!To uninstall the app type this command:
    pm uninstall k user 0 <name of package>In this case, I uninstalled the Google Play Movies and TV app, and its package name is com.google.android.videos and when pressed entered, I got rid of it, and the confirmation shows Success!

    pm uninstall -k --user 0 com.google.android.videos
    Image Courtesy: theleaker .com

     

  15. And you’re done, if this didn’t show success than follow the step again, also check your USB drivers are installed, and the connection between your device and the PC.
  16. You can see that I again went to app inspector and tap into play movies it’s no more, there!

Now, you might think you could get rid of your phone’s System web-view, OEM notifications or any other necessary system app; then you better be careful as this might cause your Android device to become unstable as these apps are needed in the background to get things right on your system.

I am the chief editor of TheLeaker. I also maintain the backend stuff of the site. I’m a tech enthusiast and loves to do Python coding in my free time. I have worked at many giant publications like XDA Developers and NXTtech before starting TheLeaker.
You can get in touch with me at Garv[at]theleaker.com.

Leave a Comment