Google TV integrates Google’s Android operating system and the Linux version of Google Chrome browser to create "a new experience for television". - Wikipedia

learn more… | top users | synonyms

-1
votes
1answer
14 views

Google TV remote app cannot type the character @ on chrome [closed]

My Sony Google TV blueray remote keypad is broken. I am using Google TV remote app on various devices (androids, ipods, ipads, etc). Some time ago i decided to clean up the chrome browsing history, ...
1
vote
2answers
65 views
+100

Routing key input to different Activities

Let me first start off by explaining my problem - I am working on an application that is lying between the a system activity (com.google.tv.player.PlayerActivity) and user-space. The system ...
0
votes
0answers
25 views

Setting X,Y,width,height of VideoView in a GoogleTV app

I would like to dynamically change the x,y coordinates of a VideoView. I would also like to change the width and height of a VideoView. I have tried the following but each try crashed my app. ...
0
votes
0answers
27 views

WebView GoogleTV app is sometimes too big

I've created a GoogleTV app that uses webView to display an HTML5 web page at 100% of the GoogleTV screen. Everything works fine when I first load the app. However, sometimes when I load the app a 2nd ...
0
votes
2answers
60 views

Setting resolution to 720p or 1080p within GoogleTV?

How can I restrict my GoogleTV app to display in a specific resolution: i.e. 720P, 1080p, etc? For some reason my app is stuck at displaying at a resolution around 960x540 even though my GoogleTV and ...
0
votes
1answer
37 views

GoogleTV webview width is different than GoogleTV browser width

I have an HTML5 TV web app that I wish to put in the GoogleTV Play Store. To do this, I needed to place the URL of the web app within a WebView. Everything works great this way, but I did noticed one ...
0
votes
1answer
76 views

android.os.transactiontoolargeexception in Launcher

We are developing enterprise applications, widgets and launcher for Android TV. We have Android set top box which runs our launcher, some widgets and apps. Widgets have fixed position in launcher when ...
0
votes
2answers
130 views

Can we use Android YouTube API to develop Google TV applications?

I have develop an Android application using YouTube Android API. Now I need my application to be able to run in Google TV devices. But my application does not work in Google TV device/Emulator. So I ...
0
votes
2answers
72 views

On Google TV How do I make Fullscreen Activity hide title and button properly?

It would seem that the Fullscreen Activity Demo/Template does not behave the same on Google TV with the way Status/Navigation/Action bar are handled. Note: to make the default template work on ...
0
votes
1answer
48 views

Linux; U; Android 4.1.1 google tv

How does one identify a google tv browser? Google's FAQ (https://developers.google.com/tv/faq) says that the userAgent will have GoogleTV in it. However, my Google TV user agent shows: Mozilla/5.0 ...
0
votes
3answers
90 views

How to obtain display device characteristics in Android?

Folks, Our application is intended to run only for a specific model of display monitor having a specific serial number. On Linux version of our app, we obtain this information via EDID. We are now ...
0
votes
1answer
116 views

Handle onScrollChange for D-Pad and Touch for Custom HorizontalScrollView

I'm working on a HorizontalScrollview with Center lock. It is based off some code found in this stackoverflow thread: HorizontalScrollView with imageviews as a child and while scrolling the center ...
0
votes
1answer
44 views

GoogleTV V3 QSB suggestion, change image aspect ratio

I am running into an interesting issue; I have my app providing search suggestions to the QSB along with a movie poster via SUGGEST_COLUMN_ICON_1. On versions of GTV prior to v3 I would get the poster ...
0
votes
1answer
52 views

About Google-TV-Remote Anymote & Polo

where are some file that the keycodes.pb.cc keycodes.pb.h keycodes.proto remote.pb.cc remote.pb.h remote.proto polo.pb.cc polo.pb.h polo.proto Where are ...
0
votes
1answer
98 views

How To play Embed video in android google tv

I Am working on android google tv project. In My project i want to play video from html embed code show below:- <embed type="application/x-shockwave-flash" ...
0
votes
1answer
80 views

Android Youtube App -> GoogleTV pairing

I'm hoping someone can enlighten me on how the Youtube app pairs with the GoogleTV. In the anymote protocol, you need to provide the pairing code provided by the GoogleTV, and be on the same WIFI ...
0
votes
2answers
64 views

Android HTTPS Progressive Streaming in Honeycomb 3.1 3.2

According to this page: http://developer.android.com/guide/appendix/media-formats.html Android 3.1 and 3.2 should support HTTPS progressive streaming, but I am having a hard time finding out how to ...
0
votes
2answers
103 views

Feature detection instead of user-agent sniffing on TV

My team is considering developing for TV, and thought of designing a tailored "10-foot UI" to present our content differently on TV-sets. The only way I see it happening at this point is by sniffing ...
1
vote
1answer
136 views

HTTP Live Streaming - get playing link

I want to track which link according to bandwidth is playing. for exmaple m3u8 file contains: #EXTM3U #EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=1950000 http://link1.M3U8 ...
1
vote
1answer
112 views

How to implement smooth streaming?

