From: Roger B. <ro...@ro...> - 2003-10-30 23:00:52
|
Stephen Wood wrote: > Here is a sample record from phonebook/index.idx after import from a > SCP-4900. Should I be supressing fields that are blank from this > structure? Yes. Also note that the fields are in priority order. For example if saving to a device that only supports two numbers then the first two would be picked. > 11: Incidentally the key is just a random number. If BitPim ever moves to needing a real database, then it will be used as the key for the record. Currently it is just decoration. > 'serials': [{'serial2': 11, 'serial1': 11, 'sourcetype': > 'scp4900', 'sourceuniqueid': > 'ffffffff955cb196e5dbc20be8029883ffffffff'}], Does the phone actually have two serial numbers? The 4400 has two serials per entry which are always the same, but I currently export both in case they are different one day. Roger |