[maemo-developers] Fremantle: Opening URLs and local files
From: daniel wilms daniel.wilms at nokia.comDate: Thu Sep 17 14:02:19 EEST 2009
- Previous message: Fremantle: Opening URLs and local files
- Next message: Fremantle: Opening URLs and local files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, here is an example for a d-bus call to open the browser: 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" To use the mediaplayer you could have a look into the Media Application Framework (MAFW) API [1] and documentation [2]. Another option, which might be easier in your case. is to open the file by its MIME type. In the header (hildon-mime.h) you will find a function called hildon_mime_open_file, which should do the thing you want. [1] http://maemo.org/api_refs/5.0/beta/mafw-shared/ [2] http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Using_Multimedia_Components/Media_Application_Framework_(MAFW) Cheers Daniel ext Thomas Perl wrote: > Hello! > > What is the canonical way of opening a browser and the media player > (or more general: opening a URL and opening a local file) from code > on Fremantle? > > Is there a command-line utility that can be used or a D-Bus call? If so, > where is the D-Bus call documented (sample code would be enough ;). > > Thanks, > Thomas > _______________________________________________ > maemo-developers mailing list > maemo-developers at maemo.org > https://lists.maemo.org/mailman/listinfo/maemo-developers >
- Previous message: Fremantle: Opening URLs and local files
- Next message: Fremantle: Opening URLs and local files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]