[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.

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/H with CMD support

Post by zoelechat »

sgi wrote:BTW, is there any doc about the samyGOso args?
Yes, somewhere lost in samyGOso thread when v1.2.4 has been released iirc...
sgi wrote:now keys of the standard RC are being logged again (but no keys
of the soap and the dynamic linker error remains)
Ok now I understand:
-1st post lib is bugged and I have no idea where.
-I have no idea of what I'm looking for about smart remote (and I have none because of no support so won't be easy).
-Bug/different stuff implies to restart a lib from scratch.
-Not sure it's worth struggling just for one exotic key of one exotic remote.
-Maybe one day :)
I do NOT receive any PM. Please use forum.
sgi
SamyGO Project Donor
Posts: 39
Joined: Mon Feb 02, 2015 5:09 pm

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

Post by sgi »

zoelechat wrote: -Not sure it's worth struggling just for one exotic key of one exotic remote.
Stop ;-) NONE of the soap keys get remapped...
It started with that stupid football key until we found out that it equals to
KEY_HDMI1 (still not knowing that libRCremap only works with the
standard RC and not with the soap). The football key actually CAN be
remapped but all remapping (regardless of which key) works only on
the standard RC.

To summarise:
- Remapping of the football key works (KEY_HDMI1).
- Remapping of any key on the soap doesn't

Just a naive question: As libLogRCkey.so knows how to filter out keys of
both RCs properly: Why can't we just use this algorithm in libRCremap.so?
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/H with CMD support

Post by zoelechat »

sgi wrote:NONE of the soap keys get remapped...
Yes, but there's only one you want to remap, nah?
sgi wrote:To summarise:
- Remapping of the football key works (KEY_HDMI1).
- Remapping of any key on the soap doesn't
Exactly what I had understood.
Soap is not supported, that's why I fixed LogRCkey as well (btw, now it should log correctly KEY_HDMI1 :) , also added D support)
sgi wrote:Just a naive question: As libLogRCkey.so knows how to filter out keys of
both RCs properly: Why can't we just use this algorithm in libRCremap.so?
Because there are many places where it's easy to GET keys, but for mapping it's needed to find where they're about to be processed.
More, 1st post version is too much over-kludged to start anything proper from it...
I do NOT receive any PM. Please use forum.
sgi
SamyGO Project Donor
Posts: 39
Joined: Mon Feb 02, 2015 5:09 pm

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

Post by sgi »

zoelechat wrote:
sgi wrote:NONE of the soap keys get remapped...
Yes, but there's only one you want to remap, nah?
Currently. But appetite comes with eating ;-)
Stefan244
SamyGO Project Donor
Posts: 11
Joined: Fri Oct 30, 2015 11:51 am

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

Post by Stefan244 »

Hello,

I have one question: is it possible to controll the h series with http commands with this lib?

kindly regards
Stefan
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/H with CMD support

Post by zoelechat »

Stefan244 wrote:I have one question: is it possible to controll the h series with http commands with this lib?
No, nothing to do with. Whole usage is in first post.
I do NOT receive any PM. Please use forum.
ZizaXXX
SamyGO Project Donor
Posts: 3
Joined: Sat Jan 23, 2016 12:25 pm

App not working

Post by ZizaXXX »

Hello gents, just installed the app and for some reason, I cannot get it running. I have done everything according to steps in the first post.

I want to get the CMD running for red key.

Here is my CONF file:

Code: Select all

[
    {
        "KEY_RED": "KEY_RED"
    },
    {
        "KEY_RED": "CMD:/mnt/opt/privateer/usr/bin/script_record"
    }
]
And below my script:

Code: Select all

#!/bin/sh

[ $(pidof ${0##*/}) ] 2>/dev/null || exit 0
PATCHDIR=${0%/*}
PID_EXE=$(pidof exeDSP || pidof exeTV)

   $PATCHDIR/samyGOrc -p $PID_EXE 31 104 101 104         # INFO, ENTER, LEFT, ENTER (Recording)
Can you see any reason, why the app would not work?

Please not that my TV is succesfully rooted and all other apps run like a charm. Type of my TV: UE46F8000.

I am quite new to the Samsung TV rooting and app, so please be good to me. :)

Thank you for your support in advance.

ZizaXXX.
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/H with CMD support

Post by zoelechat »

Maybe do not remap KEY_RED twice, change first line to e.g.:

Code: Select all

"KEY_GREEN": "KEY_GREEN"
Also you did use Notepad++ to edit config, right? :) (at least not Windows Notepad?)
samyGOrc is in same folder as script? It has execute permissions?
I do NOT receive any PM. Please use forum.
ZizaXXX
SamyGO Project Donor
Posts: 3
Joined: Sat Jan 23, 2016 12:25 pm

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

Post by ZizaXXX »

Hello zeoelechat,

Thank you for your response. You were right, I assigned different key to itself on the first line (as it must be due to CMD not working otherwise) and then it started to work.

BTW I use PSPad for editing, all permissions have been granted as per 1st post and also location of files was correct.

One more thing to mention. It does work, but it never completes the command to the end. It always stops just before the last "ENTER". Strange...

Thank you,
ZizaXXX.
Algol
SamyGO Project Donor
Posts: 68
Joined: Thu Nov 05, 2015 1:09 am
Location: Serbia

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

Post by Algol »

Guys, please, help me. I can't make this script work for me.

This is my config file:

Code: Select all

[
    {
        "KEY_GREEN": "KEY_GREEN"
    },
	
    {
        "KEY_RED": "CMD:samyGOso -d -A -B -r -l /mnt/opt/privateer/usr/libso/libScreenShot.so ALT SOURCE PATH:/dtv/usb/sdb1/__screenshots"
    }
]
And it doesn't work.
But, when I execute "CMD:samyGOso -d -A -B -r -l /mnt/opt/privateer/usr/libso/libScreenShot.so ALT SOURCE PATH:/dtv/usb/sdb1/__screenshots" through puTTY, it works. It makes screenshot.
What do I miss in that config file?

Thanx in advance!
Please, do not ask from me to get you files or procedure for rooting your TV. If you can't donate $10, try make some deal with erdem_ua.

Post Reply

Return to “[F] Software”