Categories: Python | How To | Code Examples | S60
This page was last modified 18:32, 9 April 2008.
Setting default access point in python
From Forum Nokia Wiki
This small snippet explains how to set a default access point in phone for GPRS connection in PyS60.
from socket import * apid = select_access_point() #Prompts you to select the access point apo = access_point(apid) #apo is the access point you selected set_default_access_point(apo) #Sets apo as the default access point
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| connect to URL | migut | Python | 14 | 2008-07-10 13:41 |
| Access Point Winsock Deleted | jupitar | Symbian Tools & SDKs | 5 | 2008-09-18 10:08 |
| D211 doesn't connect to D-Link DI-624 | detlef.krull | Multimodecards | 16 | 2003-12-09 20:49 |
| Is it possible to avoid the access point prompt on local loopback with N95? | dmarosi | Mobile Java General | 0 | 2008-04-10 01:48 |
| Compiling a default.py with a library | alancupid | Python | 6 | 2008-08-25 09:31 |
