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

GoogleTv android EMulator on Ubuntu

I recently tried to get GoogleTv android emulator running on my Ubuntu 12 Desktop edition (KVM enabled). Upon start up, the screen goes blank. I checked the log file with debug-all option and this is what I got : Then on the last 2 lines repeats…
user1386173
  • 95
  • 2
  • 11
0
votes
1 answer

Google TV Emulator - Google Maps Support

I am trying to run Google TV Maps example on Google TV Emulator. I am facing an issue as the emulator does not contain the google maps application required to run the app. Does Google TV support google maps?
vineet
  • 269
  • 1
  • 4
  • 18
0
votes
2 answers

Logitech Revue GoogleTv DDMS Screenshot not working

Can anyone take screenshots of their Logitech Revue? Using Ethernet connected computer and GoogleTV (logitech revue, firmware version 3.2) I can successfully see the device in Eclipse after: adb connect 192.168.1.132:5555 But when I try to get a…
Mark Scheel
  • 2,963
  • 1
  • 20
  • 23
0
votes
1 answer

How to enable Flash on GoogleTV in the WebView

Does the WebView on the Google TV (Sony NSZ-GS7, OS 3.2) support the Flash?
STeN
  • 6,262
  • 22
  • 80
  • 125
0
votes
1 answer

Google TV support for Flash Access

I am currently testing some Google TV devices (Sony NSZ-GT1 and NSZ-GS7). I would like clarification regarding whether the Flash plugin provided with Google Chrome on these devices supports Flash Access or not. According to the Flash Access FAQ,…
alza
  • 57
  • 5
0
votes
2 answers

Debug Version of Flash Player for Google TV

I was wondering if it is possible to obtain a Debug version of the Flash Player Chrome plugin for Google TV? I would like to remotely debug Flash applications running on a Google TV device, but as I understand it this requires a debug version of the…
alza
  • 57
  • 5
0
votes
1 answer

How to implement the DoPair method under google tv pairing protocol by C++

There are two program languages to implement the Google tv pairing protocol library: JAVA version <-- my reference sample C++ version <-- my target I am implementing the connecting task of my pairing program. I found some JAVA sample code to…
summerdog
  • 71
  • 1
  • 6
0
votes
0 answers

What size should Google TV widgets be?

Does anyone know what size widgets should be for Google TV?
Mel
  • 6,214
  • 10
  • 54
  • 71
0
votes
1 answer

google tv emulator zip code field disabled

I'm trying to run the ChannelChanging example on the googletv dev site and it's returning and empty channel list. I went ahead and tried to configure the emulator video source in the emulator's video input settings but its now allowing me to type…
0
votes
1 answer

Sample code for Anymote in C++ version?

Can anyone tell me where to find the resource just like this one (But I hope this is for C++ !!) There is a dynamic library under google tv chrome extersion here This hyperlink tells us how to go Anymote by call C++ libraries through NPAPI under…
summerdog
  • 71
  • 1
  • 6
0
votes
0 answers

Dynamic table content display with AsyncTask

I'm developing for GoogleTV and I have created a dynamic table with 3 columns (using TableLayout), that shows the first 10 results fetched by HTTP from a Website. As the user starts scrolling through the elements in the table (only rows are…
0
votes
1 answer

GoogleTV LiveTV Capture

I'm developing an APP for GoogleTV and I was wondering if it's possible to have some kind of service (running in the background) that when someone presses a button on the remote while watching LiveTV, a screenshot (or even video) of the TV show was…
rosorio
  • 321
  • 2
  • 5
0
votes
1 answer

Tablelayout with selectable rows

I have a dynamically populated TableLayout. I'm developing for GoogleTV so I need to make the rows in the TableLayout selectable by the remote D-Pad. How can I achieve that? Am I using the wrong approach here? Should I use a GridView instead? Or…
0
votes
2 answers

Should I use 32bit or 64bit Ubuntu for Google TV development?

I just got a machine with Win7 on it, and would set up dual-boot to Ubuntu 12. My question is that should I choose 32bit or 64bit? Does it matter?
barryku
  • 2,496
  • 25
  • 16
0
votes
1 answer

Takes several attempts for server to recieve packet

this has been bugging me for a while and I'm not too sure how I can go about solving this issue. The issue I am having is it will take several attempts of pushing a packet before the server will actually receive the packet This is the code I have on…
adam2510
  • 563
  • 1
  • 7
  • 22