Page 8 of 15

Re: [App] SamyGO RCremap for C/D(arm)/E/F/H with CMD support

Posted: Wed Jul 08, 2015 6:48 pm
by asiersan
sectroyer today is my GOD!!! jajaja and you too many thanks to both!!!

Re: [App] SamyGO RCremap for C/D(arm)/E/F/H with CMD support

Posted: Mon Jul 20, 2015 12:43 pm
by GHero
I have only small soap-like remote. Is it possible to remap "Voice" and "Football" keys? What key codes should I use?

Re: [App] SamyGO RCremap for C/D(arm)/E/F/H with CMD support

Posted: Mon Jul 20, 2015 2:39 pm
by zoelechat
GHero wrote:I have only small soap-like remote. Is it possible to remap "Voice" and "Football" keys? What key codes should I use?
They're surely remappable, but no idea if keycodes are known. With a little luck maybe Football=Sport:

Code: Select all

Sport Mode :	[KEY_HDMI1]
(HDMI1 is KEY_EXT20, consistent isn't it?)

That's all I have in my "archives" :)

Re: [App] SamyGO RCremap for C/D(arm)/E/F/H with CMD support

Posted: Mon Jul 20, 2015 2:51 pm
by GHero
Ok, I'll try the sport. Can we log all the pressed keys somehow?

Re: [App] SamyGO RCremap for C/D(arm)/E/F/H with CMD support

Posted: Mon Jul 20, 2015 3:38 pm
by zoelechat
GHero wrote:Can we log all the pressed keys somehow?
Not yet ;)

Re: [App] SamyGO RCremap for C/D(arm)/E/F/H with CMD support

Posted: Mon Jul 20, 2015 8:07 pm
by zoelechat
GHero wrote:Can we log all the pressed keys somehow?
Now it's possible, check bottom of 1st post, I've added some tool...
Please report keycodes of your exotic keys :)

Re: [App] SamyGO RCremap for C/D(arm)/E/F/H with CMD support

Posted: Tue Jul 21, 2015 6:17 pm
by GHero
TY for your help. Tried to run the logger. Getting strange values for all keys...
SpoilerShow
/mnt # cat /dtv/LogRCkey.log
[LogRCkey] SamyGO E/F/H libLogRCkey v0.0.3 - (c) zoelechat 2015
[LogRCkey] _ZN10CViewerApp14t_OnInputOccurEPK7PTEvent [0x28d2350].
[LogRCkey] Init done, now monitoring RC keypress...
[LogRCkey] 17104899
[LogRCkey] 17105136
[LogRCkey] 17105143
[LogRCkey] 17104899
[LogRCkey] 17104899
[LogRCkey] 17104899
[LogRCkey] 17104984
[LogRCkey] 17104984
[LogRCkey] 17104922
[LogRCkey] 17104896
[LogRCkey] 17104899
[LogRCkey] 17104899
[LogRCkey] 17104899
[LogRCkey] 17104899
[LogRCkey] 17104899
[LogRCkey] 17104899
I have this kind of remote with motion sensor:
Image

Re: [App] SamyGO RCremap for C/D(arm)/E/F/H with CMD support

Posted: Tue Jul 21, 2015 6:48 pm
by zoelechat
GHero wrote:Getting strange values for all keys...
Sorry small bug I couldn't detect on E, should be fixed. New version posted to 1st post, please test :)

Re: [App] SamyGO RCremap for C/D(arm)/E/F/H with CMD support

Posted: Tue Jul 21, 2015 7:35 pm
by GHero
Thx for the keys. Here's the mapping:
Search => KEY_EXT27
Keypad => KEY_EXT34
Football => 270 (no name, just a code)
Voice => this key is not catched at all.

Re: [App] SamyGO RCremap for C/D(arm)/E/F/H with CMD support

Posted: Tue Jul 21, 2015 7:42 pm
by zoelechat
GHero wrote:Football => 270 (no name, just a code)
Means not remappable, AFAIK RCremap doesn't support keys above 254 (only those having a name).
GHero wrote:Voice => this key is not catched at all.
No need to say: even less :)