Skip to content

Instantly share code, notes, and snippets.

@jbowdre
Last active March 20, 2023 14:58
Show Gist options
  • Save jbowdre/ea3ae44ce6dcf31d17c73484e7479910 to your computer and use it in GitHub Desktop.
Save jbowdre/ea3ae44ce6dcf31d17c73484e7479910 to your computer and use it in GitHub Desktop.
Debloating Fossil Group Wear OS watches for fun and profit...
# Reference https://www.reddit.com/r/WearOS/comments/en3989/debloat_the_fossil_smartwatch/
# Connect to the watch with 'adb connect IP_ADDRESS:PORT'
# Open an ADB shell with 'adb -s IP_ADDRESS:PORT shell'
# Then paste in all this stuff:
pm uninstall --user 0 com.dianping.v1
pm uninstall --user 0 com.google.android.wearable.smarthome
pm uninstall --user 0 com.sogou.map.android.maps
pm uninstall --user 0 com.mobvoi.wear.fitness.aw
pm uninstall --user 0 com.mobvoi.ticwear.sidewearvoicesearch
pm uninstall --user 0 com.mobvoi.wear.social.aw
pm uninstall --user 0 com.mobvoi.wear.account.aw
pm uninstall --user 0 com.fossil.wearables.ds
pm uninstall --user 0 com.fossil.wearables.ks
pm uninstall --user 0 com.fossil.wearables.mk
pm uninstall --user 0 com.fossil.wearables.ms
pm uninstall --user 0 com.fossil.wearables.pu
pm uninstall --user 0 com.mobvoi.wear.appsservice
pm uninstall --user 0 com.mobvoi.wear.health.aw
pm uninstall --user 0 com.mobvoi.wear.neteasemusic.aw
pm uninstall --user 0 com.google.android.inputmethod.pinyin
pm uninstall --user 0 com.mobvoi.ticwear.aw.appstore
pm uninstall --user 0 com.amberweather.watch
pm uninstall --user 0 com.eg.android.AlipayGphone
pm uninstall --user 0 ctrip.android.view
pm uninstall --user 0 com.gotokeep.androidwear
#pm uninstall --user 0 com.fossil.twm
#pm uninstall --user 0 com.fossil.charge.darter
pm uninstall --user 0 com.fossil.elabel
pm uninstall --user 0 com.fossil.wearables.savedfaceservice
pm uninstall --user 0 com.google.android.clockwork.gestures.tutorial
pm uninstall --user 0 com.fossil.wearable.pay
pm uninstall --user 0 com.spotify.music
pm uninstall --user 0 com.fossil.wearables.tos
pm uninstall --user 0 com.cei.servicetool
pm uninstall --user 0 com.fossil.oemsetup.darter
pm uninstall --user 0 com.safetrekapp.safetrek
pm uninstall --user 0 com.google.android.apps.handwriting.ime
# Phone app, because calls on Wear OS suck
pm uninstall --user 0 package:com.google.android.apps.wearable.phone
# Fossil watchfaces because the package is huge
pm uninstall --user 0 com.fossil.wearables.watchfaces
# reboot for good measure
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment