@ character makes SyncML config fail in 6600

@ character makes SyncML config fail in 6600 SearchSearch
Author Message
Abinav
New member
Username: Amunshi

Post Number: 1
Registered: 06-2005
Posted on Friday, June 03, 2005 - 07:39 am:   

@ character makes SyncML config fail in 6600
I am trying to send a OTA 7.0 SyncML configuration message to Nokia 6600.

In case the SyncML "Name" field contains @ character , for example if the value of "Name=amunshi@yahoo.com" then Nokia 6600 throws the error message "General System Error"

If I remove this @ character then my SyncML Configuration works properly .

Is this a documented bug /feature . Can you please guide?

Thanks
Abinav
Mahaveer Gang
New member
Username: Mahaveergang

Post Number: 1
Registered: 06-2005
Posted on Friday, June 03, 2005 - 08:33 am:   

Hi Abinav,
I am also working on OTA 7.0 Specification for Sending the OTA Setting.but nothing happen when an OTA Setting is sent to mobile device.Can u please forward me ur WBXML data with Header information.bcoz as u wrote its works properly at ur end .so it would be helpful for us to Comapre WBXML Data.
Thanks in Advance
Regards
Mahaveer Gang
Abinav
New member
Username: Amunshi

Post Number: 2
Registered: 06-2005
Posted on Wednesday, July 06, 2005 - 10:38 am:   

This issue was due to incorrect encoding of @ charcters in the inline string of wbxml. I used 0x00 instead of 0x40 . Incidentally 0x00 is string terminator and wbxml parser on Nokia breaks after encountering this.