<?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; Weather</title>
	<atom:link href="http://www.appleiphoneschool.com/tag/weather/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>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>
		<item>
		<title>Weather Underground&#8217;s WunderMap Updated &#8211; Best Weather Radar iPad App</title>
		<link>http://www.appleiphoneschool.com/2010/07/28/weather-undergrounds-wundermap-updated-best-weather-radar-ipad-app/</link>
		<comments>http://www.appleiphoneschool.com/2010/07/28/weather-undergrounds-wundermap-updated-best-weather-radar-ipad-app/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 18:27:35 +0000</pubDate>
		<dc:creator>Douglas</dc:creator>
				<category><![CDATA[Apple Store]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[Weather]]></category>
		<category><![CDATA[WunderMap]]></category>
		<category><![CDATA[radar]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=24038</guid>
		<description><![CDATA[Weather Underground&#8217;s WunderMap is my favorite weather radar app. They recently updated their application to include several weather warnings for each county. Another new feature is the ability to stop the motion of the radar. Before the radar always looped and sometimes when moving around the screen it was slow to load. Something that was]]></description>
			<content:encoded><![CDATA[<p>Weather Underground&#8217;s WunderMap is my favorite weather radar app. They recently updated their application to include several weather warnings for each county. Another new feature is the ability to stop the motion of the radar. Before the radar always looped and sometimes when moving around the screen it was slow to load. Something that was annoying in the previous version was when you drag the map around the location of the conditions would change to the center of the screen. Now you can lock the condition&#8217;s location to any area by tapping the padlock in the conditions tab. Now I can keep my hometown conditions in the bottom right corner while I drag around the map. Another new feature is the alerts tab which shows current warnings and watches. WonderMap is definitely my favorite radar application for the iPad and best of all, it&#8217;s free. </p>
<p><a href="http://itunes.apple.com/us/app/wundermap/id364884105?mt=8"><img src="http://www.appleiphoneschool.com/images/appstore.png" vspace="5" hspace="5" alt="WunderMap" /></a></p>
<h4>What&#8217;s New</h4>
<blockquote><p>* Hourly forecast<br />
* 7-day forecast<br />
* Severe weather map<br />
* Weather alert window<br />
* Shows wind and precipitation icons on map<br />
* Remembers last 10 locations<br />
* Turn on/off animations on slow networks<br />
* Turn on/off personal weather stations<br />
* Lots of other enhancements and a few bug fixes</p></blockquote>
<h4>ScreenShots</h4>

<a href='http://www.appleiphoneschool.com/2010/07/28/weather-undergrounds-wundermap-updated-best-weather-radar-ipad-app/wundermap-2/' title='WunderMap (2)'><img width="160" height="120" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/07/WunderMap-2-160x120.PNG" class="attachment-thumbnail" alt="WunderMap (2)" title="WunderMap (2)" /></a>
<a href='http://www.appleiphoneschool.com/2010/07/28/weather-undergrounds-wundermap-updated-best-weather-radar-ipad-app/wundermap-3/' title='WunderMap (3)'><img width="160" height="120" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/07/WunderMap-3-160x120.PNG" class="attachment-thumbnail" alt="WunderMap (3)" title="WunderMap (3)" /></a>
<a href='http://www.appleiphoneschool.com/2010/07/28/weather-undergrounds-wundermap-updated-best-weather-radar-ipad-app/wundermap-4/' title='WunderMap (4)'><img width="160" height="120" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/07/WunderMap-4-160x120.PNG" class="attachment-thumbnail" alt="WunderMap (4)" title="WunderMap (4)" /></a>
<a href='http://www.appleiphoneschool.com/2010/07/28/weather-undergrounds-wundermap-updated-best-weather-radar-ipad-app/wundermap-5/' title='WunderMap (5)'><img width="160" height="120" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/07/WunderMap-5-160x120.PNG" class="attachment-thumbnail" alt="WunderMap (5)" title="WunderMap (5)" /></a>
<a href='http://www.appleiphoneschool.com/2010/07/28/weather-undergrounds-wundermap-updated-best-weather-radar-ipad-app/wundermap-6/' title='WunderMap (6)'><img width="160" height="120" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/07/WunderMap-6-160x120.PNG" class="attachment-thumbnail" alt="WunderMap (6)" title="WunderMap (6)" /></a>
<a href='http://www.appleiphoneschool.com/2010/07/28/weather-undergrounds-wundermap-updated-best-weather-radar-ipad-app/wundermap-7/' title='WunderMap (7)'><img width="160" height="120" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/07/WunderMap-7-160x120.PNG" class="attachment-thumbnail" alt="WunderMap (7)" title="WunderMap (7)" /></a>
<a href='http://www.appleiphoneschool.com/2010/07/28/weather-undergrounds-wundermap-updated-best-weather-radar-ipad-app/wundermap-8/' title='WunderMap (8)'><img width="160" height="120" src="http://www.appleiphoneschool.com/wp-content/uploads/2010/07/WunderMap-8-160x120.PNG" class="attachment-thumbnail" alt="WunderMap (8)" title="WunderMap (8)" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2010/07/28/weather-undergrounds-wundermap-updated-best-weather-radar-ipad-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cydgets &#8211; Time, Weather, Flashlight&#8230; [Updated]</title>
		<link>http://www.appleiphoneschool.com/2009/11/16/cydgets-time-weather-flashlight/</link>
		<comments>http://www.appleiphoneschool.com/2009/11/16/cydgets-time-weather-flashlight/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 18:33:24 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[Cydget]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[HTC Hero Cydget]]></category>
		<category><![CDATA[LockLight Cydget]]></category>
		<category><![CDATA[modmyifone]]></category>
		<category><![CDATA[Cydgets]]></category>
		<category><![CDATA[Flashlight]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[lock screen]]></category>
		<category><![CDATA[lockscreen]]></category>
		<category><![CDATA[Weather]]></category>
		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=20842</guid>
		<description><![CDATA[Available In: Cydia&#160;&#160;&#160;&#160;&#160;&#160; Price: Free&#160;&#160; Last week I wrote about Cydget, a “framework for managing lock screen plugins.” Over the week-end there were a few Cydgets (like Widgets for Cydget) released that are pretty decent. The first is HTC Hero Cydget. This Cydget includes the current Time, Temperature and Weather Conditions. Once you have installed]]></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/settings.png" vspace="5" hspace="5" align="left" alt="##ICON_NAME##" /> Last week I wrote about <a href="http://www.appleiphoneschool.com/category/cydget/"><strong>Cydget</strong></a>, a “framework for managing lock screen plugins.” Over the week-end there were a few Cydgets (like Widgets for Cydget) released that are pretty decent. </p>
<p>The first is <strong>HTC Hero Cydget</strong>. This Cydget includes the current Time, Temperature and Weather Conditions. Once you have installed the Cydget, you will need to go into the stock Settings application under Cydget and activate it. I did find that this particular Cydget does not display immediately on the lock screen, there is a slight delay. (strike)Though, it does know your current time and weather info without having to edit a .plist which is nice. (/strike)<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>The second cydget is <strong>LockLight Cydget</strong>. This is basically a flashlight Cydget. It displays a completely white screen at full brightness. I don&#8217;t know about you guys but, I actually use my iPhone as a flashlight quite often! So, to have it available from the lock screen comes in handy for me. </p>
<p>Both the HTC Hero and the LockLight Cydgets are available via the <a href="http://appleiphoneschool.com/sources"><strong>modmyi source</strong></a>.</p>
<p>Remember, Cydgets can be used at the same time as the <a href="http://www.appleiphoneschool.com/category/lockinfo/"><strong>LockInfo mod</strong></a> and other lock screen mods as long as they are compatible with SBAwayViewPlugins. </p>
<p>Another Reminder, you toggle through all your activated Cydgets by pressing the Home Button while on your lock screen (<a href="http://www.appleiphoneschool.com/category/quick-dimiss/"><strong>Quick Dismiss</strong></a> still works with Cydget). You can reorder your Cydgets in the stock Settings application under Cydget. </p>
<p><strong>NOTE:</strong> Do not activate <strong>only</strong> the LockLight Cydget!! You will not be able to &#8220;slide to unlock&#8221; your device. If you activate the LockLight Cydget be sure to have another one activated as well. </p>
<p><strong>[UPDATE]</strong><br />
Ok, so apparently the app is not pulling in the specific weather info for your location. Below is a quick tutorial on how to update the info for it works correctly for your location. This does require <a href="http://appleiphoneschool.com/openssh"><strong>ssh</strong></a>. </p>
<p><strong>How to set-up the HTC Hero Cydget</strong><br />
1. <a href="http://appleiphoneschool.com/openssh"><strong>SSH</strong></a> into your device</p>
<p>2. Locate the /System/Library/LockCydgets/HTCHero.cydget/Private folder. </p>
<p>3. Open the ConfigureMe.js file.<br />
*You may need to save it to your computer before you are able to open it. This can be done by simply dragging the file onto your desktop.</p>
<p>4. This is what the ConfigureMe.js file will look like:</p>
<blockquote><p>var iconExtWall = &#8216;.png&#8217;<br />
var iconExtLock = &#8216;.png&#8217;<br />
var locale = &#8216;USIL0490&#8242;<br />
var iconSetWall = &#8216;HTC1&#8242;<br />
var iconSetLock = &#8216;HTC1&#8242;<br />
var enableWallpaper = true<br />
var isCelsius = false<br />
var useRealFeel = false<br />
var enableLockScreen = false<br />
var source = &#8216;yahooWeather&#8217;<br />
var stylesheetWall = &#8216;twoLine&#8217;<br />
var stylesheetLock = &#8216;Under_StatusBar&#8217;<br />
var updateInterval = 30</p></blockquote>
<p>5. Change the <strong>var locale</strong> to your zip code.<br />
* If you are outside of the US, you will need to search for your city on <a href="http://Weather.com"><strong>Weather.com</strong></a>. After you have searched for your city, copy the code out of the link in the browser (examples&#8230; UKXX0085, BRXX0232, ASXX0112&#8230; etc) and put that code into the var locale.</p>
<blockquote><p>var iconExtWall = &#8216;.png&#8217;<br />
var iconExtLock = &#8216;.png&#8217;<br />
<strong>var locale = &#8217;55901&#8242;</strong><br />
var iconSetWall = &#8216;HTC1&#8242;<br />
var iconSetLock = &#8216;HTC1&#8242;<br />
var enableWallpaper = true<br />
var isCelsius = false<br />
var useRealFeel = false<br />
var enableLockScreen = false<br />
var source = &#8216;yahooWeather&#8217;<br />
var stylesheetWall = &#8216;twoLine&#8217;<br />
var stylesheetLock = &#8216;Under_StatusBar&#8217;<br />
var updateInterval = 30</p></blockquote>
<p>6. Save the changes you have made to the ConfigureMe.js<br />
* If you saved the file to your computer you will need to drag it back into the /System/Library/LockCydgets/HTCHero.cydget/Private folder on your device. Make sure you save the changes you made to the file before dragging in back onto your device. </p>
<p>7. Respring your device. </p>
<p>8. That&#8217;s it. It will now display the correct weather info.</p>
<p>9. If you would like the temperature on your lock screen to display in Celsius instead of Fahrenheit, you will need to change the <strong>var isCelsius</strong> to true instead of false (true = Celsius, false = Fahrenheit).  </p>
<blockquote><p>var iconExtWall = &#8216;.png&#8217;<br />
var iconExtLock = &#8216;.png&#8217;<br />
var locale = &#8217;55901&#8242;<br />
var iconSetWall = &#8216;HTC1&#8242;<br />
var iconSetLock = &#8216;HTC1&#8242;<br />
var enableWallpaper = true<br />
<strong>var isCelsius = true</strong><br />
var useRealFeel = false<br />
var enableLockScreen = false<br />
var source = &#8216;yahooWeather&#8217;<br />
var stylesheetWall = &#8216;twoLine&#8217;<br />
var stylesheetLock = &#8216;Under_StatusBar&#8217;<br />
var updateInterval = 30</p></blockquote>
<p>10. Follow steps 6-8.</p>
<h4>ScreenShots</h4>

<a href='http://www.appleiphoneschool.com/2009/11/16/cydgets-time-weather-flashlight/htcherowidget/' title='htcherowidget'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/htcherowidget-160x240.PNG" class="attachment-thumbnail" alt="htcherowidget" title="htcherowidget" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/16/cydgets-time-weather-flashlight/htcherowidget2/' title='htcherowidget2'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/htcherowidget2-160x240.PNG" class="attachment-thumbnail" alt="htcherowidget2" title="htcherowidget2" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/16/cydgets-time-weather-flashlight/locklightcydget/' title='locklightcydget'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/locklightcydget-160x240.PNG" class="attachment-thumbnail" alt="locklightcydget" title="locklightcydget" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/16/cydgets-time-weather-flashlight/locklightcydget2/' title='locklightcydget2'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/locklightcydget2-160x240.PNG" class="attachment-thumbnail" alt="locklightcydget2" title="locklightcydget2" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2009/11/16/cydgets-time-weather-flashlight/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>LockInfo &#8211; Feature Packed Lockscreen Mod</title>
		<link>http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/</link>
		<comments>http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 15:39:37 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[LockInfo]]></category>
		<category><![CDATA[modmyifone]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[Calls]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[Lock Scree]]></category>
		<category><![CDATA[lockscreen]]></category>
		<category><![CDATA[Missed]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[Weather]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=20492</guid>
		<description><![CDATA[Available In: Cydia&#160;&#160;&#160;&#160;&#160;&#160; Price: 14 day trial then $4.99&#160;&#160; LockInfo, by David Ashman, is a seriously sweet mod that allows you to add information to your lockscreen such as; weather information, upcoming calendar events, missed calls, missed text messages and new emails. Once installed, you can find LockInfo in your stock Settings application. The application]]></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: 14 day trial then $4.99&nbsp;&nbsp;</b></span></td>
</tr>
</table>
<p><img src="http://www.appleiphoneschool.com/icons/settings.png" vspace="5" hspace="5" align="left" alt="##ICON_NAME##" /> <strong>LockInfo</strong>, by David Ashman, is a seriously sweet mod that allows you to add information to your lockscreen such as; weather information, upcoming calendar events, missed calls, missed text messages and new emails. </p>
<p>Once installed, you can find LockInfo in your stock Settings application. The application is extrememly customizable and has some pretty cool features.<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>In the settings you are able to turn on/off a Lockscreen and Homescreen option. The Lockscreen option adds the mod to your lockscreen. The Homescreen option adds the mod as a page on your SpringBoard between your Spotlight Search page and the first page of your applications. You can have either have just the Lockscreen option, just the Homescreen option or both options turned on. Very cool. </p>
<p>A few other cool option include the ability to adjust the transparency of the mod, the ability to choose how you would like the Media Controls to display within the mod, the ability to collapse the cells (which allows you to tap on each option and collapse them giving you the ability view more information) and the ability to reorder the plugins.</p>
<p>Each of the plugins; Calendar, Mail, Phone, SMS and WeatherIcon are able to be customized as well as be disabled/enabled.</p>
<p>The mod displays very nicely on both the lockscreen and the homescreen. It is well designed and the effect on the &#8220;collapsing&#8221; feature is smooth. Overall, a sweet mod worth definitely checking out. </p>
<p><strike>The only issue I have with the mod is that it is displaying yesterday&#8217;s events (Sunday&#8230; today is Monday) in the Calendar. I&#8217;m not really sure why but, it does. Not a huge issue but hopefully one that will be fixed in the next update. </strike> Ok, user error. The Calendar displays correctly!</p>
<p>Speaking of the next update, Ashman plans on adding more features to the mod including; Twitter, Facebook, Todo, Things, Push Notifications, MMS&#8230; etc. I look forward to seeing some updates!</p>
<p>You can get the LockInfo mod via the <a href="http://appleiphoneschool.com/sources"><strong>modmyi source</strong></a>. </p>
<p><strong>Note:</strong> you will need to update the <a href="http://www.appleiphoneschool.com/category/weathericon/"><strong>WeatherIcon</strong></a> mod to version 2.2.23 for it to work with the LockInfo mod. </p>
<h4>ScreenShots</h4>

<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-113/' title='lockinfo1.0.113'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.113-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.113" title="lockinfo1.0.113" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-1132/' title='lockinfo1.0.1132'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.1132-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.1132" title="lockinfo1.0.1132" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-1133/' title='lockinfo1.0.1133'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.1133-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.1133" title="lockinfo1.0.1133" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-1134/' title='lockinfo1.0.1134'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.1134-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.1134" title="lockinfo1.0.1134" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-1135/' title='lockinfo1.0.1135'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.1135-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.1135" title="lockinfo1.0.1135" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-1137/' title='lockinfo1.0.1137'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.1137-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.1137" title="lockinfo1.0.1137" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-1136/' title='lockinfo1.0.1136'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.1136-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.1136" title="lockinfo1.0.1136" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-1138/' title='lockinfo1.0.1138'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.1138-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.1138" title="lockinfo1.0.1138" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-1139/' title='lockinfo1.0.1139'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.1139-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.1139" title="lockinfo1.0.1139" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-11310/' title='lockinfo1.0.11310'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.11310-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.11310" title="lockinfo1.0.11310" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-11311/' title='lockinfo1.0.11311'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.11311-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.11311" title="lockinfo1.0.11311" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-11312/' title='lockinfo1.0.11312'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.11312-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.11312" title="lockinfo1.0.11312" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-11313/' title='lockinfo1.0.11313'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.11313-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.11313" title="lockinfo1.0.11313" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-11314/' title='lockinfo1.0.11314'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.11314-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.11314" title="lockinfo1.0.11314" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-11315/' title='lockinfo1.0.11315'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.11315-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.11315" title="lockinfo1.0.11315" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-11316/' title='lockinfo1.0.11316'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.11316-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.11316" title="lockinfo1.0.11316" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-11317/' title='lockinfo1.0.11317'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.11317-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.11317" title="lockinfo1.0.11317" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-11318/' title='lockinfo1.0.11318'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.11318-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.11318" title="lockinfo1.0.11318" /></a>
<a href='http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/lockinfo1-0-11319/' title='lockinfo1.0.11319'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/11/lockinfo1.0.11319-160x240.PNG" class="attachment-thumbnail" alt="lockinfo1.0.11319" title="lockinfo1.0.11319" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2009/11/02/lockinfo-feature-packed-lockscreen-mod/feed/</wfw:commentRss>
		<slash:comments>65</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; 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>Weather Machine &#8211; Feature-Filled Weather App</title>
		<link>http://www.appleiphoneschool.com/2009/07/08/weather-machine-feature-filled-weather-app/</link>
		<comments>http://www.appleiphoneschool.com/2009/07/08/weather-machine-feature-filled-weather-app/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 12:19:41 +0000</pubDate>
		<dc:creator>Brooke</dc:creator>
				<category><![CDATA[App Store]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[Weather]]></category>
		<category><![CDATA[Weather Machine]]></category>
		<category><![CDATA[3GS]]></category>
		<category><![CDATA[5]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Cities]]></category>
		<category><![CDATA[Conditions]]></category>
		<category><![CDATA[Day]]></category>
		<category><![CDATA[Forecast]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Multiple]]></category>
		<category><![CDATA[radar]]></category>
		<category><![CDATA[Week]]></category>

		<guid isPermaLink="false">http://www.appleiphoneschool.com/?p=16428</guid>
		<description><![CDATA[Available In: App Store&#160;&#160;&#160;&#160;&#160;&#160; Price: $3.99&#160;&#160; Weather Machine is a very detailed and information loaded weather application. Honestly, this app might have too many features&#8230;if that is possible! I&#8217;m going to explain a few features of the app and then I will let you watch the demo video so that you can get the full]]></description>
			<content:encoded><![CDATA[<table border="0" id="table1" align="center">
<tr>
<td align="center"><img src="http://www.appleiphoneschool.com/icons/30x30/appstore.png" hspace="5" vspace="1"/></td>
<td align="center"><strong><span style="font-size:13px;">Available In: App Store&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: $3.99&nbsp;&nbsp;</b></span></td>
</tr>
</table>
<p><img src="http://www.appleiphoneschool.com/icons/weathermachine.png" vspace="5" hspace="5" align="left" alt="Weather Machine" /> <strong>Weather Machine</strong> is a very detailed and information loaded weather application. Honestly, this app might have too many features&#8230;if that is possible! I&#8217;m going to explain a few features of the app and then I will let you watch the demo video so that you can get the full feel of the app. </p>
<p>When the app opens, it will ask to find your current location. After it did this the first time, I actually shut this feature off in the Settings so that it didn&#8217;t ask every time I open the app&#8230;it is slow and it is not extrememly accurate. </p>
<p>Once the app is open, you will see the current weather conditions including the current temperature, feels like temperature, weather conditions, pressure, humidity, wind direction and wind speed. It you double-tap on the Current Weather screen, it will enlarge the screen and you will get the current visibility and dew point. If you tap on the arrows at the bottom of the current weather screen, it will scroll through surrounding cities. If you rotate the device into landscape mode, you will get a animated Satellite map of the current conditions, a current conditions map, a forecast map and an animated doppler radar map.<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>Back on the main screen, you can drag your finger down the screen (or tap on the dates on the right side of the screen) and it will bring up today&#8217;s and the next four days&#8217; weather forecast.  If you rotate your device while on one of the forecast screens, you will get an hour-by-hour forecast of that day. You can quickly view the five day forecast at the bottom of the screen as well. </p>
<p>If you double-tap on the days along the right hand side of the screen, you will get a detailed morning, afternoon, evening and night forecast for that day. </p>
<p>Along the left hand side of the screen is where you can select, search and enter new locations into the app. This allows you to quickly switch between multiple cities&#8217; weather. You need to tap and drag the icon to the right to bring the menus out. </p>
<p>The &#8220;i&#8221; icon on the upper left side of the screen is the Settings. Here you can choose a number of settings and customize the background image for the app. </p>
<p>That is just a quick overview of the Weather Machine. It does take some time using the app before you get used to finding all the features. Overall a fun, nicely designed and feature-filled weather app! </p>
<p><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=312000585&#038;mt=8"><img src="http://www.appleiphoneschool.com/images/appstore.png" vspace="5" hspace="5" alt="Weather Machine" /></a></p>
<h4>Demo Video:</h4>
<p><center><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/ARUc5uvjhyE&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;feature=player_profilepage&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/ARUc5uvjhyE&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;feature=player_profilepage&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"></embed></object></center></p>
<h4>ScreenShots</h4>

<a href='http://www.appleiphoneschool.com/2009/07/08/weather-machine-feature-filled-weather-app/weathermachine/' title='weathermachine'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathermachine-160x240.png" class="attachment-thumbnail" alt="weathermachine" title="weathermachine" /></a>
<a href='http://www.appleiphoneschool.com/2009/07/08/weather-machine-feature-filled-weather-app/weathermachine2/' title='weathermachine2'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathermachine2-160x240.png" class="attachment-thumbnail" alt="weathermachine2" title="weathermachine2" /></a>
<a href='http://www.appleiphoneschool.com/2009/07/08/weather-machine-feature-filled-weather-app/weathermachine3/' title='weathermachine3'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathermachine3-160x240.png" class="attachment-thumbnail" alt="weathermachine3" title="weathermachine3" /></a>
<a href='http://www.appleiphoneschool.com/2009/07/08/weather-machine-feature-filled-weather-app/weathermachine4/' title='weathermachine4'><img width="160" height="106" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathermachine4-160x106.png" class="attachment-thumbnail" alt="weathermachine4" title="weathermachine4" /></a>
<a href='http://www.appleiphoneschool.com/2009/07/08/weather-machine-feature-filled-weather-app/weathermachine5/' title='weathermachine5'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathermachine5-160x240.png" class="attachment-thumbnail" alt="weathermachine5" title="weathermachine5" /></a>
<a href='http://www.appleiphoneschool.com/2009/07/08/weather-machine-feature-filled-weather-app/weathermachine6/' title='weathermachine6'><img width="160" height="106" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathermachine6-160x106.png" class="attachment-thumbnail" alt="weathermachine6" title="weathermachine6" /></a>
<a href='http://www.appleiphoneschool.com/2009/07/08/weather-machine-feature-filled-weather-app/weathermachine7/' title='weathermachine7'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathermachine7-160x240.png" class="attachment-thumbnail" alt="weathermachine7" title="weathermachine7" /></a>
<a href='http://www.appleiphoneschool.com/2009/07/08/weather-machine-feature-filled-weather-app/weathermachine8/' title='weathermachine8'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathermachine8-160x240.png" class="attachment-thumbnail" alt="weathermachine8" title="weathermachine8" /></a>
<a href='http://www.appleiphoneschool.com/2009/07/08/weather-machine-feature-filled-weather-app/weathermachine9/' title='weathermachine9'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathermachine9-160x240.png" class="attachment-thumbnail" alt="weathermachine9" title="weathermachine9" /></a>
<a href='http://www.appleiphoneschool.com/2009/07/08/weather-machine-feature-filled-weather-app/weathermachine10/' title='weathermachine10'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathermachine10-160x240.png" class="attachment-thumbnail" alt="weathermachine10" title="weathermachine10" /></a>
<a href='http://www.appleiphoneschool.com/2009/07/08/weather-machine-feature-filled-weather-app/weathermachine11/' title='weathermachine11'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathermachine11-160x240.png" class="attachment-thumbnail" alt="weathermachine11" title="weathermachine11" /></a>
<a href='http://www.appleiphoneschool.com/2009/07/08/weather-machine-feature-filled-weather-app/weathermachine12/' title='weathermachine12'><img width="160" height="240" src="http://www.appleiphoneschool.com/wp-content/uploads/2009/07/weathermachine12-160x240.png" class="attachment-thumbnail" alt="weathermachine12" title="weathermachine12" /></a>

<h4>App Store Description:</h4>
<blockquote><p>
Weather Machine is not the usual weather application. It is not only easy to use, reliable and complete (having more than 58,000 weather stations around the world), but it stands out with a beautiful and original graphical interface. To show weather information, Weather Machine uses beautiful and clear panels that float in the blue sky, allowing you to travel through time, projecting you into the future with simple and natural gestures of your hand. You can see all the weather details you need, including:<br />
* Maximum and minimum temperatures<br />
* Perceived temperature<br />
* Speed of the wind and its direction<br />
* Atmospheric pressure<br />
* Dew point<br />
* UV Index<br />
* Humidity<br />
* Probability of rain</p>
<p>And there&#8217;s more: you can view the current situation of each locality, have forecasts of the next 5 days, and you can also go even more in detail consulting forecasts divided into day quarters for the next 48 hours.</p>
<p>Moreover, by rotating your iPhone, you can browse hour-by-hour weather forecasts and maps of your preferred regions. In addition, you can use the GPS receiver to accurately determine the closest location to you so to have related weather information.</p>
<p>You also have the possibility to customize the appearance of Weather Machine by choosing an image in your photo library to use it as background image.</p>
<p>But this is only the beginning: you will have the assurance of continuous and frequent updates where will be corrected any problems you will find and, above all, will be issued new and useful features. Here a preview of the next releases:<br />
* Weather alarms for US only<br />
* Severe weather warnings for the whole world<br />
* Support for other languages</p>
<p>To get the latest information on Weather Machine and on the progress of its development, have a look to its official blog:</p>
<p>http://weathermachineblog.wordpress.com/</p>
<p>Go on sending your feedbacks to the support email address. We care your suggestions!<br />
What&#8217;s new</p>
<p>* Added the possibility to see the hour-by-hour forecasts for the first 48 hours and for 5 days (to show them you only need to display the wished forecast panel and rotate your iPhone as for the maps)<br />
* Added the possibility to set a specific background for each city in your list of preferred localities<br />
* Added the possibility to see animations of certain maps (OS 3.0 only)<br />
* Added the full support of the French language and the partial support of the German language<br />
* Improved the usability of all the buttons (even if I suggest to use gestures in substitution to the buttons)<br />
* Improved the fluidity of some animations<br />
* Some other fixes</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.appleiphoneschool.com/2009/07/08/weather-machine-feature-filled-weather-app/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>

