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
_______________________________________________
maemo-developers mailing list
[email protected]
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to