Hi, I have a problem.
I used Carbide.c++ Express 1.0, S60-SDK-0548-3.0-f.3.215f, ActivePerl-5.6.1.638-MSWin32-x86, S60WebKit revision 21772.
I want avoid HTTP Access point selection dialog and select wrong IAP for test. Avoid dialog was success. I was selected wrong IAP but Internet connection is success. why?
I think wrong IAP select then can't access internet.
can you help me please?
code
...
CCommsDatabase* commDb = CCommsDatabase::NewL(EDatabaseTypeIAP);
CleanupStack::PushL(commDb);
CCommsDbConnectionPrefTableView* connectPrefView = commDb->OpenConnectionPrefTableLC();
connectPrefView->GotoFirstRecord();
TRAPD(err, connectPrefView->UpdateDialogPrefL(ECommDbDialogPrefPrompt));
CleanupStack::PopAndDestroy(2);
CRepository *iRepository;
TRAPD(e, iRepository = CRepository::NewL( KCRUidWebUi ));
iRepository->Set( KBrowserNGDefaultAccessPoint, _L("5") );
delete iRepository;
iRepository = NULL;
...
I think accessPoint 5 was Can't access Internet. But not to do.



