pinky1981
Elite User
- Registriert
- 25. Juni 2010
- Beiträge
- 1.965
- Reaktionspunkte
- 1.012
- Punkte
- 113
AW: Evolux for Pingulux ext. yaffs2
für diejenigen die nhd2 booten wollen und cam-support missen (darin gibts kein extra-menu usw. da pure von mohousch und wir da auch nix weiter sonst dran ändern möchten):
/usr/script/user_script.sh:
oscam-restart erfolgt bei z.b.gm990 mittels F3-taste.
solltet ihr ne andere RC haben die keine F3 taste hat so müsst ihr dies in
/etc/lircrc:
für diejenigen die nhd2 booten wollen und cam-support missen (darin gibts kein extra-menu usw. da pure von mohousch und wir da auch nix weiter sonst dran ändern möchten):
/usr/script/user_script.sh:
#!/bin/sh
##################################################################################
### here's an example-script for startup own plugs/apps whatever you need more #
### take care you do "chmod 755 "/usr/script/user_script.sh"! #
### only edit config-section, rest leave untouched!!! #
##################################################################################
### config-setcion start ###
# path to myapp #
mypath="/usr/bin"
# name from binary dedicated on $mypath #
myappname="oscam"
# special options, some apps need -c o.s.e. for config-destination, if not needed leave them empty! #
myoptions="-c"
# myconfigfolder, some apps need configfolder-destination, if unneeded leave them empty! #
myconfpath="/usr/keys"
# time how long script wait till startup app #
mysleep="10"
### config section end ####
### let's doit now... ####
if [ -e /etc/.nhd2] || [ -e /etc/.start_vdr ]; then
(sleep $mysleep; $mypath/$myappname $myoptions $myconfpath &) &
fi
exit
oscam-restart erfolgt bei z.b.gm990 mittels F3-taste.
solltet ihr ne andere RC haben die keine F3 taste hat so müsst ihr dies in
/etc/lircrc:
abändern auf F1 oder F2begin
button = F3
prog = irexec
config = /usr/bin/functions.sh 1
mode = mode_F3
repeat = 0
delay = 0
flags = mode
end
Zuletzt bearbeitet: