Page 7 of 12

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 8:26 pm
by zoelechat
What can't you do? Still doesn't work? :)

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 8:38 pm
by Algol
RCremap.log

Code: Select all

[RCremap] SamyGO RCremap v0.3.5 log - (c) bugficks 2013, small fixes by sectroyer 2014
[RCremap] mapping key: 'KEY_GREEN' to 'KEY_GREEN'
[RCremap] mapping key: 'KEY_RED' to command: 'rcRemap_capture_H'
[RCremap] 1 _ZN9KeyCommon17SendKeyPressInputEiis [0x9f2684].
[RCremap] init done..

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 8:42 pm
by zoelechat
Why did you remove again full path to rcRemap_capture_H? :)

Code: Select all

[RCremap] mapping key: 'KEY_RED' to command: 'rcRemap_capture_H'

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 8:49 pm
by Algol
What is the full path to that script???

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 8:53 pm
by zoelechat
The path where you have put it :)
Obviously /mnt/opt/privateer/usr/libso/rcRemap_capture_H if I believe in your previous posts.

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 8:57 pm
by Algol
OK, the last try...

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 8:59 pm
by Algol
RCremap.log says:

Code: Select all

[RCremap] SamyGO RCremap v0.3.5 log - (c) bugficks 2013, small fixes by sectroyer 2014
[RCremap] mapping key: 'KEY_GREEN' to 'KEY_GREEN'
[RCremap] mapping key: 'KEY_RED' to command: '/mnt/opt/privateer/usr/libso/rcRemap_capture_H'
[RCremap] 1 _ZN9KeyCommon17SendKeyPressInputEiis [0x9f2684].
[RCremap] init done...

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 9:02 pm
by zoelechat
It's up to you :)

/mnt/opt/privateer/usr/libso/rcRemap_capture_H:

Code: Select all

#!/bin/sh
[ -e /dtv/ScreenShot.log ] && [ ! $(grep deinit /dtv/ScreenShot.log) ] && exit 0
SODIR=/mnt/opt/privateer/usr/libso
SAMYGOSODIR=/mnt/opt/privateer/usr/bin

echo "$SAMYGOSODIR/samyGOso -A -l $SODIR/libScreenShot.so PATH:/dtv/usb/sdb1/__screenshots ALT SOURCE ALERT" | /dtv/bin/nc localhost 3023
/mnt/opt/privateer/usr/libso/libRCremap.config:

Code: Select all

[
    {
        "KEY_GREEN": "KEY_GREEN"
    },
	
    {
        "KEY_RED": "CMD:/mnt/opt/privateer/usr/libso/rcRemap_capture_H"
    }
]
RCremap.log says nothing, first try manually!!

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 9:06 pm
by Algol
Ok, great thanx for time and help! :)
I'll give it one more try.
Then I give up for a few days, for my mind to clear up.

Thanx, again!
Bye!

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 9:08 pm
by zoelechat
Just re-read last 3 pages when needed, all infos are there :)