Discussion:
[BitPim-devel] VX6100 filename length and wallpaper size changes
John O'Shaughnessy
2005-04-04 03:54:33 UTC
Permalink
[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.6
diff -u -u -r1.6 com_lgvx6100.py
--- com_lgvx6100.py 8 Mar 2005 07:28:12 -0000 1.6
+++ com_lgvx6100.py 4 Apr 2005 03:52:15 -0000
@@ -100,13 +100,13 @@
protocolclass=Phone.protocolclass
serialsname=Phone.serialsname

- WALLPAPER_WIDTH=128
+ WALLPAPER_WIDTH=132
WALLPAPER_HEIGHT=148
- MAX_WALLPAPER_BASENAME_LENGTH=36
+ MAX_WALLPAPER_BASENAME_LENGTH=24

WALLPAPER_FILENAME_CHARS="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwx
yz0123456789_ ."
WALLPAPER_CONVERT_FORMAT="jpg"

- MAX_RINGTONE_BASENAME_LENGTH=32
+ MAX_RINGTONE_BASENAME_LENGTH=24

RINGTONE_FILENAME_CHARS="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxy
z0123456789_ ."

# nb we don't allow save to camera so it isn't listed here
@@ -120,11 +120,11 @@
# our targets are the same for all origins
imagetargets={}
imagetargets.update(common.getkv(parentprofile.stockimagetargets,
"wallpaper",
- {'width': 128, 'height': 148,
'format': "JPEG"}))
+ {'width': 132, 'height': 148,
'format': "JPEG"}))
imagetargets.update(common.getkv(parentprofile.stockimagetargets,
"pictureid",
- {'width': 128, 'height': 148,
'format': "JPEG"}))
+ {'width': 132, 'height': 148,
'format': "JPEG"}))
imagetargets.update(common.getkv(parentprofile.stockimagetargets,
"fullscreen",
- {'width': 128, 'height': 160,
'format': "JPEG"}))
+ {'width': 132, 'height': 160,
'format': "JPEG"}))
# can the outside lcd display images?
#imagetargets.update(common.getkv(parentprofile.stockimagetargets,
"outsidelcd",
# {'width': 96, 'height': 64,
'format': "JPEG"}))
Roger Binns
2005-04-05 05:18:53 UTC
Permalink
These changes have now been applied.
Post by John O'Shaughnessy
- WALLPAPER_WIDTH=128
+ WALLPAPER_WIDTH=132
WALLPAPER_HEIGHT=148
BTW that only affects the thumbnail size as shown in the main wallpaper
pane. They don't affect the actual sizes used for cropping etc.

Roger
John O'Shaughnessy
2005-04-05 12:15:30 UTC
Permalink
Post by Roger Binns
These changes have now been applied.
Thank You.
Post by Roger Binns
Post by John O'Shaughnessy
- WALLPAPER_WIDTH=128
+ WALLPAPER_WIDTH=132
WALLPAPER_HEIGHT=148
BTW that only affects the thumbnail size as shown in the main wallpaper
pane. They don't affect the actual sizes used for cropping etc.
Thanks for that clarification. I wasn't sure going in.
--
John O'Shaughnessy
Loading...