Languages

Menu
Sites
Language
Executing native application with arguments.

Hi All,

I've using Tizen SDK based on Eclipse. Eclipse environment in classical design had "Arguments Tab" in Project configuration or Run confguration. In SDK version there's not this tab.

How can I execute application with any arguments?

Thanks for help

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

Responses

6 Replies
john Smith
Hi, There is no such method in SDK.
Funny Bunny
Hi John, There are a lot of people (including myself) who would like to do this. It takes us several days to discover that it is not possible. It would be of great benefit, I think, if the Tizen documentation stated clearly that it is not possible to run a standard native application from the command line. If I write a normal Linux application, and attempt to run it "from the command-line" in Tizen, is that possible?
john Smith
Hi, You can able to run the application from command line... for more information go through the below link https://developer.tizen.org/forums/general-support/how-launch-application-sdb-tool-tizen
Funny Bunny
This is very unclear. I have been using Unix since 1987, so please feel free to be specific. Let me ask an alternate question: Do Tizen devices run a shell that can be accessed by the customer?
Arun jain
Hi, Tizen Devices does not run a shell that can be accessed by the customer. If you want to go command prompt through device you have to give sdb command on shell prompt. And only we can run the tizen application. not other application from command prompt.
Funny Bunny
Thanks a lot Arun. That is the clearest answer that have receivde, and more importantly, the next time another engineer has the same question, they will be able to find your answer and know the truth very quickly. Thanks again. :)