Fail to send message of syncml DS settings

Fail to send message of syncml DS settings SearchSearch
Author Message
ql.jiang
New member
Username: Test09test

Post Number: 4
Registered: 06-2005
Posted on Friday, September 15, 2006 - 05:48 pm:   

Hey Bryce,

I got a XML file from Browser/OTA Provisioning Whitepaper of Motorola, and sent it in Send XML Settings Document of NowSMS and I set a UserPIN either. Motorola V3 can receive this browser message, but it show "update failed" when install it. Can you try it? Thanks in advance.

The following is that XML file. The enclosed file is a whitepaper of motorola.

<?xml version="1.0"?>
<!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV 1.0//EN" "http://www.wapforum.org/DTD/prov.dtd">
<wap-provisioningdoc>
<characteristic type="APPLICATION">
<parm name="APPID" value="w5" />
<parm name="NAME" value="FDSync" />
<parm name="ADDR" value="www.datasync.org/servlet/syncit" />
<characteristic type="APPAUTH">
<parm name="AAUTHNAME" value="William" />
<parm name="AAUTHSECRET" value="will123" />
</characteristic>
<characteristic type="RESOURCE">
<parm name="URI" value="./addressbook/myaddresses" />
<parm name="AACCEPT" value="text/x-vcard" />
</characteristic>
<characteristic type="RESOURCE">
<parm name="URI" value="./cal" />
<parm name="AACCEPT" value="text/x-vcalendar" />
</characteristic>
</characteristic>
</wap-provisioningdoc>


application/pdfBrowser/OTA Provisioning Whitepaper
WP_OTA_Provisioning.pdf (339.4 k)
ql.jiang
New member
Username: Test09test

Post Number: 5
Registered: 06-2005
Posted on Friday, September 15, 2006 - 05:51 pm:   

Sorry, I wrote a wrong title.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6523
Registered: 10-2002
Posted on Friday, September 15, 2006 - 10:03 pm:   

Hi,

I experience the same problem.

So far I have tried many variations and guesses (even some XML to WBXML variations), but the result is always the same "Update failed".

Maybe a new idea to try will come over the weekend.
ql.jiang
New member
Username: Test09test

Post Number: 6
Registered: 06-2005
Posted on Saturday, September 16, 2006 - 02:03 am:   

Moto V3 doesn't only receive it, but also can know it's kind, except can't update. Maybe WBXML has some errors.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6531
Registered: 10-2002
Posted on Monday, September 18, 2006 - 09:22 pm:   

I'm fairly confident that the WBXML coding used by NowSMS is valid.

However, many times there are bugs in phones where they cannot accept some valid encodings.

I've tried several experiments with "dumbing down" the encoding, but I still can't get the RAZR to accept a SyncML OTA (while it does accept other OTAs).

I suspect that there is some other attribute that it wants to see in the OTA document that is not mentioned in the documentation ... or there is a bug in the firmware of the device that processes the OTA message. Unfortunately, I have not yet been able to guess the problem yet.
ql.jiang
New member
Username: Test09test

Post Number: 7
Registered: 06-2005
Posted on Tuesday, September 19, 2006 - 10:31 pm:   

Got it. Thanks for ur help.

I had known the version of V3 MIB(Motorola internet Browser) is V2.2.1. I will use a different cell phone of MIB version to try it.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6554
Registered: 10-2002
Posted on Wednesday, September 20, 2006 - 05:39 pm:   

Please let me know what you find. I don't have access to any Motorola phones with later browser versions.
ql.jiang
New member
Username: Test09test

Post Number: 8
Registered: 06-2005
Posted on Thursday, September 21, 2006 - 06:42 pm:   

Ok. Any result, I will tell u ASAP.
Kinjan Shah
New member
Username: Kinjan

Post Number: 17
Registered: 04-2005
Posted on Friday, October 06, 2006 - 02:44 pm:   

Hello Guys,
I am facing same problem with Motorola V3, V600... could you able to find solution?
I am sending following file...

<?xml version="1.0"?>
<!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV
1.0//EN" "http://www.wapforum.org/DTD/prov.dtd">
<wap-provisioningdoc>
<characteristic type=”APPLICATION”>
<parm name=”APPID” value=”w5”/>
<parm name=”NAME” value=”DataSync”/>
<parm name=”ADDR” value=”www.datasync.org/servlet/syncit”/>
<characteristic type=”APPAUTH”>
<parm name=”AAUTHLEVEL” value=”APPSRV”/>
<parm name=”AAUTHTYPE” value=”HTTP-BASIC”/>
<parm name=”AAUTHNAME” value=”William”/>
<parm name=”AAUTHSECRET” value=”will123”/>
</characteristic>
<characteristic type=”RESOURCE”>
<parm name=”URI” value=”./addressbook/myaddresses”/>
<parm name=”AACCEPT” value=”text/x-vcard”/>
</characteristic>
<characteristic type=”RESOURCE”>
<parm name=”URI” value=”./appointments/myappointments”/>
<parm name=”AACCEPT” value=”text/x-vcalendar”/>
</characteristic>
</characteristic>
</wap-provisioningdoc>

Thanks,
Kinjan
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6669
Registered: 10-2002
Posted on Friday, October 13, 2006 - 09:28 pm:   

Hi Kinjan,

Unfortunately, I think those browsers do not support the SyncML OTA settings (APPID=w5).

I've tried a lot of experiments with no success.

Newer versions of the Motorola browser might, but so far I have not seen a Motorola browser that acted on a SyncML OTA settings message.

Do make sure in your tests that you use the standard quote character (" instead of ”), as that could cause an encoding problem.

But unfortunately, I don't have any other suggestions. I've spent a lot of hours and performed a lot of experiments, but all of my attempts so far have resulted in the "Update failed" message.

-bn