Skip to content

Instantly share code, notes, and snippets.

@jupblb
Created November 9, 2023 12:50
Show Gist options
  • Save jupblb/eb43a9e128ddcbf05e4e845ea4b56b68 to your computer and use it in GitHub Desktop.
Save jupblb/eb43a9e128ddcbf05e4e845ea4b56b68 to your computer and use it in GitHub Desktop.
Remove unnecessary apps from my Sony TV
adb shell pm uninstall -k --user 0 com.amazon.amazonvideo.livingroom
adb shell pm uninstall -k --user 0 com.google.android.play.games
adb shell pm uninstall -k --user 0 com.google.android.videos
adb shell pm uninstall -k --user 0 com.sony.dtv.interactivetvutil
adb shell pm uninstall -k --user 0 com.sony.dtv.interactivetvutil.output
adb shell pm uninstall -k --user 0 com.sony.dtv.sonyselect
adb shell pm uninstall -k --user 0 com.sony.dtv.networkapp.wifidirect
adb shell pm uninstall -k --user 0 com.sony.dtv.promos
adb shell pm uninstall -k --user 0 com.sony.dtv.youview
adb shell pm uninstall -k --user 0 com.vewd.core.integration.dia
adb shell pm uninstall -k --user 0 tv.samba.ssm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment