cm: Change the default sounds

* Make the default sounds a bit less jarring
 * The dubstep ringtone, while funny, is kinda obnoxious.

Change-Id: I9bd8d0c900b655ea0d7065c2f3e01ce8f73390e4
This commit is contained in:
Steve Kondik 2012-11-12 10:55:08 -08:00
parent b16a30ff99
commit 3515e793be
3 changed files with 9 additions and 9 deletions

View File

@ -3,9 +3,9 @@ $(call inherit-product, vendor/cm/config/common_full.mk)
# Default ringtone
PRODUCT_PROPERTY_OVERRIDES += \
ro.config.ringtone=CyanTone.ogg \
ro.config.notification_sound=CyanMessage.ogg \
ro.config.alarm_alert=CyanAlarm.ogg
ro.config.ringtone=Orion.ogg \
ro.config.notification_sound=Deneb.ogg \
ro.config.alarm_alert=Hassium.ogg
PRODUCT_PACKAGES += \
Mms

View File

@ -3,9 +3,9 @@ $(call inherit-product, vendor/cm/config/common_full.mk)
# Default ringtone
PRODUCT_PROPERTY_OVERRIDES += \
ro.config.ringtone=CyanTone.ogg \
ro.config.notification_sound=CyanMessage.ogg \
ro.config.alarm_alert=CyanAlarm.ogg
ro.config.ringtone=Orion.ogg \
ro.config.notification_sound=Deneb.ogg \
ro.config.alarm_alert=Hassium.ogg
# BT config
PRODUCT_COPY_FILES += \

View File

@ -9,9 +9,9 @@ include vendor/cm/config/cm_audio.mk
# Default ringtone
PRODUCT_PROPERTY_OVERRIDES += \
ro.config.ringtone=CyanTone.ogg \
ro.config.notification_sound=CyanMessage.ogg \
ro.config.alarm_alert=CyanAlarm.ogg
ro.config.ringtone=Orion.ogg \
ro.config.notification_sound=Deneb.ogg \
ro.config.alarm_alert=Hassium.ogg
PRODUCT_PACKAGES += \
Mms