언어 설정

Menu
Sites
Language
Launching a command-based non-UI application from Tizen Native UI-based application

Hi!

I'm trying to build a UI-based application that "wraps up" an application that cannot be launched as a UI-based native app.

In other words...

 a) I have a command line based Tizen application, which means the corresponding app-tray icon for the application does not exist and can only be launched via sdb shell.

 b) Next, I have a Tizen IDE which can build Tizen application into TPK packages to be installed on my Tizen device.

 c) And then, using the IDE, I want to make an application that executes the application described in 'a)'

 

Is it possible to do so?

If not, then how can I launch a command-based application from an ordinary UI-based Tizen application?