Page 8 of 12

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 9:20 pm
by Algol
With this last code you provided (and I copy-pasted :D) there's nothing. No screenshots, no RCremap.log, no nothing.
Thanx for help, anyway! :)

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 9:27 pm
by Algol
When I tried manually (telnet) I got this error:

Code: Select all

samyGOso v1.2.5 (c) bugficks 2013-2014, sectroyer 2014-2015
Injecting '/mnt/opt/privateer/usr/libso/libScreenShot.so' resident: '0'
cannot attach to 144, error!
Failed.
/mnt #

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 9:32 pm
by zoelechat
mmmh looks like netcat port is not root, which root method are you using?

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 9:36 pm
by Algol
Skype method.

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 9:40 pm
by Algol
When I go to the Smart Hub, there still "InstallSamyGO-H". Is that normal? I've already clicked on it, in the root process...

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 9:47 pm
by zoelechat
Yes it's expected, no need to relaunch it as long as you have root.

In rcRemap_capture_H script, change that line:

Code: Select all

echo "$SAMYGOSODIR/samyGOso -A -l $SODIR/libScreenShot.so PATH:/dtv/usb/sdb1/__screenshots ALT SOURCE ALERT" | /dtv/bin/nc localhost 3023
to:

Code: Select all

(echo "$SAMYGOSODIR/samyGOso -A -l $SODIR/libScreenShot.so PATH:/dtv/usb/sdb1/__screenshots ALT SOURCE ALERT" ; sleep 2) | /dtv/bin/nc localhost 23
Then retry (manually!!) and give output please.

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 9:53 pm
by Algol
Manually:

Code: Select all

/mnt # (echo "$SAMYGOSODIR/samyGOso -A -l $SODIR/libScreenShot.so PATH:/dtv/usb/
sdb1/__screenshots ALT SOURCE ALERT" ; sleep 2) | /dtv/bin/nc localhost 23
????????
/samyGOso -A -l /libScreenShot.so PATH:/dtv/usb/sdb1/__screenshots ALT SOURCE ALERT
/mnt # /samyGOso -A -l /libScreenShot.so PATH:/dtv/usb/sdb1/__screenshots ALT SO
URCE ALERT
/mnt/bin/ash: /samyGOso: not found
/mnt # /mnt #

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 9:56 pm
by zoelechat
Change line in script! Then try SCRIPT manually :D

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 10:00 pm
by Algol
There you go:

Code: Select all

/mnt # [ -e /dtv/ScreenShot.log ] && [ ! $(grep deinit /dtv/ScreenShot.log) ] &&
 exit 0
ash: <<<: unknown operand
/mnt # SODIR=/mnt/opt/privateer/usr/libso
/mnt # SAMYGOSODIR=/mnt/opt/privateer/usr/bin
/mnt #
/mnt # (echo "$SAMYGOSODIR/samyGOso -A -l $SODIR/libScreenShot.so PATH:/dtv/usb/
sdb1/__screenshots ALT SOURCE ALERT" ; sleep 2) | /dtv/bin/nc localhost 23

Re: [App] libScreenShot E/F/H

Posted: Tue Mar 22, 2016 10:06 pm
by zoelechat
But?? WHAT ARE YOU DOING??? Replug your brain!! :D
Change line in script. Then LAUNCH SCRIPT manually, I never said "paste script contents into Telnet".

Code: Select all

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