Hi, the browser can be opened by using a dbus-service. The package is called "tablet-browser-interface" and you find the header in the dev-package. Here is an example how to call the service from the command line:
dbus-send --system --type=method_call --dest="com.nokia.osso_browser" --print-reply /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"http://www.google.com" Cheers Daniel ext Brent Chiodo wrote: > I am writing an application for Maemo 5/Fremantle that needs to load > the browser to a specific page when needed. How would I go about > calling the browser? > > Ideally, I want to open the browser in a new window to a specific page > and in the current browser process if there is already one open. > > Thanks. > > -- > Best Regards, > > Brent Chiodo _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
