Share via


Changing the SMS Notification Sound and the Ring Tone Example

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.