The fallback alarm is ringing the last week many times. This alarm is
too loud.
One option is to change the alarm.mp3 file, but another one is to
change the volume setting:
1. Log in to the radio using ssh
2. Edit the AlarmSnoozeApplet file:
vi /usr/share/jive/applets/AlarmSnooze/AlarmSnoozeApplet.lua
3. search for volume (/volume)
You will find this function:
function soundFallbackAlarm(self)
log:warn("soundFallbackAlarm()")
self.localPlayer:volumeLocal(43)
self.localPlayer:stop(true)
self.alarmInProgress = 'rtc'
self.localPlayer:playFileInLoop(self.alarmTone)
end
4. change the value of 43 to a lower one, e.g. 20:
self.localPlayer:volumeLocal(20)
5. save the file and you don't wake up with a heart-attack-alarm
Hopefully you don't need the fallback alarm.
--
gerko
------------------------------------------------------------------------
gerko's Profile: http://forums.slimdevices.com/member.php?userid=34933
View this thread: http://forums.slimdevices.com/showthread.php?t=77403
_______________________________________________
Radio mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/radio