Re: [IVI] GDBUS failed to get a name

2015-02-05 Thread Rees, Kevron
First, I would try a config that we know works. Take a look at this: https://github.com/otcshare/automotive-message-broker/blob/0.14/plugins/dbus/amb.conf Change the service name from "org.automotive..." to "org.tizen.setting" and verify it still works. Then you can add stuff one at a time and t

Re: [IVI] GDBUS failed to get a name

2015-02-05 Thread
I am running code as "root",but it can not be get a dbus name.What can I do? At 2015-01-28 07:30:00, "Rees, Kevron" wrote: >On Mon, Jan 26, 2015 at 5:39 PM, 王 wrote: >> I am using gio and DBUS implementation to create a daemon process. I'm using >> g_bus_own_name() to acquire the name, an

Re: [IVI] GDBUS failed to get a name

2015-01-27 Thread Rees, Kevron
On Mon, Jan 26, 2015 at 5:39 PM, 王 wrote: > I am using gio and DBUS implementation to create a daemon process. I'm using > g_bus_own_name() to acquire the name, and my error case respond the the > busAcquiredCb then nameLostCb scenario. Here is my code. > mNameRequestId = g_bus_own_name(G_BUS_TYP

[IVI] GDBUS failed to get a name

2015-01-26 Thread
I am using gio and DBUS implementation to create a daemon process. I'm using g_bus_own_name() to acquire the name, and my error case respond the the busAcquiredCb then nameLostCb scenario. Here is my code. mNameRequestId = g_bus_own_name(G_BUS_TYPE_SYSTEM, //bus type "org.tizen.setting", //bus n