remote file for the u22 and Logitech Harmony remote

tom31

Member
i make a remote file for the u9 / u22 and my Logitech Harmony remote (harmony setup to: minix u9 "android")
for coreelec our libreelec
it is the same on the u9 our for the u22

working keys are:

KEY_1 to 9
KEY_VOLUMEDOWN
KEY_CHANNELDOWN
KEY_CHANNELUP
KEY_UP
KEY_DOWN
KEY_LEFT
KEY_RIGHT
KEY_ENTER
KEY_FORWARD
KEY_REWIND
KEY_FIND
KEY_HOME
KEY_PLAY
KEY_STOP
KEY_POWER
KEY_BACK
KEY_MENU

who is interested can download the file here:
https://1drv.ms/u/s!AsGbD4NPF-BLgzPNw3V8Yw9NEBAd

you need to activate ssh in corelec and instal putty on windows
setup guide in the download map

after this you can install keymap editor.
to use the keys from 1 to 9 to open windows you are use frequently.
in my case in (full screen video)
8 download subtitles windows
4 and 6 sync subtitles
7 open video settings window



on the u22 you have to set inject bl301 to minix
so it will start corelecty after you power off from coreelec.

How to use the inject_bl301 tool:

How to enable/disable:

Settings
CoreELEC
Hardware
Inject BL301 Blob





inject_bl3012903×1795 638 KB



if you want to have a tab to boot to android but you use a skin that don't have this in power menu.

If you want to have one power menu item to do the job, here are the instructions and what I did (by following this post: https://forum.kodi.tv/showthread.php?tid=227079&pid=2500298#pid2500298 102 )

  1. Created an “overrides.xml” with file with this content:

<?xml version="1.0" encoding="UTF-8"?>
<overrides>
<override action="RebootToAndroid">
<action>System.ExecWait("/usr/sbin/rebootfromnand")</action>
<action>XBMC.Reboot()</action>
</override>
</overrides>


  1. Copied it within the “userdata” folder
  2. Went to “Skin Settings -> Miscellaneous -> Customise shutdown menu” and added an item with the label “Reboot to Android” and this action (without the quotes): “RebootToAndroid”


That’s it.
 
Last edited:
Back
Top