summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeeti Paananen <veeti.paananen@rojekti.fi>2013-08-03 00:15:39 +0300
committerVeeti Paananen <veeti.paananen@rojekti.fi>2013-08-03 00:15:39 +0300
commit053c365fcff2023f0fac59c722a8bbf8610da24e (patch)
tree2ceda8dbea37dccfac5209428dc0db59cc0abb98
parent80cd7fe16b8bebb0fa8a743aa9cee06a27e5e294 (diff)
downloadvendor_replicant-053c365fcff2023f0fac59c722a8bbf8610da24e.zip
vendor_replicant-053c365fcff2023f0fac59c722a8bbf8610da24e.tar.gz
vendor_replicant-053c365fcff2023f0fac59c722a8bbf8610da24e.tar.bz2
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
-rw-r--r--config/cm_audio.mk3
-rw-r--r--prebuilt/common/media/audio/alarms/NuclearLaunch.oggbin0 -> 65601 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/config/cm_audio.mk b/config/cm_audio.mk
index eb145e8..6e4f89f 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 0000000..00a4a83
--- /dev/null
+++ b/prebuilt/common/media/audio/alarms/NuclearLaunch.ogg
Binary files differ