Since the gnome-bluetooth is relying on gnokii-libs, here is how it's achieved with gammu, for those who won't install gnome-libs on their machine, belive me some of us like our fvwm without all the bloat.
Install:
bluez-hcidump
bluez-pin
bluez-utils
libbluetooth1
gammu
libgammu
Turn on bluetooth support in your kernel:
CONFIG_BT_HCIUSB=m
CONFIG_BT_HCIUSB_SCO=y
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_BCSP_TXCRC=y
CONFIG_BT_HCIBCM203X=m
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
CONFIG_BT_HCIVHCI=m
Edit the /etc/bluetooth/pin to have your PIN for the phone. If for some reason it won't accept it, edit your /etc/bluetooth/hcid.conf file to have a option like:where the givepin is a small script ie:pin_helper /etc/bluetooth/givepinSince for some reason the usual /usr/bin/bluez-pin program it is set to, fails from time to time..Code:#!/bin/sh echo "PIN:1111"
Edit /etc/gammurc to reflect your phone ie:
XX:YY:ZZ:NN:MM:RR beeing the bluetooth address for your bluetooth-dongle.[gammu]
port = XX:YY:ZZ:NN:MM:RR
connection = bluephonet
Enable bluetooth on your phone, and you're up and running ie:~ > gammu --identify
Manufacturer : Nokia
Model : 6230 (RH-12)
Firmware : 04.28 A (24-06-04)
Hardware : 0605
IMEI : xxxxxxxxxxxxxxx
Original IMEI : xxxxxxx/xx/xxxxxx/x
Manufactured : 08/2004
Product code : xxxxxxx
UEM : 288
~ > gammu --addfile b:/ file
Writing: 100 percent


Reply With Quote
Bookmarks