OTA with GPRS settings and some phones

OTA with GPRS settings and some phones SearchSearch
Author Message
Viatcheslav
New member
Username: Nagash

Post Number: 2
Registered: 08-2007
Posted on Thursday, August 02, 2007 - 02:03 pm:   

I am sorry for reposting to this forum too (originaly posted to http://support.nowsms.com/discus/messages/132/22269.html)
But I need answer and I can't find out the solution of my problem myself.

the question is:
I use nowsms to send OMA OTA SMS with GPRS settings.
I were succeed with some nokia and sonyericsson phones, Samsung C120.
But I am unable to send proper XML to Nokia 6230, Siemens C75 (and I suppose that all the siemens), some samsungs, and phones with WindowsMobile.
I wrote XML I send at the end of this message.
PLEASE! help me write proper XML to send GPRS settings at least for nokia 6230 and Siemens C75.




-------------
<wap-provisioningdoc>
<characteristic type="BOOTSTRAP">
<parm name="NAME" value="YandexMobile"/>
</characteristic>
<characteristic type="NAPDEF">
<parm name="NAME" value="YandexMobile"/>
<parm name="NAPID" value="YandexMobile_NAPID"/>
<parm name="BEARER" value="GSM-GPRS"/>
<parm name="NAP-ADDRESS" value="m.yandex.ru"/>
<parm name="NAP-ADDRTYPE" value="APN"/>
<parm name="INTERNET"/>
<characteristic type="NAPAUTHINFO">
<parm name="AUTHTYPE" value="PAP"/>
<parm name="AUTHNAME" value="test"/>
<parm name="AUTHSECRET" value="test"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 7421
Registered: 10-2002
Posted on Monday, August 27, 2007 - 04:45 pm:   

Windows Mobile supports OMA Provisioning Content ... however the default security settings do not allow them to be accepted. I'm not an expert on the security architecture of Windows Mobile, so I can't really give you much additional detail.

Regarding the other devices, are you including a USERPIN when you send out the settings? Many devices require that the settings be signed by a PIN ... with a USERPIN being adequate for most devices. (The recipient needs to enter this PIN in order to open the settings message ... it provides an extra layer of security to prevent users from inadvertantly opening a rogue settings message.)

-bn