[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Maybe wrong model length for 6610?
From: |
Holger Kiskowski |
Subject: |
Re: Maybe wrong model length for 6610? |
Date: |
Sun, 28 Nov 2004 14:37:16 +0000 (UTC) |
User-agent: |
slrn/0.9.7.4 (Linux) |
On Sun, 28 Nov 2004 Pawel Kot <address@hidden> wrote:
>> Btw, I discovered that the 6510 driver fails to send sms for this 6610
>> phone. Is this known not to work or are you interested in the debug
>> output?
> It's not known. Please provide the debug output.
$ gnokii --sendsms 012345
GNOKII Version 0.6.4
LOG: debug mask is 0x1
phone instance config:
model: 6610
port_device: /dev/ircomm0
connection_type: 4
init_length: 0
serial_baudrate: 19200
serial_write_usleep: -1
hardware_handshake: 1
require_dcd: 0
smsc_timeout: 100
connect_script:
disconnect_script:
rfcomm_cn: 1
Connecting
Serial device: opening device /dev/ircomm0
Nokia 6610 def6
Getting model...
Message sent: 0x1b / 0x0006
00 01 00 07 01 00 |
Message received: 0x1b / 0x002e
01 31 00 08 00 01 58 28 00 21 56 20 34 2e 37 34 | 1 X( !V 4.74
0a 31 34 2d 30 34 2d 30 33 0a 4e 48 4c 2d 34 0a | 14-04-03 NHL-4
28 63 29 20 4e 4d 50 2e 0a 43 00 00 00 00 | (c) NMP. C
Received message type 1b
model length: 5
Received model NHL-4
Message sent: 0x02 / 0x0006
00 01 00 14 01 00 |
Message received: 0x02 / 0x003e
01 5c 00 15 00 01 0b 38 01 e9 00 02 ff 02 82 10 | \ 8
02 09 08 81 00 94 71 01 67 00 00 55 55 55 81 20 | q g UUU
1a 00 00 44 00 31 00 2d 00 41 00 6c 00 70 00 68 | D 1 - A l p h
00 61 00 53 00 65 00 72 00 76 00 00 00 00 | a S e r v
Received message type 02
Frame of type 0x02 (SMS handling) received!
SMSC Received
Please enter SMS text. End your input with <cr><control-D>: foo
General Data Coding
dcs: 0x0
Length: 0x3
user_data_length: 0x3
ValidityIndicator: 2
user_data: E6F71B
Sending
Sending SMS...(54)
Message sent: 0x02 / 0x0036
00 01 00 02 00 00 00 55 55 01 02 2c 11 00 00 00 | UU ,
00 04 82 0c 01 05 06 81 10 32 54 00 00 00 82 0c | 2T
02 09 08 81 00 94 71 01 67 00 80 08 03 03 e6 f7 | q g
1b 55 08 04 01 a9 | U
Message received: 0x02 / 0x001a
01 5c 00 03 00 01 0c 14 01 01 05 55 55 01 07 0c | \ UU
01 00 00 00 00 00 00 00 ff 00 |
Received message type 02
Frame of type 0x02 (SMS handling) received!
SMS sending failed
SMS Send failed (Command failed.)
Serial device: closing device
Getting phonebook entries and sms messages as well as --monitor works
well, though. Sending sms messages via the AT driver works for this
phone also.
Let me know if I forgot something important here or if you need more
debug output.
Holger