Hi!
I use LibreELEC-MX3G.arm-7.0.1.4.xz for my clone M8S (Amlogic S812).
It works well, except remote. (LibreELEC use only 1GB RAm instead of 2, but 1 GB enough for LibreELEC)
I extract remote.conf from M8S 's Android firmware and put into Kodi's config directory. Arrows buttons works, but Ok do not work. How can I fix OK button?
I find my remote.conf
ok_key_scancode = 0x13
Which is the working code for OK?
I found the solution. 0x13 is correct.
but I had to change scancode in remote.conf
#ok_key_scancode = 0x13 I put # before this line
And I modified key_begin section
# 0x13 232
0x13 28 #ENTER OK
So I changed 232 to 28