• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Synchronizing Palm OS under Linux

 
Ranch Hand
Posts: 3061
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I recently bought a Handspring Visor and the Palm Desktop software only runs under Windows, afaik. Does anyone know of similar software that can run under Linux?
Thanks in advance,
Layne
 
Ranch Hand
Posts: 1012
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
there are several apps that will allow you to sync your handspring with linux...
  • pilot-link
  • source forge

  • good luck!
     
    Layne Lund
    Ranch Hand
    Posts: 3061
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thanks, I'll check those out.
     
    Saloon Keeper
    Posts: 27808
    196
    Android Eclipse IDE Tomcat Server Redhat Java Linux
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Red Hat 8 comes with PalmOS software support built into the default desktop app set.
    Although less popular, I like to use Coldsync. It's designed to let the hotsync mechanism run as a daemon if you like and you can write conduits in Perl. It's actually a LOT easier than doing conduits using the "standard" conduit system (a Windows DLL) since your debugging environment doesn't have to be as sophisticated.
     
    Layne Lund
    Ranch Hand
    Posts: 3061
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    In another forum, I was told that RH8 has it under Menu->Preferences, but when I looked there, I couldn't find it. I'm pretty sure I installed everything. Of course, I upgraded from an earlier version of RH, so it might only have upgraded the components I already had installed. Using rpm, I found that I have some pilot-related packages installed:

    Is it possible that the desktop utilities are installed, but their icons aren't in the menu? If so, how do I find out if I have them installed? If they aren't installed, what do I look for on the RH CDs?
    Thanks in advance for your help.
    Layne
    [ December 11, 2002: Message edited by: Layne Lund ]
     
    Greg Harris
    Ranch Hand
    Posts: 1012
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    when i upgraded from redhat 7.3 to 8.0, it seems that 8.0 put a lot of my apps in:
    Menu -> Extras -> ...
    i recently re-installed 7.3 because of some problems with 8.0 - and now i am having a problem syncing my Treo. it seems that 8.0 is set up better by default for PalmOS pda's.
     
    Greg Harris
    Ranch Hand
    Posts: 1012
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    well, i upgraded my linux box last night with the redhat 8.0 distro and got my handspring treo syncing again!
    however, i think the problem with 7.3 could have been my fault. i did not give myself permission on ttyS1, so (obviously) i could not connect to my device.
    i am using:
    pilot-link-0.11.3
    KPilot-4.3 (set up to sync with Evolution)
    gnome-pilot-0.1.65-88 (creates back-up of handspring)
    [ December 13, 2002: Message edited by: Greg Harris ]
     
    Layne Lund
    Ranch Hand
    Posts: 3061
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I downloaded JPilot from the Net and installed it to my machine. The GUI comes up just fine but when I click the Sync button, I get an error message:
    pi_bind: invalid file or directory
    What should I do to fix this problem?
    Layne
     
    Layne Lund
    Ranch Hand
    Posts: 3061
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I figured it out finally. Thanks for everyone that gave some input. I had to create a link called /dev/pilot to the correct USB device. It took some trial and error to figure out which one the cradle was connected to, but I finally got it.
    As a side question, is there a way to tell the numbering scheme for the USB ports. I mean which is ttyUSB0 and which is ttyUSB1? I found the "lsusb" command, but its output is somewhat esoteric. I'm having a difficult time deciphering it all. I'm just curious if there is a simple way or not.
    Regards,
    Layne
     
    Greg Harris
    Ranch Hand
    Posts: 1012
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    i figured it out, too... i just bought a serial cable
     
    With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
    reply
      Bookmark Topic Watch Topic
    • New Topic