Namespaces
Variants
Actions
(Difference between revisions)

Archived:Disable access point popup on Sybmian emulator

Jump to: navigation, search
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:
  
1. Take a backup of %EPOC_ROOT%\Epoc32\winscw\c\cedout.cfg file
+
# Take a backup of %EPOC_ROOT%\Epoc32\winscw\c\cedout.cfg file
 
+
# Open command prompt and enter following commands
2. 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>
2. Set DialogPref=DONOTPROMPT in following section of cedout.cfg file
+
# 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>
3. Enter following command in command prompt
+
# 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.
  
4. 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.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.
74 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