tnaffh / google-tv-remote

Automatically exported from code.google.com/p/google-tv-remote
0 stars 0 forks source link

No Power Option for STB/DVR #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Press Menu
2. Observe that there is no option to power STB/DVR on/off.

What is the expected output? What do you see instead?
In the list, there are options like TV power on/off and AVR power on/off but 
there is no option to power the STB/DVR on or off.  There should be.

What version of the product are you using? On what operating system?
Google TV Remote 1.0, ICS 4.0.2

Please provide any additional information below.
The Logitech revue keyboard is capable of sending this command so the Google TV 
app should also be able to send it.

Original issue reported on code.google.com by theKl...@gmail.com on 23 Apr 2012 at 3:16

GoogleCodeExporter commented 8 years ago
The code does indeed exist:
http://code.google.com/p/anymote-protocol/source/browse/proto/keycodes.proto#146
...
KEYCODE_STB_POWER = 134;

Original comment by theKl...@gmail.com on 23 Apr 2012 at 3:19

GoogleCodeExporter commented 8 years ago
Updated the App to include this, you can clone and build my repository to get 
the update. Not sure how to do a pull-request so to speak on google code. 

Original comment by jesse.os...@gmail.com on 11 May 2013 at 1:00