Home > Ericsson > eMelody
eMelody

eMelody is a ringtone exchange object format defined by Ericsson for their mobile phones.

According to the AT-command Online Reference manuals for the R320s, the R520m, the T39m, the T68 and the T68i, an eMelody has the following format:

"BEGIN:EMELODY"<CR><LF>
"NAME:" <name><CR><LF>
"COMPOSER:" <composer><CR><LF>
"VERSION:" <version><CR><LF>
"MELODY:" <melody><CR><LF>
"END:EMELODY"

where:

All except the grayed lines are mandatory. Lines between BEGIN:MELODY and END:MELODY do not have to be in order.

An eMelody object name must be ended with .emy, for instance: MyMelody.emy.

Here is an example eMelody taken from the Ericsson AT-commands Online Reference:

BEGIN:EMELODY
VERSION:1.0
NAME:Test melody 1
COMPOSER:John Smith
MELODY:+f+a+fa(b)bdcC+GA+d+#c+dfg+daea+d+#c+e+f+e+fa(b)bdC+EA+d+#c+dfgba+d+#C
END:EMELODY

In EriTones 2.0 and onwards, a custom field is added for user comments. The field is named X-NOTES:. It may be followed by up to 255 characters.