GDPR Privacy Policy Template

We may use your personal data to offer personalised services

Modding your remote settings WeTeK RCU under OpenELEC

Очень плохоПлохоСреднеХорошоОтлично
(2 ratings, average: 5.00 from 5)
Loading ....
Модинг настроек пульта WeTeK RCU под OpenELEC

This article contains information about how to configure remote control for yourself, making use of the operating system OpenELEC Bole convenient and fast.
The information is provided based on the settings for the buttons on the channel list and tv guide EPG remote WeTeK RCU.

To change remote control RCU WeTeK reaction will create or make changes to the file keyboard.xml that must be located on the FTP path /storage/./userdata/kodi keymaps or just in your browser \\\\OPENELEC\\Userdata\\keymaps

Модинг настроек пульта WeTeK RCU под OpenELEC

Модинг настроек пульта WeTeK RCU под OpenELEC

The file itself keyboard.xml should look like this:

<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<FullscreenLiveTV>
<keyboard>
<menu>OSD</menu>
<f6>ActivateWindow(pvrosdchannels)</f6>
<f2>ActivateWindow(tvguide)</f2>
</keyboard>
</FullscreenLiveTV>
</keymap>

[attachment = 116:keyboard.zip]

And so after creating the file keyboard.xml in the folder \\\\OPENELEC\\Userdata\\keymaps the receiver requires a reboot. After starting receiver in polnomernom watching tv channels available to us two additional buttons, the call to the channel list menu and tv guide EPG remote WeTeK RCU:

Модинг настроек пульта WeTeK RCU под OpenELEC

I use skin Visual design Aeon Nox 5: Maniac from the repository [attachment = 117:repository.maniac-1.1.zip], as a result of :

Channel list menu when you press the button on your remote control RCU WeTeK ”*\”

Модинг настроек пульта WeTeK RCU под OpenELEC

EPG menu in the Aeon skin Nox 5: Maniac may have 3 different kinds of

STANDARD

Модинг настроек пульта WeTeK RCU под OpenELEC

LARGE

Модинг настроек пульта WeTeK RCU под OpenELEC

Miniflied

Модинг настроек пульта WeTeK RCU под OpenELEC

Change the appearance of the skin preferences EPG Aeon Nox 5: Maniac

Модинг настроек пульта WeTeK RCU под OpenELEC
Also want to add that the EPG for channel preview can also be displayed and thus

Модинг настроек пульта WeTeK RCU под OpenELEC

If you need this kind of e-guide, must be in a file keyboard.xml replace string

<f2>ActivateWindow(tvguide)</f2>

on

<f2>ActivateWindow(pvrosdguide)</f2>

the finished file keyboard.xml will have a look

<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<FullscreenLiveTV>
<keyboard>
<menu>OSD</menu>
<f6>ActivateWindow(pvrosdchannels)</f6>
<f2>ActivateWindow(pvrosdguide)</f2>
</keyboard>
</FullscreenLiveTV>
</keymap>

These are not artful settings will help in the daily use of OpenELEC using WeTeK remote control RCU. If you are the owner of another remote control for example from receiver WeTeK OpenELEC

Модинг настроек пульта WeTeK RCU под OpenELEC

You will need other data file for remote control keys keyboard.xml, for example

<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<FullscreenLiveTV>
<keyboard>
<menu>OSD</menu>
<f7>ActivateWindow(pvrosdchannels)</f7>
<F8>ActivateWindow(pvrosdguide)</F8>
</keyboard>

P. S. Please note you have codes of buttons may vary. T.. I have a remote control from the openelec version and there's no epg button, Therefore, I appointed the red button

To search for your remote buttons code should execute such actions provided by the kind person a_orlin with 4pda

It means doing the following:
1) Turn on debug output log (System-System Debug > >-> enable log otdadki). The log file will be razpolagat′sâ on the way
/storage / Do / temp / kodi.log

Модинг настроек пульта WeTeK RCU под OpenELEC

2) Go to SSH into Wetek (The SSH daemon must be started):
If on Windows then use putty (who on linux or mac, I think no need to explain)

user: root
password: openelec

Модинг настроек пульта WeTeK RCU под OpenELEC

We are now in the console
3) Run command:

tail -f /storage/.kodi/temp/kodi.log

T. e.. We will monitor the log in real time

4) Now press the button on the remote control (to which you want to assign the action) and in the log we will see something like the following:

Модинг настроек пульта WeTeK RCU под OpenELEC

Note on line:
DEBUG: OnKey: F8 (0xf097) pressed, screen saver/dpms woken up

where F8 and there is a code of the desired buttons (You may have a different code)
Now exit the log (Ctrl + C)

5) Go to kodi. wiki and look keymaps
Find the desired action (for example pvrosdguide) and prescribe the f8 button

<F8>ActivateWindow(pvrosdguide)</F8>

Full config file keyboard.xml

<?xml version="1.0" encoding="UTF-8"?>
<keymap>
  <FullscreenLiveTV>
    <keyboard>
      <menu>OSD</menu>
      <f7>ActivateWindow(pvrosdchannels)</f7>
      <F8>ActivateWindow(pvrosdguide)</F8>
    </keyboard>
  </FullscreenLiveTV>
</keymap>

6) Pour keyboard.xml in the folder \\\\OPENELEC\\Userdata\\keymaps

7) Reboot console

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *