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

Changing Channel on Google TV

I am trying to write a simple app for Google TV which generates a random number from 1-10 then randomly selects a channel (501-510) and loads it. I have tried the official google documentation but the official sample project doesnt compile. I have…
EHarpham
  • 602
  • 1
  • 17
  • 34
0
votes
2 answers

access the user's setting for tv provider in Google TV?

Is there a way to access the TV provider that the user specified during the setup of Google TV? For example, the setup for my zipcode includes TV providers like Comcast, Dish, DirecTV, etc. My app duplicates this setup widget because it too needs to…
larham1
  • 11,736
  • 5
  • 35
  • 26
0
votes
3 answers

Capturing audio frames from HDMI IN port

I have a rooted HiSense GoogleTV which has HDMI IN and OUT ports. What I want to do is to record about 10 secs of the audio from the HDMI IN (from the set-top box). I am new to this, so please bear with me. Is this possible to do this on a rooted…
vishal
  • 1
  • 1
0
votes
1 answer

Google TV Channel Provider

I'm currently a windows media center user using the dvblink product to stream tv. I'm looking to switch to Google TV but would like the same guide/streaming integration. Dvblink have an android app, but they also provide a Client API that can be…
0
votes
1 answer

Google TV's anymote protocol for iOS?

Are there any open-source implementations or examples of Google TV's anymote protocol for iOS?
khaleel
  • 169
  • 1
  • 1
  • 7
0
votes
1 answer

Remote debugging against a google-tv device using adb and the Xamarin.Android tools in Visual Studio 2012

Playing around with the latest Xamarin 2.0 Xamarin.Android tools. The only android device I have (other than the emulator) is Google-TV device. I have connected the adb to my Google-TV, but don't see any way to debug against the remote device…
BStateham
  • 1,609
  • 10
  • 15
0
votes
0 answers

Google tv emulator doesnt show my website propertly

I did a web to show different videos in HTML5,and the web works. Now I would like to do a google tv app and show this web and work with it. I try with a webView component but the part with javascript doesnt work and show like a plain…
david_11
  • 71
  • 2
0
votes
2 answers

Page up / down KeyEvent not being triggered on Google TV

I have an activity in GTV with a layout containing a horizontal ScrollView inside a vertical ScrollView. The horizontal ScrollView contains lots of buttons, arranged in rows using nested vertical and horizontal linear layouts. (In case you are…
0
votes
1 answer

How to access motion sensor on Sony NSZ-GS7 Google TV

Sonys website of the NSZ-GS7 devices says "There's also a 3-Axis motion sensor for gaming." in the description of the…
user2070007
  • 115
  • 1
  • 6
0
votes
1 answer

using ports 8000 and 9987 over wifi on gtv

I am working with an app that uses ports 8000 and 9987 over wifi to talk to android devices. It works great on everything but my Google TV. Here is part of what I get in my Java Console when I try to use it ... Connecting to:…
Gary F
  • 180
  • 1
  • 2
  • 8
0
votes
1 answer

ItemClickListener kicking off while ItemLongClickListener happens

The best way I can describe this is the following. I have a poster gallery that has a bunch of images. The selected poster gets highlighted as the user moves back and forth through the gallery. I have the following code set on the poster…
kingargyle
  • 1,239
  • 10
  • 15
0
votes
1 answer

GoogleTV Builtin skin missing

I developed an app on GoogleTV some time ago using API Level12 Emulater. Just updated by ADT to ADT 21.0 and now if i try to create new AVD , I got following options Device Target CPU Skin with CheckBox I can select target and choose the device…
vineet
  • 269
  • 1
  • 4
  • 18
0
votes
1 answer

google tv- communicate with external device

Is there a way to send information regarding what is being displayed/broadcast-ed by a google tv to an external device.
0
votes
1 answer

Anymote protocol server implementation

I am trying to implement a server side for anymote protocol. I want to design it in a way that the current avilable applications(Google TV remote)in the market can be directly used with it. Is there any reference code available for the same ?? Also…
Ashav
  • 141
  • 1
  • 9
0
votes
2 answers

Remote Debugging on GoogleTv

While doing a remote debugging on GoogleTv, I've followed everything mentioned here: https://developers.google.com/tv/android/docs/gtv_hardware_devices The problem is that I'm able to do remote debugging on a Windows machine, but the same thing is…
Saurabh Verma
  • 6,328
  • 12
  • 52
  • 84