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
1 answer

GoogleTV Closure Library Getting Started

I've been trying to figure out how to use the google closure library for d-pad navigation for my web app. I cannot for the life of me get closure to work. I'm following google's guide here…
ejfrancis
  • 2,925
  • 4
  • 26
  • 42
0
votes
2 answers

GoogleTV jquery UI library reference

I'm working on a googletv optimized food ordering web app. I've found the jquery library reference and keyboard navigation reference on the google developer site, but neither of them just provide a working demo of a regular web page with keyboard…
ejfrancis
  • 2,925
  • 4
  • 26
  • 42
0
votes
1 answer

How to play swf file on Google TV device?

I have tried this Intent intent = new Intent(); intent.setAction(android.content.Intent.ACTION_VIEW); String pathFlash = getExternalFilesDir(null).getAbsolutePath() + File.separator + "flash/1.swf"; File file = new…
Art Spasky
  • 1,635
  • 2
  • 17
  • 30
0
votes
1 answer

Google TV stream Protocls Android

I am working on an application for google tv with Visio device , i want to know which streaming protocols are avalable for google tv out of these. Can any body give me the reference along with the reply. HTTP, RTMP, PNM, RTSP, MMS, RTSPU, RTSPT,…
Munazza
  • 735
  • 3
  • 9
  • 22
0
votes
0 answers

Android tv dispatchkeyevent to listview

I have overridden the dispatchkeyevent in my activity to control some custom UI, but now I want android to handle the key events for my list fragment. I am able to go through the list with listFragment.getListView().onKeyDown(event.getKeyCode(),…
heero
  • 1,941
  • 5
  • 23
  • 33
0
votes
1 answer

Google TV Emulater - Facebook Issue

I am trying to access Facebook in Google TV emulator. Facebook SDK is working on all android platforms but not on Google TV emulator. Is Facebook SDK supported on Google TV. The login page crashes. Also not able to open https://www.facebook.com Is…
vineet
  • 269
  • 1
  • 4
  • 18
0
votes
1 answer

Google cloud messaging on GoogleTV

I want to receive real time push notifications from my Tornado webserver to my GoogleTV over the internet.I understand Google Cloud messaging is one option I have to send notifications to android devices. Just want to confirm that i wont have any…
user1386173
  • 95
  • 2
  • 11
0
votes
1 answer

Google TV Picture in Picture

I am aware that Live TV is the only gTV application that can run in PiP (Picture in Picture) mode. My question is there anyway i can program my application, when invoked, to always run with LiveTV as a frame inside? I need to ensure that my…
user1386173
  • 95
  • 2
  • 11
0
votes
1 answer

Can the anymote protocol connection be alive in other activities in my remote app?

I am trying to use multiple activities for my remote app, say, Activity A, Activity B. But each time I try to create an intent(in Activity A) and start a new activity(Activity B), the Pairing Activity keeps on popping up, but I only want the…
0
votes
1 answer

Google Anymote Protocol - How to send characters without keycodes

I am attempting to build an on screen keyboard for Google TV using the Anymote protocol. Sending keys listed here works fine: http://code.google.com/p/anymote-protocol/source/browse/proto/keycodes.proto How can I send keys without keycodes like an…
mr.freeze
  • 13,731
  • 5
  • 36
  • 42
0
votes
1 answer

Google-TV not able to control volume

I have a google-tv application that should play some sort of media (hls) i am trying to control the volume but thought it is not working i am using the following code in the oncreate: setVolumeControlStream(AudioManager.STREAM_MUSIC); and then…
S.Najjar
  • 65
  • 1
  • 9
0
votes
2 answers

Google TV HTML5 Template

I am using Template 1 of the Google TV HTML5 Templates: https://code.google.com/p/gtv-resources/ Live example: http://gtv-resources.googlecode.com/svn/trunk/templates/html-01/index.html I am trying to update the "dataprovider.js" file with a…
rrcustom
  • 65
  • 1
  • 6
0
votes
2 answers

get live TV Video Stream (pixel)

is there a way to get the live tv stream, to analysize it for example on pixel level. My Goal is to check the live tv stream (for example with java) if for example the broadcast station logo is visible or not. Is there a chance to get this stream…
user985705
  • 53
  • 4
0
votes
1 answer

Multiple layers of zones on a page google tv jquery ui lib

I'm using google tv jquery ui library to build app. I want to build multi page in one html file. I follow example : http://gtv-resources.googlecode.com/svn/trunk/templates/html-01/index.html, but it using 2 html files to switch between app. Please…
toanbk
  • 21
  • 1
  • 2
0
votes
1 answer

Google TV set custom screensaver

Is there any way out to set a custom screen-saver in Google TV using android application ? Thanks -dhams
dharmendra
  • 7,835
  • 5
  • 38
  • 71