Sat 08 Apr 2006 09:40:30 PM UTC, comment #7:
Was this ever fixed? I am having this problem now. It fails every time I enter a PIN and I have tried changing the pin a dozen times. Nothing working. Using the following config:
.gnokiirc
[global]
port = 00:02:EE:6C:3C:ED
model = series60
initlength = default
connection = bluetooth
use_locking = yes
serial_baudrate = 19200
smsc_timeout = 10
[gnokiid]
bindir = /usr/local/sbin/
[connect_script]
TELEPHONE = 12345678
[disconnect_script]
[logging]
debug = on
rlpdebug = off
xdebug = off
/etc/bluetooth/hcid.conf
options {
autoinit yes;
security auto;
pairing multi;
pin_helper /usr/bin/mypinwrapper;
}
device {
name "%h-%d";
class 0x3e0100;
iscan enable; pscan enable;
lm accept;
lp rswitch,hold,sniff,park;
}
/usr/bin/mypinwrapper
#!/bin/sh
echo "PIN:1111"
getting this:
jason@TTVjasonb:~$ gnokii --identify
GNOKII Version 0.6.8
LOG: debug mask is 0x1
phone instance config:
model: series60
port_device: 00:02:EE:6C:3C:ED
connection_type: 5
init_length: 0
serial_baudrate: 19200
serial_write_usleep: -1
hardware_handshake: 0
require_dcd: 0
smsc_timeout: 100
connect_script:
disconnect_script:
rfcomm_cn: 1
sm_retry: off
Serial device: opening device 00:02:EE:6C:3C:ED
I put the pin "1111" into my phone here and hit "OK"
Can't connect: Connection refused
Couldn't open GNBUS device: Connection refused
Error in link initialisation
Telephone interface init failed: Function or connection type not supported by the phone.
Quitting.
ideas?
Jason - -unavailable-
|