Windows Mobile - OTA CP

Windows Mobile - OTA CP SearchSearch
Author Message
Rafael Pacheco
New member
Username: Rpachecoh

Post Number: 1
Registered: 05-2007
Posted on Thursday, May 10, 2007 - 01:19 pm:   

Hi everybody.

I am trying to send via OTA an XML to configure CM_GPRSEntries. This Settings works via RAPI, but I try to use NowSMS to configure that device via OTA, but I cannot make it works.

First of all, I'm trying to add a Browser favourite (very simple operation) sending the XML through NowSMS "Send XML Settings Document" option to prove it works properly. The code is shown here:
<wap-provisioningdoc>
<characteristic type="BrowserFavorite">
<characteristic type="Google">
<parm name="URL" value="http://www.google.com"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>

I receive the message, and it tells configuration was correctly changed, but it does nothing. I think it could be happening due to Security Policy, but I'm not sure.

Does anybody knows the Security Policies I need to make them work??? Or any other possible reason???

Thanks million.
Jonathan White
New member
Username: Jon_white

Post Number: 1
Registered: 07-2007
Posted on Thursday, July 05, 2007 - 11:05 pm:   

Windows Mobile does not support OTA out of the box - you need to change some security policies on the device (either using rapiconfig or a signed cab file) and then load an xml document describing a list of trusted proxies (shortcodes) onto the device.

then you should be able to OTA it from those shortcodes....