On Sun, 2004-02-08 at 02:23, Bjoern Brauel wrote:
> Hi all,

Hello
> 
> I know the issue has already been discussed but I thought today that I'd 
> like to give the Nokia 3650 syncml problem a shot, but so far I haven't 
> been able to get it to work no matter what. I've been poking around with 
> the DevInf and other parts, but no matter how much I strip multisync's 
> response down (well, the return document still being "valid" of course) 
> the Nokia will always crash with "Kernel exec 3". Could this just 
> possibly be a problem with the libwbxml encoding , or does anyone have 
> an idea as to where I might want to look at ?

I've been looking at the same thing (using a 7650, but the sw is the
same) and I've found out the probable cause: The Nokia phones want the
whole DevInf part encoded as a separate, opaque document in wbxml.

So I guess libwbxml should be modified so that it when seeing a DevInf
node:
        - takes the whole DevInf element
        - turns it into a document, complete with doctype
        - encodes it as a separate wbxml doc
        - adds the result as a opaque string to the parent

This is at least how the phone itselfs encodes the message, and it can
definitely parse messages encoded like this (e.g. from the Calmeno sync
server).

I don't have the time to do this at the moment, but if nobody else does
it I might be able to look into it in a couple of weeks time.

> 
>  cheers .. Bjoern
> 
        Mika Raento
-- 
Mika Raento           mailto:[EMAIL PROTECTED]       http://www.iki.fi/mikie/
"You can't *ADD* things and come out with *LESS* than you started with!"
"I  can  do  that!  It's  a  free  country!  I've  got  my  rights!"
                                      -from Calvin & Hobbes by Watterson



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Multisync-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/multisync-users

Reply via email to