Most smartphone manufacturers bundle first-party apps to promote their services. This may include: App Store An additional or app linked to a brand's e-commerce portal. Many smartphones come preinstalled with third-party apps that are either part of the carrier's package or included to support the cost of the phone. Regardless, these apps are commonly referred to as bloatware. bloatware Bloatware is a term used to refer to apps that may be unnecessary to the user and therefore take up space and resources on the smartphone. Fortunately, you can uninstall bloatware from your Android phone quite easily.
What is BLOATWARE?
Android phones with manufacturer-specific customizations, especially budget-friendly ones, come preinstalled with a variety of first- and third-party apps. These may include streaming apps, social media apps, and app stores that you may not use.
Of course, what some consider bloatware may be important to others. So, it's up to you to decide which apps you use regularly and which are bloatware and can be uninstalled.
Why You Should Uninstall BLOATWARE
All the apps installed on your phone take up storage space. They also consume resources like RAM and internet bandwidth. Uninstalling bloatware from your Android phone will help you save all of these resources. This means these resources become available to the important apps and services you use.
In some cases, bloatware apps frequently send you unwanted notifications, which can be quite annoying. That's why it's a good idea to uninstall bloatware from your Android phone.
How to uninstall bloatware on Android
Uninstalling bloatware has been a common practice on Android for some time now. However, it has been largely limited to rooted devices. However, the method we're discussing works with unrooted Android phones as well. Therefore, anyone with an Android phone can use it.
Some apps are essential for your phone to function properly. Uninstalling some important apps can clog your phone and render it ineffective. Therefore, proceed with caution and only uninstall apps you know aren't essential, such as GetApps, Clean Master, Play Movies, Facebook, or third-party and carrier apps.
Setting up ADB on your computer
Setting up ADB (Android Debug Bridge) requires that you know your way around a command prompt or terminal and be prepared for some troubleshooting in case something goes wrong.
Step 1: We will use ADB to uninstall bloatware from your Android phone. For this, you will have to Download files Relevant depending on the operating system you are using.
Step 2: Extract ZIP file to a location of your choice. In Windows, press and hold Shift key Right click on Extracted file , and select “Open command window here”On Mac and Linux, open Terminal and type CD And press Enter To change Active Directory.
Then drag and drop the extracted folder into the Terminal windowYou will now get a path to this folder on Terminal. Click Entry.
Step 3: Open Settings app On your Android phone, go to About phone.
Step 4: Look for building number and click on it 7 times Repeatedly unlock Developer Options. If you've already unlocked it, skip this step.
Step 5: Refer to the Settings app And type Developer Options in Search bar. Click on the relevant result.
Step 6: in Developer Options You will find the option USB debugging. Enable the toggle next to it.
Step 7: Connect your phone to your computer via USB cable. Make sure Set connection mode on MTP / File Transfer.
Step 8: with Unlock your phone , at Terminal window , write ./adb devices And press Enter.
The Terminal window will display a series of numbers within List of attached devicesThis indicates that Successful ADB setup On your computer. Also, your phone appears connected.
Find the names of the packages to be deleted.
Step 1: Go to Play Store On your Android phone and download an app called Inspector App.
Step 2: Open The application And reviewed Application List installed on your phone. When you find an app you want to uninstall, tap it and you'll see the package name listed under The name of the application.
Step 3: Make a note of all the application packages you want to uninstall. We'll use these package names in ADB to uninstall the applications.
Uninstall Bloatware Apps
Step 1: With your phone connected to ADB, type Next command And press Enter:
./adb shell
Step 2: Now, type pm uninstall -k –user 0 PackageNameYou will need to Replace word PackageName In the text, type the actual name of the package from the previous step. Then press Enter.
Step 3: Your phone will uninstall the app and you will see a confirmation message in the terminal window with the word "success". Repeat the process for each app you want to uninstall. Make sure to: Use the correct package name..
Disconnect your phone from your computer once all apps are uninstalled.
Reinstall a deleted app
If you accidentally uninstalled an important app and want to get it back, here's how.
Step 1: With your phone connected to ADB , Enter Next command And press Enter:
./adb shell
Step 2: Now type Package name pm install-located in Terminal windowYou will need to Replace the word “PackageName” With the name of the actual application package you want to reinstall. Then tap Enter to carry out the command.
The app will now be installed on your phone again.
Get rid of bloatware
Here's how to uninstall unwanted apps from your phone and have a clean experience. Say goodbye to annoying notifications from apps you don't use!