Questions tagged [google-tv]

Google TV integrates Google’s Android operating system and the Linux version of Google Chrome browser to create "a new experience for television". - Wikipedia

Google TV combines Android with unique TV applications (Google Play, Chrome, TV search, and others) to open the living room to the web, making all television content more relevant and engaging.

With Honeycomb (Android 3.1), this is an opportunity to create an application for multiple devices. With minimal adjustment, you can build an app for Google TV as well as for Android tablets and phones.

Google TV has been surpassed by Android TV

Resources: (2012) Google TV Site. http://www.google.com/tv/publisher/develop/android.html

482 questions
0
votes
0 answers

Google TV Toast Notification is displayed reappears /seen twice

I'm facing this strange issue, I'm using Google Notification Manager to Post Popup notification on TV, The Problem is Like this. Post Notification X which is seen properly [has a timeout of 5 seconds] During the notification X is seen if 2nd…
0
votes
1 answer

Do I need to do something special to enable HDR on ExoPlayer on the Chromecast with Google TV?

I have a video player that uses ExoPlayer version androidx.media3:media3-exoplayer:1.0.0-beta03 on a Chromecast with Google TV. When I play an HDR video using the Google Cast capabilities of the Chromecast with Google TV the video looks a lot…
casolorz
  • 8,486
  • 19
  • 93
  • 200
0
votes
0 answers

androidTV / googleTV cannot deploy to LEANBACK TV emulator

why dont apps deploy to the android tv emulator. im just trying to use the basic leanback sample here https://github.com/android/tv-samples. it works with pixel API 30 phone emulator but when using the android tv emulator it just says "waiting for…
0
votes
0 answers

Linking to a Google Play search result / Invoking a Google Play Search from an Android App on Android TV

I am building Apps for Android TV. In the app, I give users the option to display further apps that I have created. On all Android devices this works fine by starting an intent that starts Google Play and runs a search as described via here: Linking…
wilco
  • 1
  • 1
0
votes
1 answer

Is KVM support essential for running Google TV emulator?

I have installed Linux with KVM in my machine.But when i gave "kvm-ok" command in the terminal,it showed "Your CPU doesnot support KVM extensions". When i checked again,came to know CPU doesn't have VT extensions and hence doesn't support KVM.Does…
mmj
  • 29
  • 1
0
votes
0 answers

ImageView not honoring Picture settings on Android TV

I am creating a very simple test Android app on Google TV (the newest 2022 renamed Android TV platform, not the old 2012 Google TV platform.) My app displays an image (PNG) fullscreen using the ImageView control with all its default settings. Goal:…
Jim Blanc
  • 73
  • 3
0
votes
1 answer

Server side support for Google TV

Does Google Server provide any server side support for Google TV devices? Does it provides any plugin or installables specific to Google? For example, Google advertisement or something like that?
mmj
  • 1
  • 1
0
votes
1 answer

How to Display Toast messages on LiveTV

It was mentioned in one of the posts that we can show Toasts on Live Tv . I am planning to develop a native GoogleTv app which fetches the Twitter updates and displays them as Toast messages while user is watching Live TV . My question is - While…
0
votes
0 answers

Where is the "internal app sharing" in the Google TV OS?

Where is the "internal app sharing" in the Google TV OS ? After enabling the developer mode, I can't find the "internal app sharing", so I can't use the closed or internal Google Play tests. Is there a way to enable it with adb ?
Nassim MOUALEK
  • 4,702
  • 4
  • 25
  • 44
0
votes
1 answer

How to work with the ActionBar in Google TV?

I made a application for Honeycomb tablets and that's all working fine. I use a ActionBar with tabs on the top of the screen for navigating the application. That all works fine. Now I want to make my app also ready for Google TV. So I installed the…
0
votes
0 answers

Support long click with d-pad in Flutter and Android TV

I'm working on an Android TV app built with Flutter. I found many articles/answers about focusable/clickable widgets, but nothing about long click support for d-pad which is a very popular UX pattern in TV apps. Inkwell onLongPressed callback is not…
Jul
  • 1,039
  • 3
  • 12
  • 20
0
votes
2 answers

Android version on Google TV devices

As per my understanding Google TV devices available in markets donot yet run on HoneyComb. If thats right, could you please let me know the Android version they run on? Would the HoneyComb update to Google TV be released as a new API level or a…
mmj
  • 97
  • 1
  • 2
0
votes
1 answer

How do I change the "global zone" content/size for Google TV apps?

I've read the Google TV Design Patterns article and still can't figure out how to change the default "global" zone size/position or how to get more than one item to show up in it. There are some vague (to me) statements. E.g.: "Because the global…
OV_Sparky
  • 1
  • 1
0
votes
2 answers

Adding widget on Live TV view

Can we customize a Live TV View? Say for example,if i want to display a textview or a dialog box listing down current channelinfo, while Live TV is been played, can i add them dynamically on top of the Live TV view? If anyone has tried adding…
mmj
  • 1
0
votes
2 answers

how to make android TV app accesiible by DPAD?

I have created an Android App for Android TV, I want to know how can I enable D-pad naigation to my menu. I am new to android TV applications,and could not find anyother way to do the same. For menu I have added 4 TextViews, but they are not…
Usman
  • 84
  • 8