语言

Menu
Sites
Language
Reboot Device Programmatically

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

Thanks.

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

2 回复
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");