LightBlog

mercredi 25 août 2021

How to Uninstall Carrier/OEM Bloatware without Root Access

If you’ve bought a new Android phone, chances are it came pre-installed with some apps that may not be useful to you. OEMs often partner with other brands and companies to pre-install their apps on their devices. These apps can be anything ranging from streaming services to music players. If your phone is locked to a particular carrier, there would be some apps your carrier has also pre-installed on your device which you may never use.

These apps needlessly occupy memory on your phone and may even send obtrusive notifications or sometimes even push ads on your device. What’s worse is you can’t easily uninstall this bloatware.

Vivo Funtouch OS 11 Bloatware

If you are bothered by these pre-installed apps on your phone and want to get rid of them to either clean up some extra space or enjoy a cleaner UI with fewer distractions, we’re going to tell you how to uninstall carrier/OEM bloatware from your device, without root access, using a few simple steps that involve your phone and a computer.

This method works not just for third-party apps but also some first-party apps directly from your OEM. For example, if your phone comes with Samsung’s Calendar but you prefer using Google Calendar, you can uninstall Samsung’s app and use Google Calendar as your default calendar app.

The only things you’ll need for this are your Android phone, a PC/Mac with ADB, and a USB cable to connect your phone to your computer.

How to Uninstall Bloatware from your Phone without Root Access

While there are some apps or executable batch files you can find on the XDA forums for specific devices, those solutions aren’t universal and may be applicable only to a certain device or a specific skin of Android. Some even require root access. The list of pre-installed apps or bloatware differs based on the OEM, carrier, and sometimes even the region where the device is sold in. So it’s best to debloat your phone using this method to make sure you uninstall only the apps you want to get rid of.

Note: Uninstalling some system apps can be dangerous and may result in force closes or even a bricked device. An app may depend on another app to work so be careful about what you uninstall and the consequences it may have. It’s best to not mess with some core apps like the dialer, messages, camera, etc., and only uninstall the apps you consider as bloatware.

Step 1: Enabling USB Debugging on your phone

  • Open the Settings app on your phone and scroll down to About Phone.
  • Tap on the Build Number seven times to enable Developer Options.

USB Debugging

  • Go back to the Settings menu and go to System > Developer Options and enable USB Debugging.

Step 2: Interfacing your phone with ADB

  • Plug your phone into your computer and change the USB settings from Charge only mode to File transfer (MTP) mode.
  • Ensure that you have ADB installed on your computer.
  • On your computer, browse to the directory where ADB is installed. Hold the Shift key and right-click on the name of the directory and select Open command/PowerShell window here.
  • If you’re using a Mac, launch a Terminal window and navigate to the ADB directory using cd <path to the directory>(without the angular brackets).

Terminal on mac with command

  • Now, type in adb devices and hit enter.
  • You will see the system is starting the ADB daemon. If this is your first time running ADB, you’ll see a prompt on your phone asking you to authorize a connection with the computer. Grant it.

ADB connected to uninstall bloatware

  • Now, if you re-run the adb devices command, the terminal will print the serial number of your device. If you see a string of numbers, you’re ready to move on.

Step 3: Finding the name of the packages to uninstall

  • In the command prompt/terminal window, enter adb shell and hit enter.
  • Then, use the following command:
    pm list packages | grep ‘<OEM/Carrier/App Name>’
  • This will list all the OEM and carrier apps installed on your device.

  • Alternatively, you can also use an app called App Inspector from the Play Store to know the package names of all the installed apps on your phone. Install the app, select the app you want to uninstall and the package name will be listed there. Make a note of the package names of all the apps you want to uninstall.

App inspector for OEM/carrier apps

App Inspector (Free, Google Play) →

Step 4: Uninstalling the Bloatware

  • This is the command you need to use to uninstall a system app:
    pm uninstall user 0 <name of package>

Uninstalling the OEM/carrier bloat

  • Note you’ll need to execute the command for every app you want to uninstall.

As a word of warning, uninstalling system applications can be dangerous so please know what you’re getting rid of before you complete these steps. Failing to do so could result in your phone becoming unusable until you perform a factory reset. Of course, by removing any given system application, another system application that may depend on it may also break so be careful what you remove. But if something does go wrong, you can always perform a factory reset to bring things back to the way they were. Alternatively, there’s an even easier way to bring back an app you uninstalled, as we explain in the next section.

How to Re-install an Uninstalled App

If you’ve deleted an app by mistake or a secondary app is force closing because it’s dependant on an app you uninstalled, you can re-install the app using the following command: adb shell cmd package installexisting <name of package>

This works because applications truly aren’t fully uninstalled from your device. They are just being uninstalled for the current user (user 0 is the default/main user of the phone). That’s why, if you omit the –user 0 and -k part of the uninstall command, the command won’t work. These two flags respectively specify the system app will only be uninstalled for the current user (and not all users, which is something that requires root access) and that the cache/data of the system application will be preserved (which can’t be removed without root). Therefore, even if you uninstall a system app using this method, you can still receive official OTA updates from your carrier or OEM.


This method can be used on any smartphone regardless of the OEM or carrier. We hope you found this guide useful!

The post How to Uninstall Carrier/OEM Bloatware without Root Access appeared first on xda-developers.



from xda-developers https://ift.tt/3B9ETBk
via IFTTT

Aucun commentaire:

Enregistrer un commentaire