scottsweb / ham

✅ Podman powered home automation. Home Assistant, VPN, Pi-Hole, MQTT, Caddy and more...
19 stars 2 forks source link

Nvidia Shield: Changing the default launcher with ADB #86

Closed scottsweb closed 1 year ago

scottsweb commented 1 year ago

After installing an alternative launcher, like flauncher: https://gitlab.com/flauncher/flauncher, disable the default:

adb shell pm disable-user --user 0 com.google.android.tvlauncher

TV recommendations can be turned off too:

adb shell pm disable-user --user 0 com.google.android.tvrecommendations

To reverse these changes:

adb shell pm enable com.google.android.tvlauncher
adb shell pm enable com.google.android.tvrecommendations

Can also probably just disable the flauncher app.

Source: https://www.reddit.com/r/ShieldAndroidTV/comments/o96npc/instructions_for_replacing_android_tv_home_with_a/