Reboot to Android tab

Why is this not working any more on coreelec 19 ?
Do i have to change something?
Now it’s still reboot to Android but now i have to reboot the box myself.
On coreelec 9.2.6 it’s reboot automatic

This is what i did on both coreelec versions:

if you 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 )

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

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

Copied it within the “userdata” folder
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.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.