From: Mike <mi...@sl...> - 2003-03-12 01:51:21
|
Hello all, I just wanted to drop in and see if I could offer some help with this image index problem your having... I've only started with bitpim today, happily modifying my vx4400, and tried to delete an image off the phone. After looking into it a bit more, I've come to a solution for the index to get back in sync... In the map file (brewImageIndex.map) the files are layed out like so: 03 00 03 00 xx xx xx xx xx xx xx .... 00 02 00 xx xx xx ... 00 01 00 xx xx xx xx The first byte being the number of images stored, the third byte starting the index... what I found was that all of the image files that I had a number in front of them... such as 03, 02, 01 for the three images that I had... the problem is that it is supposed to count from 0, not 1, so I was missing a 00 index... I changed the 03 in byte 3 to be 00 and all my indexes on the phone worked fine (even though they're not in line with any file order that I can think of)... the images now match up with the names and they stay that way... I hope this helps your dilemma, if there's any questions just hollar. Mike |