Skip to content

Sound#

Sound settings - set ringtones and volumes

Defaults#

sound.xml
<?xml version="1.0" encoding="utf-8"?>
<sound version="1.26.11">
  <!-- which ringtone shall be used by default
       type: string -->
  <defaultRingtone></defaultRingtone>
  <!-- which notification shall be used by default
       type: string -->
  <defaultNotification></defaultNotification>
  <!-- which alarm shall be used by default
       type: string -->
  <defaultAlarm></defaultAlarm>
  <volumes>
    <!-- volume to use when phone is ringing
         type: integer
         maximum: 7 -->
    <ringing>7</ringing>
    <!-- volume to use when a notification becomes active
         type: integer
         maximum: 7 -->
    <notifying>7</notifying>
    <!-- volume to use when an alarm becomes active
         type: integer
         maximum: 7 -->
    <alarming>7</alarming>
    <!-- volume-level used to play audio via headset
         type: integer
         minimum: 1
         maximum: 10 -->
    <headset>7</headset>
    <!-- volume-level used to play audio via speaker
         type: integer
         minimum: 1
         maximum: 10 -->
    <speaker>7</speaker>
    <!-- volume-level used to play audio via handset
         type: integer
         minimum: 1
         maximum: 10 -->
    <handset>7</handset>
  </volumes>
  <!-- should bluetooth connections use wideband audio
       type: boolean -->
  <useBluetoothWideband>true</useBluetoothWideband>
  <!-- List of patterns and associated ringtones that can be used to decide which ringtone is used for which alert info.
       type: list -->
  <alertInfoRingtones>
    <alertInfoRingtone>
      <!-- The pattern used to search for a match in the alert info.
           type: string -->
      <pattern></pattern>
      <!-- The ringtone to be used when this pattern is matched with the alert info
           type: string -->
      <ringtone>SystemDefaultRingtone</ringtone>
    </alertInfoRingtone>
  </alertInfoRingtones>
  <!-- Stop the signalling (ringing or call waiting) by moving in front of the proximity sensor. (D-600 only)
       type: boolean -->
  <stopSignallingByProximity>true</stopSignallingByProximity>
</sound>