Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Syncing with Linux

5 replies · 3,816 views · Started 24 February 2004

Has anybody managed to sync their 6600 with Linux over Bluetooth?

I'm particularly interested in getting the 6600 to sync with Ximian Evolution, but the only app I've found, MultiSync, doesn't appear to support the phone. 😞

Anybody?

Alex.

I got my 6600 connected to my Linux notebook and I can send file to the phone.
I did not sync anything though. 😊

If you need help about how to connect the phone in generel, lemme know.

Harry

I used these tools to check the BT setup on my 2.6.3 kernel:

  • hciconfig (This must show 'UP RUNNING PSCAN ISCAN' without 'AUTH ENCRYPT'😉
  • hciconfig hci0 piscan
  • hcitool scan
  • hcitool info <HW-ADDR>
  • l2ping -c <n> <HW-ADDR>
  • sdptool browse <HW-ADDR>
  • ussp-push /dev/rfcomm0 src-file dst-file

HTH, Harry