.:An Endless Journey:.
open source and me
  • Immutable Page
  • Info
  • Attachments

Misc. Notes on my Mobile SE Z520i

Secret Code

*>*<<*<*

URLs

Multisync and Opensync

  • Multisync is a standalone program (with GUI) to do PIM sync with your cell phone.
  • Opensync is a framework, provide a common layer for GUI/CLI client to do sync.
  • Currently, multisync has been integrated with opensync
  • Opensync use plugin architecture, device connection/fileformat function are implemented as plugins.

Usage

Cli from bluez-utils and obexftp is very useful.

hcitool scan
sdptool browse 00:16:B8:29:43:c7
obexftp -b 00:16:B8:29:43:c7 -l
obexftp -b 00:16:B8:29:43:c7 -g Sounds/xyz.mp3
obexftp -b 00:16:B8:29:43:c7 -U synch -S -g telecom/devinfo.txt
obexftp -b 00:16:B8:29:43:c7 -U synch -S -g telecom/cal.vcs
obexftp -b 00:16:B8:29:43:c7 -U synch -S -g telecom/pb.vcf

Note:

  • hcitool can be used to check bluetooth device / interface
  • sdptool can be used to query service supported by a bluetooth dev
  • obexftp can be used to put/get files via Bluetooth / IrDA