언어 설정

Menu
Sites
Language
How to Reboot phone from cmd line

Hi 

 

Can anyone help me how to restart tizen device using sdb. I see no option like sdb reboot 

Is there any other way to interact from command line to reboot phone

 

Thanks

Naveen

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

Responses

5 댓글
muditha murthy
Just type the command "reboot". It worked for me and restarted my device.
Naveen D
"reboot" is not working . "Command" not found
Hi muditha murthy, I also try this command but not working for me. Can you explain the steps for reboot command ,which is working for you.
muditha murthy
Hey reboot command works for me.. You need to be a super user to execute the command sucessfully. In the command prompt go to the SDK tools folder sdb -d shell reboot now if it asks like you need to be super user then type su, this would give you the superuser privilege. and then type reboot command, you would see that the tizen device reboots.
kavish
Hi muditha murthy, thanks for giving details information. after using su for super user it works . Keep it up good work.