Adding access points on Symbian using device management
Article Metadata
Overview
Adding access points via device management
Description
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.
Solution
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 comments yet)