Application and softwareScience and Technology

How to remove unwanted default Android apps without root?


These days, Android phones come with a plethora of unwanted and extra default defaults, many of which are never used. But is there a way to remove such applications without rooting the device?

Many of the default apps are related to Google or the makers of Android devices, and some of them may seem really necessary; But a wide range of such titles are not used by users. Deleting such programs is not possible by conventional methods; However, there are alternative ways to remove such apps without having to root the device.

Disable unwanted applications

Some Android device makers allow their customers to disable unwanted apps on their mobile or tablet. Although this process does not completely remove the application from the device’s internal storage, it prevents it from running in the background and is no longer displayed in the apps list.

To disable an app on your Android device, first go to Settings, then open the Apps & Notifications section. Now touch See all apps. In the list of displayed items, find the application you want and finally press the Disable key. Some of the process parts mentioned may be different in the products of different companies, but almost all of them will be similar to the example given.

If the Disable key is not displayed to you or the phrase Uninstall Updates appears instead, it means that you can not disable the application; But you will be able to use the methods mentioned below to remove it.

Remove unwanted applications

You will need ADB to remove the unwanted default apps from your Android device. If you do not know how to install ADB and use fast boot, we recommend that you use the guides available on the Internet with a little searching. Windows operating system users can from XDA site Download the minimal ADB installation package.

Before continuing, you must first enable USB debugging on your Android device. To do this, first go to the settings section and then enter the About Phone section. Touch Build Number several times to enable developer-related features. Now enable USB debugging in Developer Options.

The ADB should now be running on the computer, and after enabling USB debugging on the Android device, follow the steps in order. Connect your mobile phone or tablet to the computer with a USB cable and then run Command Prompt by searching for cmd in the Windows search bar. Type adb devices and then press Enter.

A message confirming the connection is now displayed on the Android device. Touch the OK key at this point. Return to the Command Prompt page and type the command adb devices. You will now see your Android device at the bottom of the List of devices attached section. Then type adb shell and press Enter.

Now you can delete various applications from your Android mobile phone or tablet by typing the following command.

pm uninstall -k -user 0

In the above command, the package name refers to the installation file of the desired application, which is a unique phrase for each app. To view the name of the installation package of each program, you can use the App inspector application, which provides users with the required details. You will be able to use the following command to reinstall an application.

adb shell cmd package install-existing

Things to keep in mind

This method allows you to delete any type of program, including the default unwanted applications and the system. Therefore, before deleting any item, make sure that its absence does not interfere with the performance of the operating system. Also note that selected apps will only be deleted for the current user; This means that if you try to reset your device, it will come back again. You will need root access if you want to completely remove the default apps for all users.

If you accidentally uninstall the default application, you can use the program again by resetting the device or reinstalling the package. Various tools such as Titanium Backup or NoBloat Free are available on rooted devices to remove such apps.

What other methods are there?

If installing and using ADB is a bit complicated for you, you can use temporary alternative methods. Hiding apps is one of the features found on most Android devices in the settings section and can remove the app from the list of apps. However, if you want to further customize your Android phone or tablet, we recommend that you learn some ADB tricks.

Leave a Reply

Back to top button