On Wed, May 12, 2010 at 01:33:24PM +0200, Patrick Ohly wrote:
On Wed, 2010-05-12 at 10:52 +0100, Chris G wrote:
> 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.
There's one difference: "calendar" and "todo" are active, using
the same
URI, whereas "calendar+todo" is inactive. The right configuration would
have only "calandar+todo" as active.
Please fix this as follows:
syncevolution --configure --source-property sync=none \
<config> calendar todo
syncevolution --configure --source-property sync=two-way \
<config> calendar+todo
Then try again.
It doesn't appear to change anything much:-
chris$ syncevolution --configure --source-property sync=none E71
calendar todo
chris$ syncevolution --configure --source-property sync=two-way E71 calendar+todo
chris$ syncevolution E71
[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 14:38:04 2010, duration 0:15min |
| synchronization completed successfully |
+---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
Data modified locally during synchronization:
*** addressbook ***
no changes
*** memo ***
no changes
*** todo ***
no changes
I've added a new event in Evolution before the run and it doesn't get
to my E71.
However adding an event to my E71 and then running syncevolution I get:-
chris$ syncevolution --run E71
[INFO] Server sending SAN
Local data changes to be applied remotely during synchronization:
*** todo ***
no changes
[INFO] adding "May eventt"
[ERROR] todo: extracting event
*** 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 14:45:25 2010, duration 0:17min |
| synchronization completed successfully |
+---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
First ERROR encountered: todo: extracting event
Data modified locally during synchronization:
*** addressbook ***
no changes
*** memo ***
no changes
*** todo ***
no changes
... and the "May eventt" doesn't appear in Evolution.
However - see following message re S60/E71.
--
Chris Green