October 1, 2008
Ok, simple enough.
Install J-Pilot (I used apt, apt-get install jpilot !)
- Navigate the menu to File -> Preferences
- Select the “Settings’ tab”
- Enter
usb: in the “Serial Port” field.
- Select “OK”
- Press the HotSync button on the cradle.
- Click the HotSync button on the left of the J-Pilot window.
Next for some plugins, watch this space!
2 Comments |
Open Source | Tagged: palm |
Permalink
Posted by dmom
October 1, 2008
Quite easy really. Once you have the usb connection validated (see earlier post), backing up is simply a matter of :
pilot-xfer -p usb: -b ~/my-new-palm-backup-dir
You can also do a local update (-u palm-backup-dir) or a sync (-s palm-backup-dir).
Further options are available with pilot-xfer --help
Now to have a look at J-Pilot, a GUI. (no, it’s not written in Java)
Leave a Comment » |
Open Source | Tagged: palm |
Permalink
Posted by dmom
September 30, 2008
Couldn’t get my old Palm Tungsten T to work with pilot link. After reading around and trying various things with dev files, I eventually found this post about a bug in pilot link.
Sure enough, removing the visor module with
sudo modprobe -r visor
meant the Palm now responded to
pilot-xfer -p usb: -l
and I got a lot of output about files on the Palm when I hit the sync button on the USB cradle.
So, I have added
blacklist visor
to
/etc/modprobe.d/blacklist
so that module won’t be loaded in the future.
Hopefully this bodes well for my attempts at seamless synchronisation of my Palm Tungsten|T on Ubuntu
3 Comments |
Open Source | Tagged: palm |
Permalink
Posted by dmom