Creation of Device Management profile using OMA DM
Article Metadata
Tested with
Nokia E75
Nokia 5800 XpressMusic
Compatibility
S60 3rd Edition FP2
S60 5th Edition
Article
Contents |
Overview
This article gives an overview of the commands used for creating a DM profile.
Description
OMA DM commands can be used for the remote creation of a DM profile. Various servers, such as Funambol, Sync4j, and SCTS servers, can be used for this purpose. Add, Replace, and Delete commands can be used for the creation, modification, and deletion of a DM profile.
Solution
The following commands are used for the creation of a DM profile.
Using the Add command, a new profile can be created:
./SyncML/DMAcc/<DMId001>
./SyncML/DMAcc/<DMId001>/Addr <nowiki>http://<IP>/funambol/dm</nowiki>
./SyncML/DMAcc/<DMId001>/Name Funambol
./SyncML/DMAcc/<DMId001>/PortNbr 8080
./SyncML/DMAcc/<DMId001>/ServerId funambol
./SyncML/DMAcc/<DMId001>/ServerPW srvpwd
./SyncML/DMAcc/<DMId001>/UserName funambol
./SyncML/DMAcc/<DMId001>/ClientPW funambol
The AP for the created profile can be set using the Replace command:
./SyncML/DMAcc/<DMId001>/ConRef AP/<APId002>
Existing settings of the profile can also be modified using the Replace command:
./SyncML/DMAcc/<DMId001>/PortNbr 443
To remove an existing profile, the Delete command can be used:
Delete ./SyncML/DMAcc/<DMId001>
Related articles
Adding access points on Symbian using device management
Archived:Creating multiple access points using OMA DM
Archived:Creating a WLAN access point using OMA DM


(no comments yet)