+4 votes
68 views
in Tips & Tricks by (242k points)
reopened
Android: Delete preinstalled apps without root

1 Answer

+5 votes
by (1.6m points)
 
Best answer

How to remove preinstalled apps without root
1st step:
2nd step:
3rd step:
4th step:
5th step:
6th step:
7th step:
8th step:
9th step:
10th step:
11th step:
12th step:
quick start Guide

Do you want to get rid of annoying preinstalled apps on your smartphone? We'll tell you how it works without root..

image image

Apps and games that are preinstalled on your Android smartphone (also called bloatware) are not only annoying, they also consume a lot of storage space. It is usually not easy to remove these. Often such apps can only be deactivated and thus hidden, but are still present in the system. How you can effectively switch off this bloatware and finally put it on hold without rooting your cell phone, we will explain to you in detail here.

Warning : You can use the method described in the article not only to remove unwanted software, but also important system components! So be careful with the uninstallation and, if necessary, research whether certain software is necessary for your Android system.

How to remove preinstalled apps without root

Follow our step-by-step instructions or take a look at the brief instructions ..

1st step:

image
First, download the Minimal ADB and Fastboot software on your PC. Make sure you are using the latest version , otherwise problems may arise.

2nd step:

image
After downloading the .zip file, open the file location . Usually this is the Downloads folder . Now you have to unzip the file by right-clicking on it and selecting "Extract all ... " from the list .

3rd step:

image
Then select a suitable file storage location . To make it easier for you in the next few steps, select the C: drive and then click " Extract ".

4th step:

image
Navigate to the folder and install " Minimal ADB Fastboot v1.4.3.exe ". Follow the installation steps and in the last step select " Launch Minimal ADB and Fastboot ". Click on " Finish ". Before you can continue, you still need to enable USB debugging on your smartphone.

5th step:

image
Now take your smartphone to hand. You now need to activate the developer settings. To do this, open the smartphone settings , scroll down to " Phone info " and open the " Software information ".

6th step:

image
Now tap on " Build number " several times until the message " Developer mode has been activated " is displayed.

7th step:

image
Now look for " Developer Options " in the settings and open it. There scroll down to " USB Debugging " and activate the switch. Then connect your smartphone to your PC with a USB cable and allow access to phone data .

8th step:

image
Back on the PC, the tool has already opened automatically in the Windows command prompt. You can use the " adb devices " command to verify that your smartphone is connected to ADB. In that case you should see a message on your mobile phone that you confirm with " OK ". Enter the command " adb devices " again, the device number should be displayed with the status " device ". This means that the cell phone is connected and ready to use.

9th step:

image
Now enter the command " adb shell " to enter the interactive shell.

10th step:

image
If you now enter the command " pm list packages ", you will see all installed packages. This not only includes apps that are visible on Android, but also system components that must not be deleted under any circumstances! If you add -3 to the command, ie " pm list packages -3 ", you will only see third-party apps . In this way, you do not accidentally delete important system apps, such as the calendar, which works with other apps and is required for them.

11th step:

image
To uninstall an app , enter the command " pm uninstall -k --user 0 " followed by the name of the application . For example pm uninstall -k --user 0 com.weheartit to uninstall the "WeHeartIt" app.

12th step:

image
After successfully removing the app, you should see the message " Success ".

Note: In another article, we will show you how to deactivate developer mode again.

quick start Guide

  1. Download the latest version of the Minimal ADB and Fastboot software to your computer.
  2. After the download, open the file location , usually Downloads , and extract the file. To do this, right click on it and select " Extract all ... ".
  3. To make things easier for you later, select the C: drive as the file storage location . Then click on " Extract ".
  4. Install the .exe file and follow the installation instructions.
  5. Open Minimal ADB and Fastboo t.
  6. Now take your smartphone and open the settings . Scroll down to " Phone Info " and then select " Software Information ".
  7. Now tap on " Build number " several times until the message " Developer mode has been activated " appears.
  8. Then look for " Developer Options " in the settings and open it. There scroll down to " USB Debugging " and activate it. Then connect your cell phone to your computer with a USB cable and allow access to phone data .
  9. Verify that your smartphone with ADB connected , is by running the command " adb devices enter". You should then see a message on your smartphone that you confirm with " Ok ". Enter " adb devices " again , the device number should appear with the status " device ". Your device is connected and ready to use.
  10. To enter the interactive shell, enter " adb shell ".
  11. With the command " pm list packages " all installed packages are displayed. Enter the command " pm list packages -3 " to only see third party apps . In this way, you are on the safe side and do not accidentally uninstall important system apps, such as the calendar, which is required for other apps.
  12. Now uninstall an app with the command " pm uninstall -k --user 0 " followed by the name of the app , e.g. pm uninstall -k --user 0 com.weheartit .
  13. If the app has been successfully uninstalled, you will receive the message " Success ".

...