I have an Ugoos AM6B+ with CE running on the microSD card.
I use the UR01-BLE remote that came with the box and paired it (with a PC mouse) in CE.
Unfortunately, after every reboot, the remote is not paired anymore.
For me, the only solution was to go to system settings and run Reset CoreELEC to defaults. Then, I could repair the remote and it works after reboot.
For me, the error first started when I once rebooted into the NAND from Coreelec. Honestly, it feels like a permission error where CoreELEC cannot write the setting to a file.
Can someone boot again to Ugoos OS to get wrong permissions and then run this command? It set root owner for all folders and files where root folder is not owned by root user.
Although changing the permissions fixed my problem, I still started from scratch with a new CE image on the card.
I also removed the option “reboot from eMMC/NAND” from the CE power menu to not accidentally click it. I don’t see any reason why I’d have to boot to Android.
copy everything from /usr/share/kodi/addons/skin.estuary/ to /storage/.kodi/addons/
then edit /storage/.kodi/addons/skin.estuary/xml/DialogButtonMenu.xml
The XML should be self-explanatory.
under “Reboot from eMMC/NAND”, set visible to False:
<item>
<label>Reboot from eMMC/NAND</label>
<onclick>System.ExecWait("/usr/sbin/rebootfromnand")</onclick>
<onclick>Reset()</onclick>
<visible>False</visible>
</item>