<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Timers and Locked Screen/Sleep Issues</title>
	<atom:link href="http://blog.marcopeluso.com/2009/07/28/timers-and-locked-screensleep-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.marcopeluso.com/2009/07/28/timers-and-locked-screensleep-issues/</link>
	<description>yet another indie dev</description>
	<lastBuildDate>Fri, 18 Nov 2011 08:35:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: How-to: Prevent iPhone from Deep Sleeping &#187; blog.marcopeluso.com</title>
		<link>http://blog.marcopeluso.com/2009/07/28/timers-and-locked-screensleep-issues/comment-page-1/#comment-567</link>
		<dc:creator>How-to: Prevent iPhone from Deep Sleeping &#187; blog.marcopeluso.com</dc:creator>
		<pubDate>Wed, 09 Jun 2010 17:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://marcopeluso.com/?p=75#comment-567</guid>
		<description>[...] as Shabbir Vijapura pointed out in a comment to my previous post there might be an easier way, to run timers on the iPhone, while it is asleep. [...]</description>
		<content:encoded><![CDATA[<p>[...] as Shabbir Vijapura pointed out in a comment to my previous post there might be an easier way, to run timers on the iPhone, while it is asleep. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://blog.marcopeluso.com/2009/07/28/timers-and-locked-screensleep-issues/comment-page-1/#comment-14</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Thu, 03 Dec 2009 08:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://marcopeluso.com/?p=75#comment-14</guid>
		<description>Another blog post explains how to deal with this: &lt;a href=&quot;http://marcopeluso.com/2009/08/23/how-to-prevent-iphone-from-deep-sleeping/&quot; rel=&quot;nofollow&quot;&gt;How-to: Prevent iPhone from Deep Sleeping&lt;/a&gt;

The code in the how-to isn&#039;t the one I&#039;m currently using, though, but the &lt;a href=&quot;http://github.com/marcop/iPhoneInsomnia&quot; rel=&quot;nofollow&quot;&gt;demo project on GitHub&lt;/a&gt; is updated.</description>
		<content:encoded><![CDATA[<p>Another blog post explains how to deal with this: <a href="http://marcopeluso.com/2009/08/23/how-to-prevent-iphone-from-deep-sleeping/" rel="nofollow">How-to: Prevent iPhone from Deep Sleeping</a></p>
<p>The code in the how-to isn&#8217;t the one I&#8217;m currently using, though, but the <a href="http://github.com/marcop/iPhoneInsomnia" rel="nofollow">demo project on GitHub</a> is updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: echobravo</title>
		<link>http://blog.marcopeluso.com/2009/07/28/timers-and-locked-screensleep-issues/comment-page-1/#comment-13</link>
		<dc:creator>echobravo</dc:creator>
		<pubDate>Mon, 30 Nov 2009 05:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://marcopeluso.com/?p=75#comment-13</guid>
		<description>Any new developments on this?  I am working on an app that has a stopwatch and I would like it to work when the screen is locked so that the user may hold the device however they choose without accidentally pressing the cancel button, but the timers are stalled as soon as the screen is manually locked.</description>
		<content:encoded><![CDATA[<p>Any new developments on this?  I am working on an app that has a stopwatch and I would like it to work when the screen is locked so that the user may hold the device however they choose without accidentally pressing the cancel button, but the timers are stalled as soon as the screen is manually locked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loloviolo</title>
		<link>http://blog.marcopeluso.com/2009/07/28/timers-and-locked-screensleep-issues/comment-page-1/#comment-12</link>
		<dc:creator>loloviolo</dc:creator>
		<pubDate>Mon, 02 Nov 2009 10:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://marcopeluso.com/?p=75#comment-12</guid>
		<description>To Shabbir : This code is not working on my side (OS3.1.2)</description>
		<content:encoded><![CDATA[<p>To Shabbir : This code is not working on my side (OS3.1.2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trsills</title>
		<link>http://blog.marcopeluso.com/2009/07/28/timers-and-locked-screensleep-issues/comment-page-1/#comment-11</link>
		<dc:creator>trsills</dc:creator>
		<pubDate>Sat, 24 Oct 2009 21:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://marcopeluso.com/?p=75#comment-11</guid>
		<description>nice tip.  I didn&#039;t connect the two cause I have a timer firing in one program that didn&#039;t have this problem after adding the code to disable the idle timer but in another it seemed idle timer didn&#039;t make a difference (on 3.0 of course).  Seems like having something (unecessarily) ticking away solves it (ugh).</description>
		<content:encoded><![CDATA[<p>nice tip.  I didn&#8217;t connect the two cause I have a timer firing in one program that didn&#8217;t have this problem after adding the code to disable the idle timer but in another it seemed idle timer didn&#8217;t make a difference (on 3.0 of course).  Seems like having something (unecessarily) ticking away solves it (ugh).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://blog.marcopeluso.com/2009/07/28/timers-and-locked-screensleep-issues/comment-page-1/#comment-10</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Mon, 31 Aug 2009 07:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://marcopeluso.com/?p=75#comment-10</guid>
		<description>I&#039;m sorry, if I offended you with my annoying bad grammatical skills. (Am I really?!)</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry, if I offended you with my annoying bad grammatical skills. (Am I really?!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.marcopeluso.com/2009/07/28/timers-and-locked-screensleep-issues/comment-page-1/#comment-9</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 31 Aug 2009 03:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://marcopeluso.com/?p=75#comment-9</guid>
		<description>Why do you use so many unnecessary commas when you write? Only read the first two paragraphs and couldn&#039;t take it anymore.</description>
		<content:encoded><![CDATA[<p>Why do you use so many unnecessary commas when you write? Only read the first two paragraphs and couldn&#8217;t take it anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How-to: Prevent iPhone from Deep Sleeping &#187; marcopeluso.com</title>
		<link>http://blog.marcopeluso.com/2009/07/28/timers-and-locked-screensleep-issues/comment-page-1/#comment-8</link>
		<dc:creator>How-to: Prevent iPhone from Deep Sleeping &#187; marcopeluso.com</dc:creator>
		<pubDate>Sun, 23 Aug 2009 11:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://marcopeluso.com/?p=75#comment-8</guid>
		<description>[...] as Shabbir Vijapura pointed out in a comment to my previous post there might be an easier way, to run timers on the iPhone, while it is asleep. [...]</description>
		<content:encoded><![CDATA[<p>[...] as Shabbir Vijapura pointed out in a comment to my previous post there might be an easier way, to run timers on the iPhone, while it is asleep. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shabbir Vijapura</title>
		<link>http://blog.marcopeluso.com/2009/07/28/timers-and-locked-screensleep-issues/comment-page-1/#comment-7</link>
		<dc:creator>Shabbir Vijapura</dc:creator>
		<pubDate>Fri, 21 Aug 2009 15:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://marcopeluso.com/?p=75#comment-7</guid>
		<description>I think I found a better way to fix this, rather than firing a silent sound every 10 seconds. You can try this, I used this with my alarm application. For whichever NSTimer you need to work while the iPod/iPhone is sleeping add this line of code

[[NSRunLoop currentRunLoop] addTimer:exampleTimer forMode:NSRunLoopCommonModes];</description>
		<content:encoded><![CDATA[<p>I think I found a better way to fix this, rather than firing a silent sound every 10 seconds. You can try this, I used this with my alarm application. For whichever NSTimer you need to work while the iPod/iPhone is sleeping add this line of code</p>
<p>[[NSRunLoop currentRunLoop] addTimer:exampleTimer forMode:NSRunLoopCommonModes];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marco</title>
		<link>http://blog.marcopeluso.com/2009/07/28/timers-and-locked-screensleep-issues/comment-page-1/#comment-6</link>
		<dc:creator>marco</dc:creator>
		<pubDate>Wed, 19 Aug 2009 22:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://marcopeluso.com/?p=75#comment-6</guid>
		<description>The post is almost ready.

I ran into a little problem with the rendering of the code quotes. I fixed this, but the post is not quite ready to be published, yet.

I will upload the complete project I built to my github, too (including the needed silent sound file).

Tomorrow it will all be online, double promise!

Need to get some sleep now.</description>
		<content:encoded><![CDATA[<p>The post is almost ready.</p>
<p>I ran into a little problem with the rendering of the code quotes. I fixed this, but the post is not quite ready to be published, yet.</p>
<p>I will upload the complete project I built to my github, too (including the needed silent sound file).</p>
<p>Tomorrow it will all be online, double promise!</p>
<p>Need to get some sleep now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

