I split the pages for the mobile phones I had working with the Dell Latitude C640 laptop into separate pages. Using the phone does not depend on the specific laptop, when the transport works (bluetooth) all systems will look the same, they just need the right software and the phone needs to cooperate. So, new pages: Also a new laptop is on its way so I'll need to set up a new Linux on a laptop page soon.
2006-02-27 (#)
I tried to download all pictures I took yesterday from my Nokia 6630 phone. This is tedious as Nokia has a weird filenaming scheme: 26022006.jpg, 26022006(001).jpg, .. and since obexftp can't do filename globbing, that gets quite boring fast. But, unix to the rescue: for a in `seq 13 26` ; do ../bin/obexftp -b 00:15:A0:12:34:56 -B 12 -c 'E:/Images/' -g '26022006('`printf '%03d' $a`').jpg' ; done. And all the pictures transfer while I do something useful.
2006-01-25 (#)
I updated the Dell Latitude C640 laptop and linux page with the bits I used to get the Nokia 6630 working for at least obex filetransfer over bluetooth. It took a lot of hacking and trying to get this to work.