[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Need help accessing samsung a707 phone through bluetooth
From: |
Matthew Wilson |
Subject: |
Need help accessing samsung a707 phone through bluetooth |
Date: |
Tue, 6 Nov 2007 21:09:46 -0500 |
Hi --
I am trying to connect to my Samsung A707 phone over bluetooth. I can
already access my photos.
I started this in one terminal:
$ rfcomm connect /dev/rfcomm0 00:1D:F6:55:7E:D9 4
Connected /dev/rfcomm0 to 00:1D:F6:55:7E:D9 on channel 4
Press CTRL-C for hangup
Then in another terminal, I ran this:
$ gnokii --identify
GNOKII Version 0.6.18
LOG: debug mask is 0x1
LOG: rlpdebug mask is 0x1
LOG: xdebug mask is 0x1
Config read from file /home/matt/.gnokiirc.
phone instance config:
model: AT
port_device: /dev/rfcomm0
connection_type: 0
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: 4
sm_retry: off
Initializing AT capable mobile phone ...
Serial device: opening device /dev/rfcomm0
Serial device: setting RTS to high and DTR to high
Message sent: 0x00 / 0x0004
41 54 5a 0d | ATZ
write: [ATZ<cr>]
Message sent: 0x00 / 0x0005
41 54 45 31 0d | ATE1
write: [ATE1<cr>]
Message sent: 0x00 / 0x000a
41 54 2b 43 4d 45 45 3d 31 0d | AT+CMEE=1
write: [AT+CMEE=1<cr>]
Message sent: 0x06 / 0x0008
41 54 2b 43 47 4d 4d 0d | AT+CGMM
write: [AT+CGMM<cr>]
Message sent: 0x06 / 0x0007
41 54 2b 47 4d 4d 0d | AT+GMM
write: [AT+GMM<cr>]
Initialization failed (11)
Serial device: closing device
Telephone interface init failed: Command timed out.
Quitting.
Command timed out.
Finally, here is my ~/.gnokiirc:
$ cat ~/.gnokiirc | grep -v "^#"
[global]
port = /dev/rfcomm0
model = AT
initlength = default
connection = serial
use_locking = yes
serial_baudrate = 19200
rfcomm_channel = 4
smsc_timeout = 10
[gnokiid]
bindir = /usr/sbin/
[connect_script]
TELEPHONE = 2164706058
[disconnect_script]
[logging]
debug = on
rlpdebug = on
xdebug = on
Like I said before, I can access the files on my phone just fine.
This problem seems to be related to the serial port of the phone.
Any ideas?
Thanks for the help.
Matt
- Need help accessing samsung a707 phone through bluetooth,
Matthew Wilson <=