Connect Nexus Player remote to your box
#1
Hi, 
I´ve had an old nexus player laying around and I decided to try, if I will be able to connect the bluetooth Nexus Player remote to my LibreELEC Kodi box.
All buttons except the arrow back worked (and except the mic button, but thats obvious)
So to get it working, I´ve needed to apply different keymap. The Fire TV remote worked just fine.

I´ve had taken inspiration from "Connect Xiaomi Remote to LibreELEC" thread.

Create 51-these-are-not-joysticks.rules in /storage/.config/udev.rules.d and add the line:
Code:
ATTRS{vendor}=="18d1", ENV{ID_INPUT_JOYSTICK}=="?*", ENV{ID_INPUT_JOYSTICK}=""

Then, in the same directory, create 99-eventlircd.rules
Code:
KERNEL=="event*", NAME="Nexus Remote", ENV{eventlircd_enable}="true", ENV{eventlircd_evmap}="aftvsremote.evmap"

Restart the box and back button should be now working.
Reply

Logout Mark Read Team Forum Stats Members Help
Connect Nexus Player remote to your box0