On Wed, May 12, 2010 at 08:42:37AM +0200, Patrick Ohly wrote:
On Tue, 2010-05-11 at 22:05 +0100, Chris G wrote:
> While I'm about it running syncevo-phone-config.py was rather painful
> because I had to accept hundreds of bluetooth connections to my phone
> while syncevo-phone-config.py was running.
I know exactly what you mean. My Sony Ericsson K750i had a joystick that
was so worn out that I could no longer navigate to the "always accept"
option. Eventually I managed to reach that point by brute force.
Regarding running syncevo-phone-config.py: this is definitely not the
recommended way to create a config. I bet it arrived at the same
configuration that we already ship as template for S40 and S60 Nokia
phones, so you could have chosen one of those instead.
It does seem to have got to something pretty similar, in fact I don't
think I see any difference between S40, S60 and my self-created E71.
> The new configuration seems *exactly* the same as all the
previous
> ones I have tried which were created by sync-ui. Addressbook, memos,
> and todos are synchronised, calendar entries only go from E71 to
> Evolution.
This is a bit surprising, because if the test tool found a config for
calendar, it must have been able to copy a simple event back and forth.
Perhaps it now only fails for the more complex events that you have in
real life?
There are very few events in the calendar and those are just test
events, nothing complex at all.
>
+---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
> | calendar | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
> +---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
[...]
> So why is there *nothing* in the calendar? There's certainly data in
> both my Evolution calendar and in the E71 calendar.
First, the statistics in server mode are currently incomplete. That was
a known limitation of the Synthesis engine which has been solved in the
meantime for 1.0.
But I am indeed a bit puzzled that there is no second line with
information about calendar items in the local cache.
Please show the output of:
- syncevolution --print-config -q <name of config>
chris$ syncevolution --print-config -q E71
syncURL = obex-bt://00:21:FE:AF:47:27
username = test
password = -
# logdir =
# loglevel = 0
# printChanges = 1
# maxlogdirs = 10
# autoSync = 0
# autoSyncInterval = 30M
# autoSyncDelay = 5M
# preventSlowSync = 1
# useProxy = 0
# proxyHost =
# proxyUsername =
# proxyPassword =
# clientAuthType = md5
# RetryDuration = 5M
# RetryInterval = 2M
remoteIdentifier = PC Suite
PeerIsClient = 1
SyncMLVersion = 1.2
# PeerName =
deviceId = syncevolution-58483cfb-6a14-4868-80e9-015fc0cca9f6
remoteDeviceId = IMEI:352924021067751
# enableWBXML = 1
# maxMsgSize = 150000
# maxObjSize = 4000000
# enableCompression = 0
# SSLServerCertificates =
/etc/ssl/certs/ca-certificates.crt:/etc/pki/tls/certs/ca-bundle.crt:/usr/share/ssl/certs/ca-bundle.crt
# SSLVerifyServer = 1
# SSLVerifyHost = 1
# WebURL =
# IconURI =
ConsumerReady = 1
defaultPeer = Nokia S40
[addressbook]
sync = two-way
type = addressbook:text/vcard
# evolutionsource =
uri = Contacts
# evolutionuser =
# evolutionpassword =
[calendar]
sync = two-way
type = calendar:text/calendar
# evolutionsource =
uri = Calendar
# evolutionuser =
# evolutionpassword =
[calendar+todo]
sync = disabled
type = virtual:text/calendar
evolutionsource = calendar,todo
uri = Calendar
# evolutionuser =
# evolutionpassword =
[memo]
sync = two-way
type = memo:text/plain
# evolutionsource =
uri = Notes
# evolutionuser =
# evolutionpassword =
[todo]
sync = two-way
type = todo:text/calendar
# evolutionsource =
uri = Calendar
# evolutionuser =
# evolutionpassword =
- syncevolution --run <name of config>
chris$ syncevolution --run E71
[INFO] calendar+todo: inactive
[INFO] Server sending SAN
Local data changes to be applied remotely during synchronization:
*** todo ***
no changes
*** addressbook ***
no changes
*** memo ***
no changes
Synchronization successful.
Changes applied during synchronization:
+---------------|-----------------------|-----------------------|-CON-+
| | LOCAL | REMOTE | FLI |
| Source | NEW | MOD | DEL | ERR | NEW | MOD | DEL | ERR | CTS |
+---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
| addressbook | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| item(s) in database backup: 96 before sync, 96 after it |
+---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
| calendar | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
+---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
| memo | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| item(s) in database backup: 7 before sync, 7 after it |
+---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
| todo | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| item(s) in database backup: 2 before sync, 2 after it |
+---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
| start Wed May 12 10:51:00 2010, duration 0:15min |
| synchronization completed successfully |
+---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
Data modified locally during synchronization:
*** addressbook ***
no changes
*** memo ***
no changes
*** todo ***
no changes
--
Chris Green