Re: Bearers in mixed CDMA+LTE modems

2012-01-13 Thread Aleksander Morgado
I believe we need a MMBearerType enum in the 0.6 API, so that we can tell in CreateBearer() whether we want a 3GPP or CDMA (well, or POTS) bearer. This property would be redundant for 3GPP-only, CDMA-only or POTS-only modems, but would be mandatory if we have a mixed 3GPP(LTE)+CDMA bearer.

Re: Bearers in mixed CDMA+LTE modems

2012-01-13 Thread Marcel Holtmann
Hi Aleksander, I believe we need a MMBearerType enum in the 0.6 API, so that we can tell in CreateBearer() whether we want a 3GPP or CDMA (well, or POTS) bearer. This property would be redundant for 3GPP-only, CDMA-only or POTS-only modems, but would be mandatory if we have a mixed

Re: Bearers in mixed CDMA+LTE modems

2012-01-13 Thread Aleksander Morgado
Hey Marcel, I believe we need a MMBearerType enum in the 0.6 API, so that we can tell in CreateBearer() whether we want a 3GPP or CDMA (well, or POTS) bearer. This property would be redundant for 3GPP-only, CDMA-only or POTS-only modems, but would be mandatory if we have a mixed

Re: Error when trying to access nm with vala and gdbus

2012-01-13 Thread Florent Thévenet
Le jeudi 12 janvier 2012 à 19:01 -0600, Dan Williams a écrit : conn = Bus.get_proxy_sync(BusType.SYSTEM, org.freedesktop.NetworkManager.Settings.Connection, /org/freedesktop/NetworkManager/Settings/15); Here's the problem: you still need to use the NetworkManager dbus service

Re: Trying to use the DBus API with QtDBus - does the example work?

2012-01-13 Thread Lamarque V. Souza
Em Wednesday 21 December 2011, devine-ml...@ddevnet.net escreveu: On Wed, 21 Dec 2011 10:21:45 -0200, Lamarque V. Souza wrote: You should use the Settings path to get the settings for a connection: I figured that out minutes before I saw your reply :S DBUS Service: