Kodi Community Forum
Bug Android TV Box - System.Reboot does not work - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+---- Forum: Android Development (https://forum.kodi.tv/forumdisplay.php?fid=184)
+---- Thread: Bug Android TV Box - System.Reboot does not work (/showthread.php?tid=245657)



Android TV Box - System.Reboot does not work - InterKOT - 2015-10-28

Tried to execute this command to reboot an Android TV Box:

{"jsonrpc":"2.0","id":1,"method":"System.Reboot" }

Got this message:

{"error":{"code":-32100,"message":"Failed to execute method."},"id":1,"jsonrpc":"2.0"}

And the device obviously did not reboot.

The permissions are ok:

{"jsonrpc":"2.0","id":1,"method":"JSONRPC.Permission" }

{"id":1,"jsonrpc":"2.0","result":{"ControlGUI":true,"ControlNotify":true,"ControlPVR":true,"ControlPlayback":true,"ControlPower":true,"ControlSystem":true,"ExecuteAddon":true,"ManageAddon":true,"Navigate":true,"ReadData":true,"RemoveData":true,"UpdateData":true,"WriteFile":true}}


RE: Android TV Box - System.Reboot does not work - Martijn - 2015-10-28

Reboot is not implemented for Android. And "exit" iirc