Many OEM’s are used to be known for added bloatware on the devices which are nonremovable. They are the part of system Operating system and without rooting the phone you don’t have the option to remove them. And in case you remove them, your official updates might get impacted and you won’t get them. Let’s take the example of OnePlus, since the launch of OnePlus 7 series they have partnered with Netflix and now Netflix comes pre-installed and you won’t be able to remove it. Now OnePlus is partnered with Facebook and now Facebook services get pre-installed on your new OnePlus devices. Such bloatware keeps running in the background and eventually results in battery drainage, data consumption, etc. So let’s see how we can uninstall any pre-installed app without root.
Also read:
cd C:\adb ------------------>> This command is used to redirect the default path to ADB folder adb device ------------------>> This command is used to see the list of devices connected to your computer
adb shell pm list packages
pm uninstall -k --user 0 <PACKAGE NAME> ---->>>> Repalce "<PACKAGE NAME>" with the applicaiotn you need to remove. For Exaple, to remove Netflix, you need to run : pm uninstall -k --user 0 com.netflix.mediaclient
This process of removal is safe as this will not impact your OTA updates pushed by your OEM. These packages are not completely removed from your device. The installation package is still stored on your device and you can get them reinstalled again. So let’s see how to get back the removed package.
The process is quite simple. You just need to connect your device to your computer and run the below command to get the application back.
adb shell cmd package install-existing <PACKAGE NAME> ---->>>> Repalce "<PACKAGE NAME>" with the applicaiotn you need to add back. For example to get the removed Netflix applicaiton, you need to run adb shell cmd package install-existing com.netflix.mediaclient
In case you have any queries, do let us know in the comment section.
You can follow us on our Social Media profiles to get the quickest updates. Follow us – Instagram: /StopToExplore, Telegram: /StopToExplore, Facebook: /StopToExplore , Twitter: /StopToExplore, Youtube: /StopToExplore
Twilight is a 2008 American romantic fantasy film. Based on an unusual love story of…
The epic war true story - Unbroken directed by Angelina Jolie follows the incredible life…
O Vendedor de Sonhos - 2016 movie also known as The Dreamseller streamed on Netflix…
The Tomorrow War is a 2021 American military science fiction action film, directed by Chris Mckay…
Chemical Hearts - An unexpected journey of love, loss and most importantly going through the…
This website uses cookies.