I'm using the script from the wiki[0]: 

#!/bin/sh
APN="internet.parlino.se"
USERNAME="x"
PASSWORD="x"
BUSNAME="org.freesmartphone.ogsmd"
OBJECTPATH="/org/freesmartphone/GSM/Device"
SETMETHODNAME="org.freesmartphone.GSM.PDP.SetCredentials"
ACTMETHODNAME="org.freesmartphone.GSM.PDP.ActivateContext"
mdbus2 -s $BUSNAME $OBJECTPATH $SETMETHODNAME $APN "$USERNAME"
"$PASSWORD"
mdbus2 -s $BUSNAME $OBJECTPATH $ACTMETHODNAME

, but it reports: 

[ERR]: No method org.freesmartphone.GSM.PDP.SetCredentials found at 
/org/freesmartphone/GSM/Device for org.freesmartphone.ogsmd
[ERR]: Need 3 params for signature 'sss', supplied 0

Any pointers as to what I can try?

[0]http://wiki.openmoko.org/wiki/GPRS_FSO#Using_scripts

-- 
Esben Stien is b...@e     s      a             
         http://www. s     t    n m
          irc://irc.  b  -  i  .   e/%23contact
           sip:b0ef@   e     e 
           jid:b0ef@    n     n
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to