LGNewIndexedMedia
"Simon C" <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <001401c5d64b$1b1bdfb0$6400a8c0@HOME> |
I have to make some modifications to this class for the 5200 to work correctly. 1) The 5200 does not have a ringtonesize.dat file, just ringtone.dat. The change is for LGNewIndexedMedia to check for an empty string as the size filename before creating the size file. 2) There is a new field in the index file that is only set in the ringtones (not wallpaper) that controls the icon that the user sees in the phone (It is also present on the 8100 but has not visible effect). I need to add this to the ringtonelocation and wallpaper locations. It will involve modifying the location tuples on the 7000 and 8000 as well code to pass a zero value for this new field and the media index packet to add the new field 3) adding mp3 to the audio minor_typemap. Simon