I know there are probably a few of you like myself that use a Linux box from time to time. Currently I am running Ubuntu Dapper with kernel 2.6.15-26-amd64-k8 (dual core). I really like Ubuntu so far. Anyway, USB syncing your Windows Mobile 5 device with Linux is not main stream yet but it is getting better. I followed the instructions at
SynCE.org titled "
Building SynCE with Windows Mobile 2005 support from Subversion". You will need Subversion to get the packages.
Make sure you have your kernel headers before you start. Anyway - success with a Qtek8500. My Samsung i730 does not USB connect yet because usb-rndis does not yet work with Intel PXA27x-based devices do to their flaky USB client implementation. I will fiddle with Bluetooth connecting down the road.
After successfully getting Ubuntu communicating with the Qtek8500 I decided to add the ability to explore the phone using the Gnome Nautilus file manager (kind of like Windows Explorer). I followed the instructions to
Install Gnome VFS Plugin. This was a little tougher to get installed. After running the bootstrap I kept getting an error running ./configure. The gnome-vps-2.0 and the modules-2.0 were not found. I used Synaptic to add vps related components. The key package to get everything working was libgnomevfs2-dev. I also added the text "synce: libsyncevfs" to /etc/gnome-vfs-2.0/modules/default-modules.conf. So here is how the WM5 phone directory looks in on Ubuntu Gnome Nautilus. The next task is syncing contacts, calander and tasks with Evolution.