I am trying to move a new 3g module to my board , and now ,it can make a call and SMS ,but can't use gprs. when I enter the command "pppd call gprs &",the "logcat" tell me :
E/keystore( 2406): chdir: /data/misc/keystore: Permission denied E/pppd ( 2331): Connect script failed E/keystore( 2407): chdir: /data/misc/keystore: Permission denied E/keystore( 2408): chdir: /data/misc/keystore: Permission denied E/keystore( 2409): chdir: /data/misc/keystore: Permission denied the pppd.log is abort on (BUSY) expect (^M) ^M -- got it send (ABORT^M) expect (NO CARRIER) START^M ^M +STIN: 25^M ^M +CPIN: READY^M ^M SMS DONE^M ^M +STIN: 21^M ^M PB DONE^M ^M +CREG: 1, A80A, AAB2A3^M ^M +CGREG: 1^M alarm Failed this is my script : #/etc/ppp/peers/gprs # Usage: root>pppd call gprs /dev/ttyUSB3 115200 logfile /dev/log/pppd.log nocrtscts local noauth debug nodetach usepeerdns noipdefault defaultroute user "3gnet" 0.0.0.0:0.0.0.0 ipcp-accept-local noccp connect '/system/bin/chat -s -v -f /system/etc/ppp/gprs-connect-chat' disconnect '/system/bin/chat -s -v -f /system/etc/ppp/gprs-disconnect- chat' I have search the groups ,but don't find any help , Can you help me ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

