You can create an app providing a shutdown / reboot function. Must be signed with the firmware key like described in the SerialPort Demo tutorial. In Manifest you must request android.permission.SHUTDOWN. In your code, you add: Intent intent = new Intent("android.intent.action.ACTION_REQUEST_SH...