2019-08-25, 20:38
Hey Bart,
Is there way way we could get an option to reboot to android in the power menu? I can do it now by modifying DialogButtonMenu.xml and adding
<item>
<label>Reboot to android</label>
<onclick>System.ExecWait("/usr/sbin/rebootfromnand")</onclick>
<onclick>Reset()</onclick>
<thumb>RestartNF.png</thumb>
</item>
This works fine and I can certainly keep adding it myself. It is helpful for those of us running an Elec box who dual boot between either CoreELEC or LibreELEC and android.
Thanks.
Sean
Is there way way we could get an option to reboot to android in the power menu? I can do it now by modifying DialogButtonMenu.xml and adding
<item>
<label>Reboot to android</label>
<onclick>System.ExecWait("/usr/sbin/rebootfromnand")</onclick>
<onclick>Reset()</onclick>
<thumb>RestartNF.png</thumb>
</item>
This works fine and I can certainly keep adding it myself. It is helpful for those of us running an Elec box who dual boot between either CoreELEC or LibreELEC and android.
Thanks.
Sean