- How to Uninstall Bloatware and System Apps without Root in Android
- Uninstall/Disable the bloatware
- Uninstall system apps on Android using adb
- Disable system apps using Debloater Tool
- Wrapping Up
- Never Miss Out
- 3 comments
- Удаление системных приложений на Android без root прав при помощи ADB
- I. Установка драйвера для утилиты ADB
- II. Подготовка смартфона для работы с ADB
- III. Удаление системных приложений на Android с помощью ADB
How to Uninstall Bloatware and System Apps without Root in Android
When you buy a new Android phone, chances are it comes with plenty of preinstalled bloatware. While you can uninstall those third-party bloatware apps, some of the apps are installed as system apps and cannot be removed. This is especially true for the whole suite of Google apps. If you are not a fan of Google Play Music or Google Duo, sorry, you can’t remove them from your phone. To get rid of system apps, the easiest way is to root your phone. The bad thing is, it is not easy to root your phone, and you will void your phone warranty by doing so.
Here are a few ways to uninstall bloatware/system apps without root in Android.
Also read: How to Free Up Storage Space on Android
Uninstall/Disable the bloatware
For the third party bloatware, most of them can be easily uninstalled.
1. On your Android phone, go to “Settings -> Apps & notifications.”
2. Tap on “See all apps” and find the app you want to uninstall and tap on it.
3. If there is an “Uninstall” button, tap to uninstall the app.
4. If you see a “Disable” button instead of an Uninstall button, this means the apps cannot be uninstalled but can be disabled.
“Disabled” means the app becomes dormant, won’t show up in your application list, and won’t be recognized as an installed app.
Tap on the Disable button to disable the app.
For Xiaomi phones, first install the “Hidden Settings for MIUI” app.
1. Open “Hidden Settings for MIUI.”
2. Go to “Manage applications” and find the application you want to disable.
3. Tap on the “Disable” button.
Uninstall system apps on Android using adb
Adb is a powerful tool to debug your phone. It also comes with commands to manage app packages (in this case, uninstall packages).
1. To use adb, you need to install adb on your desktop computer.
For Linux, you can just install “android-tools” from your Software Center or package manager.
For Windows, follow the instructions here to install adb.
2. Next, you need to enable “Developer Options” on your phone. Once enabled, go into the Developer Options, scroll down the list and enable “USB debugging.”
3. Connect your phone to the desktop via USB cable. When prompted, change the “charge only” mode to “file transfer (MTP)” mode.
4. In Windows, navigate to the adb directory and launch the command prompt in that folder. For Linux, just open the Terminal.
Type the following command to start adb and verify that the phone is connected.
If you see an entry listed under the “List of devices” section, then your device is connected.
5. Start the adb shell.
6. List all the packages installed in the phone.
The list will be very long. You can use grep to narrow down the list. For example, to only show Google packages, use the command:
7. Find the name of the app you want to uninstall. The name is the entry after Package: . For example, the package name for the Google Contact app is com.google.android.contacts .
If you have trouble identifying the package name, simply go to Google Play Store on your browser and search for the app. Check the URL for the package name.
8. Type the following command to uninstall the app.
You should see the word “Success” if the uninstallation is successful.
The —user flag in the above command is important because it tells the system to uninstall the app for the current user only (and 0 is the default/main user of the phone). There is no way you can uninstall the app from all users unless you root the phone.
As a word of warning, uninstalling system apps has the potential to break the system, so only uninstall the apps that you are sure of. Apps like Gmail, Google Play Music, Google Play Movies, etc., are safe to uninstall but never remove Google Play Store or any of the files associated with it. If the phone becomes unstable after you uninstall a particular app, either reinstall it back from the Google Play Store or factory reset your phone.
Disable system apps using Debloater Tool
If you find the process of ADB commands a bit tricky and lengthy, then fortunately for you, there is a Debloater tool available that will ease up the process of disabling unwanted apps on your Android device.
Some features of this Debloater tool are it allows blocking or disabling apps on your Android device, allow unlocking all apps at once, import blocked listings, etc. It is a pretty straightforward tool: once your device is connected, it shows you a list of apps installed on your Android phone.
Do note that in order to remove the apps, you need to have root access on your Android phone. This tool does not uninstall system apps from your Android phone without root access. However, disabling apps also is efficient, as the disabled apps won’t run in the background and eat up your phone’s resources.
Here’s how you can use the Debloater tool:
1. First, make sure you have USB Debugging enabled on your Android device.
2. Download and install the Debloater tool on your Windows PC.
3. Connect your phone with the PC via a USB cable. Open the Debloater tool and wait for it to detect your device.
4. Once your device is detected, the “Device Connected” and “Sync” notification located at the bottom of the interface will turn green, indicating that the connection is successful.
5. To populate the list with the apps installed on your Android phone, click on the “Read Phone Packages” button just below the “Activity Status” menu.
6. Simply scroll through the list of apps and check the box next to the app that you wish to disable.
7. After the selection is done, hit the “Apply” button at the top. The tool will execute that task and show you a completion message.
Note: a word of caution. Please do not disable any system apps because it may harm your phone by bricking it. Always double-check before selecting any app.
Wrapping Up
Depending on your phone manufacturer, some phones come with only a few bloatware, and the system apps can be disabled easily while others are full of third-party apps that you cannot remove or disable at all. The instructions above will allow you to uninstall bloatware system apps from your Android phone without having to root your phone, unless you are considering rooting your phone.
Never Miss Out
Receive updates of our latest tutorials.
My work has been published on Android Authority, Android Police, Android Central, BGR, Gadgets360, GSMArena, and more. A Six Sigma and Google Certified Digital Marketer who is covering tech-related content for the past 2 years.
3 comments
My aim is to free up RAM – I’ve tried disabling Youtube and afterwards it still shows the same amount of Ram wasted on it. Is there a way of freeing up RAM from unwanted System apps ?
The phone of my mother is old doro liberto 820 mini and nothing works. I try all for root
I installed adb etc. adb recognize the phone but fastboot none. The recovery is minimalist and the recovery on the others sites isn’t of the doro liberto 820 mini’s recovery maybe the version not mini.
After I tried this method.
adb devices is ok
adb shell is ok
pm list packages grep google is ok
pm uninstall … not ok I have the result Error: Unknown option: -u
I don’t like Desactivate because that take always the place and the doro have no place in more is android 4.4 and I cannot move the app on my sdcard.
Do you have a solution ?
Yea, we want to uninstall the app, remove it completely- gone. This is just erasing the updates and disable the app making it inactive, this does NOT delete it. Either change the title or find a solution that matches the title. The app’s still there and taking up space as you can see in your screenshots.
Источник
Удаление системных приложений на Android без root прав при помощи ADB
В данном руководстве подробно описан и продемонстрирован способ удаления системных приложений на Android при помощи ADB (Android Debug Bridge), без использования прав суперпользователя (root).
Android Debug Bridge (Отладочный мост Android, сокр. ADB) — это многофункциональная утилита для работы с Android-устройствами через командную строку. ADB – является частью Android SDK.
При помощи ADB можно проводить отладку Android-устройств, как физических, так и эмуляторов. В основе работы программы лежит принцип клиент-сервер. Во время первого запуска ADB с использованием любой команды создает так называемый сервер в виде системной службы (daemon). Данная служба будет «слушать» все команды, которые посылаются на порт номер 5037. При помощи ADB можно выполнять такие действия, как: просмотр подключенных устройств, и могут ли они работать с ADB; просмотр системных логов; копирование файлов на Android-устройство и с него; установка и удаление приложений; удаление, очистка или перезапись раздела data на Android-устройстве; выполнение скриптов для управления мобильным Android-устройством; управление некоторыми параметрами сети Android-устройства.
Все действия производятся на ОС Windows 10 x64, однако данное руководство полностью подходит для работы с другими ОС Windows.
Для удаления системных приложений на Android с помощью ADB понадобятся:
1. Компьютер с установленной операционной системой Windows 7/8/8.1/10;
2. USB кабель (желательно оригинальный) для соединения смартфона и ПК;
I. Установка драйвера для утилиты ADB
1. Распакуйте (прим. с помощью WinRAR или WinZIP) скачанные архивы Android и UniversalAdbDriverSetup (Рис.1).
2. Запустите распакованный установщик Universal Adb Driver Setup, затем нажмите Next (Рис.2).
3. Выберите место установки Unuversal Adb Driver (прим. по умолчанию это: C:\Program Files (x86)\ClockworkMod\Universal Adb Driver\), затем нажмите Next (Рис.3).
4. Для начала установки нажмите Next (Рис.4).
5. После окончания установки нажмите Close (Рис.5).
II. Подготовка смартфона для работы с ADB
1. Для получения «Режима разработчика» перейдите на смартфоне в раздел Об устройстве и тапните (нажмите) несколько раз на номер сборки Вашего устройства (прим. в некоторых устройствах необходимо выбирать «Версия прошивки») пока не появится надпись «Теперь Вы разработчик или Вы уже разработчик (Рис.6).
2. Перейдите в появившийся раздел Раздел для разработчиков (прим. в некоторых устройствах данный раздел называется Параметры разработчиков) и активируйте его, затем выберите пункт Отладка USB / Отладка по USB и активируйте его (Рис.7).
3. Подтвердите разрешение на отладку нажав OK / Разрешить (Рис.8).
4. Подключите смартфон к компьютеру с помощью USB кабеля, в появившемся окне выберите пункт Зарядка / Только зарядка через USB (Рис.9).
5. На запрос о разрешении отладки выберите (поставьте галочку) напротив Всегда разрешать отладку через этот компьютер и нажмите OK (Рис.10).
III. Удаление системных приложений на Android с помощью ADB
1. Скопируйте распакованную папку Android в корень локального диска (C:) (Рис.11).
2. Кликните на значке поиска, затем введите в поле для запроса: cmd. Кликните правой кнопкой мыши на Командная строка, и выберите пункт Запуск от имени администратора (Рис.12).
3. В появившемся окне командной строки введите cd/ (и нажмите Enter), а затем cd android (и нажмите Enter) (Рис.13).
4. Введите adb devices (и нажмите Enter), в окне командной строки отобразится ваше устройство (Рис.14).
5. Введите adb shell (и нажмите Enter), строка примет вид: shell@minilte:/ $ (прим. далее не закрывайте окно командной строки и не отсоединяйте смартфон от компьютера) (Рис.15).
6. Запустите на смартфоне приложение App Inspector и выберите приложение, которое вам необходимо удалить (прим. в данном примере это приложение Flipboard) (Рис.16.)
7. В разделе Package name обратите внимание и запомните/запишите название (прим. в данном примере это flipboard.app) (Рис.17).
8. Введите в командной строке: pm uninstall -k —user 0 flipboard.app (прим. вместо flipboard.app введите package name того приложения, которое вы выбрали для удаления), после успешного удаления приложения появится надпись Success (Рис.18).
9. После удаления первого приложения, чтобы не набирать длинную команду заново, можно нажать стрелку вверх, вызвав тем самым последнюю введенную команду и поправить в ней окончание для следующей удаляемой программы (Рис.19).
10. После окончания удаления программ — закройте окно командной строки, отсоедините USB кабель от компьютера и перезагрузите смартфон.
.
Надеемся, что данное руководство помогло Вам!
Источник