<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Apple iPhone School &#187; mod</title>
	<atom:link href="http://www.appleiphoneschool.com/tag/mod/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.appleiphoneschool.com</link>
	<description>Learn how to use, hack and mod the Apple iPhone, iPad &#38; iPod touch</description>
	<lastBuildDate>Wed, 11 Jan 2012 03:33:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
  <link>http://www.appleiphoneschool.com</link>
  <url>http://www.appleiphoneschool.com/favicon.ico</url>
  <title>Apple iPhone School</title>
</image>
		<item>
		<title>WeatherIcon for iPad Hack</title>
		<link>http://www.appleiphoneschool.com/2011/03/08/weathericon-for-ipad-hack/</link>
		<comments>http://www.appleiphoneschool.com/2011/03/08/weathericon-for-ipad-hack/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 19:01:51 +0000</pubDate>
		<dc:creator>Douglas</dc:creator>
				<category><![CDATA[hack]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Weather]]></category>
		<category><![CDATA[WeatherIcon]]></category>
		<category><![CDATA[Instructions]]></category>
		<category><![CDATA[mod]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=25970</guid>
		<description><![CDATA[I&#8217;ve always wanted the WeatherIcon hack for my iPad but it never works. I looked into it again and found that part of the problem is that the iPad doesn&#8217;t have the Weather app from Apple like the iPhone does. After looking around in some forums I found out how to get it working. Here&#8217;s]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always wanted the <a href="/category/weathericon/"><strong>WeatherIcon</strong></a> hack for my iPad but it never works. I looked into it again and found that part of the problem is that the iPad doesn&#8217;t have the Weather app from Apple like the iPhone does. After looking around in some forums I found out how to get it working. Here&#8217;s the steps I took using an iPhone 4 and a 1st gen iPad. </p>
<p>1. Copy the Weather app from the /Application folder of your iPhone or iPod touch to your computer using SSH. For more info on SSH see <a href="/openssh"><strong>this page.</strong></a><br />
2. You&#8217;ll also need to copy com.apple.weather.plist from /private/var/mobile/Library/Preferences from your iPhone or iPod touch to your computer.<br />
3. Upload the Weather app to your iPad&#8217;s /Application folder and the com.apple.weather.plist to the /private/var/mobile/Library/Preferences.<br />
4. Respring or reboot the iPad and you should see a Weather icon now. It opens for me but looks a little weird. See extra steps below for how I fixed this.<br />
5. In the Weather app, check to see that the first city is correct for your area. If not, add it now.<br />
6. Now install WeatherIcon from Cydia.<br />
7. Once installed, go to your Settings app and find the WeatherIcon settings and make sure it&#8217;s enabled. I turned off the icon settings because the icon is not the same size as iPad icons so it looked weird. I may go in later and make a bigger icon to make it work. I turned on the image and temp in the status bar. This was the main thing I wanted this hack for.</p>
<p>Your iPad should now have the current temperature and a little image representing current conditions in the top right corner. Let me know if you have any questions or other tips regarding this hack and I&#8217;ll add them to the post.</p>
<p>Ok, this gets even trickier but now I&#8217;ll show you how I got the weather app to look right once opened. When you first copy it over, the weather forcast shows up in the top left and the background image shows up at the bottom. At first I just deleted the background image and just didn&#8217;t worry about it. Then I remembered I had just installed an app called RetinaiPad. It takes the images from apps that support the iPhone 4 retina display and makes the app nice and pretty when it&#8217;s full screen on the iPad. At first the Weather app wouldn&#8217;t show up under the RetinaiPad settings but I figured out it was because the Weather app was coded to be a dual device app. I found a way to change some code to make it an iPhone only app. This is ironic since the app was never made to originally work on the iPad. So, just use iFile or SSH to open the info.plist file in the Weather app folder of your iPad. Find the following:</p>
<p>	<code>&lt;key&gt;UIDeviceFamily&lt;/key&gt;<br />
	&lt;array&gt;<br />
		&lt;integer&gt;1&lt;/integer&gt;<br />
		&lt;integer&gt;2&lt;/integer&gt;<br />
	&lt;/array&gt;</code></p>
<p>Then just take out the line with the 2 in it. This is the part of the code saying the app is made for the iPad. So, make it look like this:</p>
<p>	<code>&lt;key&gt;UIDeviceFamily&lt;/key&gt;<br />
	&lt;array&gt;<br />
		&lt;integer&gt;1&lt;/integer&gt;<br />
	&lt;/array&gt;</code></p>
<p>Now the iPad will show the app small like an iPhone only app. This will allow the app to show up in the RetinaiPad setting and you can set it to be full screen using the high res retina images. See what it looks like below. Now I just need to fix the icon and it will completely work.</p>
<h4>ScreenShots</h4>

<a href='http://www.appleiphoneschool.com/2011/03/08/weathericon-for-ipad-hack/img_0413/' title='IMG_0413'><img width="160" height="213" src="http://www.appleiphoneschool.com/wp-content/uploads/2011/03/IMG_0413-160x213.png" class="attachment-thumbnail" alt="IMG_0413" title="IMG_0413" /></a>
<a href='http://www.appleiphoneschool.com/2011/03/08/weathericon-for-ipad-hack/img_0414/' title='IMG_0414'><img width="160" height="120" src="http://www.appleiphoneschool.com/wp-content/uploads/2011/03/IMG_0414-160x120.png" class="attachment-thumbnail" alt="IMG_0414" title="IMG_0414" /></a>
<a href='http://www.appleiphoneschool.com/2011/03/08/weathericon-for-ipad-hack/img_0415/' title='IMG_0415'><img width="160" height="120" src="http://www.appleiphoneschool.com/wp-content/uploads/2011/03/IMG_0415-160x120.png" class="attachment-thumbnail" alt="IMG_0415" title="IMG_0415" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2011/03/08/weathericon-for-ipad-hack/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>RoundCorners &#8211; Round the Corners of your iDevice&#8217;s Screen</title>
		<link>http://www.appleiphoneschool.com/2011/01/13/roundcorners-round-the-corners-of-your-idevices-screen/</link>
		<comments>http://www.appleiphoneschool.com/2011/01/13/roundcorners-round-the-corners-of-your-idevices-screen/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 19:27:33 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[BigBoss]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[RoundCorners]]></category>
		<category><![CDATA[Corners]]></category>
		<category><![CDATA[iDevice]]></category>
		<category><![CDATA[Round]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=25579</guid>
		<description><![CDATA[RoundCorners is a mod that rounds the corners of your iDevice&#8217;s screen. It basically creates a mask for your device that gives everything rounded edges. Because it is a mask, it rounds the corners of whatever is displayed on the screen. This includes everything; SpringBoard pages, Stock Applications, App Store Applications, Webpages&#8230; etc. The mod]]></description>
			<content:encoded><![CDATA[<p><strong>RoundCorners</strong> is a mod that rounds the corners of your iDevice&#8217;s screen. It basically creates a mask for your device that gives everything rounded edges. Because it is a mask, it rounds the corners of whatever is displayed on the screen. This includes everything; SpringBoard pages, Stock Applications, App Store Applications, Webpages&#8230; etc. The mod actually has a few settings. The settings are located in the stock Settings application. The settings include; the ability to turn the mod on/off, Premode (which allows you to round the entire page&#8230; including the statusbar&#8230; or just the page), the ability to change the radius of the rounded corned (making it more or less rounded), the ability to turn the mod off in GameMode&#8230; etc. </p>
<p>I did not have any problems installing, activating or deactivating the mod. It worked just as it should. I do like that it is not a WinterBoard activated mod and instead has it&#8217;s own settings&#8230; that is nice. You can get RoundCorners via the <a href="/sources"><strong>BigBoss source</strong></a>.</p>
<table border="0" id="table1" align="center">
<tr>
<td align="center"><img src="/icons/30x30/cydia.png" hspace="5" vspace="1"/></td>
<td align="center"><strong><span style="font-size:13px;">Available In: Cydia&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></span></td>
<td><img src="/icons/30x30/cost.gif" vspace="1"/></td>
<td align="center">
<b><span style="font-size:13px;">Price: Free&nbsp;&nbsp;</b></span></td>
</tr>
</table>
<h4>ScreenShots:/h4><br />

<a href='http://www.appleiphoneschool.com/2011/01/13/roundcorners-round-the-corners-of-your-idevices-screen/roundcorners/' title='roundcorners'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2011/01/roundcorners-160x240.png" class="attachment-thumbnail" alt="roundcorners" title="roundcorners" /></a>
<a href='http://www.appleiphoneschool.com/2011/01/13/roundcorners-round-the-corners-of-your-idevices-screen/roundcorners2/' title='roundcorners2'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2011/01/roundcorners2-160x240.png" class="attachment-thumbnail" alt="roundcorners2" title="roundcorners2" /></a>
<a href='http://www.appleiphoneschool.com/2011/01/13/roundcorners-round-the-corners-of-your-idevices-screen/roundcorners3/' title='roundcorners3'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2011/01/roundcorners3-160x240.png" class="attachment-thumbnail" alt="roundcorners3" title="roundcorners3" /></a>
<a href='http://www.appleiphoneschool.com/2011/01/13/roundcorners-round-the-corners-of-your-idevices-screen/roundcorners4/' title='roundcorners4'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2011/01/roundcorners4-160x240.png" class="attachment-thumbnail" alt="roundcorners4" title="roundcorners4" /></a>
<a href='http://www.appleiphoneschool.com/2011/01/13/roundcorners-round-the-corners-of-your-idevices-screen/roundcorners5/' title='roundcorners5'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2011/01/roundcorners5-160x240.png" class="attachment-thumbnail" alt="roundcorners5" title="roundcorners5" /></a>
<a href='http://www.appleiphoneschool.com/2011/01/13/roundcorners-round-the-corners-of-your-idevices-screen/roundcorners6/' title='roundcorners6'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2011/01/roundcorners6-160x240.png" class="attachment-thumbnail" alt="roundcorners6" title="roundcorners6" /></a>
<a href='http://www.appleiphoneschool.com/2011/01/13/roundcorners-round-the-corners-of-your-idevices-screen/roundcorners7/' title='roundcorners7'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2011/01/roundcorners7-160x240.png" class="attachment-thumbnail" alt="roundcorners7" title="roundcorners7" /></a>
<a href='http://www.appleiphoneschool.com/2011/01/13/roundcorners-round-the-corners-of-your-idevices-screen/roundcorners8/' title='roundcorners8'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2011/01/roundcorners8-160x240.png" class="attachment-thumbnail" alt="roundcorners8" title="roundcorners8" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2011/01/13/roundcorners-round-the-corners-of-your-idevices-screen/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Christmas Sliders</title>
		<link>http://www.appleiphoneschool.com/2010/12/21/christmas-sliders/</link>
		<comments>http://www.appleiphoneschool.com/2010/12/21/christmas-sliders/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 04:32:03 +0000</pubDate>
		<dc:creator>Douglas</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[WinterBoard]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[Slider]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=25467</guid>
		<description><![CDATA[Here are a few simple little mods for Christmas time. They change your slide from the unlock arrow to a candy cane, stocking, bulb, or star and changes the words &#8220;Slide to Unlock&#8221; to &#8220;Merry Christmas&#8221;. The star &#038; blub ones also have backgrounds. You can use a program like iFile or SSH in and]]></description>
			<content:encoded><![CDATA[<p>Here are a few simple little mods for Christmas time. They change your slide from the unlock arrow to a candy cane, stocking, bulb, or star and changes the words &#8220;Slide to Unlock&#8221; to &#8220;Merry Christmas&#8221;. The star &#038; blub ones also have backgrounds. You can use a program like iFile or SSH in and change the text to make &#8220;Merry Christmas&#8221; say anything else if you&#8217;d like.</p>

<a href='http://www.appleiphoneschool.com/2010/12/21/christmas-sliders/img_2555/' title='Merry Christmas Lockscreen'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/IMG_2555-160x240.png" class="attachment-thumbnail" alt="Merry Christmas Lockscreen" title="Merry Christmas Lockscreen" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/21/christmas-sliders/img_2556/' title='Christmas Tree Lockscreen'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/IMG_2556-160x240.png" class="attachment-thumbnail" alt="Christmas Tree Lockscreen" title="Christmas Tree Lockscreen" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/21/christmas-sliders/img_2558/' title='Christmas Stocking Slider'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/IMG_2558-160x240.png" class="attachment-thumbnail" alt="Christmas Stocking Slider" title="Christmas Stocking Slider" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/21/christmas-sliders/img_2559/' title='Candy Cane Slider'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/IMG_2559-160x240.png" class="attachment-thumbnail" alt="Candy Cane Slider" title="Candy Cane Slider" /></a>

<table border="0" id="table1" align="center">
<tr>
<td align="center"><img src="http://www.appleiphoneschool.com/icons/30x30/cydia.png" hspace="5" vspace="1"/></td>
<td align="center"><strong><span style="font-size:13px;">Available In: Cydia&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></span></td>
<td><img src="http://www.appleiphoneschool.com/icons/30x30/cost.gif" vspace="1"/></td>
<td align="center">
<b><span style="font-size:13px;">Price: Free&nbsp;&nbsp;</b></span></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2010/12/21/christmas-sliders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analock HD &#8211; Customizable Lockscreen Mod</title>
		<link>http://www.appleiphoneschool.com/2010/12/06/analock-hd-customizable-lockscreen-mod/</link>
		<comments>http://www.appleiphoneschool.com/2010/12/06/analock-hd-customizable-lockscreen-mod/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 19:33:51 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[Analock HD]]></category>
		<category><![CDATA[BigBoss]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[Analock]]></category>
		<category><![CDATA[AnalockHD]]></category>
		<category><![CDATA[Change]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[lock screen]]></category>
		<category><![CDATA[lockscreen]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=25330</guid>
		<description><![CDATA[Analock HD is a simple, clean lock screen mod. The lock screen displays the current time, date, day of the week, temperature and weather conditions. And, like Sublime Lock HD, what I love most about this lock screen mod is how easy it is to customize&#8230; no coding involved!! I have actually been using this]]></description>
			<content:encoded><![CDATA[<p><strong>Analock HD</strong> is a simple, clean lock screen mod. The lock screen displays the current time, date, day of the week, temperature and weather conditions. And, like <a href="http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/"><strong>Sublime Lock HD</strong></a>, what I love most about this lock screen mod is how easy it is to customize&#8230; no coding involved!! I have actually been using this lock screen for a while now and I decided it was time to pass it along! Below are the step-by-step instructions on how to install, activate and customize the Analock HD lock screen mod. </p>
<p>Side Note: Like always, the instructions might look long but that is only because I explain every little step.</p>
<p><strong>Instructions:</strong><br />
1. Install Analock HD from Cydia (it is in the <a href="http://appleiphoneschool.com/sources"><strong>BigBoss source</strong></a>).</p>
<p>2. Go into WinterBoard and activate AnalockHD.</p>
<p>3. Turn off any other lock screen mods&#8230; such as <a href="http://www.appleiphoneschool.com/category/lockinfo/"><strong>LockInfo</strong></a>.</p>
<p>4. Open Safari.</p>
<p>5. Type the following URL into Safari &#8211; <a href="file:///Library/Themes/AnalockHD.theme/config.html"><strong>file:///Library/Themes/AnalockHD.theme/config.html</strong></a>. This needs to be typed exactly. Or, if you are on your iOS device, just click on the link. </p>
<p>6. Set the URL as a bookmark. This is done by tapping the + icon at the bottom of Safari and selecting the &#8220;Add Bookmark&#8221; option.</p>
<p>7. In Safari, go to <a href="http://weather.yahoo.com"><strong>weather.yahoo.com</strong></a> and search for the weather you would like displayed on the lock screen. Example) St. Paul, MN</p>
<p>8. Once the specific weather page has loaded in Yahoo Weather, go into the URL and copy the number at the end of the URL. Example) http://weather.yahoo.com/united-states/minnesota/st.-paul-<strong>2487129</strong>/&#8230; you would copy the bold numbers in the example.</p>
<p>9. In Safari, open the bookmark for the theme settings that you created in step 6.</p>
<p>10. Choose your settings. This lock screen has a decent amount of settings including; the ability to choose a, clock type, color, temp unit, update times, clock text&#8230; etc.</p>
<p>11. Paste the number you copied from Yahoo Weather into the &#8220;Yahoo! Code&#8221; field.</p>
<p>12. Once you are finished customizing the lock screen, select &#8220;Save&#8221; at the bottom. </p>
<p>13. Your changes are now saved. </p>
<p>14. Respring your device.</p>
<p>15. The changes will now display on your lock screen!</p>
<p>Simple and easy! There are a few things I like about this mod and one feature I would love to see. What I like about it is that it is simple, clean and easy to customize. I also like that you can change the clock text to anything you would like it to say! Lastly, I like that you can choose whatever background you would like behind the mod. The one feature I would still like to see is that when you select the color in the settings, it would change the slider to that color as well. Right now, the slider stays red. I can&#8217;t help it&#8230; I have an addiction to uniformity! Overall, another sweet mod by Andy9l.</p>
<h4>ScreenShots:</h4>

<a href='http://www.appleiphoneschool.com/2010/12/06/analock-hd-customizable-lockscreen-mod/analockhd/' title='analockhd'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/analockhd-160x240.png" class="attachment-thumbnail" alt="analockhd" title="analockhd" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/06/analock-hd-customizable-lockscreen-mod/analockhd14/' title='analockhd14'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/analockhd14-160x240.png" class="attachment-thumbnail" alt="analockhd14" title="analockhd14" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/06/analock-hd-customizable-lockscreen-mod/analockhd3/' title='analockhd3'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/analockhd3-160x240.png" class="attachment-thumbnail" alt="analockhd3" title="analockhd3" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/06/analock-hd-customizable-lockscreen-mod/analockhd4/' title='analockhd4'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/analockhd4-160x240.png" class="attachment-thumbnail" alt="analockhd4" title="analockhd4" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/06/analock-hd-customizable-lockscreen-mod/analockhd5/' title='analockhd5'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/analockhd5-160x240.png" class="attachment-thumbnail" alt="analockhd5" title="analockhd5" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/06/analock-hd-customizable-lockscreen-mod/analockhd6/' title='analockhd6'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/analockhd6-160x240.png" class="attachment-thumbnail" alt="analockhd6" title="analockhd6" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/06/analock-hd-customizable-lockscreen-mod/analockhd7/' title='analockhd7'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/analockhd7-160x240.png" class="attachment-thumbnail" alt="analockhd7" title="analockhd7" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/06/analock-hd-customizable-lockscreen-mod/analockhd8/' title='analockhd8'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/analockhd8-160x240.png" class="attachment-thumbnail" alt="analockhd8" title="analockhd8" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/06/analock-hd-customizable-lockscreen-mod/analockhd9/' title='analockhd9'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/analockhd9-160x240.png" class="attachment-thumbnail" alt="analockhd9" title="analockhd9" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/06/analock-hd-customizable-lockscreen-mod/analockhd10/' title='analockhd10'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/analockhd10-160x240.png" class="attachment-thumbnail" alt="analockhd10" title="analockhd10" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/06/analock-hd-customizable-lockscreen-mod/analockhd11/' title='analockhd11'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/analockhd11-160x240.png" class="attachment-thumbnail" alt="analockhd11" title="analockhd11" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/06/analock-hd-customizable-lockscreen-mod/analockhd12/' title='analockhd12'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/analockhd12-160x240.png" class="attachment-thumbnail" alt="analockhd12" title="analockhd12" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/06/analock-hd-customizable-lockscreen-mod/analockhd13/' title='analockhd13'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/analockhd13-160x240.png" class="attachment-thumbnail" alt="analockhd13" title="analockhd13" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/06/analock-hd-customizable-lockscreen-mod/analockhd2/' title='analockhd2'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/analockhd2-160x240.png" class="attachment-thumbnail" alt="analockhd2" title="analockhd2" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2010/12/06/analock-hd-customizable-lockscreen-mod/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Friday Night Movie Night: Graviboard [Video]</title>
		<link>http://www.appleiphoneschool.com/2010/12/03/friday-night-movie-night-graviboard-video/</link>
		<comments>http://www.appleiphoneschool.com/2010/12/03/friday-night-movie-night-graviboard-video/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 02:24:39 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[BigBoss]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[Friday Night Movie Night]]></category>
		<category><![CDATA[Graviboard]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[SpringBoard]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=25310</guid>
		<description><![CDATA[Tonight&#8217;s Friday Night Move Night is Graviboard, a mod that &#8220;brings gravity to the homescreen.&#8221; Once it is installed and activated, your icons are &#8220;affected by gravity&#8221;. Check out the video demo below. I personally have not installed this app. I just can&#8217;t bring myself to pay $2.99 for fun app. However, I am curious]]></description>
			<content:encoded><![CDATA[<p>Tonight&#8217;s Friday Night Move Night is <strong>Graviboard</strong>, a mod that &#8220;brings gravity to the homescreen.&#8221; Once it is installed and activated, your icons are &#8220;affected by gravity&#8221;. Check out the video demo below. I personally have not installed this app. I just can&#8217;t bring myself to pay $2.99 for fun app. However, I am curious to know if you can tap on an icon to open an app while this mod is activated. I&#8217;m guessing you probably can not. If you have purchased this app&#8230; let me know in the comments what you think of it. You can get Graviboard via the <a href="/sources"><strong>BigBoss source</strong></a>. </p>
<p><strong>App Description:</strong><br />
Requires iOS4+</p>
<p>Turn on the gravity!</p>
<p>Graviboard is a tweak that brings gravity to the homescreen, and is guarenteed to amaze both you and your friends. When activated, all the icons on your homescreen will fall down (or up!) and the chaos will begin!</p>
<p>Use your finger to drag and fling icons!</p>
<p>Tilt your device and the icons follow!</p>
<p>Change the force of gravity &#8211; even to negative gravity.</p>
<p>No new icons are added to your homescreen. You can configure options from your Settings app.</p>
<h4>Video:</h4>
<p><center><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/rzoYzKaOT3Y?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/rzoYzKaOT3Y?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></center></p>
<h4>ScreenShots:</h4>

<a href='http://www.appleiphoneschool.com/2010/12/03/friday-night-movie-night-graviboard-video/multiiconmover1-0-0-1-2/' title='multiiconmover1.0.0-1'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/multiiconmover1.0.0-11-160x240.png" class="attachment-thumbnail" alt="multiiconmover1.0.0-1" title="multiiconmover1.0.0-1" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/03/friday-night-movie-night-graviboard-video/graviboard1/' title='graviboard1'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/graviboard1-160x240.png" class="attachment-thumbnail" alt="graviboard1" title="graviboard1" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/03/friday-night-movie-night-graviboard-video/graviboard2/' title='graviboard2'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/graviboard2-160x240.png" class="attachment-thumbnail" alt="graviboard2" title="graviboard2" /></a>
<a href='http://www.appleiphoneschool.com/2010/12/03/friday-night-movie-night-graviboard-video/graviboard3/' title='graviboard3'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/12/graviboard3-160x240.png" class="attachment-thumbnail" alt="graviboard3" title="graviboard3" /></a>

<table border="0" id="table1" align="center">
<tr>
<td align="center"><img src="/icons/30x30/cydia.png" hspace="5" vspace="1"/></td>
<td align="center"><strong><span style="font-size:13px;">Available In: Cydia&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></span></td>
<td><img src="/icons/30x30/cost.gif" vspace="1"/></td>
<td align="center">
<b><span style="font-size:13px;">Price: $2.99&nbsp;&nbsp;</b></span></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2010/12/03/friday-night-movie-night-graviboard-video/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Pull To Refresh For Mail &#8211; A &#8220;Must-Have&#8221; Hack</title>
		<link>http://www.appleiphoneschool.com/2010/11/28/pull-to-refresh-for-mail-a-must-have-hack/</link>
		<comments>http://www.appleiphoneschool.com/2010/11/28/pull-to-refresh-for-mail-a-must-have-hack/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 02:44:56 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[BigBoss]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[Pull]]></category>
		<category><![CDATA[Refresh]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=25165</guid>
		<description><![CDATA[Pull To Refresh For Mail is a super simple, totally ingenious hack. Like seriously&#8230; why doesn&#8217;t my iPhone already do this! As the title suggests, this hack adds the ability to &#8220;pull to refresh&#8221; in the stock Mail application. To use the hack you just pull your inbox list down past the search bar and]]></description>
			<content:encoded><![CDATA[<p><strong>Pull To Refresh For Mail</strong> is a super simple, totally ingenious hack. Like seriously&#8230; why doesn&#8217;t my iPhone already do this! As the title suggests, this hack adds the ability to &#8220;pull to refresh&#8221; in the stock Mail application. To use the hack you just pull your inbox list down past the search bar and your mail will automatically refresh. The app is activated automatically when you install it in Cydia. There is no icon or settings for this hack. To deactivate the hack, you would need to uninstall is in Cydia (or use SBSettings Mobile Substrate Addon feature)&#8230; but seriously why would you need to deactivate it! I had no issues when I tested the app and it has officially been added to my &#8220;must-have&#8221; list. The best part is that it&#8217;s free! You can get Pull To Refresh For Mail via the <a href="/sources"><strong>BigBoss source</strong></a>. </p>
<h4>ScreenShots:</h4>

<a href='http://www.appleiphoneschool.com/2010/11/28/pull-to-refresh-for-mail-a-must-have-hack/pulltorefreshformail/' title='pulltorefreshformail'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/pulltorefreshformail-160x240.png" class="attachment-thumbnail" alt="pulltorefreshformail" title="pulltorefreshformail" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/28/pull-to-refresh-for-mail-a-must-have-hack/pulltorefreshformail2/' title='pulltorefreshformail2'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/pulltorefreshformail2-160x240.png" class="attachment-thumbnail" alt="pulltorefreshformail2" title="pulltorefreshformail2" /></a>

<table border="0" id="table1" align="center">
<tr>
<td align="center"><img src="/icons/30x30/cydia.png" hspace="5" vspace="1"/></td>
<td align="center"><strong><span style="font-size:13px;">Available In: Cydia&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></span></td>
<td><img src="/icons/30x30/cost.gif" vspace="1"/></td>
<td align="center">
<b><span style="font-size:13px;">Price: Free&nbsp;&nbsp;</b></span></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2010/11/28/pull-to-refresh-for-mail-a-must-have-hack/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>LockInfo Update &#8211; Fixes Crashing Problem</title>
		<link>http://www.appleiphoneschool.com/2010/11/27/lockinfo-update-fixes-crashing-problem/</link>
		<comments>http://www.appleiphoneschool.com/2010/11/27/lockinfo-update-fixes-crashing-problem/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 19:50:14 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[BigBoss]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[LockInfo]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[lock]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[screen]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=25081</guid>
		<description><![CDATA[LockInfo has received a quick update to version 2.3.9.0. The update will hopefully fix the issue that some people were having with their device locking up when using version 2.3.8.24 of LockInfo on iOS 4.2.1. I can&#8217;t test the fix since I&#8217;m not on 4.2.1 but, if you give it a shot, let us know]]></description>
			<content:encoded><![CDATA[<p><a href="/category/lockinfo/"><strong>LockInfo</strong></a> has received a quick update to version 2.3.9.0. The update will hopefully fix the issue that some people were having with their device locking up when using <a href="/2010/11/25/lockinfo-update-ios-4-2-1-compatibility-improvements-and-bug-fixes/"><strong>version 2.3.8.24</strong></a> of LockInfo on iOS 4.2.1. I can&#8217;t test the fix since I&#8217;m not on 4.2.1 but, if you give it a shot, let us know in the comments if the update worked for you. I also want to thank David Ashman (the developer of LockInfo) for once again quickly updating his app&#8230; good job David! <img src='http://www.appleiphoneschool.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>2.3.9.0 Changelog:</strong><br />
Fixes freezing and crashing issues on some iDevices</p>
<h4>ScreenShot:</h4>
<p><a href="/wp-content/uploads/2010/11/lockinfo2.3.9.0.png"  class="thickbox" rel="lightbox[25081]"><img src="/wp-content/uploads/2010/11/lockinfo2.3.9.0-160x240.png" alt="" title="lockinfo2.3.9.0" width="160" height="240" class="alignnone size-thumbnail wp-image-25094" /></a></p>
<table border="0" id="table1" align="center">
<tr>
<td align="center"><img src="/icons/30x30/cydia.png" hspace="5" vspace="1"/></td>
<td align="center"><strong><span style="font-size:13px;">Available In: Cydia&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></span></td>
<td><img src="/icons/30x30/cost.gif" vspace="1"/></td>
<td align="center">
<b><span style="font-size:13px;">Price: Free Trial then $7.99&nbsp;&nbsp;</b></span></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2010/11/27/lockinfo-update-fixes-crashing-problem/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>No Page Dots &#8211; Easily Remove Page Dots</title>
		<link>http://www.appleiphoneschool.com/2010/11/27/no-page-dots-easily-remove-page-dots/</link>
		<comments>http://www.appleiphoneschool.com/2010/11/27/no-page-dots-easily-remove-page-dots/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 19:21:24 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[BigBoss]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[No Page Dots]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=25042</guid>
		<description><![CDATA[No Page Dots is a very simple mod that completely removes the page dots at the bottom of the SpringBoard page. Once you install the app, it automatically removes the page dots&#8230; it does not add it into WinterBoard, add an icon to the SpringBoard or have any settings. The page dots stay removed even]]></description>
			<content:encoded><![CDATA[<p><strong>No Page Dots</strong> is a very simple mod that completely removes the page dots at the bottom of the SpringBoard page. Once you install the app, it automatically removes the page dots&#8230; it does <em>not</em> add it into WinterBoard, add an icon to the SpringBoard or have any settings. The page dots stay removed even if you change your theme. To get the page dots back, just uninstall the app in Cydia. I didn&#8217;t have any issue when I was testing this mod. I was able to install and uninstall it without a problem! I think there are a few mods like this in Cydia but, this is the first one I have actually reviewed and it worked great. You can get No Page Dots via the <a href="/sources"><strong>BigBoss source</strong></a>. </p>
<h4>ScreenShots:</h4>

<a href='http://www.appleiphoneschool.com/2010/11/27/no-page-dots-easily-remove-page-dots/nopagedots/' title='nopagedots'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/nopagedots-160x240.png" class="attachment-thumbnail" alt="nopagedots" title="nopagedots" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/27/no-page-dots-easily-remove-page-dots/nopagedots2/' title='nopagedots2'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/nopagedots2-160x240.png" class="attachment-thumbnail" alt="nopagedots2" title="nopagedots2" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/27/no-page-dots-easily-remove-page-dots/nopagedots3/' title='nopagedots3'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/nopagedots3-160x240.png" class="attachment-thumbnail" alt="nopagedots3" title="nopagedots3" /></a>

<table border="0" id="table1" align="center">
<tr>
<td align="center"><img src="/icons/30x30/cydia.png" hspace="5" vspace="1"/></td>
<td align="center"><strong><span style="font-size:13px;">Available In: Cydia&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></span></td>
<td><img src="/icons/30x30/cost.gif" vspace="1"/></td>
<td align="center">
<b><span style="font-size:13px;">Price: Free&nbsp;&nbsp;</b></span></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2010/11/27/no-page-dots-easily-remove-page-dots/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>LockInfo Update &#8211; iOS 4.2.1 Compatibility, Improvements and Bug Fixes</title>
		<link>http://www.appleiphoneschool.com/2010/11/25/lockinfo-update-ios-4-2-1-compatibility-improvements-and-bug-fixes/</link>
		<comments>http://www.appleiphoneschool.com/2010/11/25/lockinfo-update-ios-4-2-1-compatibility-improvements-and-bug-fixes/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 20:09:07 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[LockInfo]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[lock screen]]></category>
		<category><![CDATA[mod]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=25001</guid>
		<description><![CDATA[LockInfo, a feature-packed lock screen mod, was updated to version 2.3.8.24. It is a pretty decent update that includes compatibility with iOS 4.2.1, improvements and few bug fixes (full changelog below). I like the improvements to the Mail app. I especially like that, since you are now able to click on links in mail messages]]></description>
			<content:encoded><![CDATA[<p><a href="/category/lockinfo/"><strong>LockInfo</strong></a>, a feature-packed lock screen mod, was updated to version 2.3.8.24. It is a pretty decent update that includes compatibility with iOS 4.2.1, improvements and few bug fixes (full changelog below). I like the improvements to the Mail app. I especially like that, since you are now able to click on links in mail messages on the lock screen, it asks for your password before opening them&#8230; good security. Sometime that gets over-looked. I also noticed that the app&#8217;s price is $7.99 instead of the previous $4.99. Because I had already purchased the app&#8230; I&#8217;m not sure if the price change occurred with this update or if it had already gone up. Anyway, LockInfo was updated and will now work with 4.2.1! YAY!&#8230; since it is one of my favorite lock screen mods!</p>
<p>2.3.8.24 Changelog:<br />
&nbsp;&nbsp;&nbsp;&nbsp;• Major improvements in Mail preview and update handling<br />
&nbsp;&nbsp;&nbsp;&nbsp;• Links now work in mail previews<br />
&nbsp;&nbsp;&nbsp;&nbsp;• iOS 4.2.1 compatibility<br />
&nbsp;&nbsp;&nbsp;&nbsp;• Improved calendar handling<br />
&nbsp;&nbsp;&nbsp;&nbsp;• Fixed issue with SMS app not opening if you an SMS<br />
&nbsp;&nbsp;&nbsp;&nbsp;• Fixed some issues with visibility setting not sticking<br />
&nbsp;&nbsp;&nbsp;&nbsp;• Other bug fixes</p>
<h4>ScreenShot:</h4>
<p><a href="/wp-content/uploads/2010/11/lockinfo2.3.8.24.png"  class="thickbox" rel="lightbox[25001]"><img src="/wp-content/uploads/2010/11/lockinfo2.3.8.24-160x240.png" alt="" title="lockinfo2.3.8.24" width="160" height="240" class="alignnone size-thumbnail wp-image-25005" /></a></p>
<table border="0" id="table1" align="center">
<tr>
<td align="center"><img src="/icons/30x30/cydia.png" hspace="5" vspace="1"/></td>
<td align="center"><strong><span style="font-size:13px;">Available In: Cydia&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></span></td>
<td><img src="/icons/30x30/cost.gif" vspace="1"/></td>
<td align="center">
<b><span style="font-size:13px;">Price: Free Trial then $7.99&nbsp;&nbsp;</b></span></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2010/11/25/lockinfo-update-ios-4-2-1-compatibility-improvements-and-bug-fixes/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Sublime Lock HD &#8211; Clean, Easily Customizable Lock Screen</title>
		<link>http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/</link>
		<comments>http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 03:39:49 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[BigBoss]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[Sublime Lock HD]]></category>
		<category><![CDATA[lock screen]]></category>
		<category><![CDATA[lockscreen]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Weather]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=24890</guid>
		<description><![CDATA[Sublime Lock HD is a nicely designed lock screen mod. The mod displays the current time, date, temperature, weather conditions, twitter feed and has a decent amount of themes to choose from. What I love about this lock screen is that it is SUPER easy to customize&#8230; like seriously anyone can do it&#8230; there is]]></description>
			<content:encoded><![CDATA[<p><strong>Sublime Lock HD</strong> is a nicely designed lock screen mod. The mod displays the current time, date, temperature, weather conditions, twitter feed and has a decent amount of themes to choose from. What I love about this lock screen is that it is SUPER easy to customize&#8230; like seriously anyone can do it&#8230; there is no coding involved. Below are step-by-step instructions on how to install, activate and customize this lock screen. </p>
<p>Side Note: The instructions might look long but that is only because I explain every little step.</p>
<p><strong>Instructions:</strong><br />
1. Install Sublim Lock HD from Cydia (it is in the <a href="http://appleiphoneschool.com/sources"><strong>BigBoss source</strong></a>).</p>
<p>2. Go into WinterBoard and activate SublimeLockHD.</p>
<p>3. Turn off any other lock screen mods&#8230; such as <a href="http://www.appleiphoneschool.com/category/lockinfo/"><strong>LockInfo</strong></a>.</p>
<p>4. Open Safari.</p>
<p>5. Type the following URL into Safari &#8211; <a href="file:///Library/Themes/SublimeLockHD.theme/setup.html"><strong>file:///Library/Themes/SublimeLockHD.theme/setup.html</strong></a></p>
<p>6. Set the URL as a bookmark. This is done by tapping the + icon at the bottom of Safari and selecting the &#8220;Add Bookmark&#8221; option.</p>
<p>7. In Safari, go to <a href="http://weather.yahoo.com"><strong>weather.yahoo.com</strong></a> and search for the weather you would like displayed on the lock screen. Example) St. Paul, MN</p>
<p>8. Once the specific weather page has loaded in Yahoo Weather, go into the URL and copy the number at the end of the URL. Example) http://weather.yahoo.com/united-states/minnesota/st.-paul-<strong>2487129</strong>/&#8230; you would copy the bold numbers in the example.</p>
<p>9. In Safari, open the bookmark for the theme settings that you created in step 6.</p>
<p>10. Choose your settings. This lock screen has a decent amount of settings including; the ability to choose a theme, clock format, temp unit, update times&#8230; etc.</p>
<p>11. Paste the number you copied from Yahoo Weather into the &#8220;Yahoo! Code&#8221; field.</p>
<p>12. Once you are finished customizing the lock screen, select &#8220;Save&#8221; at the bottom. </p>
<p>13. Your changes are now saved and will display on your lock screen. </p>
<p>Note: It may take a minute for your changes to take affect on the lock screen.</p>
<p>The only issue I have noticed with this mod is that when the time is 10:_ _ the time doesn&#8217;t fit correctly. The developer has been pretty good about updating this app so hopefully we will see an update that fixes this issue. </p>
<h4>ScreenShots:</h4>

<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd/' title='sublimlockhd'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd-160x240.png" class="attachment-thumbnail" alt="sublimlockhd" title="sublimlockhd" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd2/' title='sublimlockhd2'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd2-160x240.png" class="attachment-thumbnail" alt="sublimlockhd2" title="sublimlockhd2" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd3/' title='sublimlockhd3'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd3-160x240.png" class="attachment-thumbnail" alt="sublimlockhd3" title="sublimlockhd3" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd4/' title='sublimlockhd4'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd4-160x240.png" class="attachment-thumbnail" alt="sublimlockhd4" title="sublimlockhd4" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd5/' title='sublimlockhd5'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd5-160x240.png" class="attachment-thumbnail" alt="sublimlockhd5" title="sublimlockhd5" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd6/' title='sublimlockhd6'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd6-160x240.png" class="attachment-thumbnail" alt="sublimlockhd6" title="sublimlockhd6" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd7/' title='sublimlockhd7'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd7-160x240.png" class="attachment-thumbnail" alt="sublimlockhd7" title="sublimlockhd7" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd8/' title='sublimlockhd8'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd8-160x240.png" class="attachment-thumbnail" alt="sublimlockhd8" title="sublimlockhd8" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd9/' title='sublimlockhd9'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd9-160x240.png" class="attachment-thumbnail" alt="sublimlockhd9" title="sublimlockhd9" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd10/' title='sublimlockhd10'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd10-160x240.png" class="attachment-thumbnail" alt="sublimlockhd10" title="sublimlockhd10" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd11/' title='sublimlockhd11'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd11-160x240.png" class="attachment-thumbnail" alt="sublimlockhd11" title="sublimlockhd11" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd12/' title='sublimlockhd12'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd12-160x240.png" class="attachment-thumbnail" alt="sublimlockhd12" title="sublimlockhd12" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd13/' title='sublimlockhd13'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd13-160x240.png" class="attachment-thumbnail" alt="sublimlockhd13" title="sublimlockhd13" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd14/' title='sublimlockhd14'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd14-160x240.png" class="attachment-thumbnail" alt="sublimlockhd14" title="sublimlockhd14" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd15/' title='sublimlockhd15'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd15-160x240.png" class="attachment-thumbnail" alt="sublimlockhd15" title="sublimlockhd15" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd16/' title='sublimlockhd16'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd16-160x240.png" class="attachment-thumbnail" alt="sublimlockhd16" title="sublimlockhd16" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd17/' title='sublimlockhd17'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd17-160x240.png" class="attachment-thumbnail" alt="sublimlockhd17" title="sublimlockhd17" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd18/' title='sublimlockhd18'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd18-160x240.png" class="attachment-thumbnail" alt="sublimlockhd18" title="sublimlockhd18" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/sublimlockhd19/' title='sublimlockhd19'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/sublimlockhd19-160x240.png" class="attachment-thumbnail" alt="sublimlockhd19" title="sublimlockhd19" /></a>
<a href='http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/3-iphone-rotator/' title='3-iphone-rotator'><img width="160" height="82" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/11/3-iphone-rotator-160x82.jpg" class="attachment-thumbnail" alt="3-iphone-rotator" title="3-iphone-rotator" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2010/11/24/sublime-lock-hd-clean-easily-customizable-lock-screen/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
	</channel>
</rss>

