语言

Menu
Sites
Language
how to launch an application via 'sdb' tool on Tizen

I want to launch a Tizen App via sdb tool,like "sdb shell xxxxx clock",is it possible? how to do? 

 

thanks.

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

响应

2 回复
Pushpa G
Navigate to sdb shell: Open the terminal: If you are using windows pc, then Go to start->run->cmd->navigate to your tizen-sdk>tools folder path then type the command sdb -d shell to connect to the device prompt, type the command sdb -e shell to connect to the emulator prompt If you are using ubuntu PC, then open the terminal and directly type sdb –d shell to connect to the device prompt, sdb -e shell to connect to the emulator prompt, Then type the following command, launch_app appid eg: launch_app 8r4r5ddzzn.Messages
bao hongbin
It works for me. thanks.