How to Reinstall Android Apps You Disabled with ADB Commands

This video shows you how to install the Android apps & services you previously uninstalled with ADB.

~~~~~
Hi! Don’t forget to hit the “Thanks” button on this video, if you can, and join our channel community here –

Video Description
~~~~~~~~~~~~~~~~~
If you’ve ever uninstalled bloatware apps using an ADB shell command, and you wanted to install that application again, then follow along in this video as I’ll show you how to bring back those pre-installed apps which were removed using ADB.

Android smartphones come with a lot of pre-installed applications right out of the box. Some of these apps are really useful and ones that we use every single day. But other times we get apps or games which we don’t want and never plan on using.

One of the first things many people do when they set up a new phone is they go in and uninstall all of the bloatware they do not want on their phone. Many of these apps can be uninstalled through traditional methods but there are some that are classified as “system apps” and those can’t be uninstalled like regular applications and games.

So I have many videos on my channel here that can help people who want to minimize the apps and services they have running on their smartphones or tablets. This process doesn’t require root access but does mean that you need to have ADB & Fastboot tools installed so you can execute a couple of ADB commands.

Now I’ve shown you how to uninstall those apps from the current user profile in previous videos, so I won’t go over that today. Instead, I want to talk about what you can do if you uninstalled one of these apps or services by accident. Since we’re using the command prompt to uninstall them, there are times when we can’t just install them again from the Android OS.

So in today’s video I’ll be showing you the command you can use that will reinstall those previously removed bloatware apps using the install-existing command.

For us to complete this tutorial, you are going to need to have some things set up ahead of time. For instance, we need to have ADB & Fastboot tools installed so that we can execute that ADB Shell command. Not only that, but you need to have USB Debugging Mode enabled on your device too. And lastly, we are also going to need to know the package name of the app you want to reinstalled.

I have videos on my channel that have covered these methods and I’ll be linking to them in the video description below for anyone who needs help getting up to speed here.

Once we have all of that set up, we can begin the process of getting our bloatware back.

[example on screen]

Now I do know that some people will accidentally uninstall system apps which are required in order to boot into the Android OS. In those cases, you likely won’t be able to access Android like you normally would since you’re likely dealing with issues like the constant force closing of apps, or even a bootloop.

In those situations, a comment here on the channel reminded me that we can boot the phone into Safe Mode first, if needed. Booting into safe mode should eliminate any force closes and bootloop issues that were caused by disabling the wrong application.

So, if for example, you disabled the Google Play Services app and can no longer boot into Android normally to issue these ADB Shell commands, then first try booting into Safe Mode and then following this tutorial here.

Mentioned Links
~~~~~~~~~~~~~~~~
USB Debugging Mode –
ADB & Fastboot Tutorial –
App Package Names –

Commands Used
~~~~~~~~~~~~~~~~~
adb shell
pm uninstall -k –user 0 [package name]
pm install-existing [package name]

Full Tutorial
~~~~~~~~~~~~~~~~~
1. Intro [00:00]
2. Requirements [02:15]
3. Check for an ADB connection [03:20]
4. Go into an ADB Shell prompt [03:49]
5. Execute the install-existing command as shown [05:00]
6. Demo on the phone [05:40]
7. What if I’m in a bootloop? [06:25]

As an Amazon associate, I may earn a commission on sales from the links below.

The Gear I Use
~~~~~~~~~~~~~~~~~
5W “Slow” Charger –
Fast Charger –
MicroUSB Cable –
USB-C Cable –
TPU Cases –
USB-C to 3.5mm Dongle –

Rate this post