Hi Claudio, On 06/08/2011 09:22 AM, Claudio Degioanni wrote: > Hi all, > > I have attacched a nokia 6760 to ofono for using it as gprs modem. > > I have started the daemon with > > OFONO_ISI_TRACE=1 OFONO_ISI_DEBUG=1 ofonod -nd > > > After enabling the modem and activate the profile using > > dbus-send --system --print-reply --reply-timeout=120000 > --type=method_call --dest='org.ofono' /isiusb0 > org.ofono.Modem.SetProperty string:Powered variant:boolean:true > > dbus-send --system --print-reply --reply-timeout=120000 > --type=method_call --dest='org.ofono' /isiusb0 > org.ofono.Modem.SetProperty string:Online variant:boolean:true > > dbus-send --system --print-reply --reply-timeout=120000 > --type=method_call --dest='org.ofono' /isiusb0/context1 > org.ofono.ConnectionContext.SetProperty string:AccessPointName > variant:string:ibox.tim.it > > dbus-send --system --print-reply --reply-timeout=120000 > --type=method_call --dest='org.ofono' /isiusb0/context1 > org.ofono.ConnectionContext.SetProperty string:Active variant:boolean:true > > We obtain on last method calls the follow error: > > Error org.ofono.Error.NotAttached: GPRS is not attached > You have to wait for the modem to attach to GPRS first. Track the status of the ConnectionManager 'Attached' property. Once it changes to TRUE, then you can try to activate a context. Regards, -Denis