| | 1 | = Introduction = |
| | 2 | = Supported Object Types = |
| | 3 | {| border="1" |
| | 4 | ! Contacts !! Events !! Todos !! Notes |
| | 5 | |- |
| | 6 | | {{y}} || {{y}} || {{y}} || {{y}} |
| | 7 | |- |
| | 8 | |} |
| | 9 | |
| | 10 | = Tested Devices = |
| | 11 | === Palm Inc === |
| | 12 | {| border="1" |
| | 13 | ! Model !! Version !! USB !! IrDA !! Network !! USB Vendor ID !! USB Products ID !! Tester !! Comments |
| | 14 | |- |
| | 15 | | Tungsten X || 5.4.9 || {{y}} || {{Q}} || {{Q}} || 0x830 || 0x61 || [[User:dgollub|dgollub]] || |
| | 16 | |- |
| | 17 | | Palm515 || 4.1 || {{y}} || {{Q}} || {{Q}} || 0x830 || 0x3 || [[User:j_reichelt|j_reichelt]] || |
| | 18 | |- |
| | 19 | | Treo 650 || {{Q}} || {{y}} || {{Q}} || {{Q}} || 0x830 || 0x61 || [[User:werner6|werner6]] || |
| | 20 | |- |
| | 21 | | Treo 700p || {{Q}} || {{y}} || {{Q}} || {{y}} || 0x0830 || 0x0061 || [[User:heinous|heinous]] || Network sync works if you set up [[HCL/Bluetooth Adapters|Bluetooth]] DUN. See [[Syncing Palm Devices using Bluetooth]] |
| | 22 | |- |
| | 23 | |} |
| | 24 | |
| | 25 | === Handspring === |
| | 26 | {| border="1" |
| | 27 | ! Model !! Version !! USB !! IrDA !! Network !! USB Vendor ID !! USB Products ID !! Tester !! Comments |
| | 28 | |- |
| | 29 | | Treo 270 || 3.2.5H5.7 || {{y}} || {{Q}} || {{Q}} || 0x82d || 0x100 || [[User:dgollub|dgollub]] || |
| | 30 | |- |
| | 31 | |} |
| | 32 | |
| | 33 | = Testcase Basics = |
| | 34 | For the testcases below you will need the command line tool pilot-xfer which is provided by pilot-link package. |
| | 35 | With openSUSE 10.2 we changed to the pilot-link 0.12.x version which supports libusb connections. A long list of USB products and vendor codes allows openSUSE 10.2 to provide the "HotSync" capability to hal-resmgr and grant access to the current desktop user. So please try this new feature and run following test cases as user. If you have permission problems and the testcase only works as root, please report your device with USB vendor and product code. |
| | 36 | |
| | 37 | = Testcases = |
| | 38 | === Connection test with USB === |
| | 39 | pilot-xfer -p usb: -l |
| | 40 | |
| | 41 | Run this command line as user and press the HotSync button on your device. |
| | 42 | Should return a list of all installed applications and Palm data. |
| | 43 | |
| | 44 | === Connection test with Network === |
| | 45 | |
| | 46 | You will have to set up some kind of network connection between the Palm device and your computer. This could be over serial, USB, Bluetooth, etc. |
| | 47 | |
| | 48 | pilot-xfer -p net:any -l |
| | 49 | |
| | 50 | Run this command line as user and press the HotSync button on your device. |
| | 51 | Should return a list of all installed applications and Palm data. |
| | 52 | |
| | 53 | = Backup = |
| | 54 | If you don't use USB connection you only have to change "-p usb:" in -p *sock address of your choice*. For example in "-p /dev/ttyS0" for HotSync via serial device. |
| | 55 | Full Backup: |
| | 56 | pilot-xfer -p usb: -b ~/palm-backup/ |
| | 57 | |
| | 58 | Restoring: |
| | 59 | pilot-xfer -p usb: -r ~/palm-backup/ |
| | 60 | |
| | 61 | = Links = |
| | 62 | pilot-link project |
| | 63 | * http://www.pilot-link.org |