From: Dale <dri...@te...> - 2004-04-22 21:29:31
|
I can add wallpapers with bitpim through the filesystem and I placed them in the following directory: Usr/wallpaper Usr/ringtone As per this guide: http://members.shaw.ca/lg5450/guide.html which is the next model up from my phone the 4600 but everything seems to work when following this guide. There is a brew/shared directory but nothing is in there. I am able to use jpg images but the format is to have a .desc file and rename the image file to body. The default size of the images are 120X131 -----Original Message----- From: bit...@li... [mailto:bit...@li...] On Behalf Of Roger Binns Sent: Thursday, April 22, 2004 2:17 PM To: bit...@li... Subject: Re: [Bitpim-devel] Fw: VX4600 support Dale wrote: > The edit entry screen shows: > Name > Phone# > Phone# > Phone# > Phone# > Phone# > Email > Group > Sound (ringtone) > Memo > Default > Not Secret > URL Can you find out where you wallpapers and ringtones are stored, as well as the index files. This is it for the VX4400: imagelocations=( # offset, index file, files location, type, maximumentries ( 10, "dloadindex/brewImageIndex.map", "brew/shared", "images", 30), ) ringtonelocations=( # offset, index file, files location, type, maximumentries ( 50, "dloadindex/brewRingerIndex.map", "user/sound/ringer", "ringers", 30), ) This is it for the VX6000: imagelocations=( # offset, index file, files location, type, maximumentries ( 10, "download/dloadindex/brewImageIndex.map", "brew/shared", "images", 30) , ( 0xc8, "download/dloadindex/mmsImageIndex.map", "brew/shared/mms", "mms", 20), ( 0xdc, "download/dloadindex/mmsDrmImageIndex.map", "brew/shared/mms/d", "drm", 20), ( 0x82, None, None, "camera", 20) # nb camera must be last ) ringtonelocations=( # offset, index file, files location, type, maximumentries ( 50, "download/dloadindex/brewRingerIndex.map", "user/sound/ringer", "ringers", 30), ( 150, "download/dloadindex/mmsRingerIndex.map", "mms/sound", "mms", 20), ( 180, "download/dloadindex/mmsDrmRingerIndex.map", "mms/sound/drm", "drm", 20) ) This is for the VX4500, although I assume it is incomplete. (Doesn't the VX4500 have mms?): imagelocations=( # offset, index file, files location, type, maximumentries ( 10, "download/dloadindex/brewImageIndex.map", "brew/shared", "images", 30) , ) ringtonelocations=( # offset, index file, files location, type, maximumentries ( 50, "download/dloadindex/brewRingerIndex.map", "user/sound/ringer", "ringers", 30), ) The offset is the number added to store that item in a phonebook entry. For the VX4400 for example, the images offset is 10. That means that if you have a file in the image index with a value of 13, then the phone stores it as (23) 10 + 13. You also need to find out the wallpaper preferred format (most likely BMP) and the wallpaper size (probably something like 120x131). Roger ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ Bitpim-devel mailing list Bit...@li... https://lists.sourceforge.net/lists/listinfo/bitpim-devel |