On the subject of remotes, I had the same problem you describe with the UR-01 (and all Bluetooth) remotes continuously un-pairing every time I shut off or restarted the AM6b+.
I did a lot of digging and found a
post on the CoreElec forum that suggested the problem was due to linux permissions issues with the files or folders that hold the remote control configuration data not being set correctly, and the remedy was to connect to the AM6B+ using a terminal client (I used
PuTTY which is great, and free) and issue the following command:
find /storage -maxdepth 1 -type d ! -user root -exec chown -R root:root {} \;
I did this and it solved the problem for me, I haven't had to re-pair my UR-01 or my Logitech Harmony since then.
--
On the subject of the Harmony remote, just in case anyone else gets an AM6B+ and has one, if you want to control CoreElec with yours, add a new device with manufacturer name 'Microsoft' and model number 'Kodi'. I think I mentioned this elsewhere, but it's crazy how good CoreElec is with a Harmony remote, all the buttons are mapped correctly and it's snappier and more responsive than some of the 'real' remotes I have, including my cable box.
I also wanted to be able to control the AM6B+ using the Harmony remote when it was booted up in Android, and to do this you have to add it again as another device because it sees the Android boot and the CoreElec boot as two different things.
Harmony's database has an entry for the AM6B (manufacturer: UGoos / model: AM6B) but it uses IR control, and is a bit sluggish as a result, which I wasn't happy with because the UR-01 that comes with it is bluetooth and super quick. After some trial and error I discovered that adding the AM6B+ as a NVidia Shield (manufacturer: NVidia / model: Shield TV Pro) does the trick, with the one caveat being that
two of the buttons are mapped incorrectly and you need to fix them yourself. There's a tutorial on how to do this on the Logitech website
here - first the 'Exit' button needs to be remapped to the 'Home' command, and the 'Back' button (the u-turn arrow button below and to the right of the control pad) needs to be remapped to the command 'Back' from the list. After that you can fully control the AM6B+ using the Harmony remote.