Sunday, November 17, 2019

How to uninstall pre-installed FACEBOOK apps that access your personal data, from any Android phone

In this video, I've uninstalled Facebook data mining apps on Redmi note 7 pro.
https://youtu.be/EVRlMCQntfA


Official Link to download ADB tools:
https://developer.android.com/studio/releases/platform-tools

ADB commands:

# to check device is connected
adb devices

# to open adb shell
adb shell

# to get app names
pm list packages | grep 'face'

# to uninstall packages
pm uninstall -k --user 0 com.facebook.services
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager


Below questions are answered in this video:
1. How to uninstall Facebook Services app on android.
2. How to uninstall Facebook installer app on android.
3. How to uninstall Facebook Appmanager app on android.
4. How to uninstall Facebook System apps on android.
5. How to install and use ADB tools for android phones.
6. How to install pre-loaded system apps from redmi note 7 pro or any Mi phone.

Disclaimer:
Note that these ADB steps I am explaining are definitely meant for tech users, as accidental removal of any system app instead of Facebook apps will result bricking your mobile phone and me or our channel is not responsible for any such mistakes.
In case of unintended removal any system app, please visit nearby brands’ authorized service center and get the operating system reinstalled on your phone.

How to DISABLE MIUI system apps without rooting the phone | using ADB commands in 5 minutes

In this tutorial, we will learn on how to disable these Mi preloaded apps using official ADB tool. This method will not require rooting.

https://youtu.be/rDYy5PvpEp0



Disclaimer: Before beginning with steps, I would like clarify that this video is meant for people having bit technical knowledge and able to follow the steps to disable only the apps I have shown in the video. This channel is not responsible if you create any problems to mobile by doing anything wrong.

Step 1. Download ADB tool.
Official Link to download ADB tool:
https://developer.android.com/studio/releases/platform-tools

Step 2. Enable USB debugging on your mobile and connect to PC/laptop via USB cable.

Step 3. Run the below commands as per your need.

#Weather:
pm disable-user com.miui.weather2
#AppVault:
pm disable-user com.mi.android.globalpersonalassistant
#Mi Pay:
pm disable-user com.mipay.wallet.in
#GetApps:
pm disable-user com.xiaomi.mipicks
#Mi Store
pm disable-user com.mi.global.shop
#Browser
pm disable-user com.android.browser
pm disable-user com.mi.globalbrowser
#Facemoji or Keyboard for Xiaomi
pm disable-user com.facemoji.lite.xiaomi
#Cloud
pm disable-user com.miui.cloudservice
#Facebook spy apps
pm disable-user com.facebook.services
pm disable-user com.facebook.system
pm disable-user com.facebook.appmanager

#List all disabled apps:
pm list packages -d

Note:
#To enable back example:
pm enable com.miui.weather2

OTHER VIDEO TUTORIALS:
1. How to uninstall pre-installed FACEBOOK apps that access your personal data, from any Android phone : https://youtu.be/EVRlMCQntfA
2. How to uninstall Mi system apps without rooting:
https://youtu.be/a7lsgYR3fm8

Troubleshooting: If disable-app in this method was done by mistake, enable the app back using either using ADB enable command or from your mobile phone under MANAGE apps, shown in the video. Do not disable system apps required for OS. If done by mistake, visit authorized service centre and get your device reset.

My amazon link : https://amzn.to/2nV86iV
My flipkart link: https://bit.ly/2mga7G6