Sony Bravia Android Remote Control

by ycodryn

I bought a bt remote control to use with my tv but I can`t assign Discover menu and Action menu to it. I`m using button mapper to make it happen but is not working. I`m trying as intents com.sony.dtv.discovery for discover button and com.sony.dtv.scrums.action for action button but nothing happen.... Anyone knows something about it? Thank you.

edit: What can I use to find out what exactly happen when discover/action button do/launch when is pressed? Multilanguage Keymap Redefiner shows nothing.

ycodryn

So those two buttons from original remote gives this codes

BTN_CUSTOM_202 BF152 KEYCODE_BUTTON_1 188

BTN_CUSTOM_203 BF153 KEYCODE_BUTTON_2 189

but I can`t see something about com.sony.dtv.discovery or com.sony.dtv.scrums.action to use as intent. I`m stuck.

ycodryn

I have managed to use HTTP Request Shortcuts and Button Mapper to make use of action menu and discover using IRCC codes.

Inside HTTP Request Shortcuts make a new shortcut with these settings:

- Url: http://192.168.x.x/sony/IRCC

- Method: POST

- Headers: Content-Type text/xml: charset=UTF-8

SOAPACTION "urn:schemas-sony-com:service:IRCC:1#X_SendIRCC"

X-Auth-PSK 0000

- Body: <?xml version="1.0"?><s:Envelope xmlns:s=" http://schemas.xmlsoap.org/soap/envelope/ " s:encodingStyle=" http://schemas.xmlsoap.org/soap/encoding/ "><s:Body><u:X_SendIRCC xmlns:u="urn:schemas-sony-com:service:IRCC:1"><IRCCCode> AAAAAQAAAAEAAAA+Aw==</IRCCCode></u:X_SendIRCC></s:Body></s:Envelope>

* for X-Auth-PSK you have to put your own pin from TV inside network > ip settings

* replace "AAAAAQAAAAEAAAA+Aw==" with

Discover menu: AAAAAgAAABoAAABzAw==

Action menu: AAAAAgAAAMQAAABLAw==

Picture off: AAAAAQAAAAEAAAA+Aw==