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

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.

sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

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

Post by sectroyer »

zoelechat wrote:For feedback, I've done a quick test with samyGOrc_test, surprise works as expected.

Code: Select all

[RCremap] mapping key: 'KEY_TOPMENU' to command: '/mnt/opt/privateer/usr/patch/samyGOrc_test'
I'm going to try my famous air to sat sequence with needed delays and so on. Btw, thanks! ;)
No problem. I believe it will much more useful than "macro support" ;) BTW on which TV are you testing it ?
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

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

Post by zoelechat »

Way better than macro support, not limited to sending keys :)
My TV is UE40ES6540 (MST10PDEUC-1042.0)

edit: Did you find "the *real* key that does nothing"? I'd like trying to insert it for delays :D
I do NOT receive any PM. Please use forum.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

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

Post by sectroyer »

zoelechat wrote:Way better than macro support, not limited to sending keys :)
My TV is UE40ES6540 (MST10PDEUC-1042.0)

edit: Did you find "the *real* key that does nothing"? I'd like trying to insert it for delays :D
For now I use 253 :) Every time you run a command I send this key to tv :) Besides you can put delays using sleep command :D
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

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

Post by zoelechat »

Ok, let's use 253 :)
Of course I can use sleep command but I don't want to inject repeatedly samyGOrc which seems a bit unstable.
As mentioned in F topic, injecting unique key always cause TV crash here. Sometimes also happen with multiple keys, I have to figure out how it's systematic...

edit: after several tries, it seems that samyGOrc doesn't like odd numbers of keys sent!? :shock:
I do NOT receive any PM. Please use forum.
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

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

Post by zoelechat »

There's a problem, even with short pressing of key, script/command is mostly executed twice (when I see red light quickly blinking twice)
I have to press key *VERY* shortly for script to be executed once (too shortly to happen in real life :) )
Maybe it is needed to introduce a delay/check somewhere to avoid this?
I do NOT receive any PM. Please use forum.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

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

Post by sectroyer »

Yes. You should put such checking in your script:)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

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

Post by zoelechat »

You're right and that's what I was already doing. :)
However, it would be needed to warn people about this.

I was thinking of something like this

Code: Select all

[ $(pidof ${0##*/}) ] 2>/dev/null || exit 0
But that doesn't work, script is still executed a second time (it looks like it's queued!?)
Any suggestion? :)

edit: ok forget it, I've just added '&' to command to launch it in the background and that's good ;)
I do NOT receive any PM. Please use forum.
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

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

Post by juusso »

sectroyer wrote:Surprise added, juuso test :)
woooow, its proper Easter Egg :-)

sorry, can test only tomorrow, will do this asap and ping you.
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
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

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

Post by sectroyer »

The only question that remains is that whether I should add "&" by default :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

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

Post by zoelechat »

sectroyer wrote:The only question that remains is that whether I should add "&" by default :)
In my opinion it's better to let user choose as it is now. We can imagine cases where queuing is needed and I wonder what could be the side effects of massive multiple simultaneous injections if script doesn't check itself to be already running :)
I do NOT receive any PM. Please use forum.

Post Reply

Return to “[F] Software”