Languages

Menu
Sites
Language
How to send commands to application through 'sdb shell'?

Hi,

May be anyone can advise, is it possible to send application controls to Tizen native application by 'sdb shell ...' like in Android through 'adb shell am ...'?

Thanks for an answer!

View Selected Answer

Responses

5 Replies
Alex Ashirov

Hi,

It seems that it's not possible with sdb. There was similar topic recently:

https://developer.tizen.org/forums/sdk-ide/sdb-shell-input-tap-or-touch-screen-command.

Sagar Tak

Hi Alex,

I have the same question. Its almost being 3 years you have answered this post. I would like to know is there any development being done on enhancment of SDB. I have checked SDB developer website but didn't find anything similar. SDB only provides limited set of commands.

André Reus

hi Sagar Tak, 

According to the publicly available documents, may be not till now. You can check official documents from here

1. https://developer.tizen.org/development/tizen-studio/web-tools/running-and-testing-your-app/sdb

And if you find the solution, please share with us. 

Mark as answer
Alex Dem

Hi,
You could use 'launch_app appId' only to launch app from sdb shell.
Alexey.

Oleksandr Fadieiev

You're right, I found the same solution in parallel :) So, it's an answer. Also we can use command line arguments to emulate some behaviour or make tests.