Page 5 of 7
Re: [App] libAirToSat D/E/F/H
Posted: Sat Dec 26, 2015 7:54 pm
by LGM
Thank you so now i understand

But why is it impossible ?
Re: [App] libAirToSat D/E/F/H
Posted: Sat Dec 26, 2015 8:05 pm
by zoelechat
I should have quoted "impossible", theoretically nothing is impossible, but in practice developing such patch is so complicated that it's almost not doable

Re: [App] libAirToSat D/E/F/H
Posted: Sat Dec 26, 2015 8:11 pm
by LGM
Thank you a lot ! Excuse me but how switch between both antennas ? On my remote control where can i select sat or air ?

Re: [App] libAirToSat D/E/F/H
Posted: Sat Dec 26, 2015 8:17 pm
by zoelechat
Everything is explained in first post

"Usage with libRCremap with CMD support:"
Re: [App] libAirToSat D/E/F/H
Posted: Sun Apr 17, 2016 10:11 pm
by wifi75
I've install all, Also the script for H model.
Sorry but I don't understand how switch air to cable with remote controll.
Inviato con il mio nokia 3310
Re: [App] libAirToSat D/E/F/H
Posted: Tue Dec 06, 2016 3:49 pm
by Borygo77
Hey zoelechat! Can't get it to work I'm afraid ;/
Would you have a look please...
Remaping from sectroyer works:
Code: Select all
[RCremap] SamyGO RCremap v0.2.2 - (c) bugficks 2013
[RCremap] mapping key: 'KEY_PLUS100' to 'KEY_TTX_MIX'
[RCremap] mapping key: 'KEY_TURBO' to 'KEY_ESAVING'
[RCremap] mapping key: 'KEY_TOPMENU' to 'KEY_PMODE'
[RCremap] mapping key: 'KEY_DTV_SIGNAL' to 'KEY_SLEEP'
[RCremap] mapping key: 'KEY_ANTENA' to 'KEY_GUIDE'
[RCremap] mapping key: 'KEY_VOLUP' to 'KEY_VOLUP'
[RCremap] mapping key: 'KEY_RED' to 'CMD:/mnt/opt/privateer/usr/bin/CMD_libAirToSat'
[RCremap] init done...
[RCremap] Injecting once is enough!
Thats my CMD file placed in /mnt/opt/privateer/usr/bin/ as I have H7500
Code: Select all
#!/bin/sh
[ -e /tmp/.${0##*/} ] && exit 0
echo OK > /tmp/.${0##*/}
SODIR=/mnt/opt/privateer/usr/libso
SAMYGOSODIR=/mnt/opt/privateer/usr/bin
(echo "$SAMYGOSODIR/samyGOso -A -B -l $SODIR/libAirToSat.so" ; sleep 2) | /mnt/bin/telnet localhost 23
rm /tmp/.${0##*/}
Also file libAirtoSat is in libso folder....
Re: [App] libAirToSat D/E/F/H
Posted: Tue Dec 06, 2016 5:21 pm
by zoelechat
Does your cmd script work from commandline?
Re: [App] libAirToSat D/E/F/H
Posted: Tue Dec 06, 2016 9:01 pm
by Borygo77
If only I would know how to execute it properly

would ya?
edit: Well a little google helped

Yes it works after
/mnt/opt/privateer/usr/bin/CMD_libAirToSat using telnet
Re: [App] libAirToSat D/E/F/H
Posted: Tue Dec 06, 2016 9:13 pm
by zoelechat
Well, you need to use RCremap with CMD support, not that old version

Re: [App] libAirToSat D/E/F/H
Posted: Tue Dec 06, 2016 9:52 pm
by Borygo77
Thats the one I'm using zoele... it's remaping me other keys but can't run script from it I'm afraid
