How to uninstall Facebook (even if your phone won't let you)
#1
megared17

6y ago
• Edited 6y ago
Or, for anyone that wants to use the version of adb they already have, or install it from trusted sources (for any supported OS https://developer.android.com/studio/command-line/adb ) , instead of trusting a random binary from a stranger, here are the key commands from this "script"
adb shell pm uninstall -k --user 0 com.facebook.katana
adb shell pm uninstall -k --user 0 com.facebook.system
adb shell pm uninstall -k --user 0 com.facebook.appmanager
adb shell pm uninstall -k --user 0 com.facebook.orca
And for anyone thats wants to understand what these are trying to do:
adb shell simply connects you to the shell CLI on the phone to run commands.
In the above, instead of calling adb multiple times, you could just run adb shell and then run the following commands at the android shell prompt:
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.orca
You can read about what pm is at:
https://www.cheatography.com/citguy/chea...manager-pm
You can also learn how to do this yourself for this app or any other at:
https://www.xda-developers.com/uninstall...ot-access/
"Kā cilvēks, kam trūkst pašcieņas, nav dīdzējs, bet nīcējs, tā arī tauta, kurai nav pašapziņas." K.Mīlenbahs
Atbilde
« Vecāks | Jaunāks »


Ziņas šai virtenē
How to uninstall Facebook (even if your phone won't let you) - LvSnor - 2025-04-10 12:55

Pārlēkt uz:


Users browsing this thread: 1 Guest(s)