[APP] tool samyGOrc 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.

Riquet065
Posts: 39
Joined: Wed May 16, 2018 3:26 pm

Re: [APP] tool samyGOrc E/F

Post by Riquet065 »

I tried with the last update, worked not very good if i used more than one argument, for exemple this script doen't work good:

Code: Select all

#!/bin/sh
[ $(pidof ${0##*/}) ] 2>/dev/null || exit 0

KEY_MTS=0
KEY_SOURCE=1
.....                   #of course here are all keys
KEY_EXT40=253
KEY_EXT41=254

PATCHDIR=${0%/*}
PID_EXE=$(pidof exeDSP || pidof exeTV)
$PATCHDIR/samyGOrc -p $PID_EXE $KEY_CH_LIST $KEY_DOWN
$PATCHDIR/samyGOrc -p $PID_EXE $KEY_DOWN $KEY_DOWN
But if i use only one argument, this script works very good :-)!

Code: Select all

#!/bin/sh
[ $(pidof ${0##*/}) ] 2>/dev/null || exit 0

KEY_MTS=0
KEY_SOURCE=1
.....                   #of course here are all keys
KEY_EXT40=253
KEY_EXT41=254

PATCHDIR=${0%/*}
PID_EXE=$(pidof exeDSP || pidof exeTV)
$PATCHDIR/samyGOrc -p $PID_EXE $KEY_CH_LIST
$PATCHDIR/samyGOrc -p $PID_EXE $KEY_DOWN
$PATCHDIR/samyGOrc -p $PID_EXE $KEY_DOWN
v$PATCHDIR/samyGOrc -p $PID_EXE $KEY_DOWN
Then i can use it with SamyGO RC remap :-), thank you very much.
TV Samsung UE32F6470; Firmware T-MST12DEUC_2126.0

Post Reply

Return to “[F] Software”