| ID | TSS000699 | Creation date | June 25, 2007 |
| Platform | Devices | ||
| Category | Symbian C++ | Subcategory | Networking |
| Keywords (APIs, classes, methods, functions): |
Adding access points via device management
Management objects can be added to the device using a device management server, such as Funambol or SCTS DM Server.
When trying to add an access point using a command ./AP/<x>, it will fail with error 404 if some of the mandatory nodes are missing.
By adding the following commands to the custom list of operations to be sent as one command, an access point can be successfully created.
Add ./AP/<APIdxxx>
Add ./AP/<APIdxxx>/NAPDef/<NAPIdxxx>
Add ./AP/<APIdxxx>/NAPDef/<NAPIdxxx>/Name NewAPName
Add ./AP/<APIdxxx>/NAPDef/<NAPIdxxx>/Bearer/<BIdxxx>
Add ./AP/<APIdxxx>/NAPDef/<NAPIdxxx>/Bearer/<BIdxxx>/BearerL GSM-GPRS
Add ./AP/<APIdxxx>/NAPDef/<NAPIdxxx>/Bearer/<BIdxxx>/Direction Outgoing
No related wiki articles found