Re: net.connman.Service setProperty

2015-10-13 Thread Patrik Flykt
On Tue, 2015-10-13 at 04:22 +, francobrun...@hotmail.com wrote: > Thanks. > > Are you able to change IPv4 configuration? I'm getting not supported error. 'IPv4.Configuration' is the property to change. On low-level the attribute is an 'sv' with the variant 'v' containing a dict which is of

RE: net.connman.Service setProperty

2015-10-13 Thread Francesco Bruno
Thanks Patrik, I've seen that the Connman version I'm working with is the 1.29 and that in 1.30 some fixs have been done on ipv4 configuration. Maybe it is worth to update my version first. Thanks & Regards Francesco > Subject: Re: net.connman.

Re: net.connman.Service setProperty

2015-10-12 Thread Adam Moore
I¹m not sure if this will do it, but in my agent¹s RequestInput method implementation, which expects a dictionary, I had to wrap it in a tuple. This might be worth a quick try: GVariant *set_property_with_me = g_variant_new_tuple(, 1); // Now returning ({sv}) On 10/12/15, 6:30 AM, "connman

Re: net.connman.Service setProperty

2015-10-12 Thread francobruno77
Thanks. Are you able to change IPv4 configuration? I'm getting not supported error. It doesn't work even with python test application. The service stucks in configuraton state and the method cannot be changed in anything but off. Any idea? Thanks. Francesco Bruno On Mon, Oct 12, 2015