Last active
August 2, 2026 11:00
-
-
Save josemmo/7ffc521ec7fc0b82c57a87685adf5a36 to your computer and use it in GitHub Desktop.
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
| #/bin/sh | |
| # Disable bloat apps | |
| adb shell pm disable-user --user 0 com.amazon.amazonvideo.livingroom | |
| adb shell pm disable-user --user 0 com.google.android.marvin.talkback | |
| adb shell pm disable-user --user 0 com.google.android.play.games | |
| adb shell pm disable-user --user 0 com.google.android.tvrecommendations | |
| adb shell pm disable-user --user 0 com.google.android.videos | |
| adb shell pm disable-user --user 0 com.google.android.youtube.tv | |
| adb shell pm disable-user --user 0 com.google.android.youtube.tvmusic | |
| adb shell pm disable-user --user 0 com.mediatek.wwtv.mediaplayer | |
| adb shell pm disable-user --user 0 com.mstar.netflixobserver | |
| adb shell pm disable-user --user 0 com.mstar.netflixobserver.NetflixLauncher | |
| adb shell pm disable-user --user 0 com.netflix.ninja | |
| adb shell pm disable-user --user 0 com.vestel.tv.eib | |
| adb shell pm disable-user --user 0 com.vestel.vestelreporter | |
| adb shell pm disable-user --user 0 uk.co.freeview.amc_catchup | |
| adb shell pm disable-user --user 0 uk.co.freeview.amc_horror | |
| adb shell pm disable-user --user 0 uk.co.freeview.bbc | |
| adb shell pm disable-user --user 0 uk.co.freeview.bbc_sounds | |
| adb shell pm disable-user --user 0 uk.co.freeview.ch4_vod | |
| adb shell pm disable-user --user 0 uk.co.freeview.ch5 | |
| adb shell pm disable-user --user 0 uk.co.freeview.explore | |
| adb shell pm disable-user --user 0 uk.co.freeview.fvpconfigauth | |
| adb shell pm disable-user --user 0 uk.co.freeview.itv | |
| adb shell pm disable-user --user 0 uk.co.freeview.mdsclient | |
| adb shell pm disable-user --user 0 uk.co.freeview.onnow | |
| adb shell pm disable-user --user 0 uk.co.freeview.stv | |
| adb shell pm disable-user --user 0 uk.co.freeview.tifbridge | |
| adb shell pm disable-user --user 0 uk.co.freeview.uktv | |
| # Install Projectivy Launcher | |
| adb install ProjectivyLauncher.apk | |
| adb shell pm disable-user --user 0 com.google.android.tvlauncher | |
| adb shell pm disable-user --user 0 com.google.android.tungsten.setupwraith |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment