View Single Post
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#4
You can do it pretty easily dbus. Example of opening the phone application:
Code:
dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"rtcom-call-ui"
Just replace the rtcom-call-ui with your application's name to open it.
 

The Following User Says Thank You to laasonen For This Useful Post: