Re: Bug#3042: memo file not gtting memos correctly (fwd)
- From: Michael Katz-Hyman <mkatshym erols com>
- To: Vadim Strizhevsky <vadim optonline net>
- cc: gnome-pilot-list gnome org
- Subject: Re: Bug#3042: memo file not gtting memos correctly (fwd)
- Date: Sun, 24 Oct 1999 14:47:08 -0400 (EDT)
Thanks
That worked...
Now, if I edit the memos on my computer, will they sync back to the pilot?
mike
/------------------------------------------------------------\
|Michael Katz-Hyman mkatshym@erols.com|
\------------------------------------------------------------/
On Sun, 24 Oct 1999, Vadim Strizhevsky wrote:
>
> Hi,
>
> Thanks for the bug report. The problem is most likely due to the fact
> that FastSync is being performed all the time. The first time
> should've bee a SlowSync, but for some reason it isn't. Until we solve the
> problem in general you can remedy it by forcing a SlowSync
> once. To do this simply change SyncPCid on the PilotLink control panel or
> by the attached script. After that the next sync should be SlowSync
> and all your memos from pilot should be copied to the host. All the
> following sync _should_ correctly update any changes.
>
> If the above doesn't work please let us know.
>
> -Vadim
>
> -------------
> #! /bin/bash
> CFG=~/.gnome/gnome-pilot.d/gpilotd
> HOSTID=`cat $CFG|grep sync_PC|sed 's/sync_PC_Id=//'`
> NEWHOSTID=$[$HOSTID + 1]
> echo $NEWHOSTID
> mv $CFG $CFG.tmp
> SEDSTRING=s/$HOSTID/$NEWHOSTID/
> cat $CFG.tmp | sed $SEDSTRING > $CFG
> rm $CFG.tmp
> ------------------
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]