Page 4 of 7

Re: [App] libAirToSat D/E/F/H

Posted: Sat Oct 10, 2015 6:29 pm
by momchetoi
zoelechat wrote:To switch between AIR and CABLE, you have to use RCremap, but no need for CMD nor libAirToSat. That's why there's also no need to ask me there because it has nothing to do with libAirToSat :)
OK, sorry, may be I haven?t explain it right. I would like to have a fast switch from CABLE to SAT. Do I have to install RCremap with CMD or libAirToSat will be enough?
a built-in key already exists in TV: KEY_ANTENA=54
How to "call" this KEY_ANTENA from the remote control???

Re: [App] libAirToSat D/E/F/H

Posted: Sat Oct 10, 2015 7:14 pm
by zoelechat
momchetoi wrote:OK, sorry, may be I haven?t explain it right. I would like to have a fast switch from CABLE to SAT. Do I have to install RCremap with CMD or libAirToSat will be enough?
No, you explained right, I've understood you don't understand :)
RCremap ONLY (the one that support CMD but you won't need CMD nor libAirToSat).
momchetoi wrote:How to "call" this KEY_ANTENA from the remote control???
Check RCremap thread. Offtopic.
LIBAIRTOSAT DOES NOT DEAL WITH AIR/CABLE SWITCH (not as if I didn't warn :D )

Re: [App] libAirToSat D/E/F/H

Posted: Sat Oct 10, 2015 7:48 pm
by momchetoi
zoelechat wrote:
momchetoi wrote:OK, sorry, may be I haven?t explain it right. I would like to have a fast switch from CABLE to SAT. Do I have to install RCremap with CMD or libAirToSat will be enough?
No, you explained right, I've understood you don't understand :)
RCremap ONLY (the one that support CMD but you won't need CMD nor libAirToSat).
momchetoi wrote:How to "call" this KEY_ANTENA from the remote control???
Check RCremap thread. Offtopic.
LIBAIRTOSAT DOES NOT DEAL WITH AIR/CABLE SWITCH (not as if I didn't warn :D )
Thank you! I got it! It works :) Red key remaped :)
Here the script for fast switch between CABLE and SAT:
/mnt/opt/privateer/usr/libso/CMD_libAirToSat for H series with new root
SpoilerShow

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 CABLE" | /dtv/bin/nc localhost 3023
sleep 2            # no new execution allowed before 2 seconds 
rm /tmp/.${0##*/}
Using of RED Key of Remote control
/mnt/opt/privateer/usr/libso/libRCremap.config
SpoilerShow

Code: Select all

[
    {
        "KEY_VOLUP": "KEY_VOLUP"
    },
    {
        "KEY_RED": "CMD:/mnt/opt/privateer/usr/bin/CMD_libAirToSat"
    }
]

Re: [App] libAirToSat D/E/F/H

Posted: Fri Dec 25, 2015 7:02 pm
by LGM
Hello,
I 'm French and i have an ES6300 with last firmware (T-MST10PDEUC_2005.0). Can i use libAirToSat ?

Thanks.

Re: [App] libAirToSat D/E/F/H

Posted: Fri Dec 25, 2015 7:27 pm
by zoelechat
Yes, but you first need root.

Re: [App] libAirToSat D/E/F/H

Posted: Sat Dec 26, 2015 12:24 am
by LGM
zoelechat wrote:Yes, but you first need root.
Thank you, i'll pay for it.

Re: [App] libAirToSat D/E/F/H

Posted: Sat Dec 26, 2015 7:18 pm
by LGM
"TV should switch to sat if on air/cable, and to air/cable if on sat"

My TV switch to air so now what must i do ? Do i need to create a new channel list ?

Re: [App] libAirToSat D/E/F/H

Posted: Sat Dec 26, 2015 7:26 pm
by zoelechat
From sat? Inject again, it will reswitch to sat :)

Re: [App] libAirToSat D/E/F/H

Posted: Sat Dec 26, 2015 7:41 pm
by LGM
I have air channels and sat channels but on my sat channels list i don't see air channel :(

Re: [App] libAirToSat D/E/F/H

Posted: Sat Dec 26, 2015 7:45 pm
by zoelechat
Patch never allowed to "mix" channels (which is practically impossible), it just allows to quickly switch between both antennas (by remapping a remote control key to it).