NW   NE
 

Sharp Zaurus Developer Information

Corrections and Comments: Spencer Huang
 
SW   SE
NW   NE
 
Howtos

Upgrading The ROM

Connectivity
Wireless 802.11b

Linux Connectivity
Generic (USB)
Debian (USB)
Red Hat (USB)
Suse (USB)
Mandrake (USB)
Generic (PPP USB)
Generic (PPP Serial)

Windows Connectivity
Win2K (Serial)
Win98se (Serial)
WinMe Over (Serial)
WinNTSP6 (Serial)
WinXP Over (Serial)

Developing
Compiler Setup
Compiling the Kernel
Special Considerations
Checklist
System Layout
Application Help Files
IPKG Howto
Buzzer Howto
Led Howto
IrDa Howto
Audio Howto
Fullscreen Howto
Resume Event
Keys
Turning off the screen

Syncing
Linux
Win2K
Wireless

Other
Wireless Comparison
The Z Boot Process
Ipv6 Setup
Servers Setup
SD And CF FAQ
Setting Up A Feed
Converting TTF fonts
Building a ROM
MPEG Encoding

Downloads
ZaurusZone Feed
Links
 
SW   SE
NW   NE
  Howto sync to the Zaurus from Linux

This is a quick explanation on how to sync the Zaurus from Linux using TrollTech's Qtopia Desktop software. It assumes that you already have network connectivity with the Zaurus through usb, 802.11, serial or other means.

1) Download Qtopia Desktop from either the local mirror or from TrollTech. (Newer versions will be on TrollTech's website.)

2) Untar and unzip the tarball in a location that you with to install Qtopia Desktop.
The tar.gz will create a subdirectory "qtopiadesktop-personal-use-1.5".

3)This new directory contains, among other things, the "qtopiadesktop" executable, as well as some shared libraries. In your .bash_profile, set the appropriate environment variables to refer to both the executable and the shared libraries. For example if you had unpacked that tar.gz into your home directory you would set up the following variables in your .bash_profile (or preferred shell variable file):

  export PALMTOPCENTERDIR=$HOME/qtopiadesktop-personal-use-1.5
 
  PATH=$PATH:$PALMTOPCENTERDIR
  export LD_LIBRARY_PATH=$PALMTOPCENTERDIR

Log out and back in. You should then be able to run qtopiadesktop.


Running Qtopia Desktop with KDE3 or Gnome

In the directory where Qtopia Desktop was installed create several links:
ln -s librsync.so.1.0.0 librsync.so.1
ln -s libpalmtopcenter.so.1.0.0 libpalmtopcenter.so.1
ln -s libqt.so.3.0.3 libqt.so.3
In the directory where Qtopia Desktop was installed create a small shell script with the following text:

        export LD_LIBRARY_PATH=$PWD
        ./qtopiadesktop

be sure to

chmod 775 scriptnamehere


You should be able to run qtopiadesktop now by simply executing the script from a console.

 
SW   SE

    This page was last updated: Wednesday, 09-Apr-2003 04:57:24 PDT