Archived:Disable access point popup on Sybmian emulator
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
Article Metadata
If you want to disable the ethernet access point popup on emulator while making an HTTP coonection,this is what you need to do:
- Take a backup of %EPOC_ROOT%\Epoc32\winscw\c\cedout.cfg file
- Open command prompt and enter following commands
-
> cd %EPOC_ROOT%\epoc32\release\winscw\udeb
> ceddump
-
- Set DialogPref=DONOTPROMPT in following section of cedout.cfg file
-
[ConnectionPreferences]
ADD_SECTION
# COMMDB_ID = 1
Name=DefaultRecordName-1
Ranking=1
Direction=OUTGOING
BearerSet=CSD & LAN & Virtual & WCDMA
DialogPref=DONOTPROMPT
IAP=3
FIELD_COUNT=6
END_ADD
-
- Enter following command in command prompt
ced -i cedout.cfg
- Start emulator and try making an HTTP connection. It will not prompt you for access point pop up.

