• Home
  • Custom Rom
    • LineageOS
    • AOSP
    • crDroid
  • How To
    • Stock wallpapers
    • Stock Rom
  • ROOTING
    • TWRP
    • Root
Monday, December 16, 2019
GearAllNews
  • Home
  • Custom Rom
    • LineageOS
    • AOSP
    • crDroid
  • How To
    • Stock wallpapers
    • Stock Rom
  • ROOTING
    • TWRP
    • Root
No Result
View All Result
  • Home
  • Custom Rom
    • LineageOS
    • AOSP
    • crDroid
  • How To
    • Stock wallpapers
    • Stock Rom
  • ROOTING
    • TWRP
    • Root
No Result
View All Result
GearAllNews
No Result
View All Result
Home How To

How to Remove Bloatware from Your Android Device without Rooting

faizi by faizi
September 26, 2017
in How To
0
Share on FacebookShare on Twitter

In an effort to offer as complete devices as possible, manufacturing companies add to them some standard applications. The bad thing is, however, that we may either not need them, or want to download others from the Play Store, so we get to have similar apps that do the same thing. Fortunately, however, there is a way to uninstall them even without root

The truth is that from Android 4.0 onwards we have the option to disable some apps, which is practically the same thing as uninstalling, but on some smartphones of some companies like Xiaomi, that is not feasible! The only solution is what we will see today and it is really easy.

ALSO READ : HOW TO INSTALL SUBSTRATUM THEMES ON ANDROID OREO WITHOUT ROOT

We will use the ADB commands , which means that this solution works on the Android smartphone set, so it will need:
  • to have our device driver installed on the computer,
  • we have enabled ‘USB debugging and
  • we have downloaded ADB on our computer.

Download SDK Platform-Tools for Windows

Download SDK Platform-Tools for Mac

Download SDK Platform-Tools for Linux

How to Remove Bloatware Step By Step

  • So we open a terminal in the ADB folder (Shift + right click) and connect our device to the computer.
  • To confirm that everything has been done right up to now, we give the following command, which will answer us with the ID of our device:
adb devices
  • To get into the Android internal terminal, we give the command:
adb shell
  • To see the apps we have installed on our device, we give the command:
pm list packages
  • In the list we will notice that the names of the packages usually include the name of the author (google, samsung, miui, oneplus, etc.). We can distinguish them by giving the same command, but this time we will also note a key word that all of them associate them. On my device I want to uninstall MIUI applications so I will give the command:
pm list packages | grep 'miui'
  • To finally uninstall the application we want (for example, the MIUI Gallery), we give the following command:
pm uninstall -k --user 0 'com.miui.gallery'

What we gain from this method is that we unpack the applications we want without losing the guarantee while we continue to accept the official upgrades! If we also make a mistake and remove an application that we should not, then we can fix it by simply resetting the factory data. How is this done?
The ROM on our device includes all the applications in a folder. When the first installation is made then a user account is created for which the applications are installed. In essence, we remove the applications we do not need from that particular user. Their packages continue to exist, so they come back with a reset, but they do not run in the background, nor do they appear in the Android menu and that’s what it is all about.
  • Facebook
  • Twitter
  • WhatsApp
Tags: Remove Bloatwareroot
Previous Post

How to install Substratum themes on Android Oreo without root

Next Post

Download iPhone X and iPhone 8 Stock Wallpapers

Next Post

Download iPhone X and iPhone 8 Stock Wallpapers

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 3,336 other subscribers

Top Posts & Pages

  • How to root Samsung J7 without PC
    How to root Samsung J7 without PC
  • How to root Samsung Galaxy J3 without PC
    How to root Samsung Galaxy J3 without PC
  • Does Huawei stopped giving bootloader unlock Code ??
    Does Huawei stopped giving bootloader unlock Code ??
  • Install Lineage OS 16 GApps for your device
    Install Lineage OS 16 GApps for your device
  • How to install TWRP Recovery on Android using Fastboot
    How to install TWRP Recovery on Android using Fastboot
  • How To Install TWRP and Root Samsung Galaxy J3 Luna Pro (SM-S327VL)
    How To Install TWRP and Root Samsung Galaxy J3 Luna Pro (SM-S327VL)

About Us

This is Gearallnews where we Brings The Latest Tech News,Custom ROM, and Various other articles on our research on fields.

Follow us

  • facebook
  • twitter
  • youtube
  • instagram

© 2019 Gearallnews

  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
No Result
View All Result
  • Home
  • Custom Rom
    • LineageOS
    • AOSP
    • crDroid
  • How To
    • Stock wallpapers
    • Stock Rom
  • ROOTING
    • TWRP
    • Root

© 2019 Gearallnews

This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.