Discussion:
[BitPim-devel] LG VX 6100 index updates
John O'Shaughnessy
2005-02-13 17:24:37 UTC
Permalink
I'm getting closer. These changes now allow BitPim Phonebook to accurately
reflect what is on the phone. I still have index issues writing back to the
phone.

I hope to get more time later today, but wanted to get current mods into
CVS, as this is an improvement over what is there now.

[aladdin:Dev/BitPimDev/bitpim] osh% cvs diff -u com_lgvx6100.py
Index: com_lgvx6100.py
===================================================================
RCS file: /cvsroot/bitpim/bitpim/com_lgvx6100.py,v
retrieving revision 1.4
diff -u -u -r1.4 com_lgvx6100.py
--- com_lgvx6100.py 18 Jan 2005 06:09:49 -0000 1.4
+++ com_lgvx6100.py 13 Feb 2005 17:20:14 -0000
@@ -45,10 +45,11 @@
# more VX6100 indices
imagelocations=(
# offset, index file, files location, type, maximumentries
- ( 50, "download/dloadindex/brewImageIndex.map", "brew/shared",
"images", 60) ,
- ( 110, "download/dloadindex/mmsImageIndex.map", "brew/shared/mms",
"mms", 60),
- ( 170, "download/dloadindex/mmsDrmImageIndex.map",
"brew/shared/mms/d", "drm", 20),
- ( 200, None, None, "camera", 20) # nb camera must be last
+ # reserving 80-120 for Other Internal images
+ ( 16, "download/dloadindex/brewImageIndex.map", "brew/shared",
"images", 60) ,
+ ( 202, "download/dloadindex/mmsImageIndex.map", "brew/shared/mms",
"mms", 30),
+ ( 240, "download/dloadindex/mmsDrmImageIndex.map",
"brew/shared/mms/d", "drm", 20),
+ ( 130, None, None, "camera", 60) # nb camera must be last
)

ringtonelocations=(
[aladdin:Dev/BitPimDev/bitpim] osh%
--
John O'Shaughnessy
Roger Binns
2005-02-14 06:28:39 UTC
Permalink
Post by John O'Shaughnessy
+ # reserving 80-120 for Other Internal images
+ ( 16, "download/dloadindex/brewImageIndex.map", "brew/shared",
"images", 60) ,
+ ( 202, "download/dloadindex/mmsImageIndex.map", "brew/shared/mms",
"mms", 30),
+ ( 240, "download/dloadindex/mmsDrmImageIndex.map",
"brew/shared/mms/d", "drm", 20),
+ ( 130, None, None, "camera", 60) # nb camera must be last
Applied. Your "reserving" comment doesn't make sense since defines
the ranges.

Roger

Loading...