From 053c365fcff2023f0fac59c722a8bbf8610da24e Mon Sep 17 00:00:00 2001 From: Veeti Paananen Date: Sat, 3 Aug 2013 00:15:39 +0300 Subject: Bring back the old CyanAlarm alarm tone For almost two months now I've been wondering why my phone's alarm clock has lost much of its effectiveness. Today the reason finally hit me: the CyanAlarm tone had been sneakily replaced in commit ID dbb169ad9c33bdc392b47f7a1bdef3843eff9ab2! Although the new tone is certainly more pleasant to listen at and doesn't cause any heart attacks, it is less effective for heavy sleepers like myself. This commit brings back the old CyanAlarm version with the new (tentative) name "Nuclear Launch". Change-Id: I143a4501c45e343a7f697eb1ce5d072fcc2b46f0 --- config/cm_audio.mk | 3 ++- prebuilt/common/media/audio/alarms/NuclearLaunch.ogg | Bin 0 -> 65601 bytes 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 prebuilt/common/media/audio/alarms/NuclearLaunch.ogg diff --git a/config/cm_audio.mk b/config/cm_audio.mk index eb145e8a..6e4f89f9 100644 --- a/config/cm_audio.mk +++ b/config/cm_audio.mk @@ -9,7 +9,8 @@ UI_PATH := vendor/cm/prebuilt/common/media/audio/ui # Alarms PRODUCT_COPY_FILES += \ - $(ALARM_PATH)/CyanAlarm.ogg:system/media/audio/alarms/CyanAlarm.ogg + $(ALARM_PATH)/CyanAlarm.ogg:system/media/audio/alarms/CyanAlarm.ogg \ + $(ALARM_PATH)/NuclearLaunch.ogg:system/media/audio/alarms/NuclearLaunch.ogg # Notifications PRODUCT_COPY_FILES += \ diff --git a/prebuilt/common/media/audio/alarms/NuclearLaunch.ogg b/prebuilt/common/media/audio/alarms/NuclearLaunch.ogg new file mode 100644 index 00000000..00a4a83e Binary files /dev/null and b/prebuilt/common/media/audio/alarms/NuclearLaunch.ogg differ -- cgit v1.2.3