-
-
Save Kaylebor/9a853a3d8dc95436c21f1ea95c68e75a to your computer and use it in GitHub Desktop.
Remove Mobvoi apps (bloat) from TicWatch using GNU Parallels
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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