(2024-11-09, 18:35)MB1968 Wrote: (2024-11-09, 10:29)YinYang Wrote: (2024-11-09, 00:19)latts9923 Wrote: @YinYang
The button labeled "SYSTEMNEUSTART" is the one you're looking for.
Hey Hallo
Nothing happens when I press the SYSTEMNEUSTART” button.
After pressing it, it disappears and I remain on the main screen.
1. Have you tried setting the language to English?
2. Open DialogButtonMenu.xml in the skin xml folder and find:
old:
<item>
<label>31241</label>
<onclick>System.ExecWait("/usr/sbin/rebootfromnand")</onclick>
<visible>[System.Platform.Android | System.Platform.Linux | System.Platform.Linux.RaspberryPi] + System.CanReboot</visible>
</item>
and replace by::
new:
<item>
<label>31241</label>
<onclick>System.ExecWait("/usr/sbin/rebootfromnand")</onclick>
<onclick>Reset()</onclick>
<visible>[System.Platform.Android | System.Platform.Linux | System.Platform.Linux.RaspberryPi] + System.CanReboot</visible>
</item>
Thanks for your effort @
MB1968
I have noticed something funny, whether with your change or without no automatic reboot to nand happens, but only what I have already written here.
However, I noticed that if I first press SYSTEMNEUSTART, where nothing visible happens, this is not quite right because if I then click on the normal reboot after clicking SYSTEMNEUSTART, the system seems to have remembered the previous command and it does not reboot back into the coreelec afterwards, but into the nand as I want it to.
Unfortunately I have no explanation for this but maybe it will help you to find the error or if this is exactly what I want.
So that I haven't done anything wrong, I'm sending you my modified DialogButtonMenu.xml which is in the directory \\CoreELEC\Addons\skin.aeonmq8.omega.mod\xml
if I have done everything right, if not sorry I am not an expert.
But thank you very much for your help
DialogButtonMenu.xml