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
3 answers

is it possible to see the Logcat on Google TV device?

I am building an app for Google TV. The app runs fine on emulator but causes crashes on actual Google TV device. I am unable to see what caused the issues. I was wondering if there is any way to see the Logcat on actual google tv device so i can see…
Aamir
  • 1,747
  • 5
  • 26
  • 50
0
votes
2 answers

Anymote to invoke keyevents on Google TV itself

Hi guys i have a multipart question. First of all how would it be possible to invoke a keyevent on in a app on the google tv itself? For example i would like to have a button in my app that can invoke the live tv keyevent? I know it is possible…
0
votes
1 answer

Standalone video control example for Google TV jQuery Library?

The jQuery VideoControl is documented here: https://developers.google.com/tv/web/lib/jquery/#gtv.jq.VideoControl It takes a set of VideoParms. That are not specified. It is used in the sample templates on this…
0
votes
1 answer

GTV 3.2 channels API change?

An article on GTV 3.2 says "Improvements to the way Google TV identifies channels will make it easier for app developers..." What channel change is this referring to?
larham1
  • 11,736
  • 5
  • 35
  • 26
0
votes
1 answer

mp4 play on Google TV emulator, but won't play on Google TV device

I use the following code to play mp4 video: Intent i = new Intent(Intent.ACTION_VIEW); i.setDataAndType(Uri.parse(url, "video/mp4"); ctx.startActivity(i); It works fine on phones & tablets, as well as Google TV emulator, but throws…
GoranK
  • 1,628
  • 2
  • 12
  • 22
0
votes
3 answers

Multi-screen apps for the google tv platform with just the Google TV emulator

I am trying to develop a multi-screen app for the Google TV platform using the Google TV emulator. So far, I have been unsuccessful in getting the Anymote connection to work. The problem lies in the fact that every android emulator lies behind its…
0
votes
1 answer

cannot setup the googletv-video-player application

I downloaded the googletv-video-player example and am trying to set it up on my local system. But i am unable to. I also downloaded the LeftNavBar Library which is needed in google tv video player example. I added the leftnavbar library project int…
Aamir
  • 1,747
  • 5
  • 26
  • 50
0
votes
2 answers

Stopping Google TV template from randomizing Thumbnail IDs

I'm trying to set up a web page that uses HTML5 Google TV Template 2 that can be found at https://developers.google.com/tv/web/docs/gtv-templates#template2. I'm at a lost though because the template randomizes the thumbnail ids (for some odd…
Ace
  • 566
  • 6
  • 19
0
votes
2 answers

Making Google TV into a public kiosk

I am working on a project where we have to put a Google TV in a public area. I am building a custom application for it that should be running all the time. Basically, we don't want someone to be able to switch out of this specific application. In…
Alexis
  • 23,545
  • 19
  • 104
  • 143
0
votes
2 answers

determinig total time for which my application is not interacted with by the user in android

I am working in android and i am creating an app for Google TV. I am new and have no local help so i am really asking too many questions. I want to keep track of the time in which my application is free and user does not interacts with it. For…
Aamir
  • 1,747
  • 5
  • 26
  • 50
0
votes
1 answer

Can you create a custom driver for STB?

I'm new to Android development, so I'm not sure if this can be done. Google TV is great, but it only controls the STB through IR, which doesn't always work. I was thinking about creating an app for the DirecTv STBs that Google TV can control…
Mike Therien
  • 928
  • 3
  • 10
  • 25
0
votes
1 answer

Hosting 3gp movie file on IIS - playing on Android

I am attempting to create a VideoPlayer demo for Android using the VideViewDemo from the SDK. I have found a sample video online - both 3gp and mp4. Using the code sample from the SDK, these videos play without issue on the device (in this case it…
Kyle
  • 606
  • 5
  • 16
0
votes
1 answer

Are Android apps available on Google TV?

I went through this question and wanted to know if an app that I developed for cellphones or tablets would be available to Market users with a Google TV? If yes, how can I can optimize the app for the xlarge TV screen size? Can the same Android App…
Ahmed Faisal
  • 4,397
  • 12
  • 45
  • 74
0
votes
3 answers

Google TV targetSdkVersion 14

I made an update to my app and among other things I set my targetSdkVersion to 14. Now, my app does not appear in the Google TV Market (note that it used to appear before the update). Any ideas why this might happen? PS: 1) I know about the "uses…
Erdal
  • 1,472
  • 3
  • 16
  • 33
0
votes
1 answer

Focus control issue in a SearchView as part of a fragment

I have a SeachView inside of a Fragment in an Android 3.1 application currently running on an emulator destined eventually for GoogleTV (which places some limitations on what the app can and cannot do). When I move the pointer over the query icon…
jet
  • 23
  • 5