Closed labdiynez closed 3 years ago
@jurialmunkey closed reason?
@jurialmunkey closed reason?
Because it isn't a bug. You can already customise the power menu and add whatever you want to it in
Skin Settings > Lists and Other > Customise power menu
@jurialmunkey I don't see reboot to android option for coreelec.
@showkubii Maybe you should have been more specific.
In any case, there's likely not any way to do that, since you often have to move a physical switch on the device to choose between the two boot options, depending on the device.
@drinfernoo I tried adding it manually but it didn't work. powermenu.DATA.xml
<shortcut>
<label2>Power Menu Shortcut</label2>
<label>Reboot to Android</label>
<action>System.ExecWait("/usr/sbin/rebootfromnand")</action>
<action>Reset()</action>
<visible>System.PathExist("/dev/env")</visible>
<icon>special://skin/extras/icons/android.png</icon>
</shortcut>
Ah I see what the problem is - it requires two actions to run this command but you can only set one from the dialog. You need to be more descriptive about the exact issue when creating a bug reports / feature requests.
Please try latest version I just pushed. You should now have a "Reboot to Android" available in "Kodi Commands"
Customise Power Menu > Choose Item for Menu > Kodi Commands > Reboot to Android
@jurialmunkey I have tested it works. Thank you for fix.
Please could you add this fix to the leia branch. Its working great in matrix
Added a Reboot to eMMC/NAND option in Power button.