I read https://developers.google.com/tv/android/articles/hls?hl=en and not clearly understand what meaning "Adaptive Streaming - Automatically adapts to either congestion or bandwidth availability."? ...
0
votes
2answers
160 views

Facebook android scrumptious tutorial ListView not clickable on Google TV

I have just recently built an android tablet app (looking to port it to Google TV now) which is in close analogy to the Facebook Android Scrumptious App tutorial. In particular the issue is in the ...
0
votes
1answer
52 views

BlackjackGTV sample - OutOfMemory

I'm trying to get the Blackjack Google TV sample working on a Vizio Co-Star (Google TV). I downloaded the sample code from https://code.google.com/p/googletv-android-samples/ but when I deploy it to ...
0
votes
1answer
159 views

Android app cannot be updated on new version of Play Store due to configuration errors

Apologies for the wall of text. My company uses a single listing for multiple apks on the play store as mentioned in this question. The package name used for both apks is com.company.xyz. Our GTV ...
0
votes
1answer
90 views

Adaptive streaming - smoothstreaming doesn't works

From documentation: "Adaptive Streaming - Automatically adapts to either congestion or bandwidth availability". But this works only when player starts (I use VideoView). If the intrenet speed falls ...
0
votes
1answer
70 views

Can we create an app that can create popup messages while watching live channel from Google TV

Lets say I am developing an app for Google Tv. This app will have a reminder function. While watching live channel from Google TV, can our app display a reminding popup messages right top of the ...
0
votes
1answer
277 views

How can I stream a video file to a Google TV's Chrome browser?

I have attempted to setup a local streaming media server using VLC w/ a '.asx' file and an '' tag in an html file served by a local HTTP Server (Please see: ...
0
votes
2answers
92 views

Google TV ― video playback stops working

I created a Google TV application that plays two local videos stored in the res/raw folder. The application starts running fine, but then locks up at random times. After it locks up, I get the "Sorry, ...
0
votes
1answer
130 views

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 ...
1
vote
2answers
54 views

Custom Toast for Google TV

I am creating an overlay for google TV. I have created a transparent theme so that the broadcast can be seen through the application as follows: Styles.xml <?xml version="1.0" ...
0
votes
1answer
129 views

How to implement toast overlay in Google TV

Im creating an application for Google TV. I am trying to create a custom toast overlay over the top of the broadcast. I have created the custom toast as follows: <?xml version="1.0" ...
1
vote
1answer
112 views

Programmatically show next/previous image in stack widget

I would like to enable a stack app-widget for Google TV. The problem I'm having is that I need to show next and previous views programmatically. I'm currently using a layout with a StackView and 2 ...
0
votes
2answers
60 views

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 ...
0
votes
3answers
300 views

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 ...
0
votes
1answer
98 views

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, ...
0
votes
1answer
77 views

Google TV's anymote protocol for iOS?

Are there any open-source implementations or examples of Google TV's anymote protocol for iOS?
1
vote
1answer
112 views

How to add authorization header in android mediaplayer api version less than 14

I have problem getting this to work as I need to pass a Authorization Header to my HTTPS stream, and since its a google tv application, the api level is not up to 14 to use setDataSource( context, ...
0
votes
2answers
71 views

How To Promote Google TV Only Application

I would like to know after I built an application for Google TV, how can I get the app listed under http://www.google.com/tv/apps.html, or does Google do anything to help promoting Google TV Only ...
0
votes
0answers
170 views

Coud't play video file from internal storage

I tried to play video file from my app directory, but all I get is this: 03-14 15:43:14.539: W/VideoView(6680): Unable to open content: /data/data/com.example.video/files/temp.mp4 03-14 15:43:14.539: ...
0
votes
2answers
106 views

Artifact issues with Wowza and GoogleTV: PE's result check pointer is null

I'm streaming live feeds from Wowza to GoogleTV boxes via HLS. I'm having a lot of issues with artifacts, the kind you see if you lose packets, where part of the screen lags behind and doesn't get ...
0
votes
1answer
115 views

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 ...
0
votes
0answers
51 views

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 ...
0
votes
2answers
86 views

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 ...
0
votes
1answer
106 views

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 controller. ...
0
votes
1answer
55 views

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 ...
1
vote
1answer
39 views

Freebase video id [closed]

Relating to the video:id tag for video sitemaps value Where do I find the freebase id that needs to be put in as the value? For example, CNBC. I was looking on the CNBC page on the freebase website ...
0
votes
1answer
49 views

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 ...
1
vote
1answer
42 views

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 ...
-1
votes
1answer
65 views

Installation error for Google TV sdk

I am using windows XP 32bit. hardware spec- 64bit i3 quad core 3.4ghz. It supports hardware acceleration. It is showing google TV api level 13 add on is not installed. But while i try to download it, ...
1
vote
1answer
87 views

Google TV change pointer click sound programmatically

I'm working on a game for Google TV (Sony NSZ-GS7) which uses the touchpad to move things around. AFAIK it is not possible (yet) to change or disable the pointer Arrow-bitmap programmatically, which ...
0
votes
1answer
46 views

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.

1 2 3 4 5 8