Anyone have a reference to the keycodes for sony remote, I have play and stop working but need pause keycode, play pause seems to be referencing the same keycode but the buttons are seperate on the remote
Asked
Active
Viewed 1,416 times
2 Answers
1
Here are the media keycodes: https://developers.google.com/tv/android/docs/gtv_controlguide#MediaKeys

Megha Joshi - GoogleTV DevRel
- 15,477
- 3
- 24
- 18
-
The URL fragment #MediaKeys does not exist on that page – Jeff Jul 09 '15 at 13:38
0
The controls are mapped to similar Android keys. The corresponding key codes can be found here: https://developer.android.com/reference/android/view/KeyEvent
Please also note Google TV guidelines for building TV navigation.
If you need to know which keycode a specific key on your remote has I can recommend using KeyMapper which is free, available for Google TV and allows you to remap almost any hardware key to another function. It also shows you what keycode is triggered by a key.

Nico Wiedemann
- 174
- 2
- 10