pilot-link
pilot-link copied to clipboard
pilot-link is a suite of tools used to connect your Palm or PalmOS® compatible handheld with Unix, Linux, and any other POSIX-compatible machine.
When checking out the repo and running `./autogen.sh` it generates a corrupt `configure` file. The process dies with `syntax error near unexpected token ')'`. When looking into the file itself...
Hi David, here I provide a patch which repairs the build process to work again on modern systems. This should solve issue #16 and #18 . For the details please...
This patch additionally outputs the file attributes with `pilot-xfer -l -D ...`.
Now directories with more than 64 entries are listed fully, The listing output was beautified and error messages are more detailed and accurate.
Now there are not only text messages for PalmOS errors, but also for Pilot-Link errors.
This is, because there is a maximum of 64 defined in function `print_dir(...)` in `pilot-xfer.c`. It seems, the limit was set, because the parameter `diriterator` in function `dlp_VFSDirEntryEnumerate(...)` is difficult...
PalmOS error codes are beyond `0x0100`, so the error codes must be masked in function `dlp_strerror(...)` before retrieving the text messages from `exp_errorlist[]` and `vfs_errorlist[]`. Otherwise memory an access error...
`pilot-xfer -C` lists the availablale Volumes on a device with some info data in a table. The numbers for `Size` and `Used`are swapped in that table.
Hi David, here is a fix for issue #30 . Ulf
Hi David, here is a fix for issue #28 . Ulf