americosfacebook / googletv-issues

Automatically exported from code.google.com/p/googletv-issues
0 stars 0 forks source link

Support another language for search #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Google TV is supported only English. But, I would like to search using another 
language on search window.

I download and watched "anymote-protocol" & "google-tv-remote" source. I was 
check message flow of "google-tv-remote". "google-tv-remote" send message of 
key event to Google TV server. But Google TV was not show the message on search 
window. 

So, i checked source of "anymote-protocol". But that is not exist key event 
part. "RequestReceiver" interface is manage to received message. I think, 
onKeyEvent() method is manage key event message. 
But, i can't found definition of onKeyEvent() method. 
So, i don't know how manage message of key event on Google TV server.

First, Google TV support another language?

and, could you advice to me this situation, please?

Original issue reported on code.google.com by dysenw...@gmail.com on 19 Jul 2012 at 5:42

GoogleCodeExporter commented 8 years ago
Please ask question on StackOverflow:
http://stackoverflow.com/questions/tagged/google-tv
 or in Google TV developer office hours:
https://developers.google.com/tv/office-hours

Original comment by mjo...@google.com on 24 Jul 2012 at 6:56