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

Here are software that related with Samsung F series TVs.
Please don't create any new topic here unless you have software to post/release.

User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

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

Post by juusso »

okey :)
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
PrinzEugen
SamyGO Project Donor
Posts: 77
Joined: Mon Jun 16, 2014 8:54 pm

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

Post by PrinzEugen »

1.is it working for f series mst version, autostart ?
2. where to put libRCremap.so ? maybe /mnt/opt/privateer/usr/libso ?
$SYSROOT E/F series: /mnt ??
$DISTROOT E/F series: /mnt/opt/privateer ??
3.what lines are necessery to put in libRCremap.config if i wanna to just edit e-manual for KEY_PIP_ONOFF
maybe just to have this in config file

Code: Select all

[
    {
        "KEY_TOPMENU.": "KEY_PIP_ONOFF"
    }
]
Deus3X
SamyGO Project Donor
Posts: 168
Joined: Wed Feb 19, 2014 10:29 am

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

Post by Deus3X »

PrinzEugen wrote:1.is it working for f series mst version, autostart ?
2. where to put libRCremap.so ? maybe /mnt/opt/privateer/usr/libso ?
$SYSROOT E/F series: /mnt ??
$DISTROOT E/F series: /mnt/opt/privateer ??
3.what lines are necessery to put in libRCremap.config if i wanna to just edit e-manual for KEY_PIP_ONOFF
maybe just to have this in config file

Code: Select all

[
    {
        "KEY_TOPMENU.": "KEY_PIP_ONOFF"
    }
]
1) i have no mst but i think that it work also in mst.
You have to enable scrip in init.d folder
2) /mnt/opt/privateer/usr/libso
3) i think that is correct
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

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

Post by zoelechat »

That's it, don't forget to chmod +x autostart script actually not needed on F
And you can remove the dot (.) between KEY_TOPMENU and double quote, it's not needed and will cause remap not to work :)
I do NOT receive any PM. Please use forum.
PrinzEugen
SamyGO Project Donor
Posts: 77
Joined: Mon Jun 16, 2014 8:54 pm

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

Post by PrinzEugen »

tnx guys it working on F5300 MST, interesting but they not put PIP command as default.

WinSamyGOrc_v1.5 will do nice for on fly button testing, no need to restart for one button injecting as RCremap
taviron
SamyGO Project Donor
Posts: 11
Joined: Mon May 14, 2012 2:21 pm

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

Post by taviron »

Is there still development for rcremap, i.e. has someone found a way to start the Netflix or lovefilm smarthome app without macros? That would be the perfect function for the family story button ...
zoelechat
SamyGO Moderator
Posts: 8616
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

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

Post by zoelechat »

taviron wrote:Is there still development for rcremap, i.e. has someone found a way to start the Netflix or lovefilm smarthome app without macros? That would be the perfect function for the family story button ...
No, the perfect function for family story button is switching from air to sat :D
Anyway, that's not RCremap matter but the job of a (for now non-existing) additional patch that could be launched by RCremap to directly access defined widget. It's certainly doable, some developer just has to consider it :)
I do NOT receive any PM. Please use forum.
taviron
SamyGO Project Donor
Posts: 11
Joined: Mon May 14, 2012 2:21 pm

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

Post by taviron »

Hehe... since i'm forced to use dvb-c i have a slightly different opinion .

I hope the developers have time (and like to) develop such an module. Just my 2 cents why it is worth doing it: starting smarthub takes quite some time and the starting duration varies a lot - at least for me. Hence scripting is not possible without extremly long delays. Since Netflix and other online VOD services changed (my) TV usage a lot, reducing the startup time and simplifying the start of these apps will be greatly appreciated .
robert90
SamyGO Project Donor
Posts: 101
Joined: Sun Jul 26, 2015 12:39 pm

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

Post by robert90 »

For me, the lib is currently functioning not correctly.
I sometimes have problems that the TV does not proceed correctly.
That's why I created the following:

libRCremap.config:

Code: Select all

[
    {
        "KEY_POWEROFF": "CMD:/mnt/opt/privateer/usr/bin/_shutdown.sh"
    },
    {
        "KEY_VOLDOWN": "KEY_VOLDOWN"
    }
]
_shutdown.sh

Code: Select all

#!/bin/sh
[ $(pidof ${0##*/}) ] 2>/dev/null || exit 0
rm /mnt/opt/privateer/usr/bin/_shutdown.log;
touch /mnt/opt/privateer/usr/bin/_shutdown.log;
/mnt/etc/init.d/07_11_ntpclient.init.dis start;
/sbin/micom shutdown | date >> /mnt/opt/privateer/usr/bin/_shutdown.log
As I can now understand the notes _shutdown.log, the script when switching off is not called. Manual can I start the script.

According RCRemap.log but everything should be fine.
RCRemap.log

Code: Select all

[RCremap] SamyGO RCremap v0.2.2 - (c) bugficks 2013
[RCremap] mapping key: 'KEY_POWEROFF' to 'CMD:/mnt/opt/privateer/usr/bin/_shutdown.sh'
[RCremap] mapping key: 'KEY_VOLDOWN' to 'KEY_VOLDOWN'
[RCremap] init done...
Any Idea why the lib not working?
UExxF4570 FW: T-MST12DEUC-1119.0
UEExxS6300 FW: T-MST10PDEUC-1042.0
UExxK5579 FW: T-HKMFKDEUC-1168.2
GUxxTU8079 FW: T-NKLDEUC-2200.9
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

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

Post by juusso »

Chmod your script to 755 ?
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE

Post Reply

Return to “[F] Software”