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
This commit is contained in:
Veeti Paananen 2013-08-03 00:15:39 +03:00
parent 80cd7fe16b
commit 053c365fcf
2 changed files with 2 additions and 1 deletions

View File

@ -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 += \

Binary file not shown.