Closed scottsweb closed 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/
After installing an alternative launcher, like flauncher: https://gitlab.com/flauncher/flauncher, disable the default:
TV recommendations can be turned off too:
To reverse these changes:
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/