From: Roger B. <ro...@ro...> - 2004-05-07 20:28:29
|
> > - How many speed dials does the phone have? The answer is > > most likely 100. > > I'm not sure since they are only numbered 1 to 99, see next answer. That will tie in with the actual speed dials being 0 thru 99 (ie 100 of them). The user interface just hides 0 and 1. > Shouldn't that be 0x0015 to correspond to read entry 21? The data is right and I was just taking a short cut. Each phonebook entry has an entry number. If you just create 20 in a row, they will be numbered 0 thru 19. If you delete 12, the BitPim log will show 0 thru 18, but the actual entry numbers inside each entry remain the same (ie a hole at 12) and the speed dials are pointing to the entry numbers. You can see this in the protocol log. But good catch and I will double check the code is really doing the right thing and using the right entry number. Roger |