Command to reboot to eMMC NAND to use on other skins?

skin.confluence.r2.zip (7.1 MB)

This is confluence skin, with ‘reboot to android button’ work with Coreelec 9.2 (not ng version)
Here is the change:

<control type="button" id="8">
				<description>Reboot button</description>
				<width>340</width>
				<height>40</height>
				<textcolor>grey2</textcolor>
				<focusedcolor>white</focusedcolor>
				<align>center</align>
				<textwidth>290</textwidth>
				<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
				<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
				<onclick>Reset()</onclick>
				<visible>System.CanReboot</visible>
				<pulseonselect>no</pulseonselect>
				<font>font13</font>
				<label>13013</label>
			</control>
			<control type="button" id="15">
				<description>Reboot2 button</description>
				<width>340</width>
				<height>40</height>
				<textcolor>grey2</textcolor>
				<focusedcolor>white</focusedcolor>
				<align>center</align>
				<textwidth>290</textwidth>
				<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
				<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
				<onclick>System.ExecWait("/usr/sbin/rebootfromnand")</onclick>
       <onclick>Reset()</onclick>
				<visible>System.CanReboot</visible>
				<pulseonselect>no</pulseonselect>
				<font>font13</font>
				<label>Reboot to Android</label>
			</control>
1 Like