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

Does GTV or Android make use of HLS attributes RESOLUTION / CODECS?

We are streaming multi-bitrate HLS video to Android & Google TV devices. Currently our m3u8 variant playlist (ie the initial m3u8 that triggers playback) does not include the RESOLUTION and CODECS attributes. So a snippet from our file would…
1
vote
2 answers

Button Size for Google tv app

Can any one please tell me what should be the buttons Resolution for google tv app, that should look not too small on google tv screen. I need exact resolution ? Thanks
Munazza
  • 735
  • 3
  • 9
  • 22
1
vote
1 answer

GoogleTV Invoke another application from a status bar notification

I am new to Android GoogleTV development. My requirement is that one of my service running in the background will provide user with a status bar notification.From a status bar notification, when the user clicks on it , another built in application /…
1
vote
1 answer

Android GoogleTv Search Button

In my app appears standart quiq Search.activity by pressing on googletv keyboard search button. May I somehow override search button pressing in my app?
Sinigami
  • 449
  • 3
  • 20
  • 38
1
vote
2 answers

Google TV - Can I do pairing without the challenge?

I've been using the new YouTube capability with my GTV box and am quite jealous of its ability to pair my phone to the box without a challenge. Obviously, this is something baked into the two YouTube apps, but I'm wondering if there are plans to…
1
vote
1 answer

Does Google TV's (or more generally Android's) HLS player support alternative audio?

Does Google TV's (or more generally Android's) HLS player support alternative audio? See page 27 of the HLS IETF draft. I can see the support for that in iOS 5 already.
STeN
  • 6,262
  • 22
  • 80
  • 125
1
vote
1 answer

GoogleTv Emulator Basic Text Entry

I recently set up my googleTV emulator on Ubuntu 12 Desktop edition. Added Android SDK and the ADT plugin for Eclipse. When I start the emulator, I see the google Icon and some buttons as expected with 4 other icons on the TV screen. When I do…
user1386173
  • 95
  • 2
  • 11
1
vote
2 answers

Create Portrait GoogleTV Application

I'm having a tough time forcing my app to use portrait mode on Google TV. I know this is technically unsupported but I feel like I should be able to do this manually somehow, especially seeing as some apps on Google Play successfully force this…
powerj1984
  • 2,216
  • 1
  • 22
  • 34
1
vote
1 answer

Google TV emulator issue?

I create google tv emulator and allocate 1024MB memory for sdcard as well. but when I am running an basic Hello World example it responding me following error : [2012-10-23 17:36:26 - SampleTest] Failed to install SampleTest.apk on device…
CoDe
  • 11,056
  • 14
  • 90
  • 197
1
vote
1 answer

Debug Chrome on Google TV

Any ideas on how to get memory usage, Javascript errors, etc. from Chrome running on Google TV? I have a page that is getting the "Aw, snap!" error when viewed in the Chrome browser on Google TV (Logitech). The page is fairly simple, but it does…
Brian
  • 37,399
  • 24
  • 94
  • 109
1
vote
2 answers

Using colour keys on keypad from Chrome on Google TV

I'm writing a Web app for Google TV and want to make use of the colour keys on the remote control for navigation. I'm not getting any input from the keys in response to onkeypress or onkeydown events, does anyone know if it is possible to use these…
1
vote
1 answer

Emulate video source in GTV device (Revue)?

School is having a science fair where we will present a Google TV app, but the problem is that there are no cable lines to connect to, and GTV emulators can't communicate with Anymote protocol(Which we need to multiscreen). Our only way was to at…
1
vote
1 answer

Are Google TV applications always shown in full screen mood?

I am doing some compareson between Smart TV platforms way to develop applications and I wonder if Google TV applications only are available in "Full screen" mode? In other words taking up the whole screen. Samsung Smart TV have three different…
1
vote
0 answers

Pass keyboard event to gridview?

I have a custom layout for the google tv and to get the layout to work, I override the dispatchkeyEvent in my activity to get my layout to work with the dpad. My layout also uses the gridview, and since I override the dispatchKeyEvent, I cant use…
heero
  • 1,941
  • 5
  • 23
  • 33
1
vote
1 answer

GoogleTV publishing web applications

I think for the web application (HTML/CSS/Js) to be published on Google Play for Google TV 2.0 platform the only way is to use the Java WebView wrapper (or more mature solutions like PhoneGap) – is that correct? Are there any other ways to publish…
STeN
  • 6,262
  • 22
  • 80
  • 125