Skip to content

Instantly share code, notes, and snippets.

@cyrusbloo
cyrusbloo / adb.sh
Created October 13, 2016 17:09 — forked from olivier-m/adb.sh
Remove all Google apps from an android phone. List of delete files from http://forum.xda-developers.com/showthread.php?t=1969755
# With your phone in debug mode, etc.
adb start-server
adb remount
adb shell < remove.sh