[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bluetooth nokia phone
From: |
Daniele Forsi |
Subject: |
Re: bluetooth nokia phone |
Date: |
Sun, 24 Apr 2011 17:55:03 +0200 |
2011/4/24 Roberto Verzola:
> Under model=series40: (gnokii managed to read several messages, and
> identified some mangled 2330c memory locations due to my earlier use of the
> --getsms -d option.)
that's strange, can you send (privately to me, if you prefer) the
*file* before and after deleting a message? You need to set debug=on
in your config then
* use --getsms to know the filename, it will print something like
Getting SMS #1 (path: C:\predefmessages\1\, file:
00000CC835E7B9E5000020100050000000000040000000000000000)
* use --getfile to get the file containing the raw message
in case above the filename is
"C:\predefmessages\1\00000CC835E7B9E5000020100050000000000040000000000000000"
(you must use "" or '')
* use --getsms -d
* use --getfile to get the same file again
you can also try --deletefile to see if it makes the message disappear
that is:
gnokii --getsms IN 1
gnokii --getfile "C:\predefmessages\..." file-before
gnokii --getsms IN 1 --delete
gnokii --getfile "C:\predefmessages\..." file-after
--
Daniele Forsi