Something wrong with OMA settings

Something wrong with OMA settings SearchSearch
Author Message
Zhang Xin
New member
Username: Amy_z_x

Post Number: 13
Registered: 03-2004
Posted on Monday, May 10, 2004 - 08:40 am:   

Hi, Bryce,
I encountered a problem with sending XML Settings Document. I read through your discussion with other people about this before. But my case is a bit different.

I can send the settings for Data Sychronization,browser,MMS,Presence to nokia 6220, but other settings such as POP3 e-mail,SMTP,RTSP,Poc and IMAP4 is unable to work. the phone will display "fail to save received settings", I strictly follow the nokia spec example, but it just doesn't work.
can you help me about this..
thank you so much!!!
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2566
Registered: 10-2002
Posted on Wednesday, May 12, 2004 - 06:59 pm:   

Does the 6220 support those settings?

According to the Nokia web site, it is a Series 40 Developer Platform 1.0 device.

The "Series 40 Developer 2.0: OMA Client Provisioning" document mentions support for those settings.

But the older 1.0 document for the Series 40 only talks about SyncML DS and Wireless Village. so I suspect Series 40 Developer Platform devices do not support these additional settings.

The only DP 2.0 device that I'm aware of is the Nokia 6230, but I don't have access to one of those for testing.

There are similar issues in differences between Series 60 Developer Platform 1.0 vs. 2.0 devices.

The Nokia 6600 is a Series 60 DP 2.0 device, and I was able to send SMTP/IMAP settings out to the device without any problems. I just use cut & paste on example settings from the Nokia document:

<?xml version="1.0"?>
<!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV 1.0//EN" "http://www.wapforum.org/DTD/prov.dtd">
<wap-provisioningdoc version="1.0">
<characteristic type="APPLICATION">
<parm name="APPID" value="25"/>
<parm name="PROVIDER-ID" value="MyMail"/>
<parm name="TO-NAPID" value="Browsing_GPRS"/>
<parm name="FROM" value="first.second@mymail.com"/>
<characteristic type="APPADDR">
<parm name="ADDR" value="smtp.mail.com"/>
<characteristic type="PORT">
<parm name="PORTNBR" value="25"/>
<parm name="SERVICE" value="STARTTLS"/>
</characteristic>
</characteristic>
<characteristic type="APPAUTH">
<parm name="AAUTHNAME" value="username"/>
<parm name="AAUTHSECRET" value="password"/>
</characteristic>
</characteristic>
<characteristic type="APPLICATION">
<parm name="APPID" value="143"/>
<parm name="PROVIDER-ID" value="MyMail"/>
<parm name="NAME" value="IMAP box"/>
<parm name="TO-NAPID" value="Browsing_GPRS"/>
<characteristic type="APPADDR">
<parm name="ADDR" value="imap.mail.com"/>
<characteristic type="PORT">
<parm name="PORTNBR" value="143"/>
<parm name="SERVICE" value="STARTTLS"/>
</characteristic>
</characteristic>
<characteristic type="APPAUTH">
<parm name="AAUTHNAME" value="username"/>
<parm name="AAUTHSECRET" value="password"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>