From: Dale <dri...@te...> - 2004-05-12 14:41:47
|
Hi Roger, I just want to confirm what the information that you are looking for: How do I find out which types are available? Just by trying the different extensions out? Here is a site that uses bitpim to add custom wallpapers and ringtones manually. http://24.83.225.6/html/modules.php?name=Content&pa=showpage&pid=1 - Get a full complete listing of what the phone expects for mime-types. Some of these are not standard. This is what I use so far: __mimetoextensionmapping={ 'image/jpg': '.jpg', 'image/bmp': '.bmp', 'image/png': '.png', 'image/gif': '.gif', 'image/bci': '.bci', 'audio/mp3': '.mp3', 'audio/mid': '.mid', 'audio/qcp': '.qcp' } - Is there a maximum number of wallpapers or ringtones that can be made? [The code currently sets a limit of 30 which is the same as other LG phones, but they have a fixed sized index file] - In conjunction with the next bit, work out what number is added to a wallpaper or ringtone index to store it in the phonebook. For example, the builtin image 'Butterfly' will be stored as zero. If you have added a wallpaper with index value of 3, what is it stored as in the phonebook. On other LG phones, they add 50, so it would be stored as 53. - Start working on the phonebook. Add an entry where you fill out each field to the maximum possible length. Read the phonebook with protocol logging turned on. Find that entry in the protocol log, highlight the whole packet and press Ctrl-Alt-P. Check the decoding of the fields. The description is in pbentry in p_lgvx4600.p. That is what will need to be changed to get things right. When you get to this stage tell me and I will give more detailed instructions. -----Original Message----- From: bit...@li... [mailto:bit...@li...] On Behalf Of Roger Binns Sent: Friday, May 07, 2004 8:01 AM To: bit...@li... Subject: Re: [Bitpim-devel] VX4600 support Dale wrote: > I don't think that will happen, I am at work and they have a strict > policy on that also I don't have a yahoo messenger account. I would expect it to happen when you are at home, not at work. Anyway, I do need the information requested to make any further progress. Roger ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Bitpim-devel mailing list Bit...@li... https://lists.sourceforge.net/lists/listinfo/bitpim-devel |