Hi guys,
new OS - new features ;-)
I'm using RConnection for selecting a default IAP (or none).
The code works already fine on OS7.0s upto 8.1a.
It also works on 9.1 S60 emulator.
But on the device(V3.18 03-03-06 RM-38 Nokia 3250) the IAP-SelectionDialog pops up two times before the first connect attempt.
The code looks like:
....
if (iPrefs.IapId()==0)
{
//Our default is ECommDbDialogPrefDoNotPrompt
iPrefs.SetDialogPreference(TCommDbDialogPref(ECommDbDialogPrefPrompt));
}
iPrefs.SetDirection(ECommDbConnectionDirectionOutgoing);
// Start an Outgoing Connection with overrides
TInt err = iConnection.Start(iPrefs);
....
The sis-file is selfsigned(unprotected range), maybe thats the problem?
But the sis gets granted by user during install time and the
connectivity works fine - except the above issue.
Any ideas are very welcome.
Please help! No more time left for the s60 challenge ;-)
Thank you very much.
--
Tobias
www.OutBank.de




