Showing posts with label adb facebook. Show all posts
Showing posts with label adb facebook. Show all posts

Wednesday, September 30, 2020

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

In this video, I've uninstalled Facebook data mining apps on Redmi note 7 pro. Steps remain same on any android phone. Refer video & make a note of all the below steps in this post.

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.