This Motorola format is superceded by EMS-iMelody format in some new Motorola phones.
Example
- Note space character after the L35&3
- The string has to be XML encoded as it contains special characters (ie & => &)
L35&3 D+8R4C+4D#+8R4D+1C+2A#1C+2R1D+1D+4A#+1A#+2R1A+1A+2G+1G+8R4D+8R4C+4D#+8R4D+1C+2A#1C+2R1D+1D+8C+4A#4R2&&6@
XML
BODY
- type must have value RINGTONE
PAYLOAD
- type must have value MOTOROLA.
- encoding must have value ASCII.
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE DOCUMENT SYSTEM "http://localhost:8080/gateway/msg_core.dtd"> <DOCUMENT mode="NORMAL"> <SENDER password="1234"> <ADDRESS type="EMAIL" role="FROM" value="people@company.com"> </ADDRESS> </SENDER> <SMS> <HEADER>0416905115</HEADER> </SMS> <MESSAGE> <ADDRESS type="SMS" role="TO" value="61414123123"></ADDRESS> <BODY type="RINGTONE"> <PAYLOAD type="MOTOROLA" encoding="ASCII"> L35&3 D+8R4C+4D#+8R4D+1C+2A#1C+2R1D+1D+4A#+1A#+2R1A+1A+2G+1G+8R4D+8R4C+4D#+8R4D+1C+2A#1C+2R1D+1D+8C+4A#4R2&&6@ </PAYLOAD> </BODY> </MESSAGE> </DOCUMENT>