gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Nokia new subentry types


From: Pawel Kot
Subject: Re: Nokia new subentry types
Date: Sat, 7 Oct 2006 15:04:36 +0200

Hi,

On 10/7/06, Dimitris Mandalidis <address@hidden> wrote:
There are subentry types in Nokia 6125 (and probably in others Series 40
3rd phones) not supported by gnokii. Filling a contact with all
possible entries I came out with the following unsupported octets.

Funny thing. It's just yesterday I started working on it. :)

Unsupported subentry types :
0x33 -> 'Image' (appears on the screen when the respective contact calls)

In fact it's just a pointer to an image. Just like 0x37.

0x2f -> Unmatched

Well, I also don't know what this entry denotes but it contains entry location.

0x47 -> Unmatched

Last name.

0x46 -> Unmatched

First name.

0x3f -> 'PTT'

Do you know what is it?

0x45 -> 'Incoming video'

Do you know what is it?

0x37 -> 'Incoming ringtone'

This is supported. Well, sort of.

0x55 -> 'Company name'
0x54 -> 'Company position'
0x52 -> 'Formal name'

Do you know what it is supposed to be?

0x56 -> 'Nickname'
0x57 -> 'Birthday'
0x4a -> 'Snail mail address'

Not address per se. It is just a mark that snail mail address parts
will follow. It contains number of the address parts following.

0x4c -> Unmatched

       GN_PHONEBOOK_ENTRY_ExtendedAddress = 0x4b,
       GN_PHONEBOOK_ENTRY_Street          = 0x4c,
       GN_PHONEBOOK_ENTRY_City            = 0x4d,
       GN_PHONEBOOK_ENTRY_StateProvince   = 0x4e,
       GN_PHONEBOOK_ENTRY_ZipCode         = 0x4f,
       GN_PHONEBOOK_ENTRY_Country         = 0x50,

And there are some more:
       GN_PHONEBOOK_ENTRY_UserID          = 0x38,
something of form wv:something

This it taken from Nokia 6136.

* Octets 0x2f, 0x47, 0x46 seems that they don't correspond to a particular
  subentry type. They always appear
* Octets 0x45 and 0x37 cannot co-exist.
* I managed to add 'PTT', 'Company name', 'Company position', 'Formal
  name' and 'Nickname' through modifying common/nokia-decoding.c
  include/gnokii/common.h and gnokii/gnokii-phonebook.c. But there is some
  more work to do with common/ldif.c (LDAP illiterate :( and
  common/gsm-filetypes.c and probable some error checking.

vcal is also subject to extend. And xgnokii.

* I attach three patches and the final output. But I 'd want to work to the
  rest subentries. Is there any tool which could dump what it receives from
  Nokia?

Well, gnokii does it. Enable debug and use --getphonebook. And read
the entry adding, changind and deleting the entry details. That is
what I did.

Thanks for your work! I will merge it with my version.

take care,
pkot
--
Pawel Kot




reply via email to

[Prev in Thread] Current Thread [Next in Thread]