[maemo-developers] [maemo-developers] osso-gwconnect ,still seem not work
From: Patrik Flykt Patrik.Flykt at nokia.comDate: Thu Jan 19 11:25:21 EET 2006
- Previous message: [maemo-developers] osso-gwconnect ,still seem not work
- Next message: [maemo-developers] SDL_perl installation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, On Thu, 2006-01-19 at 16:48 +0800, ext 程波 程 wrote: > if(osso_get_dbus_connection(p->context)==NULL) > dprint("can not to session bus"); > if(osso_get_sys_dbus_connection(p->context)==NULL) > dprint("con not to sys bus"); > osso_rpc_run(p->context,"com.nokia.btsearch","/com/nokia/btsearch/request","start_search",N > ULL,NULL,DBUS_TYPE_INVALID); Maybe 'osso_rpc_run' uses the session bus? I know for sure that btsearch uses the system bus and I can't see any function call arguments that would force 'osso_rpc_run' to use the system bus. If you check the BT keyboard plugin code, it does not use osso_rpc_* at all, but creates the dbus method calls from scratch. In that code there seems to be a nasty bug in sending a method call with no callback... I have to drop the developer a mail. Cheers, Patrik -- Patrik Flykt <Patrik.Flykt at nokia.com>
- Previous message: [maemo-developers] osso-gwconnect ,still seem not work
- Next message: [maemo-developers] SDL_perl installation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]