google-tv

Debug Chrome on Google TV

放肆的年华 提交于 2019-12-13 01:52:14
问题 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 load a bunch of photos, though only up to 7 at a time (the photos are loaded using JavaScript). The photos are 640x480 and ~500KB each. They are stacked and the top one fades out (using jQuery) until all are gone then a new batch is loaded. It only

How to Launch Google TV Panoramio Android Sample in Emulator

一曲冷凌霜 提交于 2019-12-12 17:26:00
问题 I am trying to Launch Google TV Panoramio Android Sample in Emulator. I am using Windows XP, and using Project Build Target: Google TV Addon : Platform 3.2 (API Level - 13) Please below Screenshot: Console (Android) [2013-06-12 14:33:41 - Panoramio] Android Launch! [2013-06-12 14:33:41 - Panoramio] adb is running normally. [2013-06-12 14:33:41 - Panoramio] Performing com.google.android.panoramio.ImageGrid activity launch [2013-06-12 14:33:41 - Panoramio] Automatic Target Mode: launching new

Can I install android app on Google TV Development box?

狂风中的少年 提交于 2019-12-12 17:16:58
问题 I have a google tv development box. Can I install an app on that? If so, how? 回答1: Unfortunately the LogiciTech Revue Google TV does not connect via adb. This answer was helpful for connecting abd over tcpip: How can I connect to Android with ADB over TCP? 回答2: You can now use adb to connect and install your app for 3.1: https://code.google.com/tv/android/docs/gtv_debug.html 回答3: As far as I know, the ability to install apps and develop android apps will come when they upgrade the devices to

Play Video Inside Webview

回眸只為那壹抹淺笑 提交于 2019-12-12 04:47:16
问题 I have created an simple application which loads the HTML page in webview(contains js,css) which has the video play. When we run the the APK file in mobile, the video runs inside the webview. But when We install the same APK inside the Google TV, and play the video , it plays in other player instead inside the webview. 回答1: Google TV devices utilize what is called "Trusted Video Path" technology. The implication of this is that there is a different media playback stack on Google TV vs an

Are Android apps available on Google TV?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-12 01:56:30
问题 I went through this question and wanted to know if an app that I developed for cellphones or tablets would be available to Market users with a Google TV? If yes, how can I can optimize the app for the xlarge TV screen size? Can the same Android App be used for mobile phones, tablets and Google TV? 回答1: Not yet. Although the SDK is out. Therefore you can't create an AVD for google TV in the eclipse IDE on Windows or Mac. You can for linux. As of December 2011 EDIT Sorry I work on a Mac and a

Capturing audio frames from HDMI IN port

有些话、适合烂在心里 提交于 2019-12-11 18:09:52
问题 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 device? Does the HDMI data get decrypted (due to HDCP) after the HDMI IN and re-encrypted before it is routed out via HDMI out? If I were to try to capture the audio frames on a regular Linux box, how should I go about it? What components should I

Android 2.1 - Rooted Revue GoogleTV - Flash Plugin Missing in Webview

帅比萌擦擦* 提交于 2019-12-11 14:32:23
问题 I am developing and testing a Android 2.1 app on my rooted revue. It needs to render Flash web videos. The app works fine if the flash web videos are launched through an external chrome browser (already installed on the rooted revue). But, I need to do some cookie manipulation. So, I need an internal Webview to launch those videos. I am getting 'Flash Pluggin Missing' error while trying to launch Flash videos through Webview. I tried installing few Flash apk plugins (available on internet for

Google TV emulator hangs at google TV logo

喜夏-厌秋 提交于 2019-12-11 12:09:48
问题 I'm trying to run the Google TV emulator on Ubuntu 12.04. The emulator starts, but hangs at a screen with a Google TV logo in the center of it. I connected via adb and the log is looping with the following messages: I/CameraService( 1038): CameraService started (pid=1038) I/AudioFlinger( 1038): AudioFlinger's thread 0x9bb5a78 ready to run I/ServiceManager( 795): Waiting for service SurfaceFlinger... I/ServiceManager( 795): Waiting for service SurfaceFlinger... I/ServiceManager( 795): Waiting

Webview not loading the URL in Google TV

☆樱花仙子☆ 提交于 2019-12-11 08:39:39
问题 I am trying the load a URL in the webview. The page doesnt contain any Flash content. The page contains normal text, buttons. The problem when I try to load the URL is, The UI and UX everything is distorted and looking very ugly. User cant see the page in appropriate format. Any Help greatly appreciated. 回答1: Finally, the issue is resolved, by removing the following attributes in manifest of the application. android:allowBackup="false" android:debuggable="true" android:hardwareAccelerated=

Change ImageView when Tab Focus changes

随声附和 提交于 2019-12-11 04:38:00
问题 I'm working with the LeftNavView Libary with Google TV, I have found that I can respond to events when a tab is selected or unselected, but I would like to change an ImageView outside of the tab when Focus has changed (i.e. when using the D-Pad to navigate, but not when it is necessarily selected). The idea is to change an ImageView in another view when navigating around the tabs. Is there a way to easily do this that I'm not seeing? 回答1: As there is no way to get the views used for the tabs,