Namespaces
Variants
Actions

Archived:Disable access point popup on Sybmian emulator

Jump to: navigation, search
Archived.png
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

Article
Created: sinhashivam (11 Mar 2009)
Last edited: hamishwillee (19 Jun 2012)

If you want to disable the ethernet access point popup on emulator while making an HTTP coonection,this is what you need to do:

  1. Take a backup of %EPOC_ROOT%\Epoc32\winscw\c\cedout.cfg file
  2. Open command prompt and enter following commands
    > cd %EPOC_ROOT%\epoc32\release\winscw\udeb
    > ceddump
  3. 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
  4. Enter following command in command prompt
<3.
 ced -i cedout.cfg
  1. Start emulator and try making an HTTP connection. It will not prompt you for access point pop up.
This page was last modified on 19 June 2012, at 03:12.
73 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved