this post was submitted on 17 Mar 2024
337 points (98.8% liked)

memes

9616 readers
2961 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to [email protected]

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

Sister communities

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 36 points 5 months ago (1 children)

Devices running Android TV can have all kinds of different apps sideloaded onto them, including alternative launchers. I suggest using one.

[–] [email protected] 8 points 5 months ago (3 children)

Please enlighten me to how google tv devices can have the launcher replaced

[–] [email protected] 15 points 5 months ago* (last edited 5 months ago)

Projectivy is in Google play. It can't get much easier.

[–] [email protected] 10 points 5 months ago (2 children)
[–] [email protected] 7 points 5 months ago* (last edited 5 months ago) (1 children)

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.

[–] [email protected] 4 points 5 months ago* (last edited 5 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

[–] [email protected] 6 points 5 months ago

This excites me, I was under the impression it wasn't disablable

[–] [email protected] 9 points 5 months ago* (last edited 5 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.