gnokii writephonebook windows nokia 6150
"Tomi Viikari" <[email protected]> Wed, 29 May 2013 11:59:30 +0300
| Newsgroups | gmane.linux.drivers.gnokii |
|---|---|
| Message-ID | <34C3E814C3BB4559B86674DFA76557D9@tv2> |
Hello I'm trying to read and write phonebook to nokia 6150 with gnokii 0.6.31 on windows xp machine. Reading and deletion works fine. Write goes thru ok but writes junk. command is this: "C:\temp\gnokii>gnokii.exe --config ./gnokii.ini --phone 6150 --writephonebook -o -m SM < numbers.txt" Numbers.txt has two lines "Name1 ;0101234567;SM;1;5" "Name2 ;0207654321;SM;2;5" Here is end of debug: Writing phonebook location (1/1): Name1 Message sent: 0x03 / 0x0027 00 01 00 04 03 01 14 3f 3f 3f 3f 3f 3f 3f 3f 3f | ????????? 3f 3f 3f 3f 3f 3f 3f 3f 3f 3f 3f 0a 3f 3f 3f 3f | ??????????? ???? 3f 3f 3f 3f 3f 3f ff | ?????? [Received Ack of type 03, seq: 5] [Sending Ack of type 03, seq: 2] Message received: 0x03 / 0x0004 01 08 00 05 | Received message type 03 Write Succeeded: memory type: SM, loc: 1, name: Name1 , number: 0101234567 Writing phonebook location (1/2): Name2 Message sent: 0x03 / 0x0027 00 01 00 04 03 02 14 3f 3f 3f 3f 3f 3f 3f 3f 3f | ????????? 3f 3f 3f 3f 3f 3f 3f 3f 3f 3f 3f 0a 3f 3f 3f 3f | ??????????? ???? 3f 3f 3f 3f 3f 3f ff | ?????? [Received Ack of type 03, seq: 6] [Sending Ack of type 03, seq: 3] Message received: 0x03 / 0x0004 01 08 00 05 | Received message type 03 Write Succeeded: memory type: SM, loc: 2, name: Name2 , number: 0207654321 Serial device: closing device In phone, names and numbers are this way: name "????????????????????" number "??????????" Any ideas to try? Regards Tomi