Skip to content

lxmx/pimsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIMSync

This simple Palm OS app allows you to export the built-in Memo Pad, Date Book, Address and To Do List databases to the memory card at the /PIMSync location - or import them back, replacing the RAM databases.

Workflow

The above makes sense if you are using J-Pilot on your desktop, and don't want to use a cable to sync your device.

J-Pilot operates on the very same MemoDB.pdb, ToDoDB.pdb, DatebookDB.pdb, AddressDB.pdb files you have on your Palm. Which means you can edit the records, then save them back to the device.

See pimsync.example.sh for an example sync script.

Thanks

  • Alexander Pruss for MyInstall with its VFS code.
  • Otávio P. (Tavisco) for the UI code example in his Palm Portfolio app.
  • FileCaddy authors for more VFS code.