[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [coldsync-hackers] Setting time



Andrew Arensburger:
> On Thu, Jan 03, 2002 at 12:40:55AM +0100, Helge Oldach wrote:
> > Andrew Arensburger:
> > > 	use Palm::Raw;
> > > 
> > 
> > That's what I would have thought (and tried, actually), but it doesn't
> > help either...
> >
> > 	No handler defined for creator "psys", type "sprf"
> 
> 	Ah. Evidently your .coldsyncrc runs this conduit on "Saved
> Preferences.prc", which is a PRC file. Palm::Raw only handles .pdb
> files.
> 	Edit your .coldsyncrc and have this conduit run on some .pdb
> file. I use "date/DATA" myself, but it could be anything.

Yes, but this is a database for which in most cases (unless there is an
explicit sync conduit for date/DATA) one wants the generic sync conduit
to apply. Hence the generic conduit must be specified explicitely, which
makes it more verbose:

	conduit sync {
		path: "/home/hmo/.palm/conduits/SetSysDateTime.pl";
		type: date/DATA;
	}
	conduit sync {
		path: [generic];
		type: date/DATA;
	}

This isn't an case with the "Saved Preferences" database: this is a PRC
database for which a sync conduit wouldn't do a sensible thing anyway.

I have summarized this on http://www.oldach.net/palmtime.shtml.

Thanks,
Helge
This message was sent through the coldsync-hackers mailing list.  To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body.  For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.