Archived:Disable access point popup on Sybmian emulator
hamishwillee
(Talk | contribs) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Tidy wiki text) |
||
| Line 25: | Line 25: | ||
If you want to disable the ethernet access point popup on emulator while making an HTTP coonection,this is what you need to do: | 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 | |
| − | + | #: <code dos> | |
| − | + | ||
> cd %EPOC_ROOT%\epoc32\release\winscw\udeb | > cd %EPOC_ROOT%\epoc32\release\winscw\udeb | ||
> ceddump | > ceddump | ||
| − | + | </code> | |
| − | + | # Set DialogPref=DONOTPROMPT in following section of cedout.cfg file | |
| − | <code> | + | #: <code> |
[ConnectionPreferences] | [ConnectionPreferences] | ||
ADD_SECTION | ADD_SECTION | ||
| Line 46: | Line 45: | ||
END_ADD | END_ADD | ||
</code> | </code> | ||
| − | + | # Enter following command in command prompt | |
| − | + | <3. <code dos> ced -i cedout.cfg</code> | |
| − | > ced -i cedout.cfg | + | # Start emulator and try making an HTTP connection. It will not prompt you for access point pop up. |
| − | + | [[Category:Emulator]] | |
Latest revision as of 03:12, 19 June 2012
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.

