A recent posting on the NowSMS discussion board raised an interesting question.
How do you use OMA Client Provisioning to add a bookmark to a mobile phone?
The NowSMS web interface has a simple function for doing this using the old Nokia/Ericsson OTA format (WAP OTA), however the web interface for OMA Client Provisioning only allows a browser home page URL to be defined.
While the NowSMS web interface does not have a field for adding bookmarks, it is quite easy to manually edit the XML document to define a bookmark.
Here’s a simple XML document that only defines a bookmark, without modifying or adding any other configuration settings:
<wap-provisioningdoc>
<characteristic type=”APPLICATION”>
<parm name=”APPID” value=”w2″/>
<characteristic type=”RESOURCE”>
<parm name=”NAME” value=”NowSMS”/>
<parm name=”URI” value=”http://www.nowsms.com”/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
The bold part of the document is the specific part that defines the bookmark. This section can be repeated to add additional bookmarks.
It is important that this bold section appear inside of a CHARACTERISTIC APPLICATION section with an APPID value of W2. (This is the application id of the mobile phone browser application.)
If you want to send a complete configuration message, including a browser home page, plus additional bookmarks, see the related discussion at http://www.nowsms.com/discus/messages/1/24907.html.
The XML document can be sent as an OTA message using the “Send XML Settings” page of the NowSMS web interface. Additional examples of submitting OTA messages programmatically can be found at the following links:
http://www.nowsms.com/doc/submitting-sms-messages/sending-oma-provisioning-content-ota-messages
http://www.nowsms.com/tag/ota
Related pages:
- Sending OMA Provisioning Content OTA Messages Sending OMA Provisiong Content over HTTP To send an OMA Provisioning Content OTA message via a menu driven interface, please...
- Sending WAP OTA Messages Sending WAP OTA Messages over HTTP To send a WAP OTA message via a menu driven interface, please see the...
- Send OMA Client Provisioning (OTA XML Settings) from the Command Line Three years ago on our discussion board we posted a simple Windows JScript that could be used to send an...
- Send OMA Client Provisioning (OTA XML) via PHP OMA Provisioing Content Messages are special SMS messages that contain information used to configure certain settings of a mobile phone,...
- Submitting MMS Messages Once NowSMS has been successfully configured to send MMS messages via the web interface, it is possible to use various...
- APIs, APIs & more APIs Need more details on how to interface with NowSMS? In this article we provide links to detailed information on interfacing...
- Provisioning SMS and MMSC User Accounts via HTTP For NowSMS v5.51 and later, an HTTP-based interface has been added to allow for account provisioning by external applications. This...
- Send MMS from the Command Line Last time, I posted a Windows JScript file that could be used to enable the sending of OMA Client Provisioning...
- Provisioning MMS Short Codes on the NowSMS MMSC When using the NowSMS MMSC as an operator MMSC, one frequently asked question is how to provision short codes for...
- Sending XML Settings Documents and Objects To send an XML Settings Document via a menu driven interface, please see the help section titled Web Menu Interface....
Topic Category: OMA Client Provisioning, OTA
For comments and further discussion, please click here to visit the NowSMS Technical Forums (Discussion Board)...

Click here to download a free trial version of NowSMS & MMS Gateway, NowSMS Lite or NowWAP Gateway.
Learn more about NowSMS Lite.