<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.webos-internals.org/index.php?action=history&amp;feed=atom&amp;title=Patch_Clock_Change_Alarm_Snooze_Length</id>
	<title>Patch Clock Change Alarm Snooze Length - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.webos-internals.org/index.php?action=history&amp;feed=atom&amp;title=Patch_Clock_Change_Alarm_Snooze_Length"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_Clock_Change_Alarm_Snooze_Length&amp;action=history"/>
	<updated>2026-04-18T12:59:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Patch_Clock_Change_Alarm_Snooze_Length&amp;diff=6209&amp;oldid=prev</id>
		<title>Bsiegel: New page: {{template:patch}}  ==Change Alarm Snooze Length== The default snooze length for the alarm clock is 10 minutes. This patch shortens it to the minimum supported length of 5 minutes. Of cour...</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Patch_Clock_Change_Alarm_Snooze_Length&amp;diff=6209&amp;oldid=prev"/>
		<updated>2009-10-05T16:27:18Z</updated>

		<summary type="html">&lt;p&gt;New page: {{template:patch}}  ==Change Alarm Snooze Length== The default snooze length for the alarm clock is 10 minutes. This patch shortens it to the minimum supported length of 5 minutes. Of cour...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{template:patch}}&lt;br /&gt;
&lt;br /&gt;
==Change Alarm Snooze Length==&lt;br /&gt;
The default snooze length for the alarm clock is 10 minutes. This patch shortens it to the minimum supported length of 5 minutes. Of course, you could use any length of time greater than 5 minutes if you prefer. This simple modification involves editing line 456 (WebOS 1.2.1) of /usr/palm/applications/com.palm.app.clock/app/models/alarm.js. Change the value of Alarm.kAlarmSnoozeDuration to whatever you like, provided it is 5 minutes or longer (seems to be a built-in limit of the service, according to Palm's comment).&lt;br /&gt;
&lt;br /&gt;
===Patch Source (snooze-length.patch)===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;diff&amp;quot;&amp;gt;&lt;br /&gt;
--- /usr/palm/applications/com.palm.app.clock/app/models/alarm.js.bak	2009-07-18 01:22:36.000000000 -0400&lt;br /&gt;
+++ /usr/palm/applications/com.palm.app.clock/app/models/alarm.js	2009-10-05 12:10:09.091830000 -0400&lt;br /&gt;
@@ -453,7 +453,7 @@&lt;br /&gt;
 Alarm.kAlarmSchedulerUri = &amp;quot;luna://com.palm.power/timeout/&amp;quot;;&lt;br /&gt;
 Alarm.kAlarmLaunchUri = &amp;quot;luna://com.palm.applicationManager/launch&amp;quot;;&lt;br /&gt;
 Alarm.kAlarmLaunchParams = '{&amp;quot;id&amp;quot;:&amp;quot;com.palm.app.clock&amp;quot;,&amp;quot;params&amp;quot;:{&amp;quot;action&amp;quot;:&amp;quot;ring&amp;quot;}}';&lt;br /&gt;
-Alarm.kAlarmSnoozeDuration = &amp;quot;00:10:00&amp;quot;;&lt;br /&gt;
+Alarm.kAlarmSnoozeDuration = &amp;quot;00:05:00&amp;quot;;&lt;br /&gt;
 // Alarm.kAlarmSnoozeInterruptedDuration = &amp;quot;00:00:45&amp;quot;; service does not allow alarms less than 5 min.&lt;br /&gt;
 Alarm.kAlarmSnoozeInterruptedDuration = &amp;quot;00:05:00&amp;quot;;&lt;br /&gt;
 Alarm.kCookieAlarmSoundFile = &amp;quot;alarmsoundfile&amp;quot;;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bsiegel</name></author>
	</entry>
</feed>