Skip to content

Instantly share code, notes, and snippets.

@n0toose
Last active August 22, 2020 09:30
Show Gist options
  • Save n0toose/ea1ecdcae6e2abe4f54f960c19ac57ba to your computer and use it in GitHub Desktop.
Save n0toose/ea1ecdcae6e2abe4f54f960c19ac57ba to your computer and use it in GitHub Desktop.
Remove Google apps from your phone without root
# Feel free to replace 'Google' with the name of another vendor.
for app in `(pm list packages | grep 'google' | grep -v 'com.google.android.packageinstaller' | sed s/package://)`; do pm uninstall -k --user 0 $app ; done
@n0toose
Copy link
Author

n0toose commented Aug 21, 2020

How do you always break your phone?

If there's anyone that should be dragged for breaking their phone in this comments section, it's definitely not me, @xyn-dotnest :P

@xyn
Copy link

xyn commented Aug 21, 2020

Sssshh, I've only broken my A20e counts dead boards 5 times

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment