Created
November 9, 2023 12:50
-
-
Save jupblb/eb43a9e128ddcbf05e4e845ea4b56b68 to your computer and use it in GitHub Desktop.
Remove unnecessary apps from my Sony TV
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
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