Skip to content

Instantly share code, notes, and snippets.

@Kaylebor
Last active June 7, 2021 12:36
Show Gist options
  • Save Kaylebor/9a853a3d8dc95436c21f1ea95c68e75a to your computer and use it in GitHub Desktop.
Save Kaylebor/9a853a3d8dc95436c21f1ea95c68e75a to your computer and use it in GitHub Desktop.
Remove Mobvoi apps (bloat) from TicWatch using GNU Parallels
parallel adb shell pm uninstall -k --user 0 ::: $(adb shell pm list packages mobvoi | cut -d: -f2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment