Slashdot Mirror


Syncing Your PDA w/ Obscure O/Ses?

Nomad7674 asks: "I am part of a team helping to build a site for discussing SmartPhones (i.e. combo cell phone and data function devices). We are trying to become a one-stop shop for SmartPhone-related information and have run up against one brick wall that the Slashdot community may be able to help with. We want to document every operating system that can be sync'd with a Palm or PocketPC or Symbian device. We already have information on the biggies (Apple and Windows), on the moderates (Linux and the Unixes) and a few of the more obscure including Amiga and BeOS. But we seem to have exhausted the searches of Google, Alta Vista, etc. and the knowledge of the general community elsewhere. What experiences have other Slashdot readers had with syncing their Palm, PocketPC, or other PDA device with obscure OSes?"

4 of 25 comments (clear)

  1. How about OS/2? by Tower · · Score: 2, Informative

    Not all that obscure... really...

    There is a nice page with some apps at http://www.perelin.de/stellarcom/palmstuff/.

    --
    "It's tough to be bilingual when you get hit in the head."
  2. jSyncManager for PalmOS devices by a1291762 · · Score: 4, Informative

    There's a project called jSyncManager that will sync PalmOS devices with a Java-enabled platform. It was originally written to support HotSync on OS/2. It's Open Source too.

    http://www.jsyncmanager.org/

  3. Re:Linux 9.0 and Visor Handspring by bacchus612 · · Score: 2, Informative
    You probably need to recompile your kernel. Brief instructions:
    cd /usr/src/linux && make mrproper && make menuconfig
    This will start the kernel configuration program. You should probably read up a bit on the various options, as there are many, try Kernel-Howto for more info... make sure you include: USB Support USB-Serial USB-Visor just go through every menu option and look for things that sound like they apply to you, and when in doubt compile as a module. Save the configuration and exit. Then:
    make clean && make dep && make bzImage && make modules && mv /boot/bzImage /boot/bzImage.old && mv /lib/modules/SOMETHING /lib/modules/SOMETHING-old && make modules_install && mv /usr/src/linux/arch/i386/boot/bzImage /boot
    now, if you use GRUB for a boot loader you should be ok to restart the computer and see if it worked. If you use Lilo:
    /sbin/lilo
    Er, I think that's all you have to do, I use GRUB personally. Now reboot and see if stuff works..you might have to load the module after rebooting:
    modprobe usb-visor
    Worst case scenario, boot with a rescue disk, and rename the .old files to their original names (deleting the failing replacements.) Look at the kernel-howto linked above, and: Handspring-Visor-HOWTO which goes into much greater detail. It's really not that hard.
  4. Re:RH Linux 9.0 and Visor Handspring by hacker · · Score: 2, Informative
    Have you tried meeting up with us on irc for some "real-time" help? Check the pilot-link.org homepage for details (it's very obvious).

    Have you read README.usb yet? It should get you started. I also have a bunch of HOWTO documents I've written that may also help you get things working.

    Are you running 0.11.7 of pilot-link (which is required for USB to work with any of the other apps, KPilot, J-Pilot, gnome-pilot, etc.) I'll be releasing 0.11.8 shortly.

    Is your kernel recent enough to support it? Use 2.4.20 or later, but not 2.5, if you want the most stable. Previous kernels had issues with the visor driver crashing, which have been resolved in 2.4.20 and later kernel versions.

    Considered a donation to the project?

    Good luck.