Page 3 of 11

Re: [APP] SamyGO RCremap for D(arm)/E/F

Posted: Tue Sep 03, 2013 11:34 am
by juusso

Re: [APP] SamyGO RCremap for D(arm)/E/F

Posted: Tue Sep 03, 2013 11:36 am
by Yostie
Cheers,

Just playing around with now but having issues getting it to connect. Probably using the wrong command. Will work it out eventually..

Many Thanks

Yostie

Re: [APP] SamyGO RCremap for D(arm)/E/F

Posted: Tue Sep 03, 2013 12:09 pm
by fluffi444
This is samsung typical... So many different RC Version - Even in one Model-Line:

This is mine:
With
History - Fam. Story - Camera
Support - A/D Subt. - 3D
(under the colored keys)
http://www.hdtv-news.com/wp-content/upl ... ntrols.jpg

This must be yours, zoelechat:
http://cdn.slashgear.com/wp-content/upl ... 80x379.jpg
With
Fam. Story - Search - Camera
Support - P.Size - 3D
(under the colored keys)


And by the way - Samsung is going to Stop the "Familiy Story" Service - But.. NICE...we have a button for this :-)

Re: [APP] SamyGO RCremap for D(arm)/E/F

Posted: Tue Sep 03, 2013 12:14 pm
by ocean
@fluffi444:
and mine is:
Fam. Story - Search - 3D
Support - P.Size - AD/Subt.
(under colored keys)

Re: [APP] SamyGO RCremap for D(arm)/E/F

Posted: Tue Sep 03, 2013 12:23 pm
by zoelechat
yes, as mine :mrgreen:
Image

Consecutive keys/macros would be great (I didn't find a key shortcut to switch directly between air and sat :D)

Re: [APP] SamyGO RCremap for D(arm)/E/F

Posted: Tue Sep 03, 2013 9:32 pm
by fluffi444
This is what I found so far on my TV (sig) - Some are double assigned:

Found all of this mostly useless 6-key-block (under colored keys)

I left out all this quite clear functions and keys - Feel free to update or correct if some keys are assigned different on other TVs. Tested not all keys in ruSamsungTVCommunicator. Some functions still have to be found, I think.

Code: Select all

KEY_PANNEL_CHDOWN = 3D
KEY_TOPMENU = Support
KEY_AUTO_ARC_C_FORCE_AGING = Fam. Story
KEY_AUTO_ARC_CAPTION_ENG = History
KEY_AD = AD/Subt.
KEY_CAPTION = AD/Subt.
KEY_AUTO_ARC_USBJACK_INSPECT = Camera
KEY_DTV_SIGNAL = Search
KEY_SLEEP = Sleeptimer
KEY_AUTO_ARC_PIP_SOURCE_CHANGE = Bluetooth on/off?
KEY_ASPECT = Picture Format
KEY_PICTURE_SIZE = Picture Format
KEY_TURBO = Social TV
KEY_AV2 = AllShare Play
KEY_CONTENTS = SmartTV
KEY_CONVERGENCE = SmartTV update?
KEY_ESAVING = Energie Saving
KEY_PMODE = Picture Mode

Re: [APP] SamyGO RCremap for D(arm)/E/F

Posted: Tue Sep 03, 2013 10:06 pm
by fluffi444
Looks like that the CAMERA Button don't like the mapping :-(
Mapping is correct in config file but the camera starts instead of the mapped Key...

KEY_AUTO_ARC_USBJACK_INSPECT = Camera

Re: [APP] SamyGO RCremap for D(arm)/E/F

Posted: Tue Sep 03, 2013 10:06 pm
by zoelechat
I tested every keys and I noticed nearly the same, just one more can be useful:

KEY_TV or KEY_DTV which returns directly to TV from other source without having to go back to source menu.

There's also KEY_LINK which opens some "universal remote" menu.
fluffi444 wrote:Looks like that the CAMERA Button don't like the mapping :-(
Mapping is correct in config file but the camera starts instead of the mapped Key...

KEY_AUTO_ARC_USBJACK_INSPECT = Camera
I have to reboot TV when i do a new mapping, maybe you also have to? Otherwise it is not taken into account.
No camera for me, so I can't test :)

Re: [APP] SamyGO RCremap for D(arm)/E/F

Posted: Tue Sep 03, 2013 11:44 pm
by fluffi444
zoelechat wrote:I have to reboot TV when i do a new mapping, maybe you also have to? Otherwise it is not taken into account.
No camera for me, so I can't test :)
Of course I did it :-) Thanks anyway...

Simple re-start or again-start of the init script did not work or changes the previous mapping...

Re: [APP] SamyGO RCremap for D(arm)/E/F

Posted: Wed Sep 04, 2013 9:03 am
by bugficks
the config is only read once and you can only inject once per boot.
problem is i cant check file modification time as they're not updated by default. reloading config or doing a something like crc check each time a key is pressed isn't a good idea i think. creating a thread that periodically checks for modification is overkill for a util like this imho :)