Hello! Today I'm going to do a basic write-up to explain how to disable Google's stock launcher on the 2023 version of the chromecast and use any custom 3rd party launcher.
Thing's Needed
1x Google Chromecast (Normal or 4k) 2023
1x Android Phone
Or
1x Computer.
Step One.
Setup Your Chromecast as normal, until you reach the home screen.
Navigate to Settings, System, About,
Highlight Android TV OS Build and click it 5-7 time's until you see "You are now a developer"
Go back to System, Scroll down until you see Developer Settings, Go to USB Debugging and Enable it.
Next
Go to Network Tab and Highlight your wifi, Take note of the I.P Address listed.
On Phone or Computer.
Download ADB Toolkit (Computer: Adb) (Android: ADB Shell)
Run the command
Adb connect 1.1.1.1
Replace the 1.1.1.1 with the ip listed on your Chrome TV
Example: Adb connect 192.168.1.24
A Prompt should appear on your TV asking to allow debugging, Check the always allow box and then click allow, Run the command again.
To make sure your connected,
Run the Command
adb devices
You should see the IP of your chrome cast.
Now the fun part. Find a 3rd party launcher. I will put a few you can download from the play store directly on your Chromecast.
FLauncher (Google Playstore)
ATVLauncher (Google PlayStore
Now here is the important part, If you want to use something such as Wolf Launcher or Leanback, You need to install it via adb. Download it to either your PC or Android and Run the command
adb install example.apk
Important, Make sure your adb prompt is running in the directory of the location the apk is located, To do this simply run the command
cd C:\Users\REDACTED\Downloads
Then run the command.
Disabling Stock Google Launcher,
Now that we have a 3rd party launcher installed, The fun part to making it your primary launcher is easy, Simply run these 2 adb commands
adb shell pm disable-user --user 0 com.google.android.apps.tv.launcherx
adb shell pm disable-user --user 0 com.google.android.tungsten.setupwraith
That's it, Now pressing the home button should open a menu to select your new launcher,
Simply Profit.
Thing's Needed
1x Google Chromecast (Normal or 4k) 2023
1x Android Phone
Or
1x Computer.
Step One.
Setup Your Chromecast as normal, until you reach the home screen.
Navigate to Settings, System, About,
Highlight Android TV OS Build and click it 5-7 time's until you see "You are now a developer"
Go back to System, Scroll down until you see Developer Settings, Go to USB Debugging and Enable it.
Next
Go to Network Tab and Highlight your wifi, Take note of the I.P Address listed.
On Phone or Computer.
Download ADB Toolkit (Computer: Adb) (Android: ADB Shell)
Run the command
Adb connect 1.1.1.1
Replace the 1.1.1.1 with the ip listed on your Chrome TV
Example: Adb connect 192.168.1.24
A Prompt should appear on your TV asking to allow debugging, Check the always allow box and then click allow, Run the command again.
To make sure your connected,
Run the Command
adb devices
You should see the IP of your chrome cast.
Now the fun part. Find a 3rd party launcher. I will put a few you can download from the play store directly on your Chromecast.
FLauncher (Google Playstore)
ATVLauncher (Google PlayStore
Now here is the important part, If you want to use something such as Wolf Launcher or Leanback, You need to install it via adb. Download it to either your PC or Android and Run the command
adb install example.apk
Important, Make sure your adb prompt is running in the directory of the location the apk is located, To do this simply run the command
cd C:\Users\REDACTED\Downloads
Then run the command.
Disabling Stock Google Launcher,
Now that we have a 3rd party launcher installed, The fun part to making it your primary launcher is easy, Simply run these 2 adb commands
adb shell pm disable-user --user 0 com.google.android.apps.tv.launcherx
adb shell pm disable-user --user 0 com.google.android.tungsten.setupwraith
That's it, Now pressing the home button should open a menu to select your new launcher,
Simply Profit.