Latest News

How to disable any pre-installed system app bloatware on Android without root
Monday, February 25, 2019 IST
How to disable any pre-installed system app bloatware on Android without root

What we define as “bloatware” is subject to personal preference, but I think we can all agree that some manufacturers and carriers are more guilty of including it on their smartphones than others. Bloatware can, depending on your point of view, range from being a pre-installed app like Facebook to the stock, non-Google Photos gallery app. One person’s hated bloatware is another person’s beloved feature, but unfortunately for the person who classifies certain pre-installed apps as bloatware, they typically can’t uninstall it. Sometimes you can disable system apps, but not every system app will let you disable it.

 
 

There are ways around these limitations, though. We wrote a guide a while back that taught you how to “uninstall” any pre-installed system app on your Android smartphone or tablet. The problem with that method is twofold: it doesn’t actually fully uninstall the app and return space to the user and reverting the change requires you to either sideload the APK (if you can find it) or factory reset. Still, that method is quite useful and we’ve seen dozens of forum posts and user scripts taking advantage of it to debloat their new Android devices. To help users debloat their devices in a safer way, we would like to turn your attention towards another method that will not only disable the pre-installed bloatware of your choosing but also make it super easy to re-enable them at your convenience, making any mistake a lot easier to recover from. We’ll still be using ADB commands to mess with system applications so be sure you don’t disable anything absolutely critical (use your best judgment), but this method is a lot friendlier in case you disable the wrong app.
 
Disable Any Pre-Installed System App On Android Without Root
 
1. Follow this tutorial to get ADB up and running on your Windows, Mac, or Linux PC. ADB, or Android Debug Bridge, is a developer tool that lets you issue some powerful commands to control your device. We use it a lot in our tutorials to do things that you otherwise can’t do without a rooted device.
 
2. Download an app like App Inspector from the Google Play Store.
 
3. Get the package name of the app you want to disable using App Inspector. Here are screenshots showing you how:
 
 
4. Launch a Command Prompt/PowerShell (Windows) or Terminal (Mac/Linux) in the directory where you stored the ADB binary. For Windows users, this can be done by holding shift then right-clicking in the folder. In the menu, select the “open command window here” or “open PowerShell window here” option.
 
 
5.Once you’re in the command prompt or terminal, enter the following command depending on your OS:
 
Windows Command Prompt: adb shell pm disable-user --user 0 <package_to_disable>
Windows PowerShell: .\adb shell pm disable-user --user 0 <package_to_disable>
Mac/Linux Terminal: ./adb shell pm disable-user --user 0 <package_to_disable>
 
6. For example, here’s what it looks like if you wanted to remove Cleanmaster (com.miui.cleanmaster) which comes preinstalled as part of MIUI on the Xiaomi Mi Mix 2S:
 
Windows Command Prompt: adb shell pm disable-user --user 0 com.miui.cleanmaster
Windows PowerShell: .\adb shell pm disable-user --user 0 com.miui.cleanmaster
Mac/Linux Terminal: ./adb shell pm disable-user --user 0 com.miui.cleanmaster
 
 
And we’re done! The app should immediately become disabled and will disappear from your launcher. Do note that on rare occasions, some apps may automatically be re-enabled if the system has a function to re-enable it. For example, disabling the stock EMUI 9 launcher on Chinese Huawei or Honor devices will result in the stock launcher become automatically re-enabled after some time. If that bothers you, try the “uninstall” method.

 
 

Re-enable Any Disabled Pre-installed System App
 
What if you disabled an app and want it back? It’s very easy to re-enable the app! First, go to Settings > Apps and look at the “All apps” list (it may be located somewhere different on your device.) Usually, you can filter here to see the names of all disabled apps. Once you know what app you want to re-enable, follow these steps:
 
1. Open a command prompt or terminal window and run the following command:
 
Windows Command Prompt: adb shell pm list packages -d
Windows PowerShell: .\adb shell pm list packages -d
Mac/Linux Terminal: ./adb shell pm list packages -d
 
 
2. This command lists all disabled packages. Find the package name that corresponds to the app you want to re-enable. Now, just run the following command to re-enable one of them:
 
Windows Command Prompt: adb shell pm enable <package_to_enable>
Windows PowerShell: .\adb shell pm enable <package_to_enable>
Mac/Linux Terminal: ./adb shell pm enable <package_to_enable>
 
3. If you have any issues, try rebooting after re-enabling the app.
 
What did we do?
 
