From: Xin Z. <xi...@gm...> - 2006-06-26 18:49:18
|
在 2006-06-26一的 10:20 +0200,Christopher Stender写道: > > > And there is a little issue: Everytime I access the "vnote" of my > > phone, it stops responding any further IrMC request unless I reboot > > it. > > > > It seems a bug of my phone, but it really blocks me. I have to > > comment out some code in irmc_sync.c to disable "vnote". So I hope > > there could be a decent option to choose which datatype I want to > > sync (cal, pb or nt). I'll be glad to help. Thanks for your great > > work. > > If you're using msynctool, please try: > msynctool --sync $GROUP --filter-objtype note > It is in irmcConnect(): if ( !detect_slowsync( config->notebook_changecounter, "nt", &(config->notebook_dbid), This line seems to shutdown my phone. Since the phone won't respond, this function never returns until timeout, while the phone keeps showing "Synchroninzing". This code is not affected by --filter-objtype note. |