Tutorial

🏅 How to uninstall system Apps without Root Android (Bloatware)

Uninstall bloatware (factory apps) from any Android – No root – Via ADB

¡ Requirements !

  1. Original cable
  2. Mobile
  3. Computer
  4. Drivers for your device
  5. Download platform-tools-sdk-google : Aqui
  6. No root
We will show you the steps to remove or uninstall Bloatware apps from Android devices via ADB commands. Almost all OEM packages in some applications pre-installed on your devices. While they would label them under the productivity or utility domain, most of the time it has nothing to do with helping users. Rather, it is mainly due to sponsorship or some contracts.

Well, this is where the main problem lies. The smartphone maker treats this bloatware as system apps. So unlike user apps, you can’t just uninstall them. However, there are some practical solutions through which you can easily remove or uninstall Bloatware apps from your Android device via ADB commands. And this guide will make you aware of that. So without further ado, let’s get started.

The aforementioned task will be carried out using ADB commands. For that, you need to install the Android SDK and enable debugging, all of which are explained in depth below. Apart from that, we will also let you know how the command works to find all the system apps installed on your device. Similarly, we will share two different commands: the first one will uninstall the bloatware and remove all your data from your device.

The second command will only uninstall the app, but your data will still remain on your device. In addition, we will also inform you how to disable a bloatware application. To complete this guide, we will also show you the steps to reinstall the uninstalled bloatware apps. So without further ado, let’s get started with the guide to remove or uninstall Bloatware apps from Android devices via ADB commands.

  1. Download platform-tools
  2. We go to the page of platform-tools from google, we locate where it says Download and we select our platform. Subsequently click on the terms and conditions a green button is enabled, and we give it Download Android SDK Platform-Tools for Windows

  3. Activate USB debugging on our device
    1. Now we will have to activate the USB debugging, for this we will not go to Settings -> About phone -> Build number, being here, we will give several clicks on Build number, until we get a similar message that says You are already a programmer or developer mode.
    2. Once the Developer or developer mode, we will go to the next route Settings -> Additional settings -> Programmer options -> USB debugging (here you can change the path on some devices) and we activate it.

  4. know the name of the apps package
  5. Now we will have to know the package name of the applications that we are going to uninstall, for that I will show you 3 methods to obtain this name
    1. Method 1:
    2. We enter the google play from our browser, and we will look for an application that we are going to uninstall, and in the URL we will copy what is after =, where does it start with com.xxx.xxx.

    3. Method 2:
    4. We download an application that is free on google play, called Package Name Viewer 2.0, We download it and open it, there we find applications of the User and applications of System, with its respective package name, com.xxx.xxx

    5. Method 3
      1. In this method we will download platform tools.
      2. We extract platform-tools.zip
      3. We connect the device to the computer
      4. We open the folder platform tools, and in the URL we put cmd, and we give to Enter, it will open CMD.
      5. We wrote adb devices, and an ADB poster appears on the phone, we give it To accept, we rewrite adb devices, and the device will appear.
      6. We put adb shell, and we give Enter
      7. Now we write pm list packages if you only want the applications of the Username or if you want the applications of the system, enter this command pm list packages -s, throws us all the applications, and we will have to copy after the package: What follows com.xxx.xxx

  6. Uninstall apps
    1. Connect device
    2. Open the folder platform-tools, on the URL, we put cmd and we give to Enter, it will open to us CMD.
    3. We put adb shell, and a message appears on the device USB debugging, we give To accept
    4. Now we will put the command to uninstall the application, where it says package name, We replace it with the package of the app you want to uninstall, for example pm uninstall -k –user 0 com.google.youtube o pm uninstall –user 0 com.google.youtube
    5. Uninstall the app but keep the app data pm uninstall -k --user 0 package name
      Uninstall the app and also the app data pm uninstall --user 0 com.reincubate.camo package name

      Once uninstalled, it will not give the message of Success

Reinstall uninstalled apps

To re-install an application, just use the command package install-existing package name, replace the package name for the app you want to reinstall or download it directly from google play.

CyanDroid Pro

Hola, me gusta mucho la tecnologia, soy estudiante de Ingenieria en Computacion, en la Universidad Autonoma de Tlaxcala, me gusta hacer video para YouTuebe. En el mudo de internet me conocen como CyanDroid Pro

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *

Botón volver arriba