|
From: Jason G. <exp...@lo...> - 2008-01-06 01:41:42
|
Hello,
I have a Nokia 6300 which emcounters obex errors as shown below when
performing a slow sync over bluetooth. The syncml log extract below
shows what happens if I perform a slow sync on contacts (obex error 68).
If I instead do a slow sync on notes only, I get similar results, only
with obex error 64.
I'm using opensync 0.35 and libsyncml 0.4.5 - both custom compiled for
my fedora 8 box.
My opensync config is also shown below. I am certain that bluetooth
channel, etc., is correct (I get sensible feedback from the phone - e.g.
sync starting), and have tried many permutations of version, wbxml,
etc., but am confident that these are now correct. I've also used
identifiers "PC Suite", "PC Suite Data Sync", "Nokia PC Suite".
I am not sure how to proceed now - tips appreciated. I note that others
are reporting similar issues with the 6300, but no guidance has been
forthcoming on this list. I am a developer, and would be happy to do
more troubleshooting, given advice on how to proceed.
Thanks,
Jason.
----------------------------------------------------------
syncml log extract, showing nonzero obex response when doing:
msynctool --sync eo --slow-sync contact
----------------------------------------------------------
[1199578530.289003] >>>>>>> smlTransportObexClientSend(0x8550820,
(nil), 0xb240c078, (nil))
[1199578530.289029] Adding connection id 1
[1199578530.289054] Target application/vnd.syncml+wbxml
[1199578530.366887] >>>>>>> _smlObexEvent(0x8550fc8, 0xb240c408, 0,
3, 2, 32)
[1199578530.366932] Request Done
[1199578530.366956] <<<<<<< _smlObexEvent
[1199578530.366980] Done sending the put request
[1199578530.367004] Adding connection id 1
[1199578530.711026] >>>>>>> _smlObexEvent(0x8550fc8, 0xb2407290, 0,
3, 3, 68)
[1199578530.711119] Request Done
[1199578530.711178] >>>>>>> smlTransportReceiveEvent(0x854a800,
(nil), 2, (nil), 0xb24063f0)
[1199578530.711234] >>>>>>> _smlManagerDataHandler(0x854a800,
(nil), 2, (nil), 0xb24063f0, 0x854a650)
[1199578530.711293] >>>>>>> _smlManagerSendEvent(0x854a650, 2,
(nil), (nil), (nil), 0xb240cf20)
[1199578530.711350] <<<<<<< _smlManagerSendEvent
[1199578530.711401] <--- ERROR --- _smlManagerDataHandler: Request
not successfull: 68
[1199578530.711452] <<<<<<< smlTransportReceiveEvent: 0
[1199578530.711501] <--- ERROR --- _smlObexEvent: Request not
successfull: 68
[1199578530.711554] <<<<<<< smlTransportObexClientSend
----------------------------------------------------------
My opensync group config
----------------------------------------------------------
[jas@speck opensync]$ msynctool --showgroup eo
Group: eo
Member 2: syncml-obex-client
Configuration : <?xml version="1.0"?>
<config>
<!--
<bluetooth_address>00:1e:a4:11:15:88</bluetooth_address>
<bluetooth_channel>11</bluetooth_channel>
<interface>0</interface>
-->
<!-- (Only for bluetooth) The bluetooth address if the bluetooth mode
is selected -->
<bluetooth_address>00:1e:a4:11:15:88</bluetooth_address>
<!-- (Only for bluetooth) The bluetooth channel to use. `sdptool
browse $MAC` to search for the correct channel -->
<bluetooth_channel>11</bluetooth_channel>
<!-- (Only for USB) The usb interface number of the SYNCML-SYNC
target. use syncml-obex-client -u (you will need access to the USB raw
device) to find it. -->
<interface>0</interface>
<!-- The string that the plugin will use to identify itself. Some
devices need a special string here. -->
<!-- identifier>PC Suite</identifier -->
<!-- identifier>PC Suite Data Sync</identifier -->
<identifier>PC Suite</identifier>
<!-- The syncml version to use: 0 for 1.0, 1 for 1.1 and 2 for 1.2 -->
<version>1</version>
<!-- if the plugin should use wbxml -->
<wbxml>1</wbxml>
<!-- The username to use. Leave empty to not require a username -->
<username></username>
<!-- the password for the username -->
<password></password>
<!-- sets the connection type to use. 5 means obex over usb, 2 means
obex over bluetooth -->
<type>2</type>
<!-- If wbxml is enabled, defines wether the wbxml should use string
tables -->
<usestringtable>0</usestringtable>
<!-- Never send ADD command, but send REPLACE (not needed normally)
-->
<onlyreplace>0</onlyreplace>
<!-- Workaround around for mobile phones which only use local
timestamps and _no_ UTC timestamps! -->
<onlyLocaltime>0</onlyLocaltime>
<!-- Sets the maximum allowed size in bytes of incoming messages (some
device need this option set). Example: 10000 -->
<recvLimit>0</recvLimit>
<maxObjSize>0</maxObjSize>
<!-- XXX: Currently you need to write this by your own.
Later it's planned to create such entries on the fly during
the discovery() call. Example database field:
<database>
<name>Contacts</name>
<objtype>contact</objtype>
<objformat>vcard21</objformat>
</database>
-->
<database>
<name>Contacts</name>
<objtype>contact</objtype>
<objformat>vcard21</objformat>
</database>
<database>
<name>Notes</name>
<objtype>note</objtype>
<objformat>vjournal</objformat>
</database>
</config>
Member 1: evo2-sync
Configuration : <?xml version="1.0"?>
<config>
<address_path>file:///home/jas/.evolution/addressbook/local/system</address_path>
<calendar_path>default</calendar_path>
<memos_path>default</memos_path>
<tasks_path>default</tasks_path>
</config>
|
|
From: Jason G. <exp...@lo...> - 2008-01-06 05:44:36
|
To aid with resolution of this issue, I have added my trace logs to http://libsyncml.opensync.org/ticket/123 Suggestions on things to try, or how to help troubleshoot/resolve this issue would be appreciated. J. On Sun, 2008-01-06 at 12:41 +1100, Jason Grant wrote: > Hello, > > I have a Nokia 6300 which emcounters obex errors as shown below when > performing a slow sync over bluetooth. The syncml log extract below > shows what happens if I perform a slow sync on contacts (obex error 68). > If I instead do a slow sync on notes only, I get similar results, only > with obex error 64. > > I'm using opensync 0.35 and libsyncml 0.4.5 - both custom compiled for > my fedora 8 box. > > My opensync config is also shown below. I am certain that bluetooth > channel, etc., is correct (I get sensible feedback from the phone - e.g. > sync starting), and have tried many permutations of version, wbxml, > etc., but am confident that these are now correct. I've also used > identifiers "PC Suite", "PC Suite Data Sync", "Nokia PC Suite". > > I am not sure how to proceed now - tips appreciated. I note that others > are reporting similar issues with the 6300, but no guidance has been > forthcoming on this list. I am a developer, and would be happy to do > more troubleshooting, given advice on how to proceed. > > Thanks, > > Jason. > > ---------------------------------------------------------- > syncml log extract, showing nonzero obex response when doing: > msynctool --sync eo --slow-sync contact > ---------------------------------------------------------- > > [1199578530.289003] >>>>>>> smlTransportObexClientSend(0x8550820, > (nil), 0xb240c078, (nil)) > [1199578530.289029] Adding connection id 1 > [1199578530.289054] Target application/vnd.syncml+wbxml > [1199578530.366887] >>>>>>> _smlObexEvent(0x8550fc8, 0xb240c408, 0, > 3, 2, 32) > [1199578530.366932] Request Done > [1199578530.366956] <<<<<<< _smlObexEvent > [1199578530.366980] Done sending the put request > [1199578530.367004] Adding connection id 1 > [1199578530.711026] >>>>>>> _smlObexEvent(0x8550fc8, 0xb2407290, 0, > 3, 3, 68) > [1199578530.711119] Request Done > [1199578530.711178] >>>>>>> smlTransportReceiveEvent(0x854a800, > (nil), 2, (nil), 0xb24063f0) > [1199578530.711234] >>>>>>> _smlManagerDataHandler(0x854a800, > (nil), 2, (nil), 0xb24063f0, 0x854a650) > [1199578530.711293] >>>>>>> _smlManagerSendEvent(0x854a650, 2, > (nil), (nil), (nil), 0xb240cf20) > [1199578530.711350] <<<<<<< _smlManagerSendEvent > [1199578530.711401] <--- ERROR --- _smlManagerDataHandler: Request > not successfull: 68 > [1199578530.711452] <<<<<<< smlTransportReceiveEvent: 0 > [1199578530.711501] <--- ERROR --- _smlObexEvent: Request not > successfull: 68 > [1199578530.711554] <<<<<<< smlTransportObexClientSend > > ---------------------------------------------------------- > My opensync group config > ---------------------------------------------------------- > [jas@speck opensync]$ msynctool --showgroup eo > Group: eo > Member 2: syncml-obex-client > Configuration : <?xml version="1.0"?> > <config> > <!-- > <bluetooth_address>00:1e:a4:11:15:88</bluetooth_address> > <bluetooth_channel>11</bluetooth_channel> > <interface>0</interface> > --> > > <!-- (Only for bluetooth) The bluetooth address if the bluetooth mode > is selected --> > <bluetooth_address>00:1e:a4:11:15:88</bluetooth_address> > > <!-- (Only for bluetooth) The bluetooth channel to use. `sdptool > browse $MAC` to search for the correct channel --> > <bluetooth_channel>11</bluetooth_channel> > > <!-- (Only for USB) The usb interface number of the SYNCML-SYNC > target. use syncml-obex-client -u (you will need access to the USB raw > device) to find it. --> > <interface>0</interface> > > <!-- The string that the plugin will use to identify itself. Some > devices need a special string here. --> > <!-- identifier>PC Suite</identifier --> > <!-- identifier>PC Suite Data Sync</identifier --> > <identifier>PC Suite</identifier> > > <!-- The syncml version to use: 0 for 1.0, 1 for 1.1 and 2 for 1.2 --> > <version>1</version> > > <!-- if the plugin should use wbxml --> > <wbxml>1</wbxml> > > <!-- The username to use. Leave empty to not require a username --> > <username></username> > > <!-- the password for the username --> > <password></password> > > <!-- sets the connection type to use. 5 means obex over usb, 2 means > obex over bluetooth --> > <type>2</type> > > <!-- If wbxml is enabled, defines wether the wbxml should use string > tables --> > <usestringtable>0</usestringtable> > > <!-- Never send ADD command, but send REPLACE (not needed normally) > --> > <onlyreplace>0</onlyreplace> > > <!-- Workaround around for mobile phones which only use local > timestamps and _no_ UTC timestamps! --> > <onlyLocaltime>0</onlyLocaltime> > > <!-- Sets the maximum allowed size in bytes of incoming messages (some > device need this option set). Example: 10000 --> > <recvLimit>0</recvLimit> > > <maxObjSize>0</maxObjSize> > > <!-- XXX: Currently you need to write this by your own. > Later it's planned to create such entries on the fly during > the discovery() call. Example database field: > > <database> > <name>Contacts</name> > <objtype>contact</objtype> > <objformat>vcard21</objformat> > </database> > --> > > <database> > <name>Contacts</name> > <objtype>contact</objtype> > <objformat>vcard21</objformat> > </database> > > <database> > <name>Notes</name> > <objtype>note</objtype> > <objformat>vjournal</objformat> > </database> > > </config> > > Member 1: evo2-sync > Configuration : <?xml version="1.0"?> > <config> > > <address_path>file:///home/jas/.evolution/addressbook/local/system</address_path> > <calendar_path>default</calendar_path> > <memos_path>default</memos_path> > <tasks_path>default</tasks_path> > </config> > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |
|
From: Daniel G. <dg...@su...> - 2008-01-06 14:41:58
|
On Sunday 06 January 2008 02:41:52 Jason Grant wrote: > I have a Nokia 6300 which emcounters obex errors as shown below when > performing a slow sync over bluetooth. =A0The syncml log extract below > shows what happens if I perform a slow sync on contacts (obex error 68). > If I instead do a slow sync on notes only, I get similar results, only > with obex error 64. 68 (0x44) - Not found 64 (0x40) - Bad Request (jfyi, in latest SVN i finally made those obex errors human readable ;)) > > I'm using opensync 0.35 and libsyncml 0.4.5 - both custom compiled for > my fedora 8 box. > > My opensync config is also shown below. =A0I am certain that bluetooth > channel, etc., is correct (I get sensible feedback from the phone - e.g. > sync starting), and have tried many permutations of version, wbxml, > etc., but am confident that these are now correct. =A0I've also used > identifiers "PC Suite", "PC Suite Data Sync", "Nokia PC Suite". > > I am not sure how to proceed now - tips appreciated. =A0I note that others > are reporting similar issues with the 6300, but no guidance has been > forthcoming on this list. =A0I am a developer, and would be happy to do > more troubleshooting, given advice on how to proceed. I already asked some people to provide traffic dump from synchronization fr= om=20 the PC Suite with the Nokia 6300. Unfortunately they even hit this problem= =20 with the vendor software. Could you try if sync works with the PC Suite? If= =20 so, could you provide the information about your firmware ( *#0000# ) and=20 provied caputred traffic (fell free to sent me this directly - it will=20 contain sensitive information like IMEI. http://libsyncml.opensync.org/wiki/obex-guide#USBTrafficsnifffromvendorsoft= ware Another issue could be that authentication is required to sync? Could you=20 (double) check your settings if you set username/password for=20 synchronization? If so, please disable authentication, authentication isn't= =20 well tested in libsyncml. The mobile should response with 0x43 (Forbidden),= =20 but often they do (at least nokia series 40) 0x44 (Not found). best regards, Daniel |
|
From: Jason G. <exp...@lo...> - 2008-01-07 07:21:49
|
Hi Daniel, Thanks for taking an interest in this issue. I have just recorded the following information on ticket #123: http://libsyncml.opensync.org/ticket/123 While using the Nokia PC Suite today, I made a discovery that seems consistent with the sync failure under opensync. Nokia PC Suite fails to sync the phone unless a user/password is present. Furthermore, when the sync fails under PC Suite, the feedback on the handset is identical to what I see when opensync fails. Thus, it seems as though user/password is mandatory for this phone. I am attaching two USB capture logs. The first represents a failed sync when no user/password has been defined on either the phone or in PC Suite. The second is a successful sync using user/password of jas/adg. I told PC to only sync contacts - there was only a single test contact on both the phone and handset. Worked OK. Jason. On Sun, 2008-01-06 at 15:41 +0100, Daniel Gollub wrote: > On Sunday 06 January 2008 02:41:52 Jason Grant wrote: > > I have a Nokia 6300 which emcounters obex errors as shown below when > > performing a slow sync over bluetooth. The syncml log extract below > > shows what happens if I perform a slow sync on contacts (obex error 68). > > If I instead do a slow sync on notes only, I get similar results, only > > with obex error 64. > > 68 (0x44) - Not found > 64 (0x40) - Bad Request > > (jfyi, in latest SVN i finally made those obex errors human readable ;)) > > > > > I'm using opensync 0.35 and libsyncml 0.4.5 - both custom compiled for > > my fedora 8 box. > > > > My opensync config is also shown below. I am certain that bluetooth > > channel, etc., is correct (I get sensible feedback from the phone - e.g. > > sync starting), and have tried many permutations of version, wbxml, > > etc., but am confident that these are now correct. I've also used > > identifiers "PC Suite", "PC Suite Data Sync", "Nokia PC Suite". > > > > I am not sure how to proceed now - tips appreciated. I note that others > > are reporting similar issues with the 6300, but no guidance has been > > forthcoming on this list. I am a developer, and would be happy to do > > more troubleshooting, given advice on how to proceed. > > I already asked some people to provide traffic dump from synchronization from > the PC Suite with the Nokia 6300. Unfortunately they even hit this problem > with the vendor software. Could you try if sync works with the PC Suite? If > so, could you provide the information about your firmware ( *#0000# ) and > provied caputred traffic (fell free to sent me this directly - it will > contain sensitive information like IMEI. > > http://libsyncml.opensync.org/wiki/obex-guide#USBTrafficsnifffromvendorsoftware > > Another issue could be that authentication is required to sync? Could you > (double) check your settings if you set username/password for > synchronization? If so, please disable authentication, authentication isn't > well tested in libsyncml. The mobile should response with 0x43 (Forbidden), > but often they do (at least nokia series 40) 0x44 (Not found). > > best regards, > Daniel > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |
|
From: Jason G. <exp...@lo...> - 2008-01-07 09:42:51
|
Hello, I'm happy to report that opensync just synced my evo contacts to the Nokia 6300 for the first time after many attempts. All I did was to add a username/password to the evo conf as shown in ticket #123. NOTE: I am certain that I tried this repeatedly yesterday, and can only assume that opensync suddenly works because of my [first] use of PC Suite today - perhaps it brought the handset out of a previously bad state or similar? Anyway, I will update ticket #123 with this info (and my config), and will report back if I encounter issues with subsequent syncs. Jason. On Mon, 2008-01-07 at 18:21 +1100, Jason Grant wrote: > Hi Daniel, > > Thanks for taking an interest in this issue. > > I have just recorded the following information on ticket #123: > > http://libsyncml.opensync.org/ticket/123 > > While using the Nokia PC Suite today, I made a discovery that seems > consistent with the sync failure under opensync. Nokia PC Suite fails to > sync the phone unless a user/password is present. Furthermore, when the > sync fails under PC Suite, the feedback on the handset is identical to > what I see when opensync fails. Thus, it seems as though user/password > is mandatory for this phone. > > I am attaching two USB capture logs. The first represents a failed sync > when no user/password has been defined on either the phone or in PC > Suite. The second is a successful sync using user/password of jas/adg. I > told PC to only sync contacts - there was only a single test contact on > both the phone and handset. Worked OK. > > Jason. > > > On Sun, 2008-01-06 at 15:41 +0100, Daniel Gollub wrote: > > On Sunday 06 January 2008 02:41:52 Jason Grant wrote: > > > I have a Nokia 6300 which emcounters obex errors as shown below when > > > performing a slow sync over bluetooth. The syncml log extract below > > > shows what happens if I perform a slow sync on contacts (obex error 68). > > > If I instead do a slow sync on notes only, I get similar results, only > > > with obex error 64. > > > > 68 (0x44) - Not found > > 64 (0x40) - Bad Request > > > > (jfyi, in latest SVN i finally made those obex errors human readable ;)) > > > > > > > > I'm using opensync 0.35 and libsyncml 0.4.5 - both custom compiled for > > > my fedora 8 box. > > > > > > My opensync config is also shown below. I am certain that bluetooth > > > channel, etc., is correct (I get sensible feedback from the phone - e.g. > > > sync starting), and have tried many permutations of version, wbxml, > > > etc., but am confident that these are now correct. I've also used > > > identifiers "PC Suite", "PC Suite Data Sync", "Nokia PC Suite". > > > > > > I am not sure how to proceed now - tips appreciated. I note that others > > > are reporting similar issues with the 6300, but no guidance has been > > > forthcoming on this list. I am a developer, and would be happy to do > > > more troubleshooting, given advice on how to proceed. > > > > I already asked some people to provide traffic dump from synchronization from > > the PC Suite with the Nokia 6300. Unfortunately they even hit this problem > > with the vendor software. Could you try if sync works with the PC Suite? If > > so, could you provide the information about your firmware ( *#0000# ) and > > provied caputred traffic (fell free to sent me this directly - it will > > contain sensitive information like IMEI. > > > > http://libsyncml.opensync.org/wiki/obex-guide#USBTrafficsnifffromvendorsoftware > > > > Another issue could be that authentication is required to sync? Could you > > (double) check your settings if you set username/password for > > synchronization? If so, please disable authentication, authentication isn't > > well tested in libsyncml. The mobile should response with 0x43 (Forbidden), > > but often they do (at least nokia series 40) 0x44 (Not found). > > > > best regards, > > Daniel > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Opensync-users mailing list > > Ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensync-users > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |
|
From: Jens <jen...@gm...> - 2008-01-12 20:33:03
|
Am Sonntag, 6. Januar 2008 02:41 schrieb Jason Grant: Dear Jason i am using Nokia 6300 with bluetooth. at opensuse 10.2. This is my config for mysynctool and kitchtensync for kde libsyncml is 0.4.2-9 and mysynctool is 0.20-7. Next week i can try it with evolution, but i have read its working- <config> <username></username> <password></password> <type>2</type> <bluetooth_address>00:1e:a4:11:15:88</bluetooth_address> <bluetooth_channel>11</bluetooth_channel> <interface>0</interface> <identifier>PC Suite</identifier> <version>1</version> <onlyLocaltime>1</onlyLocaltime> <wbxml>1</wbxml> <recvLimit>0</recvLimit> <maxObjSize>0</maxObjSize> <usestringtable>1</usestringtable> <onlyreplace>0</onlyreplace> <contact_db>contacts</contact_db> <calendar_db>calendar</calendar_db> <note_db>notes</note_db> </config> and its works, is your computer and your mobilphone clear? Best wishes Jens |
|
From: Jason G. <exp...@lo...> - 2008-01-12 23:11:52
|
Hi Jens, I have been syncing my 6300 over bluetooth for a week now, and am very happy with the results. On cursory inspection, my config is the same as yours. The only issue I have encountered so far is the duplication of items - I think this only occurred after using Nokia PC suite, however this is not a problem for me, because opensync will be my only sync tool from now on (actually I use syncevolution to keep evolution in sync with the free scheduleworld server, and I am also very happy with this too). Cheers, Jason. On Sat, 2008-01-12 at 21:45 +0100, Jens Hüsing wrote: > Am Sonntag, 6. Januar 2008 02:41 schrieb Jason Grant: > > Dear Jason i am using Nokia 6300 with bluetooth. at opensuse 10.2. > > This is my config for mysynctool and kitchtensync for kde > > libsyncml is 0.4.2-9 and mysynctool is 0.20-7. > > Next week i can try it with evolution, but i have read its working- > > <config> > > <username></username> > > <password></password> > > <type>2</type> > > <bluetooth_address>00:1e:a4:11:15:88</bluetooth_address> > > <bluetooth_channel>11</bluetooth_channel> > > <interface>0</interface> > > <identifier>PC Suite</identifier> > > <version>1</version> > > <onlyLocaltime>1</onlyLocaltime> > > <wbxml>1</wbxml> > > <recvLimit>0</recvLimit> > > <maxObjSize>0</maxObjSize> > > <usestringtable>1</usestringtable> > > <onlyreplace>0</onlyreplace> > > <contact_db>contacts</contact_db> > > <calendar_db>calendar</calendar_db> > > <note_db>notes</note_db> > > </config> > > and its works, > > is your computer and your mobilphone clear? > > Best wishes Jens > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ Opensync-users mailing list Ope...@li... https://lists.sourceforge.net/lists/listinfo/opensync-users |
|
From: Jens <jen...@gm...> - 2008-01-13 15:41:54
|
Am Sonntag, 13. Januar 2008 00:11 schrieben Sie: > Hi Jens, > > I have been syncing my 6300 over bluetooth for a week now, and am very > happy with the results. On cursory inspection, my config is the same as > yours. The only issue I have encountered so far is the duplication of > items - I think this only occurred after using Nokia PC suite, however > this is not a problem for me, because opensync will be my only sync tool > > >from now on (actually I use syncevolution to keep evolution in sync with > > the free scheduleworld server, and I am also very happy with this too). > > Cheers, > > Jason. > > Hi Jason ok I haven=B4t read the complete thread. I =B4m not using PC Suite with Win= dows.=20 At the first syncronisation i have had also duplications. in my case it wa= s=20 the wrong time zone on my mobilphone. best wishes Jens |