About the *.RE format:
======================================================================================================
Example:
00000004000000F44C414D4200000000054D617279000002FC09(0A 01 8E...>>) 0BFFFF
======================================================================================================
00 00 00 04
Index number, should be unique number for all ringtones used in 1 flash.
00 00 00 F4
Length of *RE tone block (Mod4 corrected size, also the filesize)
4C 41 4D 42
ShortName like 'RING', as far as I seen always in 8bit Capitol characters.
00 00 00 00
? (Always 0)
05
Length of LongName string (number of characters, bytes pending 8 or 16bits)
4D 61 72 79 00
LongName string, could be as 8 or 16bits and has a zero as last char (0-Terminated)
As 16bits it should look like 004D 0061 0072 >>)
00 02 FC
Start of ToneData (can also be 00 02 FD)
09 0A 01 8E...>>
The ToneData itself with note numbers etc.
0B
End of ToneData
FFFF
possibly 0 upto 3 Filler bytes for Modulo 4 Correction, *Re datablocks (=filesizes) always need to be a factor of 4.
======================================================================================================
NokDoc
Bookmarks