<?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; WeatherIcon</title>
	<atom:link href="http://www.appleiphoneschool.com/category/weathericon/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>WeatherIcon Update 2.3.1</title>
		<link>http://www.appleiphoneschool.com/2009/12/28/weathericon-update-2-3-1/</link>
		<comments>http://www.appleiphoneschool.com/2009/12/28/weathericon-update-2-3-1/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 04:03:09 +0000</pubDate>
		<dc:creator>Douglas</dc:creator>
				<category><![CDATA[updates]]></category>
		<category><![CDATA[WeatherIcon]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=21754</guid>
		<description><![CDATA[Very randomly I&#8217;ve had problems with phone calls to my iPhone not being able to hear the person on the other end. I always assume it&#8217;s some hack I&#8217;m testing but can&#8217;t always figure out which one. Well a recent WeatherIcon update lists one of the bug fixes as &#8220;Fixes issue where phone calls may]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.appleiphoneschool.com/icons/weather.png" vspace="5" hspace="5" align="left" alt="WeatherIcon" />Very randomly I&#8217;ve had problems with phone calls to my iPhone not being able to hear the person on the other end. I always assume it&#8217;s some hack I&#8217;m testing but can&#8217;t always figure out which one. Well a recent WeatherIcon update lists one of the bug fixes as &#8220;Fixes issue where phone calls may have no sound (usually only an issues for EDGE users). I do use EDGE a lot (unfortunately) so I&#8217;m guessing this is going to help. I just upgraded tonight so I&#8217;ll check back soon and let you know if the fix worked. </p>
<p>Other updates include: &#8220;Fixes issue with night setting not working unless &#8216;Use Local Time&#8217; is set.&#8221; and &#8220;Compatibility with WeatherIcon Plugin 1.0.1.&#8221; The fix came out on December 23rd so some of you probably already have it. Let me know if it worked for you.</p>
<p><img src="http://www.appleiphoneschool.com/wp-content/uploads/2009/12/weathericon_2_3_1_update.jpg" alt="weathericon_2_3_1_update" title="weathericon_2_3_1_update" width="320" height="480" class="alignnone size-full wp-image-21756" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2009/12/28/weathericon-update-2-3-1/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>WeatherIcon Update &#8211; Compatibility With LockInfo Mod</title>
		<link>http://www.appleiphoneschool.com/2009/11/02/weathericon-update-compatibility-with-lockinfo-mod/</link>
		<comments>http://www.appleiphoneschool.com/2009/11/02/weathericon-update-compatibility-with-lockinfo-mod/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 15:42:37 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[modmyifone]]></category>
		<category><![CDATA[WeatherIcon]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=20493</guid>
		<description><![CDATA[Available In: Cydia&#160;&#160;&#160;&#160;&#160;&#160; Price: Free&#160;&#160; WeatherIcon, a mod that allows you to have the current temperature and weather conditions on the Weather Icon and/or Statusbar, was update to version 2.2.23. The new version makes the mod compatible with the LockInfo application. You can get the WeatherIcon mod via the modmyi source. ScreenShots]]></description>
			<content:encoded><![CDATA[<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>
<p><img src="http://www.appleiphoneschool.com/icons/weather.png" vspace="5" hspace="5" align="left" alt="##ICON_NAME##" /> <strong><a href="http://www.appleiphoneschool.com/category/weathericon/"><strong>WeatherIcon</strong></a></strong>, a mod that allows you to have the current temperature and weather conditions on the Weather Icon and/or Statusbar, was update to version 2.2.23. The new version makes the mod compatible with the <a href="http://www.appleiphoneschool.com/category/lockinfo/"><strong>LockInfo</strong></a> application. You can get the WeatherIcon mod via the <a href="http://appleiphoneschool.com/sources"><strong>modmyi source</strong></a>.<br />
<center><script type="text/javascript"><!--
google_ad_client = "pub-2945167545775968";
//Main Banners
google_ad_slot = "3907272739";
google_ad_width = 468;
google_ad_height = 60;
//--></script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center></p>
<h4>ScreenShots</h4>
<p><a href="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/weathericon2.2.23.PNG"  class="thickbox" rel="lightbox[20493]"><img src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/weathericon2.2.23-160x240.PNG" alt="weathericon2.2.23" title="weathericon2.2.23" width="160" height="240" class="alignnone size-thumbnail wp-image-20514" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2009/11/02/weathericon-update-compatibility-with-lockinfo-mod/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WeatherIcon Update &#8211; Firmware 3.1 Compatible</title>
		<link>http://www.appleiphoneschool.com/2009/09/21/weathericon-update-firmware-3-1-compatible/</link>
		<comments>http://www.appleiphoneschool.com/2009/09/21/weathericon-update-firmware-3-1-compatible/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 12:54:26 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[modmyifone]]></category>
		<category><![CDATA[WeatherIcon]]></category>
		<category><![CDATA[3.1]]></category>
		<category><![CDATA[Conditions]]></category>
		<category><![CDATA[Current]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[Temperature]]></category>
		<category><![CDATA[Weather]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=19407</guid>
		<description><![CDATA[Available In: Cydia&#160;&#160;&#160;&#160;&#160;&#160; Price: Free&#160;&#160; Over the week-end WeatherIcon, a mod that displays the current temperature and weather conditions in the Weather icon, received two updates. The first, version 2.2.5, made the application compatible with the 3.1 firmware&#8230; which I know many of you have been waiting for! The second update, version 2.2.6, fixed a]]></description>
			<content:encoded><![CDATA[<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>
<p><img src="http://www.appleiphoneschool.com/icons/weather.png" vspace="5" hspace="5" align="left" alt="WeatherIcon" /> Over the week-end <a href="http://www.appleiphoneschool.com/category/weathericon/"><strong>WeatherIcon</strong></a>, a mod that displays the current temperature and weather conditions in the Weather icon, received two updates. The first, version 2.2.5, made the application compatible with the 3.1 firmware&#8230; which I know many of you have been waiting for! The second update, version 2.2.6, fixed a bug that when you turned the weather icon part of the mod off in the Settings, the Weather icon would go blank. Below is the exact change log.<br />
<script type="text/javascript">
<!--
google_ad_client = "pub-2945167545775968";
google_ad_slot = "2797682692";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<p><strong>Change Log:</strong><br />
<em>2.2.6</em><br />
- Fixed issue where weather icon went blank is the icon is turned off in the Settings.</p>
<p><em>2.2.5</em><br />
- Fixed safe mode crashed in 3.1<br />
Note: Due to some odd 3.1 dpkg behavior, I had to remove the LockInfo WeatherIcon theme from this package so that I could get the fix out as fast as possible. I will release the theme separately.</p>
<h4>ScreenShots</h4>

<a href='http://www.appleiphoneschool.com/2009/09/21/weathericon-update-firmware-3-1-compatible/weathericon2-2-6/' title='weathericon2.2.6'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/09/weathericon2.2.6-160x240.PNG" class="attachment-thumbnail" alt="weathericon2.2.6" title="weathericon2.2.6" /></a>
<a href='http://www.appleiphoneschool.com/2009/09/21/weathericon-update-firmware-3-1-compatible/weathericon2-2-62/' title='weathericon2.2.62'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/09/weathericon2.2.62-160x240.PNG" class="attachment-thumbnail" alt="weathericon2.2.62" title="weathericon2.2.62" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2009/09/21/weathericon-update-firmware-3-1-compatible/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WeatherIcon Update &#8211; Compatible with Battery Control</title>
		<link>http://www.appleiphoneschool.com/2009/08/23/weathericon-update-compatible-with-battery-control/</link>
		<comments>http://www.appleiphoneschool.com/2009/08/23/weathericon-update-compatible-with-battery-control/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 20:02:51 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[WeatherIcon]]></category>
		<category><![CDATA[BatteryControl]]></category>
		<category><![CDATA[Current]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[Temperature]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=18141</guid>
		<description><![CDATA[Available In: Cydia&#160;&#160;&#160;&#160;&#160;&#160; Price: Free&#160;&#160; Yesterday, there was an update to the WeatherIcon mod&#8230; a mod that displays the current temperature and weather conditions on your Weather icon or Statusbar. The update, &#8220;Fixed incompatibility with Battery Control when both the battery and percentage are hidden.&#8221; Battery Control is an application that provides additional Statusbar battery]]></description>
			<content:encoded><![CDATA[<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>
<p><img src="http://www.appleiphoneschool.com/icons/weather.png" vspace="5" hspace="5" align="left" alt="WeatherIcon" /> Yesterday, there was an update to the <a href="http://www.appleiphoneschool.com/category/weathericon/"><strong>WeatherIcon mod</strong></a>&#8230; a mod that displays the current temperature and weather conditions on your Weather icon or Statusbar. The update, &#8220;Fixed incompatibility with Battery Control when both the battery and percentage are hidden.&#8221; </p>
<p><a href="http://www.appleiphoneschool.com/category/battery-control/"><strong>Battery Control</strong></a> is an application that provides additional Statusbar battery options. I personally don&#8217;t think I experienced this bug but, if you did, now there is a fix for it! <script type="text/javascript">
<!--
google_ad_client = "pub-2945167545775968";
google_ad_slot = "2797682692";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<h4>ScreenShots</h4>
<p><a href="http://www.appleiphoneschool.com/wp-content/uploads/2009/08/weathericon224.png"  class="thickbox" rel="lightbox[18141]"><img src="http://www.appleiphoneschool.com/wp-content/uploads/2009/08/weathericon224-160x240.png" alt="weathericon224" title="weathericon224" width="160" height="240" class="alignnone size-thumbnail wp-image-18142" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2009/08/23/weathericon-update-compatible-with-battery-control/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WeatherIcon Update &#8211; LockInfo Compatibility, Added Info to Settings and Bug Fix</title>
		<link>http://www.appleiphoneschool.com/2009/07/09/weathericon-update-lockinfo-compatibility-added-info-to-settings-and-bug-fix/</link>
		<comments>http://www.appleiphoneschool.com/2009/07/09/weathericon-update-lockinfo-compatibility-added-info-to-settings-and-bug-fix/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 04:42:28 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[modmyifone]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[WeatherIcon]]></category>
		<category><![CDATA[Conditions]]></category>
		<category><![CDATA[Current]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[Temperature]]></category>
		<category><![CDATA[Weather]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=16529</guid>
		<description><![CDATA[Available In: Cydia&#160;&#160;&#160;&#160;&#160;&#160; Price: Free&#160;&#160; The WeatherIcon mod was recently update to version 2.1.16. The update doesn&#8217;t make any visual change to the mod itself but, it does add a description of the Override Location feature in the Settings for the app. The update also adds compatibility with LockInfo and includes a bug fix. See]]></description>
			<content:encoded><![CDATA[<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>
<p><img src="http://www.appleiphoneschool.com/icons/weather.png" vspace="5" hspace="5" align="left" alt="WeatherIcon" /> The <a href="http://www.appleiphoneschool.com/category/weathericon/"><strong>WeatherIcon</strong></a> mod was recently update to version 2.1.16. The update doesn&#8217;t make any visual change to the mod itself but, it does add a description of the Override Location feature in the Settings for the app. The update also adds compatibility with LockInfo and includes a bug fix. See the full change log below. You can get this update to WeatherIcon via the <a href="http://appleiphoneschool.com/sources"><strong>modmyi source</strong></a>.<script type="text/javascript">
<!--
google_ad_client = "pub-2945167545775968";
google_ad_slot = "2797682692";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<p><strong>Change Log:</strong><br />
- Added LockInfo Plugin. No Themes yet, but this will allow for integration with LockInfo.<br />
- Cleared up instructions in the settings.<br />
- Fixed another possible &#8220;in call&#8221; issue that would mess up incoming calls if a phone is plugged in. </p>
<h4>ScreenShots</h4>

<a href='http://www.appleiphoneschool.com/2009/07/09/weathericon-update-lockinfo-compatibility-added-info-to-settings-and-bug-fix/weathericon2116/' title='weathericon2116'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathericon2116-160x240.png" class="attachment-thumbnail" alt="weathericon2116" title="weathericon2116" /></a>
<a href='http://www.appleiphoneschool.com/2009/07/09/weathericon-update-lockinfo-compatibility-added-info-to-settings-and-bug-fix/weathericon21162/' title='weathericon21162'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathericon21162-160x240.png" class="attachment-thumbnail" alt="weathericon21162" title="weathericon21162" /></a>
<a href='http://www.appleiphoneschool.com/2009/07/09/weathericon-update-lockinfo-compatibility-added-info-to-settings-and-bug-fix/weathericon21163/' title='weathericon21163'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathericon21163-160x240.png" class="attachment-thumbnail" alt="weathericon21163" title="weathericon21163" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2009/07/09/weathericon-update-lockinfo-compatibility-added-info-to-settings-and-bug-fix/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>WeatherIcon Update &#8211; Changed Source?</title>
		<link>http://www.appleiphoneschool.com/2009/07/07/weathericon-update-changed-source/</link>
		<comments>http://www.appleiphoneschool.com/2009/07/07/weathericon-update-changed-source/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 13:58:58 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[modmyifone]]></category>
		<category><![CDATA[WeatherIcon]]></category>
		<category><![CDATA[3GS]]></category>
		<category><![CDATA[Conditions]]></category>
		<category><![CDATA[Current]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[Temperature]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=16397</guid>
		<description><![CDATA[Available In: Cydia&#160;&#160;&#160;&#160;&#160;&#160; Price: Free&#160;&#160; Yesterday, there an update was release for the WeatherIcon mod. The update is through the modmyi source. It doesn&#8217;t make any changes to the mod however, it does replace the mod via the david.ashman.com source. I&#8217;m not sure if David has moved his mod to the modmyi source or if]]></description>
			<content:encoded><![CDATA[<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>
<p><img src="http://www.appleiphoneschool.com/icons/weather.png" vspace="5" hspace="5" align="left" alt="WeatherIcon" /> Yesterday, there an update was release for the <a href="http://www.appleiphoneschool.com/category/weathericon/"><strong>WeatherIcon</strong></a> mod. The update is through the modmyi source. It doesn&#8217;t make any changes to the mod however, it does replace the mod via the david.ashman.com source. I&#8217;m not sure if David has moved his mod to the modmyi source or if the update to the app mistakenly overwrites the david.ashman.com mod. Doug said he had a little bit of trouble with the update on his iPhone 3GS, he had to unisntall and reinstall it&#8230;then it worked. I didn&#8217;t have any issues with the update on an iPhone 3G running 3.0.<br />
<script type="text/javascript">
<!--
google_ad_client = "pub-2945167545775968";
google_ad_slot = "2797682692";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<p>If you install the modmyi update, it will overwrite and the david.ashman.com mod and you cannot revert back to it. WeatherIcon will not even display an as app in the david.ashman.com source. </p>
<h4>ScreenShots</h4>
<p><a href="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathericon2115.png"  class="thickbox" rel="lightbox[16397]"><img src="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathericon2115-160x240.png" alt="weathericon2115" title="weathericon2115" width="160" height="240" class="alignnone size-thumbnail wp-image-16398" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2009/07/07/weathericon-update-changed-source/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>WeatherIcon 2.1.14 &#8211; Fixes Phone Bugs</title>
		<link>http://www.appleiphoneschool.com/2009/07/04/weathericon-2114-fixes-phone-bugs/</link>
		<comments>http://www.appleiphoneschool.com/2009/07/04/weathericon-2114-fixes-phone-bugs/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 18:47:56 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[david.ashman.com]]></category>
		<category><![CDATA[WeatherIcon]]></category>
		<category><![CDATA[Conditions]]></category>
		<category><![CDATA[Current]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[Tempurature]]></category>
		<category><![CDATA[Tweak]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[Weather]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=16317</guid>
		<description><![CDATA[Available In: Cydia&#160;&#160;&#160;&#160;&#160;&#160; Price: Free&#160;&#160; There have been a few updates to the WeatherIcon mod since the last time I wrote about it. The updates were mostly bug fixes but, the update to 2.1.14 caught my eye. The update says, &#8220;This release &#8220;should&#8221; fix issues that people were seeing with phones running on EDGE that]]></description>
			<content:encoded><![CDATA[<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>
<p><img src="http://www.appleiphoneschool.com/icons/weather.png" vspace="5" hspace="5" align="left" alt="WeatherIcon" /> There have been a few updates to the <a href="http://www.appleiphoneschool.com/category/weathericon/"><strong>WeatherIcon</strong></a> mod since the last time I wrote about it. The updates were mostly bug fixes but, the update to 2.1.14 caught my eye. The update says, &#8220;This release &#8220;should&#8221; fix issues that people were seeing with phones running on EDGE that had incoming call issues. I got reports of problems with calls being dropped, no audio, and other oddities. This release should handle that more gracefully.&#8221;<br />
<script type="text/javascript">
<!--
google_ad_client = "pub-2945167545775968";
google_ad_slot = "2797682692";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<p>Ok, seriously, I have been wondering why my iPhone was being so crazy lately. People would call and I couldn&#8217;t answer or it would answer and there would be no sound or I would try to make a call and it would be dead air. It was really starting to drive Doug crazy and he was going to restore my iPhone today but, I am going to give this a try first. I will have to test it for a while and let you know how it goes. Let me know in the comments if you notice a change. </p>
<p><strong>Change Logs:</strong><br />
<u>2.1.14</u><br />
&nbsp;&nbsp;&nbsp;&nbsp;• This release &#8220;should&#8221; fix issues that people were seeing with phones running on EDGE that had incoming call issues. I got reports of problems with calls being dropped, no audio, and other oddities. This release should handle that more gracefully.</p>
<p><u>2.1.13</u><br />
&nbsp;&nbsp;&nbsp;&nbsp;• Fix for 2.x OS</p>
<p><u>2.1.11</u><br />
&nbsp;&nbsp;&nbsp;&nbsp;• Fix some issues with the weather info conflicting with the bluetooth icons in the statusbar.</p>
<p><u>2.1.10</u><br />
&nbsp;&nbsp;&nbsp;&nbsp;• The release is an attempt at fixing the crashed that some people have. I have not definitely isolated the crash issue, so this release may do nothing to help. </p>
<h4>ScreenShots</h4>
<p><a href="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathericon2114.png"  class="thickbox" rel="lightbox[16317]"><img src="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathericon2114-160x240.png" alt="weathericon2114" title="weathericon2114" width="160" height="240" class="alignnone size-thumbnail wp-image-16320" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2009/07/04/weathericon-2114-fixes-phone-bugs/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>WeatherIcon Updates &#8211; Status Bar Improvements</title>
		<link>http://www.appleiphoneschool.com/2009/06/30/weathericon-updates-status-bar-improvements/</link>
		<comments>http://www.appleiphoneschool.com/2009/06/30/weathericon-updates-status-bar-improvements/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 13:09:52 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[david.ashman.com]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[WeatherIcon]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Conditions]]></category>
		<category><![CDATA[Current]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[Temperature]]></category>
		<category><![CDATA[Up-to-date]]></category>
		<category><![CDATA[Weather]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=16094</guid>
		<description><![CDATA[Available In: Cydia&#160;&#160;&#160;&#160;&#160;&#160; Price: Free&#160;&#160; The WeatherIcon mod has had quite a few updates going from version 2.1.4 to 2.1.9 (below are all the change logs). I found that the updates have the mod working very nicely&#8230;.even in conjunction with the Status Bar date mod via SBSettings. Let us know in the comments if you]]></description>
			<content:encoded><![CDATA[<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>
<p><img src="http://www.appleiphoneschool.com/icons/weather.png" vspace="5" hspace="5" align="left" alt="WeatherIcon" /> The <a href="http://www.appleiphoneschool.com/category/weathericon/"><strong>WeatherIcon mod</strong></a> has had quite a few updates going from version 2.1.4 to 2.1.9 (below are all the change logs). I found that the updates have the mod working very nicely&#8230;.even in conjunction with the Status Bar date mod via <a href="http://www.appleiphoneschool.com/category/sbsettings/"><strong>SBSettings</strong></a>. Let us know in the comments if you are still having issues with this mod.<br />
<script type="text/javascript">
<!--
google_ad_client = "pub-2945167545775968";
google_ad_slot = "2797682692";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<p><strong>Change Logs:</strong><br />
<u>2.1.9</u><br />
&nbsp;&nbsp;&nbsp;&nbsp;• Bad status bar logic. Fixed.</p>
<p><u>2.1.8</u><br />
&nbsp;&nbsp;&nbsp;&nbsp;• Fix issue with bluetooth icon, and bluetooth charge.</p>
<p><u>2.1.7</u><br />
&nbsp;&nbsp;&nbsp;&nbsp;• Fix issue with bluetooth icon.</p>
<p><u>2.1.6</u><br />
&nbsp;&nbsp;&nbsp;&nbsp;• Remove excess logging.</p>
<p><u>2.1.5</u><br />
&nbsp;&nbsp;&nbsp;&nbsp;• This version should fix the remaining issues with the status bar.</p>
<h4>ScreenShots</h4>

<a href='http://www.appleiphoneschool.com/2009/06/30/weathericon-updates-status-bar-improvements/weathericon219/' title='weathericon219'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/06/weathericon219-160x240.png" class="attachment-thumbnail" alt="weathericon219" title="weathericon219" /></a>
<a href='http://www.appleiphoneschool.com/2009/06/30/weathericon-updates-status-bar-improvements/weathericon2192/' title='weathericon2192'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/06/weathericon2192-160x240.png" class="attachment-thumbnail" alt="weathericon2192" title="weathericon2192" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2009/06/30/weathericon-updates-status-bar-improvements/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>WeatherIcon Update</title>
		<link>http://www.appleiphoneschool.com/2009/06/29/weathericon-update/</link>
		<comments>http://www.appleiphoneschool.com/2009/06/29/weathericon-update/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 13:52:35 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[david.ashman.com]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[WeatherIcon]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Conditions]]></category>
		<category><![CDATA[Curent]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[Temperature]]></category>
		<category><![CDATA[Weather]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=16029</guid>
		<description><![CDATA[Available In: Cydia&#160;&#160;&#160;&#160;&#160;&#160; Price: Free&#160;&#160; It seems we have another update to the WeatherIcon mod. Once again, I had no problem with the update on an iPhone running 2.2. The mod also seems to be working a little better with the 3.0 firmware. The Status Bar part of the mod is looking much better and]]></description>
			<content:encoded><![CDATA[<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>
<p><img src="http://www.appleiphoneschool.com/icons/weather.png" vspace="5" hspace="5" align="left" alt="WeatherIcon" /> It seems we have another update to the <a href="http://www.appleiphoneschool.com/category/weathericon/"><strong>WeatherIcon mod</strong></a>. Once again, I had no problem with the update on an iPhone running 2.2. The mod also seems to be working a little better with the 3.0 firmware. The Status Bar part of the mod is looking much better and it now visible instead of being too high and getting cut off. I did notice that the Status Bar mod does not work correctly if you are adding the date to your Status Bar using <a href="http://www.appleiphoneschool.com/category/sbsettings/"><strong>SBettings</strong></a>. It did take a few resprings and disabling/enabling to get it to work correctly (Status Bar) but, that could have to do some of my mods and not the actual WeatherIcon app.<br />
<script type="text/javascript">
<!--
google_ad_client = "pub-2945167545775968";
google_ad_slot = "2797682692";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<h4>ScreenShots</h4>

<a href='http://www.appleiphoneschool.com/2009/06/29/weathericon-update/weathericon214/' title='weathericon214'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/06/weathericon214-160x240.jpg" class="attachment-thumbnail" alt="weathericon214" title="weathericon214" /></a>
<a href='http://www.appleiphoneschool.com/2009/06/29/weathericon-update/weathericon2142/' title='weathericon2142'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/06/weathericon2142-160x240.jpg" class="attachment-thumbnail" alt="weathericon2142" title="weathericon2142" /></a>
<a href='http://www.appleiphoneschool.com/2009/06/29/weathericon-update/weathericon2143/' title='weathericon2143'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/06/weathericon2143-160x240.jpg" class="attachment-thumbnail" alt="weathericon2143" title="weathericon2143" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2009/06/29/weathericon-update/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>

