From: Martin S. <ma...@hi...> - 2006-02-01 23:40:24
|
This ticket documents how far I've got with my efforts to sync my mobile phone with some calendar on the pc. Apart from the two patches, I need a hack in smlTransportObexClientConnect() to initialize the OBEX server and the syncml client on the SGH-D600. Also, to be compliant with the information provided by http://www.traud.de/gsm/samsung.htm I need a hacked openobex so that the OBEX PUT final command is an empty packet without (end of) body header. Still, my mobile doesn't give any response to the OBEX GET command that I send after the (SyncML 1.1 compliant) server alert :-( I'm not really sure what to try next. People with a Nokia phone might be more lucky. At least, the OBEX packets sent over the line with the two patches from ticket #146 should match the suggestions in http://discussion.forum.nokia.com/forum/showthread.php?t=44303 Regards, Martin Am Mittwoch, den 01.02.2006, 21:28 +0000 schrieb OpenSync: > #146: adapt syncml-plugin to work with libsyncml-threaded and make libsyncml more > functional > ---------------------------+------------------------------------------------ > Id: 146 | Status: new > Component: SyncML-Plugin | Modified: Wed Feb 1 22:28:44 2006 > Severity: normal | Milestone: > Priority: normal | Version: > Owner: ehabkost | Reporter: mar...@hi... > ---------------------------+------------------------------------------------ > All recent development seems to have gone into the "threaded" branch of > libsyncml. > However: > - libsyncml-threaded is incomplete (e.g. session handling in SmlManager is > non-functional) > - syncml-plugin still targets libsyncml trunk > - server initiated alerts (syncml 1.1) are not supported yet, which makes > it pretty useless for many applications > > > > Ticket URL: <http://www.opensync.org/ticket/146> > OpenSync <http://www.opensync.org> > A Synchronization Framework |
From: Armin B. <arm...@de...> - 2006-02-02 00:26:19
Attachments:
signature.asc
|
Martin Schulze wrote: > This ticket documents how far I've got with my efforts to sync my mobile > phone with some calendar on the pc. > > Apart from the two patches, I need a hack in > smlTransportObexClientConnect() to initialize the OBEX server and the > syncml client on the SGH-D600. Also, to be compliant with the > information provided by http://www.traud.de/gsm/samsung.htm I need a > hacked openobex so that the OBEX PUT final command is an empty packet > without (end of) body header. > > Still, my mobile doesn't give any response to the OBEX GET command that > I send after the (SyncML 1.1 compliant) server alert :-( I'm not really > sure what to try next. what obex responds exactly do you get from the phone to the GET command? and are you sure that the server alert was correct (did you compare it to an alert of another working software?). some phone respond with errors on the obex layer if there was an error in the syncml data. Armin > > People with a Nokia phone might be more lucky. At least, the OBEX > packets sent over the line with the two patches from ticket #146 should > match the suggestions in > http://discussion.forum.nokia.com/forum/showthread.php?t=44303 > > Regards, > > Martin > > > Am Mittwoch, den 01.02.2006, 21:28 +0000 schrieb OpenSync: > >>#146: adapt syncml-plugin to work with libsyncml-threaded and make libsyncml more >>functional >>---------------------------+------------------------------------------------ >> Id: 146 | Status: new >>Component: SyncML-Plugin | Modified: Wed Feb 1 22:28:44 2006 >> Severity: normal | Milestone: >> Priority: normal | Version: >> Owner: ehabkost | Reporter: mar...@hi... >>---------------------------+------------------------------------------------ >> All recent development seems to have gone into the "threaded" branch of >> libsyncml. >> However: >> - libsyncml-threaded is incomplete (e.g. session handling in SmlManager is >> non-functional) >> - syncml-plugin still targets libsyncml trunk >> - server initiated alerts (syncml 1.1) are not supported yet, which makes >> it pretty useless for many applications >> >> >> >>Ticket URL: <http://www.opensync.org/ticket/146> >>OpenSync <http://www.opensync.org> >>A Synchronization Framework > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |
From: Martin S. <mar...@hi...> - 2006-02-02 08:46:06
|
Am Donnerstag, den 02.02.2006, 01:28 +0100 schrieb Armin Bauer: > > Martin Schulze wrote: > > This ticket documents how far I've got with my efforts to sync my mobile > > phone with some calendar on the pc. > > > > Apart from the two patches, I need a hack in > > smlTransportObexClientConnect() to initialize the OBEX server and the > > syncml client on the SGH-D600. Also, to be compliant with the > > information provided by http://www.traud.de/gsm/samsung.htm I need a > > hacked openobex so that the OBEX PUT final command is an empty packet > > without (end of) body header. > > > > Still, my mobile doesn't give any response to the OBEX GET command that > > I send after the (SyncML 1.1 compliant) server alert :-( I'm not really > > sure what to try next. > > what obex responds exactly do you get from the phone to the GET command? > and are you sure that the server alert was correct (did you compare it > to an alert of another working software?). some phone respond with > errors on the obex layer if there was an error in the syncml data. No response at all! ... until 10 minutes after this email: the OBEX body header has to be sent with in a seperate package, otherwise the OBEX server on the mobile phone hangs. I will try to make this configurable (so that the syncml-plugin can decide according to the needs of the syncml-client) and get the necessary patches into openobex this weekend. Martin > > Armin > > > > > People with a Nokia phone might be more lucky. At least, the OBEX > > packets sent over the line with the two patches from ticket #146 should > > match the suggestions in > > http://discussion.forum.nokia.com/forum/showthread.php?t=44303 > > > > Regards, > > > > Martin > > > > > > Am Mittwoch, den 01.02.2006, 21:28 +0000 schrieb OpenSync: > > > >>#146: adapt syncml-plugin to work with libsyncml-threaded and make libsyncml more > >>functional > >>---------------------------+------------------------------------------------ > >> Id: 146 | Status: new > >>Component: SyncML-Plugin | Modified: Wed Feb 1 22:28:44 2006 > >> Severity: normal | Milestone: > >> Priority: normal | Version: > >> Owner: ehabkost | Reporter: mar...@hi... > >>---------------------------+------------------------------------------------ > >> All recent development seems to have gone into the "threaded" branch of > >> libsyncml. > >> However: > >> - libsyncml-threaded is incomplete (e.g. session handling in SmlManager is > >> non-functional) > >> - syncml-plugin still targets libsyncml trunk > >> - server initiated alerts (syncml 1.1) are not supported yet, which makes > >> it pretty useless for many applications > >> > >> > >> > >>Ticket URL: <http://www.opensync.org/ticket/146> > >>OpenSync <http://www.opensync.org> > >>A Synchronization Framework > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > > for problems? Stop! Download the new AJAX search engine that makes > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > > _______________________________________________ > > Opensync-users mailing list > > Ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensync-users > > |