Re: Support for VX9100 phonebook in svn
"Aaron G. Stemen" <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
While I'm sure my phone book stuff is still a little messed up, I did make a couple of changes that allowed me to complete the read operation from the phone book. I'm attaching that patch. Also, I notice that if I add or delete phone book entries, it's not keeping the ICE index entries up to date. So my ICE contacts sometimes point elsewhere. The pbiceentry.dat file needs to be kept in sync when additions or deletions are made to the phone book through Bitpim. -A Joe Pham wrote: > Your pim/pbgroup.dat file is malformed, probably due to previous testing. Here's a copy that you can try. > > -Joe Pham > > ____________________________________________________________ > Summer Spa Sweepstakes > Enter for your chance to WIN a Summer Spa Vacation! > http://thirdpartyoffers.netzero.net/TGL2231/fc/JKFkuJO6pXuXCQn15qjAaqa7f7e2fUuPtb7hYF9fRHb8i856iv3QRu/ > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > ------------------------------------------------------------------------ > > _______________________________________________ > BitPim-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/bitpim-devel ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ BitPim-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bitpim-devel
com_lgvx9100.diff
(text/plain, 427 B)
258c258,260 < _pnentry=numbers.items[entry.numberindices[i].numberindex] --- > num_id = entry.numberindices[i].numberindex > if num_id != 0xffff: > _pnentry=numbers.items[num_id] 267c269 < if speeds[entry.entry_number0].get(num_type, None) is not None: --- > if entry.entry_number0 in speeds and num_type in speeds[entry.entry_number0]: