View Single Post
  #1 (permalink)  
Old 02-21-2011, 08:43 AM
muziling's Avatar
muziling
PPCGeeks Regular
Offline
 
Join Date: Nov 2010
Posts: 175
Reputation: 55
muziling is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Question [Q] can not change APN's mmc&mnc, what's disconnect cmd

Two question:
Quote:
cdma connect command is:
err = at_send_command("AT+CFUN=1", NULL);
err = at_send_command("AT+HTC_DUN=0", NULL);
err = at_send_command("ATH", NULL);
err = at_send_command("ATDT#777", &p_response);

and disconect command is what ? I need this command to disconnect data.
Quote:
create an apn, defaut mmc=310, mnc=995, if I change this values, apn can not be saved success, and log output:
E/TelephonyProvider( 4581): Failed setting numeric '310995' to the current operator
Reply With Quote