First of all, it’s important to differentiate what this command does and why it’s superior to the method that we used in our previous bloatware removal tutorial. In that tutorial, we uninstalled an application at a user level, which means it was still installed on the device in the system partition but not for the primary user (user 0). This is why to get it back you either needed to factory reset or sideload the APK. In this tutorial, we are disabling the app for the primary user rather than uninstalling it, which means that we can enable it without re-installing it again.
 
The pm disable-user command has been around for years, but it’s been overlooked in favor of pm disable. You would think that both pm disable-user and pm disable –user 0 would be identical, but you would be wrong. For some reason, the disable-user command lets you disable basically any application you want while the regular disable command is quite limited.
 
The best part about this method is that if you mess up and disable an application that you shouldn’t, it’s a really easy fix. You’ll also still receive OTA updates as you aren’t actually modifying any system files. That’s why we need the “–user 0” part of our command, which specifies that the app will only be disabled for the current user, not all users, which would require root access.

 
 
 
 
 

Related Topics

 
 
 

Trending News & Articles

 Article
How to make you car as silent as a Rolls Royce inside

Rolls Royce cars are extremely luxurious. While there are many expensive pieces of equipment in Rolls Royce cars, their most relaxing feature is the silence that ...

Recently posted . 2K views . 2 min read
 

 Article
Tata Harrier’s 7-seater Version H7X Will Be Quite Different – Report

Tata Harrier’s three-row seat version in works, details out  

Recently posted . 2K views . 0 min read
 

 Article
India's Top 5 Mobile Charger manufacturer Brand 2019

The following list of India's Top 5 Mobile Charger manufacture Brand 2019  

Recently posted . 2K views . 0 min read
 

 Article
Mahindra XUV300 vs Maruti Brezza, Ford EcoSport, Tata Nexon – Price

XUV300 is the latest entrant in the compact SUV segment.

Recently posted . 2K views . 0 min read
 

 
 

More in Electronics & Gadgets

 Article
No card, no mobile wallet only Aadhaar will enable you to make online transactions from today

The government's pet project 'Aadhaar Payment App' will be launched on December 25. it's widely believed that the new app will easily update the deb...

Recently posted. 819 views . 7 min read
 

 Article
Xiaomi replaces Samsung as the top smartphone seller in India: Canalys and Counterpoint

  Samsung claims it has 45% value market share after research firms Canalys and Counterpoint said Xiaomi led the smartphone segment in Q4, 201...

Recently posted. 758 views . 1 min read
 

 Article
Mahindra to offer vehicles on lease for up to ₹ 32,999/month

Under the Mahindra leasing scheme, vehicles will be available at a starting price of ₹ 13,499 per month for a KUV 1OO going up to ₹ 32,999 per month for an XUV5OO

Recently posted. 856 views . 1 min read
 

 Video
How did it do



Recently posted . 318 views
 

 Reviews
Top 5 Best Philips Trimmer For Men 2018 – Detailed Reviews



Recently posted . 1K views . 255 min read
 

 Reviews
Top 5 Best Binoculars in India



Recently posted . 1K views . 62 min read
 

 Article
This contact lens lets you zoom in by blinking twice

Scientists have developed a human-machine interface between human eyes and a soft biomimetic contact lens.  

Recently posted. 853 views . 0 min read
 

 Article
Amazon’s real rival in India isn’t Walmart, it’s Reliance

If India’s draft e-commerce policy becomes a law, Mukesh Ambani’s Reliance Jio and Reliance Retail will emerge as the most formidable challenger to Je...

Recently posted. 809 views . 1 min read
 

 
 
 

   Prashnavali

  Thought of the Day

Identify your problems but give your power and energy to solutions.
Anonymous

Be the first one to comment on this story

Close
Post Comment
Shibu Chandran
2 hours ago

Serving political interests in another person's illness is the lowest form of human value. A 70+ y old lady has cancer.

November 28, 2016 05:00 IST
Shibu Chandran
2 hours ago

Serving political interests in another person's illness is the lowest form of human value. A 70+ y old lady has cancer.

November 28, 2016 05:00 IST
Shibu Chandran
2 hours ago

Serving political interests in another person's illness is the lowest form of human value. A 70+ y old lady has cancer.

November 28, 2016 05:00 IST
Shibu Chandran
2 hours ago

Serving political interests in another person's illness is the lowest form of human value. A 70+ y old lady has cancer.

November 28, 2016 05:00 IST


ads
Back To Top