Tue 05 Sep 2006 11:01:36 PM UTC, original submission:
Nokia 6280.
GNOKII Version 0.6.14
When reading contact from phonebook, gnokii lost information about spliting the name to firstname and lastname (givenname, surename). If I write the contact into phonebook, all name's entry appear in phone in "Last Name" field.
my .gnokiirc:
------------
[global]
bindir=/usr/sbin
connection=irda
model=6510
port=/dev/ircomm0
require_dcd=0
serial_baudrate=115200
[logging]
debug=on
rlpdebug=on
xdebug=on
------------
Reading contact with first and last name:
--------------
$ gnokii --getphonebook ME 1
GNOKII Version 0.6.14
LOG: debug mask is 0x1
LOG: rlpdebug mask is 0x1
LOG: xdebug mask is 0x1
phone instance config:
model: 6510
port_device: /dev/ircomm0
connection_type: 4
init_length: 0
serial_baudrate: 115200
serial_write_usleep: -1
hardware_handshake: 0
require_dcd: 0
smsc_timeout: 100
connect_script:
disconnect_script:
rfcomm_cn: 1
sm_retry: off
Connecting
Serial device: opening device /dev/ircomm0
Expecting:
Default: Nokia 6280 9493
Getting model...
Message sent: 0x1b / 0x0006
- 01 00 07 01 00 |
Message received: 0x1b / 0x002e
01 3b 00 08 00 01 58 28 00 23 56 20 30 33 2e 36 | ; X( #V 03.6
30 0a 31 30 2d 30 32 2d 30 36 0a 52 4d 2d 37 38 | 0 10-02-06 RM-78
0a 28 63 29 20 4e 6f 6b 69 61 0a 45 00 00 | (c) Nokia E
Received message type 1b
model length: 5
Received model RM-78
Reading phonebook location (1)
Message sent: 0x03 / 0x0012
- 01 00 07 01 01 00 01 02 05 00 00 00 00 00 01 |
- 00 |
Message received: 0x03 / 0x0096
01 57 00 08 00 01 01 00 00 10 00 05 00 01 00 00 | W
- 25 00 00 00 06 0b 00 00 18 03 00 00 00 00 0c | %
- 31 00 32 00 33 00 34 00 35 00 00 00 00 0b 00 | 1 2 3 4 5
- 18 04 03 00 00 00 0c 00 31 00 31 00 31 00 31 | 1 1 1 1
- 31 00 00 00 00 07 00 00 20 3f 18 00 53 00 6d | 1 ? S m
- 69 00 74 00 68 00 20 00 50 00 69 00 74 00 65 | i t h P i t e
- 72 00 00 00 00 2f 00 00 08 00 3f 80 01 47 00 | r / ?─ G
- 14 01 0c 00 53 00 6d 00 69 00 74 00 68 00 00 | S m i t h
- 00 46 00 00 14 02 0c 00 50 00 69 00 74 00 65 | F P i t e
- 72 00 00 00 00 | r
Received message type 03
Received phonebook info
Blockstart: 0x0b
Type: 0 (00)
Number: 12345
Blockstart: 0x0b
Type: 3 (03)
Number: 11111
Blockstart: 0x07
Name: Smith Piter
Blockstart: 0x2f
Unknown phonebook block 2f
Blockstart: 0x47
Unknown phonebook block 47
Blockstart: 0x46
Unknown phonebook block 46
1. Name: Smith Piter
Group: None
subentries count: 2
General number: 12345
Cellular number: 11111
Serial device: closing device
---------------
We can see, that first and last names transmit separately, in phonebook blocks 0x46 and 0x47.
Also, gnokii does not recognize postal address (phonebook block 0x4a)
|