i have recently set up CoreELEC-S905.arm-8.95.3 and am very impressed with the performance boost over android. i still use android sometimes (mostly for browsing internet) and find the option in the estuary power menu to reboot to eMMC / NAND most useful, negating the need for me to remove the SD card to boot to android however - i use AEON NOX Silvo and the option is not there. i do have option to configure the power menu with custom command however.
to that end does anyone know what command is being used by estuary to complete this action so i can try and configure it in NOX Silvo?
In case someone uses skins that use âskin shortcutsâ (such as Eminence 2, Nox 5 Silvo, etc) thereâs usually no DialogButtonMenu.xml or any other related file to edit that would have the result we want.
Usually, though, these skins have the option to go to âSkin Settings â Miscellaneous â Customise shutdown menuâ.
But there, you can only add one command / action to each item.
For CoreElec with such skins to boot to Android you need two actions / commands.
System.ExecWait(â/usr/sbin/rebootfromnandâ)
Reset() or XBMC.Reboot() (correct me if Iâm wrong for the first one)
One way would be to create an item named whatever you want (e.g.âReboot to Nand / Androidâ) with this action: âSystem.ExecWait(â/usr/sbin/rebootfromnand")" and everytime you want to boot to Nand, you have to press this power menu item and then also press Reboot.
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: Adding multiple custom commands )
Created an âoverrides.xmlâ file with this content:
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â
It depends on the skinâs implementation. Youâll need to see how exactly other commands and power menu items are implemented implemented in it, and then create a new item with the proper commands for reboot from internal.
Soz to everyone to reignite this topic but Iâm still having no luck booting to emmc using latest nightly. Iâm putting in Exec.Wait command in custom settings but no reboot.
In your text editor search for the the string id="8 to give you a starting point and then add the additional section to add it to the shutdown menu.
What you then do is choose the reboot to internal option, which does nothing.
Then you choose the reboot option and voila, you reboot to the eMMC.
I didnât do any more work to find out why I had to choose both options but it worked, so was suitable for me.This is my completed file that you can play around with.
All You have to do is read this thread from top, understand how to modify a file und just do it.
The string = System.ExecWait("/usr/sbin/rebootfromnand")
Thank you, everybody. I did it with your help.
Maybe I couldnât do it very well but it solved my problem.
I changed some lines of the âDialogButtonMenu.xmlâ file of the Confluence theme.
In this way, the ârebootâ line changed from âreboot to internalâ in the shutdown menu and thatâs enough for me.
Expert friends can write more perfectly and we all learn better.
Thank you Coreelec family.
Nice to meet you friends.
Where can i find the proper commands ?
It do not work on Aeon Nox Silvo skin for Kodi 19.
It boot to Android but i have to Restart the box manualy.
(Before on Kodi 18 and aura skin it works)