Hi Guys :
I have used the following code it wowrks on some phone like 6220 classic,E71 etc. but it always shows pop up on n79,n97 mini etc.
code :
CCommsDatabase* commDb = CCommsDatabase::NewL(EDatabaseTypeIAP);
CleanupStack::PushL(commDb);
CCommsDbConnectionPrefTableView* connectPrefView = commDb->OpenConnectionPrefTableViewOnRankLC(ECommDbConnectionDirectionOutgoing, 1);
connectPrefView->GotoFirstRecord(); CCommsDbConnectionPrefTableView::TCommDbIapConnectionPref pref;
connectPrefView->ReadConnectionPreferenceL(pref);
iPehlaID = pref.iBearer.iIapId;
TRAPD(err1, connectPrefView->UpdateDialogPrefL(ECommDbDialogPrefDoNotPrompt));
CleanupStack::PopAndDestroy(2);
Could anybody please let me know does symbian provide any standard way to select the APN without showing popup .
Thanks
Manish

Reply With Quote


