• BossDj@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        4 months ago

        I’ve added a replacement launcher to both a Google TV Chromecast and my Sony Bravia that runs on Google TV.

        I didn’t have to sideload anything or use my computer at all.

        1.Searched Play Store on the TV for the app “Projectivy” and installed it.

        1. Changed settings in the app to make it launch on default (enable “override calls to system default”, per ryannathan)

        2. Followed the app instructions to turn on Accessibility Access for the app through the TV settings.

        The other one maybe isn’t disabled, but I don’t ever see it. The tv loads up in an instant now.

        • ryannathans@aussie.zone
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          4 months ago

          I followed these instructions, google tv launcher still starts on boot.

          Edit: you have to enable the override calls to system launcher setting

    • Refurbished Refurbisher@lemmy.sdf.org
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      4 months ago

      You can use adb to do it. First, install a third party launcher, then run these commands after connecting to adb over network or USB:

      adb shell pm uninstall --user 0 com.google.android.tvrecommendations
      
      adb shell pm uninstall --user 0 com.google.android.tvlauncher
      

      If you run these commands before installing a third party launcher, you will just get a black screen, and will have to install the launcher over adb.

      You can also uninstall other bloatware using the same command, but replacing the package name with whatever you want. If it breaks something, or if you just want the package installed again, you can re-enable it with adb shell cmd package install-existing com.name.of.package

      I’d recommend LeanbackOnFire for a third party launcher.