[maemo-developers] Is it possible to make a "well-behaved" pyGame app with maemo-python ?

From: Mike Morrison mike_morrison at alumni.uvic.ca
Date: Fri Nov 30 01:20:06 EET 2007
On Nov 29, 2007 2:33 PM, Thomas D. Waelti <twaelti at dplanet.ch> wrote:
> Something else: make sure your service name is something like com.nokia.yourapp, and NOT com.yourdomainname.yourapp or so...
> And in the osso context, only connect to the yourapp part of the service, not the full service name...

Almost. You can use com.yourdomainname.yourapp as the service name but
then you must pass the full service name in to osso_initialize(). If
you use com.nokia.appname as a service name, you only need to pass the
appname into osso_initialize(). Unfortunately they fail to mention
this necessary tidbit of information in all the documents on the
matter.

Mike

More information about the maemo-developers mailing list