From: Roger B. <ro...@ro...> - 2004-02-20 22:26:54
|
Chris Poon wrote: > After more digging around in the code, I figure the best way to use > the speeddial key to store the entry number No, that is a bad idea. The speed dial field is used for storing the speed dial. Remember that BitPim can work with multiple phones concurrently. > I totally forgot > that in the TM520 you have to choose a default phone number for each entry, The phonebook format in BitPim is designed to work with that. See the top of phonebook.py. In particular numbers are ordered, and hence the first one is the default. The 4400/6000 store 5 numbers in priority order, with another 5 bytes storing each number type. > default phone number field. Now I just need to understand fully what the > savephonebook function does (I partially understood it and made it modular > to support phone differences) before I go test it out Run the analyser on examples\vx4400phonebookupdate.txt to see how the code works. Roger |