[maemo-developers] Re: How to run application

From: daniel wilms daniel.wilms at nokia.com
Date: Mon Aug 17 10:18:10 EEST 2009
Hi Artem,

> For example, I need something like this:
> 	runApplication("usr/bin/myApplication", param1, param2 );
> 

You could use the D-Bus for that. This system offers you a standardised way to export interfaces in one application, and call them from another. I guess this is what you want to do. So you would have to define a D-Bus service, which is called by the second application. There is already a documentation how to do that [1], and there you might want to read chapter 7.3.

[1] http://maemo.org/maemo_release_documentation/maemo4.1.x/Maemo_Diablo_Reference_Manual_for_maemo_4.1.pdf

Cheers Daniel
More information about the maemo-developers mailing list