Hey guys,
I recently got a SONY X900H smart TV which has Android TV built-in and it has been really amazing with the Google assistant integration (like being able to say "Hey Google, Turn on the TV and go to Channel #X")
I have a "non-smart" TV in my dining room and I was looking to buy a Chromecast with Google TV to pair it and I was wondering if:
Be able to use Chromecast with Google TV to stream live IPTV. I found conflicting things on the internet (This video stated you had to sideload an app to do it
Use voice commands to go to specific channels (Like "Hey Google, Go to Channel #X")
Thanks to anyone who responds.
If you know how to use adb then run the following commands:
adb shell pm uninstall -k --user 0 com.disney.disneyplus
adb shell pm uninstall -k --user 0 com.google.android.play.games
adb shell pm uninstall -k --user 0 com.google.android.videos
adb shell pm uninstall -k --user 0 com.hbo.hbonow
adb shell pm uninstall -k --user 0 com.hulu.livingroomplus
adb shell pm uninstall -k --user 0 com.netflix.ninja
adb shell pm uninstall -k --user 0 com.amazon.amazonvideo.livingroom
adb shell pm uninstall -k --user 0 com.google.android.youtube.tvmusic
adb shell pm uninstall -k --user 0 com.google.android.youtube.tv
And if you want to replace home launcher (ATV Launcher), Sideload Channel Launcher, etc) INSTALL IT FIRST and then run this command:
adb shell pm uninstall -k --user 0 com.google.android.tvlauncher
Delete lines for whichever apps you want to keep. You can also copy and paste these commands into a .bat script and make it one click.