Channel up/down button not working as expected

ZeljkoZep

Vu+ Newbie
Thank you very much
I plan to put it on: / usr / script / and run it manually (green panel / Script) after updating BH.

Is the final code ok ?
******************************
#!/bin/sh
#DESCRIPTION=Keymap file change to new setings.
cp -i /usr/share/enigma2/keymapNew.xml /usr/share/enigma2/keymap.xml
echo "Keymap file change to new setings (CH+ and CH-)"
killall -9 enigma2
exit 0
******************************

P.S.
Excuse me in bad English, I never taught it except through Western movies and O.S. Windovs 3.1 and more.
And I used to have a no-enigma satellite receiver and watch TV, movies, documentaries, and sports. Now my wife tells me that I bought myself a toy and she can no longer watch her shows.
 

ZeljkoZep

Vu+ Newbie
Alex
with "killall -9 enigma2" no info message is displayed and after restart I get a small screen image.
I tested with "killall eninigma2" everything is ok.
Greeting
 

AlexWilMac

Moderator
Probably you get a small screen if you launch it while a menu is displayed. I use it very often and it always works. Anyway...
 
Top