<?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: MobileMe LockScreen</title>
	<atom:link href="http://hackthatifone.com/htifrepo/mobileme-lockscreen/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackthatifone.com/htifrepo/mobileme-lockscreen/</link>
	<description>Everything here is Available via Cydia</description>
	<lastBuildDate>Wed, 25 Jan 2012 08:37:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ross</title>
		<link>http://hackthatifone.com/htifrepo/mobileme-lockscreen/comment-page-1/#comment-2529</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Tue, 02 Nov 2010 19:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://hackthatifone.com/htifrepo/?p=3890#comment-2529</guid>
		<description>for those looking for the 24hr clock this seems to work so far.I have not left it running for a long time...You have to edit the &quot;LockBackground.html file I used notepad  (library/themes/MobileMe LockStyle)

function dotime(){
theTime=setTimeout(&#039;dotime()&#039;,1000);
d = new Date();
hr = d.getHours()+100;
mn = d.getMinutes()+100;
se = d.getSeconds()+100;
if(hr==100){hr=112;am_pm=&#039;am&#039;;}
else if(hr112){am_pm=&#039;pm&#039;;hr=(hr-12);}
tot=&#039;&#039;+hr+mn+se;

change else if(hr&gt;112){am_pm=&#039;pm&#039;;hr=(hr-12);} to else if(hr&gt;112){am_pm=&#039;pm&#039;;hr=(hr-00);}

I take no credit just many hrs of searching hope it helps someone</description>
		<content:encoded><![CDATA[<p>for those looking for the 24hr clock this seems to work so far.I have not left it running for a long time&#8230;You have to edit the &#8220;LockBackground.html file I used notepad  (library/themes/MobileMe LockStyle)</p>
<p>function dotime(){<br />
theTime=setTimeout(&#8216;dotime()&#8217;,1000);<br />
d = new Date();<br />
hr = d.getHours()+100;<br />
mn = d.getMinutes()+100;<br />
se = d.getSeconds()+100;<br />
if(hr==100){hr=112;am_pm=&#8217;am&#8217;;}<br />
else if(hr112){am_pm=&#8217;pm&#8217;;hr=(hr-12);}<br />
tot=&#8221;+hr+mn+se;</p>
<p>change else if(hr&gt;112){am_pm=&#8217;pm&#8217;;hr=(hr-12);} to else if(hr&gt;112){am_pm=&#8217;pm&#8217;;hr=(hr-00);}</p>
<p>I take no credit just many hrs of searching hope it helps someone</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ross</title>
		<link>http://hackthatifone.com/htifrepo/mobileme-lockscreen/comment-page-1/#comment-2515</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Tue, 02 Nov 2010 04:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://hackthatifone.com/htifrepo/?p=3890#comment-2515</guid>
		<description>Thanks for the above help...I had a problem finding my city for the weather. I am Canadian (sounds like a beer commercial lol)Here is the fix I found on another site

var locale = &#039;Mississauga, Canada&#039;
It works :)</description>
		<content:encoded><![CDATA[<p>Thanks for the above help&#8230;I had a problem finding my city for the weather. I am Canadian (sounds like a beer commercial lol)Here is the fix I found on another site</p>
<p>var locale = &#8216;Mississauga, Canada&#8217;<br />
It works <img src='http://hackthatifone.com/htifrepo/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roni</title>
		<link>http://hackthatifone.com/htifrepo/mobileme-lockscreen/comment-page-1/#comment-2186</link>
		<dc:creator>Roni</dc:creator>
		<pubDate>Fri, 10 Sep 2010 18:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://hackthatifone.com/htifrepo/?p=3890#comment-2186</guid>
		<description>Works amazing, pretty easy to set up.</description>
		<content:encoded><![CDATA[<p>Works amazing, pretty easy to set up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://hackthatifone.com/htifrepo/mobileme-lockscreen/comment-page-1/#comment-1913</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Sun, 25 Apr 2010 19:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://hackthatifone.com/htifrepo/?p=3890#comment-1913</guid>
		<description>Hello. 
To display the city and Tokyo in Japan, should I make it like any?</description>
		<content:encoded><![CDATA[<p>Hello.<br />
To display the city and Tokyo in Japan, should I make it like any?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://hackthatifone.com/htifrepo/mobileme-lockscreen/comment-page-1/#comment-1840</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Thu, 18 Feb 2010 19:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://hackthatifone.com/htifrepo/?p=3890#comment-1840</guid>
		<description>For me the path was root/var/stash/Themes.fxz2Ur/MobileMe LockStyle/Private/configureMe.js

Hope this helps someone. It was driving me crazy.</description>
		<content:encoded><![CDATA[<p>For me the path was root/var/stash/Themes.fxz2Ur/MobileMe LockStyle/Private/configureMe.js</p>
<p>Hope this helps someone. It was driving me crazy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Div-A</title>
		<link>http://hackthatifone.com/htifrepo/mobileme-lockscreen/comment-page-1/#comment-1809</link>
		<dc:creator>Div-A</dc:creator>
		<pubDate>Fri, 08 Jan 2010 19:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://hackthatifone.com/htifrepo/?p=3890#comment-1809</guid>
		<description>This changes the weather app settings on the iphone as well. Now the lead weather on all my cities comes from accuweather, worse that that it doesn&#039;t know the correct day, so what should be listed as tomorrow is today. Can i change the weather source to just be that which the iphone uses? why would you use an outside source code when you can just use what is already there,

Also how do i change the lock icon (the round apple logo) back to the defaults, it also changes the slide to power off icon when i install this theme. The rest i love!

Finally when i play my ipod and the screen is locked it obviously looks like shit cos of the cover art. Any solutions to this. THX!!</description>
		<content:encoded><![CDATA[<p>This changes the weather app settings on the iphone as well. Now the lead weather on all my cities comes from accuweather, worse that that it doesn&#8217;t know the correct day, so what should be listed as tomorrow is today. Can i change the weather source to just be that which the iphone uses? why would you use an outside source code when you can just use what is already there,</p>
<p>Also how do i change the lock icon (the round apple logo) back to the defaults, it also changes the slide to power off icon when i install this theme. The rest i love!</p>
<p>Finally when i play my ipod and the screen is locked it obviously looks like shit cos of the cover art. Any solutions to this. THX!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dame</title>
		<link>http://hackthatifone.com/htifrepo/mobileme-lockscreen/comment-page-1/#comment-1799</link>
		<dc:creator>Dame</dc:creator>
		<pubDate>Sun, 03 Jan 2010 01:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://hackthatifone.com/htifrepo/?p=3890#comment-1799</guid>
		<description>try this

root&gt; var&gt; stash&gt; Themes</description>
		<content:encoded><![CDATA[<p>try this</p>
<p>root&gt; var&gt; stash&gt; Themes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://hackthatifone.com/htifrepo/mobileme-lockscreen/comment-page-1/#comment-1782</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 18 Dec 2009 02:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://hackthatifone.com/htifrepo/?p=3890#comment-1782</guid>
		<description>I had a hard time with it too. Use the SSH application mentioned in the SSH guide and search in /var/root/ for configureme.js  That worked for me.</description>
		<content:encoded><![CDATA[<p>I had a hard time with it too. Use the SSH application mentioned in the SSH guide and search in /var/root/ for configureme.js  That worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reinaldo P.</title>
		<link>http://hackthatifone.com/htifrepo/mobileme-lockscreen/comment-page-1/#comment-1733</link>
		<dc:creator>Reinaldo P.</dc:creator>
		<pubDate>Tue, 17 Nov 2009 13:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://hackthatifone.com/htifrepo/?p=3890#comment-1733</guid>
		<description>Dear people,

My city does not exist in Accuweather, is to work with Yahoo or some other type The Weather Channel?

Thank´s</description>
		<content:encoded><![CDATA[<p>Dear people,</p>
<p>My city does not exist in Accuweather, is to work with Yahoo or some other type The Weather Channel?</p>
<p>Thank´s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JoeDaimler</title>
		<link>http://hackthatifone.com/htifrepo/mobileme-lockscreen/comment-page-1/#comment-1731</link>
		<dc:creator>JoeDaimler</dc:creator>
		<pubDate>Mon, 16 Nov 2009 20:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://hackthatifone.com/htifrepo/?p=3890#comment-1731</guid>
		<description>I got that working! Thanks. How I can get 2nd.City?</description>
		<content:encoded><![CDATA[<p>I got that working! Thanks. How I can get 2nd.City?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
