Changing the SMS Notification Sound and the Ring Tone Example
This example changes the sound file associated with SMS notifications to "cool_SMS.wav", and changes the ring tone on the device to "buzz_sound.wav".
<wap-provisioningdoc>
<characteristic type="Sounds">
<characteristic type="HKCU\ControlPanel\Sounds\SMS">
<parm name="Sound" value="cool_SMS.wav"/>
</characteristic>
<characteristic type="HKCU\ControlPanel\Sounds\RingTone0">
<parm name="Sound" value="buzz_sound.wav"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
See Also
Sounds Configuration Service Provider Examples
Last updated on Friday, April 22, 2005
© 2005 Microsoft Corporation. All rights reserved.
Send feedback on this topic to the authors.