Zainstalowałem Aeon Nox: SiLVO na CoreELEC 19.1 Matrix z oficjalnego repozytorium kodi.
Funkcja "Reboot to android" jest widoczna i działa bez żadnego problemu.
Nie musiałem nic dodawać, nawet w pliku DialogButtonMenu.xml jest już odpowiedni wpis:
Funkcja "Reboot to android" jest widoczna i działa bez żadnego problemu.
Nie musiałem nic dodawać, nawet w pliku DialogButtonMenu.xml jest już odpowiedni wpis:
<control type="button" id="8">
<description>Reboot to Android button</description>
<width>510</width>
<height>60</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<textwidth>435</textwidth>
<textoffsetx>45</textoffsetx>
<texturefocus colordiffuse="$VAR[HighlightBarColor]" border="35,2,35,2">button_shutdown_focus.png</texturefocus>
<texturenofocus border="35,2,35,2">button_shutdown_nofocus.png</texturenofocus>
<onclick>System.ExecWait("/usr/sbin/rebootfromnand")</onclick>
<onclick>Reset()</onclick>
<visible>System.PathExist("/dev/env")</visible>
<font>font14</font>
<label>$LOCALIZE[31576]</label>
</control>

