« Return to Thread: libsyncml 0.4.6 always call _manager_check_internal() while synchronize Nokia E60 with bluetooth

libsyncml 0.4.6 always call _manager_check_internal() while synchronize Nokia E60 with bluetooth

by woolxiang :: Rate this Message:

Reply to Author | View in Thread

Hi
I use msynctools with libsyncml 0.4.6, and
msynctools need configure device xml file to synchronize Nokia E60
with bluetooth
I add
 <database>
    <name>Task</name>
    <objtype>todo</objtype>
    <objformat>vevent20</objformat>
 </database>
to try to synchronize Task(Todo)
but msynctools would suspend
I add trace code to _manager_check_internal() in sml_manager.c
and I find out
there is always show the follow in log file:
=======================================
>>>>> _manager_check_internal
smlSessionCheck: no status is missing - 0
<<<<< _manager_check_internal
>>>>> _manager_check_internal
smlSessionCheck: no status is missing - 0
<<<<< _manager_check_internal
>>>>> _manager_check_internal
smlSessionCheck: no status is missing - 0
<<<<< _manager_check_internal
>>>>> _manager_check_internal
smlSessionCheck: no status is missing - 0
<<<<< _manager_check_internal
>>>>> _manager_check_internal
smlSessionCheck: no status is missing - 0
<<<<< _manager_check_internal
>>>>> _manager_check_internal
smlSessionCheck: no status is missing - 0
<<<<< _manager_check_internal
>>>>> _manager_check_internal
smlSessionCheck: no status is missing - 0
<<<<< _manager_check_internal
>>>>> _manager_check_internal
smlSessionCheck: no status is missing - 0
<<<<< _manager_check_internal
>>>>> _manager_check_internal
smlSessionCheck: no status is missing - 0
<<<<< _manager_check_internal
......
=============================================
and does not finish..
I know I configure wrong PIM format, but why libsyncml could NOT
timeout while synchronization format is wrong for Nokia E60?
Does anyone know how to modify code to let libsyncml timeout while
configure wrong PIM format to Nokia E60?

Thank you

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Opensync-users mailing list
Opensync-users@...
https://lists.sourceforge.net/lists/listinfo/opensync-users

 « Return to Thread: libsyncml 0.4.6 always call _manager_check_internal() while synchronize Nokia E60 with bluetooth