Having done some minimal experiments, I have succeded in creating and downloading ringtones in the eMelody-format to the Ericsson T65. and sending them both as SMS, and fetching them via WAP
My problem however, lies with iMelody, since the T65 neither seems to recognize this as a ringtone, either when sent as SMS or via WAP
A simple example like this
<?php
header("Content-Type: audio/iMelody");
?>BEGIN:IMELODY
VERSION:1.0
FORMAT:CLASS1.0
MELODY:f3f3f3#c1#d3#d3#d3c1r3f3f3f3#c3#f3#f3#f3f3#c3#c3#c3#a1
END:IMELODY
Won't even work with the T65. Having waded through more than a dozen Websites, I haven't found information on the T65 and iMelody, but lots on eMelody. Does this mean that the T65 doesn't support this format? |