Kodi Community Forum
Android Reboot to Internal - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+---- Thread: Android Reboot to Internal (/showthread.php?tid=322936)



Reboot to Internal - Ozman - 2017-10-25

The power menu button on Estuary (which I hate) gives the option to reboot from internal in an android device that has both internal and external memory. Is there a way of adding this button to Transparency (which I love)?


RE: Reboot to Internal - Ozman - 2018-08-04

Anyone?


RE: Reboot to Internal - trogggy - 2018-08-04

You need a button assigned to:
Quote:System.ExecWait("/usr/sbin/rebootfromnand&quotWink
The easiest way would be to add that to a submenu or favourite.
If you want it in the power menu you'll need to edit /storage/.kodi/addons/skin.transparency(or whatever the skin id is)/1080p(or720p or xml - wherever all the skin files live)/DialogButtonMenu.xml

Edit:  I've no idea how to make that command show up properly - the Wink at the end should be "; )" (no gap between them).  It used to be straightforward to add code here, now god only knows what I'm supposed to do because every time I try I get a blank box.


RE: Reboot to Internal - Ozman - 2018-08-19

Thanks troggy.