From: Roger B. <ro...@ro...> - 2004-05-05 23:57:16
|
Peter Dufault wrote: > On May 4, 2004, at 4:32 PM, Roger Binns wrote: > > > I have just done a commit you can test for writing. When > > writing the data back out, it sets the entrysize to 0x202 > > (same as vx4400/6000) instead of the 0x222 we get on > > 4500 reads. > > > > I tried this, it seems to work OK, but when you read the data back it > is changed back to 0x222. I think I'd leave it at 0x222 until (or if) > we figure out what it is. The reading and writing are unrelated for those pieces. The phones do silly things and this sort of thing is normal (it is usually unfinished bits of code, or two different people working on related areas). The important think to check is that the writing is actually succeeding and data is appropriately updated. I would recommend reading an entry, changing every field in BitPim, writing back out, then reading back in again. Verify every field reads correctly with what was written out. Especially check the serials. If that is all ok, then we are fine. Roger |