Languages

Menu
Sites
Language
Reboot Device Programmatically

Is it possible to issue a reboot command in Tizen Native application (programmatically not through sdb command)?

Thanks.

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 Replies
I think there is no Native API to do that.
wil smith
I am not good at shell script... if through shell script device can be shutdown, then there is possible way: Write script file for shutdown utility.sh Inside your native application code: system("sh /opt/apps//data/utility.sh");