Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This example changes the sound file associated with Short Message Service (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="\Windows\cool_SMS.wav"/> <!-- specify absolute filename -->
</characteristic>
<characteristic type="HKCU\ControlPanel\Sounds\RingTone0">
<parm name="Sound" value="\Windows\buzz_sound.wav"/> <!-- specify absolute filename -->
</characteristic>
</characteristic>
</wap-provisioningdoc>
See Also
Sounds Configuration Service Provider Examples for OMA Client Provisioning
Send Feedback on this topic to the authors