MMS OTA for MS Smartphone

MMS OTA for MS Smartphone SearchSearch
Author Message
Folke Wahlbin
Posted on Tuesday, October 14, 2003 - 04:14 pm:   

Hi all,

I have an old version of "Windows® Powered Smartphone Adaptation Kit for Mobile Operators" I have used it to create WBXML to send out WAP/GPRS OTA via NowSMS. Has anyone seen such documentation covering MMS?

Thanks,
Folke

Bryce Norwood - NowSMS Support
Posted on Tuesday, October 14, 2003 - 07:55 pm:   

I assume that it doesn't use the same formats as Nokia?

<characteristic type="APPLICATION">
<parm name="APPID" value="w4"/>
<parm name="TO-PROXY" value="timon.dk" />
<parm name="ADDR" value="http://wap.timon.dk" />
</characteristic>

I've noticed that some of the content of the SDK that you mention is searchable on MSDN, and you can find contents via searches, but you can't find the content in the index. So maybe some well placed searches will get you closer?

Another question ...

Does the new SmartPhone use a Microsoft MMS client, or does it use someone else's? If it uses someone else's client, they might have their own provisioning API ... because MS might not have a mechanism defined for routing OMA provisioning messages to the application.

-bn
czierl
Unregistered guest
Posted on Tuesday, February 24, 2004 - 03:30 pm:   

Hello,

does anyone know how to send OTA-GPRS-Settings to a Microsoft Smartphone. I tried to send it via the NowSMS "Send XML Settings Document" function with the following XML-document:

<wap-provisioningdoc>
<characteristic type="CM_GPRSEntries">
<characteristic type="A1.NET">
<parm name="DestId" value="{436EF144-B4FB-4863-A041-8F905A62C572}" />
<parm name="UserName" value="ppp@A1plus.at"/>
<parm name="Password" value="ppp"/>
<parm name="DnsAddr" value="194.48.124.200"/>
<characteristic type="DevSpecificCellular">
<parm name="BearerInfoValid" value="1" />
<parm name="GPRSInfoValid" value="1" />
<parm name="GPRSInfoProtocolType" value="2" />
<parm name="GPRSInfoL2ProtocolType" value="2" />
<parm name="GPRSInfoAccessPointName" value="a1.net" />
<parm name="GPRSInfoDataCompression" value="1" />
<parm name="GPRSInfoHeaderCompression" value="1" />
</characteristic>
</characteristic>
</characteristic>
</wap-provisioningdoc>


My Smartphone recieved this and asked me, if I want to save it. After saving I can't find this settings anywhere on my phone?!?!?

Maybe the DevId parameter is not right, but I don't know where to get this parameter like "436EF144-B4FB-4863-A041-8F905A62C572"??

Thanks in advance for your help!

Christoph Zierl