google-tv

Android SDK 14 - Can't Create GTV device

蓝咒 提交于 2019-12-05 02:10:13
I'm a Google TV developer, and today, shortly after the android sdk 14 was released, I updated everything, from the android sdk to the eclipse ADT. Since then, I can't create a Google TV virtual device. I came to the point where I completely deleted everything and tried to do a fresh install. Here is what happens: With a fresh download of the android sdk with only Android 3.1 and the Google TV add-on: $ android list targets Available Android targets: ---------- id: 1 or "android-12" Name: Android 3.1 Type: Platform API level: 12 Revision: 3 Skins: WXGA (default) ABIs : armeabi ---------- id: 2

How android remote control works with Google TV

冷暖自知 提交于 2019-12-04 14:55:19
Any ideas on how Google TV remote app on android platform works. I just tried it today. Paired it over wi-fi and it just started to work. What's the concept behind it? It does not seem to be using Bluetooth . So then how does it work without installing any component on the TV? I know this is an old question, but I figured I would add some additional details since the current answers are not very helpful. It works using IP, typically via WiFi, but not technically required. Below are some more specific details of the actual communication used for the devices to interact. The Google TV Remote

google-tv development Environment

▼魔方 西西 提交于 2019-12-04 06:19:24
问题 Hi I am an android developer and now I want to learn Google TV development. I want to know how to set up development environment and emulator for execution. I already have a android development environment using Eclipse 3.5 on ubuntu 10.10. One more thing is it possible to develop Google TV Apps using iOS? 回答1: As far as the main question, you might wish to download the Google TV Add-On from the Android SDK Manager., it will give you the emulator for GoogleTV HC3.1. There is a new C++ version

Android ListView item selection issue

和自甴很熟 提交于 2019-12-04 02:00:30
问题 I have two ListView in an XML, namely lvPrograms & lvEpisodes . They are placed horizontally. I fill these ListViews from a web service. When the Activity loads, i call the web service to get data for lvPrograms . when i receive Programs , i then load the Episodes for the first program in the retrieved list. and set the lvPrograms 's first item as selected/highlighted, to show user that the loaded Episodes are for this Program item. I set it as follows: private void highlightSelectedProgram

Google Tv Emulator AVD System Image

拈花ヽ惹草 提交于 2019-12-03 08:42:27
Hi i am trying to set up google tv emulator in my windows machine.I am able to install googleTv Adon avilable in api level 13 But when i am trying to create AVD it throws a errormessage Please install intelx86. But X86 System image is not avilable in api 13. Can anyone help me please. The solution is to create avd with a command line. android create avd -n GoogleTV -t 11 Where 11 is the api id. In your system this will be different then mine so first issue a comamnd android list target In my case it was ... id: 11 or "Google Inc.:Google TV Addon:12" Name: Google TV Addon .... For convenience

ADB connection to an AndroidTV

最后都变了- 提交于 2019-12-03 03:06:28
问题 I've just got a Sony KDL-43W800C, and I intend to develop some apps for it, however I can not find any information on how to attach to it using adb for installing apks and getting the logs etc. What am I missing? 回答1: You need to use ADB over TCP/IP. Enable Developer options: Press Home and select Settings. In the TV row, select About. Scroll down to and click on Build several times until a dialog appears with the message "You are now a developer" appears. Enable Debugging: Press Home and go

Creating a single SmartTV app for multiple platforms?

你离开我真会死。 提交于 2019-12-02 19:39:44
I want to develop a SmartTV application for the GoogleTV platform and i've been browsing trough the GoogleTV Guidelines ( https://developers.google.com/tv/android/ ). However, i don't want GoogleTV to be my only platform. I also want the same app to work on devices like Samsung SmartTV and/or LG SmartTV. But do the guidelines from Google conflict with Samsung guidelines and does the code of my application need a lot of rework to work on other devices? I'm editing my answer. I just checked the Samsung website and, I'm happy to say, they threw out all the junk. They use to have a number of

ADB connection to an AndroidTV

戏子无情 提交于 2019-12-02 17:40:29
I've just got a Sony KDL-43W800C, and I intend to develop some apps for it, however I can not find any information on how to attach to it using adb for installing apks and getting the logs etc. What am I missing? Tonni Larsen SONY You need to use ADB over TCP/IP. Enable Developer options: Press Home and select Settings. In the TV row, select About. Scroll down to and click on Build several times until a dialog appears with the message "You are now a developer" appears. Enable Debugging: Press Home and go back into the Settings menu. In the System Preferences row, select Developer options,

google-tv development Environment

不问归期 提交于 2019-12-02 08:02:22
Hi I am an android developer and now I want to learn Google TV development. I want to know how to set up development environment and emulator for execution. I already have a android development environment using Eclipse 3.5 on ubuntu 10.10. One more thing is it possible to develop Google TV Apps using iOS? As far as the main question, you might wish to download the Google TV Add-On from the Android SDK Manager., it will give you the emulator for GoogleTV HC3.1. There is a new C++ version of the Pairing Protocol and AnyMote Protocol that is Open Source. I'm not too sure about the development

Google TV emulator without chrome browser?

自闭症网瘾萝莉.ら 提交于 2019-12-02 02:17:58
Is it normal not to have the Google Chrome browser on a google TV emulator in a Linux machine with KVM enabled? When launching an Intent from my application that hits a web page, I get the error message "No activity found to handle intent {act=android.intent.action.VIEW, dat=http://...}" and I have tried several web addresses. The code from My Activity is this and it works fine in other android platforms: Intent myIntent= new Intent(Intent.ACTION_VIEW, Uri.parse( "http://www.test.com"); startActivity(myIntent); Am I missing some step to install the Google Chrome browser? On the other hand I