<?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>Justyn Smith &#124; Blog &#187; IT</title>
	<atom:link href="http://justynsmith.info/category/it/feed" rel="self" type="application/rss+xml" />
	<link>http://justynsmith.info</link>
	<description>A family man living in a tech land</description>
	<lastBuildDate>Mon, 16 Apr 2012 08:02:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>My Galaxy S2 build.prop tweaks</title>
		<link>http://justynsmith.info/galaxy-s2-buildprop-tweaks</link>
		<comments>http://justynsmith.info/galaxy-s2-buildprop-tweaks#comments</comments>
		<pubDate>Sat, 14 Apr 2012 02:59:47 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[galaxy s2]]></category>
		<category><![CDATA[samsung]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1132</guid>
		<description><![CDATA[<p>I&#8217;m currently running <a title="Cyanogenmod" href="http://cyanogenmod.com">Cyanogenmod9</a> on my <a title="Galaxy S2" href="http://www.samsung.com/au/consumer/mobile-phone/mobile-phone/smartphone/GT-I9100LKJXSA/?pid=au_home_mobiledevices_middle_expand_galaxysII_20120214">Galaxy S2</a> on <a title="Telstra" href="http://www.telstra.com.au">Telstra</a>. It runs beautifully and I am loving ICS and all the hard work that the CM devs put into their ROM&#8217;s. What I&#8217;ve done though is created a local.prop file inside /data/ (I...&#160;<a href="http://justynsmith.info/galaxy-s2-buildprop-tweaks">Read More &#187;</a></p>
Related posts:<ol>
<li><a href='http://justynsmith.info/samsung-galaxy-s2-modem-test' rel='bookmark' title='Samsung Galaxy S2 modem test'>Samsung Galaxy S2 modem test</a></li>
<li><a href='http://justynsmith.info/calibrate-galaxy-s2-battery' rel='bookmark' title='Calibrate Galaxy S2 Battery'>Calibrate Galaxy S2 Battery</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently running <a title="Cyanogenmod" href="http://cyanogenmod.com">Cyanogenmod9</a> on my <a title="Galaxy S2" href="http://www.samsung.com/au/consumer/mobile-phone/mobile-phone/smartphone/GT-I9100LKJXSA/?pid=au_home_mobiledevices_middle_expand_galaxysII_20120214">Galaxy S2</a> on <a title="Telstra" href="http://www.telstra.com.au">Telstra</a>. It runs beautifully and I am loving ICS and all the hard work that the CM devs put into their ROM&#8217;s. What I&#8217;ve done though is created a local.prop file inside /data/ (I know the title says build.prop) but I decided on local.prop since flashing new <a title="XDA-Developers Cyanogenmod 9" href="http://forum.xda-developers.com/showthread.php?t=1419102">nightly builds</a> of CM9 I don&#8217;t lose any of the settings since they&#8217;re in /data/.</p>
<p>I figured I would post it here not only for my future reference but also for anyone else that wanted to copy some of the settings. Once changed, wipe cache and dalvik-cache and reboot. If you do however break your phone, I will not be held responsible. <img src='http://justynsmith.info/wp-content/plugins/smilies-themer/vbmodern/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><code># My SGS2 tweaks<br />
&nbsp;<br />
# system stuff<br />
net.hostname=SGS2_CM9<br />
ro.sf.lcd_density=202<br />
qemu.sf.lcd_density=202<br />
dalvik.vm.heapsize=48m<br />
dalvik.vm.startheapsize=8m #Allows the system to start at a lower heap size and rank up as needed.<br />
dalvik.vm.verify-bytecode=false<br />
dalvik.vm.dexopt-flags=v=n,o=v<br />
&nbsp;<br />
# GUI tweaks<br />
debug.sf.hw=1<br />
debug.performance.tuning=1<br />
debug.composition.type=gpu<br />
video.accelerate.hw=1<br />
windowsmgr.max_events_per_sec=180 #faster scrolling<br />
ro.max.fling_velocity=12000 #faster scrolling<br />
ro.min.fling_velocity=8000 #faster scrolling<br />
ro.camera.sound.forced=0 #disable camera sound<br />
&nbsp;<br />
# wifi &amp; battery tweaks<br />
pm.sleep_mode=1<br />
ro.ril.disable.power.collapse=0<br />
wifi.supplicant_scan_interval=180<br />
&nbsp;<br />
# phone tweaks<br />
ro.lge.proximity.delay=25<br />
mot.proximity.delay=25<br />
ro.telephony.call_ring.delay=1000<br />
&nbsp;<br />
# media tweaks<br />
ro.media.enc.jpeg.quality=100<br />
ro.media.dec.vid.wmv.enabled=1<br />
ro.media.dec.aud.wma.enabled=1<br />
ro.media.dec.aud.flac.enabled=1<br />
ro.media.dec.vid.avi.enabled=1<br />
ro.media.dec.jpeg.memcap=8000000<br />
ro.media.enc.hprof.vid.bps=8000000<br />
media.stagefright.enable-player=true<br />
media.stagefright.enable-meta=true<br />
media.stagefright.enable-scan=true<br />
media.stagefright.enable-http=true<br />
media.stagefright.enable-record=false<br />
&nbsp;<br />
# misc tweaks<br />
persist.adb.notify=0<br />
ro.kernel.android.checkjni=0<br />
ro.kernel.checkjni=0<br />
&nbsp;<br />
# disable sending data and logging<br />
ro.config.nocheckin=1<br />
profiler.force_disable_err_rpt=1<br />
profiler.force_disable_ulog=1<br />
&nbsp;<br />
# net tweaks<br />
net.dns1=8.8.4.4<br />
net.dns2=8.8.8.8<br />
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960<br />
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960<br />
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960<br />
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960<br />
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960<br />
net.ipv4.tcp_ecn=0<br />
net.ipv4.route.flush=1<br />
net.ipv4.tcp_rfc1337=1<br />
net.ipv4.ip_no_pmtu_disc=0<br />
net.ipv4.tcp_sack=1<br />
net.ipv4.tcp_fack=1<br />
net.ipv4.tcp_window_scaling=1<br />
net.ipv4.tcp_timestamps=1<br />
net.ipv4.tcp_rmem=4096 39000 187000<br />
net.ipv4.tcp_wmem=4096 39000 187000<br />
net.ipv4.tcp_mem=187000 187000 187000<br />
net.ipv4.tcp_no_metrics_save=1<br />
net.ipv4.tcp_moderate_rcvbuf=1<br />
&nbsp;<br />
# nextg tweaks<br />
ro.ril.enable.a52=0<br />
ro.ril.enable.a53=1<br />
ro.ril.enable.sdr=1<br />
ro.ril.enable.dtm=1<br />
ro.ril.enable.gea3=1<br />
ro.ril.enable.amr.wideband=1<br />
ro.ril.disable.fd.plmn.prefix=23402,23410,23411<br />
ro.ril.disable.mcc.filter=1<br />
ro.ril.disable.power.collapse=1<br />
ro.ril.hsxpa=2<br />
ro.ril.hsdpa.category=14<br />
ro.ril.hsupa.category=7<br />
ro.ril.gprsclass=12<br />
ro.ril.hep=1<br />
ro.ril.htcmaskw1.bitmask=4294967295<br />
ro.ril.htcmaskw1=268449905<br />
ro.ril.fast.dormancy.rule=0<br />
ro.ril.emc.mode=1<br />
persist.cust.tell.eons=1<br />
</code></p>
<p>If anyone knows of any obsolete settings I don&#8217;t need in here, or something additional to add, please let me know!</p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjustynsmith.info%2Fgalaxy-s2-buildprop-tweaks&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:90px;"><div class="g-plusone" data-size="medium" data-href="http://justynsmith.info/galaxy-s2-buildprop-tweaks" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="My Galaxy S2 build.prop tweaks via @Justyn_Smith" data-url="http://justynsmith.info/galaxy-s2-buildprop-tweaks" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div><p>Related posts:<ol>
<li><a href='http://justynsmith.info/samsung-galaxy-s2-modem-test' rel='bookmark' title='Samsung Galaxy S2 modem test'>Samsung Galaxy S2 modem test</a></li>
<li><a href='http://justynsmith.info/calibrate-galaxy-s2-battery' rel='bookmark' title='Calibrate Galaxy S2 Battery'>Calibrate Galaxy S2 Battery</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/galaxy-s2-buildprop-tweaks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calibrate Galaxy S2 Battery</title>
		<link>http://justynsmith.info/calibrate-galaxy-s2-battery</link>
		<comments>http://justynsmith.info/calibrate-galaxy-s2-battery#comments</comments>
		<pubDate>Fri, 23 Mar 2012 09:47:26 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[galaxy s2]]></category>
		<category><![CDATA[samsung]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1129</guid>
		<description><![CDATA[<p>So I&#8217;ve flashed a couple different ROM&#8217;s on my Galaxy S2 and figured I should re-calibrate the battery. I found <a title="Calibrating S2 Battery" href="http://forum.xda-developers.com/showthread.php?t=1312273">this thread</a> over on XDA about calibrating the battery, and thought I would post it here (for personal reference) and also for anyone else interested. All...&#160;<a href="http://justynsmith.info/calibrate-galaxy-s2-battery">Read More &#187;</a></p>
Related posts:<ol>
<li><a href='http://justynsmith.info/galaxy-s2-buildprop-tweaks' rel='bookmark' title='My Galaxy S2 build.prop tweaks'>My Galaxy S2 build.prop tweaks</a></li>
<li><a href='http://justynsmith.info/samsung-galaxy-s2-modem-test' rel='bookmark' title='Samsung Galaxy S2 modem test'>Samsung Galaxy S2 modem test</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve flashed a couple different ROM&#8217;s on my Galaxy S2 and figured I should re-calibrate the battery. I found <a title="Calibrating S2 Battery" href="http://forum.xda-developers.com/showthread.php?t=1312273">this thread</a> over on XDA about calibrating the battery, and thought I would post it here (for personal reference) and also for anyone else interested. All props go to ram3n at XDA.</p>
<blockquote><p>Unlike HTC devices, battery calibration doesn&#8217;t apply to our devices. Google MAX17040 for more info &#8211; while our fuel gauge chip (MAX17042) does have advanced features that would require calibration if used, those features are not yet enabled and it basically behaves identically to a 17040. Maxim specifically designs their fuel gauge chips to not require special calibration procedures.</p></blockquote>
<p>So, here are the steps to calibrating the battery for the Galaxy S2.</p>
<p>1. Turn off your phone.<br />
2. Fully Charge.<br />
3. When getting 100% signal, unplug.<br />
4. Pull out the battery.<br />
5. Wait for 3 &#8211; 5 minutes (take this opportunity to clean internals).<br />
6. Put the battery back in.<br />
7. Turn on the phone.</p>
<p>Once you have completed this, do a full cycle (let battery run down to roughly 5% then fully charge).</p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjustynsmith.info%2Fcalibrate-galaxy-s2-battery&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:90px;"><div class="g-plusone" data-size="medium" data-href="http://justynsmith.info/calibrate-galaxy-s2-battery" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Calibrate Galaxy S2 Battery via @Justyn_Smith" data-url="http://justynsmith.info/calibrate-galaxy-s2-battery" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div><p>Related posts:<ol>
<li><a href='http://justynsmith.info/galaxy-s2-buildprop-tweaks' rel='bookmark' title='My Galaxy S2 build.prop tweaks'>My Galaxy S2 build.prop tweaks</a></li>
<li><a href='http://justynsmith.info/samsung-galaxy-s2-modem-test' rel='bookmark' title='Samsung Galaxy S2 modem test'>Samsung Galaxy S2 modem test</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/calibrate-galaxy-s2-battery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samsung Galaxy S2 modem test</title>
		<link>http://justynsmith.info/samsung-galaxy-s2-modem-test</link>
		<comments>http://justynsmith.info/samsung-galaxy-s2-modem-test#comments</comments>
		<pubDate>Sat, 03 Mar 2012 01:28:47 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[cyanogenmod]]></category>
		<category><![CDATA[galaxy s2]]></category>
		<category><![CDATA[samsung]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1126</guid>
		<description><![CDATA[<p>I have a Samsung Galaxy S2 (GT-I9100T), which is <a title="how to root galaxy s2" href="http://technoxone.com/mobile/android/how-to-root-samsung-galaxy-s2-i9100-easy-steps">rooted</a> and running <a title="CyanogenMod" href="http://www.cyanogenmod.com/">CyanogenMod</a> 7 nightly. It&#8217;s a Telstra branded modem so it shipped with the DVKF2 modem. Since it is rooted, it is easy to test different modems by flashing them through <a ...&#160;<a href="http://justynsmith.info/samsung-galaxy-s2-modem-test">Read More &#187;</a></p>
Related posts:<ol>
<li><a href='http://justynsmith.info/webkit-gets-100100-acid3-test' rel='bookmark' title='WebKit gets 100/100 Acid3 test'>WebKit gets 100/100 Acid3 test</a></li>
<li><a href='http://justynsmith.info/3g-speed-test' rel='bookmark' title='3G Speed Test'>3G Speed Test</a></li>
<li><a href='http://justynsmith.info/galaxy-s2-buildprop-tweaks' rel='bookmark' title='My Galaxy S2 build.prop tweaks'>My Galaxy S2 build.prop tweaks</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have a Samsung Galaxy S2 (GT-I9100T), which is <a title="how to root galaxy s2" href="http://technoxone.com/mobile/android/how-to-root-samsung-galaxy-s2-i9100-easy-steps">rooted</a> and running <a title="CyanogenMod" href="http://www.cyanogenmod.com/">CyanogenMod</a> 7 nightly. It&#8217;s a Telstra branded modem so it shipped with the DVKF2 modem. Since it is rooted, it is easy to test different modems by flashing them through <a title="ClockWorkMod" href="http://clockworkmod.com/">ClockWorkMod</a>.</p>
<p>I decided to test a couple of the different modems using the SpeedTest application on the Brisbane server. I did 3 tests with each of the different modems and then made an average of the results. Each test was a minute apart. I thought I might post the results here for personal reference. I found out that the modem that wasn&#8217;t made for the Telstra network performed worse.</p>
<p>The following results are all averages of the 3 tests. If you like I can update the post with results of each of the 3 tests but figured it may be irrelevant.</p>
<p>XXKE4: Ping: 183ms | Down: 3.81Mbps | Up: 1.31Mbps<br />
XXKI3: Ping: 264ms | Down: 2.21Mbps | Up: 0.57Mbps<br />
XXKI4: Ping: 357ms | Down: 0.95Mbps | Up: 0.30Mbps<br />
XXKG2: Ping: 213ms | Down: 2.21Mbps | Up: 0.48Mbps<br />
XXKL1: Ping: 230ms | Down: 1.99Mbps | Up: 0.33Mbps<br />
XXLPH: Ping: 224ms | Down: 1.60Mbps | Up: 0.17Mbps<br />
DVKF2: Ping: 168ms | Down: 1.66Mbps | Up: 0.42Mbps (Telstra)</p>
<p>As you can see from the results, XXKI3 had faster download and upload, with a little bit higher ping than XXKG2, so I opted to use that modem. So far it&#8217;s been working fine and have had no issues. If you&#8217;ve found another modem that you&#8217;ve tested, and is flashable via CWM please comment a link to the modem so I can test it and add it to my <a title="Galaxy S2 modems" href="http://db.tt/WyzAv8tz">Dropbox</a> folder.</p>
<p>I&#8217;ve placed a copy of all the modems on my <a title="Galaxy S2 modems" href="http://db.tt/WyzAv8tz">Dropbox</a> for you to download and test, they are all flashable via CWM. If you destroy your Galaxy S2 though, I will not be held responsible. You have been warned. <img src='http://justynsmith.info/wp-content/plugins/smilies-themer/vbmodern/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjustynsmith.info%2Fsamsung-galaxy-s2-modem-test&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:90px;"><div class="g-plusone" data-size="medium" data-href="http://justynsmith.info/samsung-galaxy-s2-modem-test" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Samsung Galaxy S2 modem test via @Justyn_Smith" data-url="http://justynsmith.info/samsung-galaxy-s2-modem-test" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div><p>Related posts:<ol>
<li><a href='http://justynsmith.info/webkit-gets-100100-acid3-test' rel='bookmark' title='WebKit gets 100/100 Acid3 test'>WebKit gets 100/100 Acid3 test</a></li>
<li><a href='http://justynsmith.info/3g-speed-test' rel='bookmark' title='3G Speed Test'>3G Speed Test</a></li>
<li><a href='http://justynsmith.info/galaxy-s2-buildprop-tweaks' rel='bookmark' title='My Galaxy S2 build.prop tweaks'>My Galaxy S2 build.prop tweaks</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/samsung-galaxy-s2-modem-test/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import Google Contacts to iCloud easily</title>
		<link>http://justynsmith.info/import-google-contacts-icloud-easily</link>
		<comments>http://justynsmith.info/import-google-contacts-icloud-easily#comments</comments>
		<pubDate>Sat, 19 Nov 2011 22:43:58 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[iCloud]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1124</guid>
		<description><![CDATA[<p>Since updating to iOS 5 I figured I would give the whole iCould thing a go for my contacts, calendar and mail. The only problem here was that exporting my Google Contacts and importing the into iCloud was that everything I read said I need to use iCal / Address...&#160;<a href="http://justynsmith.info/import-google-contacts-icloud-easily">Read More &#187;</a></p>
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Since updating to iOS 5 I figured I would give the whole iCould thing a go for my contacts, calendar and mail. The only problem here was that exporting my Google Contacts and importing the into iCloud was that everything I read said I need to use iCal / Address Book to get them across. I ended up using <a title="Mozilla Sunbird" href="http://www.mozilla.org/projects/calendar/sunbird/">Sunbird</a> to transfer the Calendar across, and came across these simple instructions in <a title="MacRumors" href="http://forums.macrumors.com/showthread.php?t=1253546">MacRumors</a> forum.</p>
<p>Requirements are Gmail Account and a valid iCloud account (Apple ID)</p>
<p>1. Go to your <a title="Google Contacts" href="http://www.google.com/contacts">Google Contacts</a></p>
<p>2. Click the <strong>More</strong> &gt; <strong>Export</strong></p>
<p>3. Choose the group or all of your contacts you wish to export, whichever you prefer.</p>
<p>4. Choose <strong>vCard</strong> format and click the <strong>Export</strong> button.</p>
<p>5. You will now have a contacts.vcf which has been downloaded to your computer. Put it on your desktop if you prefer.</p>
<p>6. <strong>Rename</strong> contacts.vcf to yournamehere.vcf (example:  justyn.vcf)</p>
<p>7. Log in to<a title="iCloud" href="http://www.icloud.com"> iCloud</a>.</p>
<p>8. Click <strong>Contacts</strong><br />
<span style="text-decoration: underline;">Important Note:</span> Make sure there are no contacts listed here before importing or this may not work. The page needs to be blank.</p>
<p>9. Drag the .vcf file into the window under All Contacts.<br />
The page will highlight with a blue rectangle when you drag the .vcf onto it. Wait a little bit. (It took about 8 seconds for mine to import. I only have 136 contacts though.)</p>
<p>On your iPhone, go to Settings &gt; iCloud and make sure Contacts is listed as ON.</p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjustynsmith.info%2Fimport-google-contacts-icloud-easily&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:90px;"><div class="g-plusone" data-size="medium" data-href="http://justynsmith.info/import-google-contacts-icloud-easily" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Import Google Contacts to iCloud easily via @Justyn_Smith" data-url="http://justynsmith.info/import-google-contacts-icloud-easily" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/import-google-contacts-icloud-easily/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Firefox addons</title>
		<link>http://justynsmith.info/firefox-addons</link>
		<comments>http://justynsmith.info/firefox-addons#comments</comments>
		<pubDate>Sun, 01 May 2011 06:50:43 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1120</guid>
		<description><![CDATA[<p>My web browser of choice is <a title="Firefox" href="http://www.mozilla.com/en-US/firefox/new/">Firefox</a>. I have been using it for years and since the upgrade to 4.0 losing the status bar, I thought I might create a post with my Firefox Addons.</p>

<strong>Adblock Plus</strong> &#8211; <a title="Adblock Plus Homepage" href="https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/">Homepage</a>
This addon is self explanatory. It allows...&#160;<a href="http://justynsmith.info/firefox-addons">Read More &#187;</a>
Related posts:<ol>
<li><a href='http://justynsmith.info/firefox-3-is-here' rel='bookmark' title='Firefox 3 is here'>Firefox 3 is here</a></li>
<li><a href='http://justynsmith.info/firefox-30-rc3-released' rel='bookmark' title='Firefox 3.0 RC3 Released'>Firefox 3.0 RC3 Released</a></li>
<li><a href='http://justynsmith.info/firefox-3-excessive-hdd-usage' rel='bookmark' title='Firefox 3, excessive HDD usage'>Firefox 3, excessive HDD usage</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>My web browser of choice is <a title="Firefox" href="http://www.mozilla.com/en-US/firefox/new/">Firefox</a>. I have been using it for years and since the upgrade to 4.0 losing the status bar, I thought I might create a post with my Firefox Addons.</p>
<ol>
<li><strong>Adblock Plus</strong> &#8211; <a title="Adblock Plus Homepage" href="https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/">Homepage</a><br />
This addon is self explanatory. It allows you to block ads based on filters that you can subscribe to.</li>
<li><strong>Status-4-Evar</strong> &#8211; <a title="Status-4-Evar Homepage" href="https://addons.mozilla.org/en-US/firefox/addon/status-4-evar/">Homepage</a><br />
Since Firefox 4, the status bar has been hidden. This addon enables the statusbar that we&#8217;ve all grown to love.</li>
<li><strong>Download Statusbar</strong> &#8211; <a title="Download Statusbar Homepage" href="https://addons.mozilla.org/en-US/firefox/addon/download-statusbar/">Homepage</a><br />
This will allow your downloads to show on the statusbar instead of opening a new window.</li>
<li><strong>IE Tab 2</strong> &#8211; <a title="IE Tab 2 Homepage" href="https://addons.mozilla.org/en-US/firefox/addon/ie-tab-2-ff-36/">Homepage</a><br />
Allows you to have pages load in an IE tab, rendering them in IE7, IE8 or IE9 compatability.</li>
<li><strong>StumbleUpon</strong> &#8211; <a title="StumbleUpon Homepage" href="https://addons.mozilla.org/en-US/firefox/addon/stumbleupon/">Homepage</a><br />
Addon bar for StumbleUpon users.</li>
<li><strong>Greasemonkey</strong> &#8211; <a title="Greasemonkey Homepage" href="https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/">Homepage</a><br />
Allows you to change webpages via bits of Javascript, can get scripts from <a title="UserScripts" href="http://userscripts.org/">UserScripts</a>.</li>
<li><strong>Image Zoom</strong> &#8211; <a title="Image Zoom Homepage" href="https://addons.mozilla.org/en-US/firefox/addon/image-zoom/">Homepage</a><br />
Allows zoom and rotation of images.</li>
</ol>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjustynsmith.info%2Ffirefox-addons&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:90px;"><div class="g-plusone" data-size="medium" data-href="http://justynsmith.info/firefox-addons" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="My Firefox addons via @Justyn_Smith" data-url="http://justynsmith.info/firefox-addons" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div><p>Related posts:<ol>
<li><a href='http://justynsmith.info/firefox-3-is-here' rel='bookmark' title='Firefox 3 is here'>Firefox 3 is here</a></li>
<li><a href='http://justynsmith.info/firefox-30-rc3-released' rel='bookmark' title='Firefox 3.0 RC3 Released'>Firefox 3.0 RC3 Released</a></li>
<li><a href='http://justynsmith.info/firefox-3-excessive-hdd-usage' rel='bookmark' title='Firefox 3, excessive HDD usage'>Firefox 3, excessive HDD usage</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/firefox-addons/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft launches IE6 Countdown</title>
		<link>http://justynsmith.info/microsoft-launches-ie6-countdown</link>
		<comments>http://justynsmith.info/microsoft-launches-ie6-countdown#comments</comments>
		<pubDate>Fri, 04 Mar 2011 22:18:17 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1114</guid>
		<description><![CDATA[<p>Microsoft is monitoring the worlds usage of Internet Explorer 6 by launching a website, <a title="IE6 Countdown" href="http://www.ie6countdown.com">IE6 Countdown</a>. Their aim is to try and get the global usage under 1% so more websites can drop Internet Explorer 6 support which will save web developers a lot of work trying...&#160;<a href="http://justynsmith.info/microsoft-launches-ie6-countdown">Read More &#187;</a></p>
Related posts:<ol>
<li><a href='http://justynsmith.info/internet-explorer-6-blocker' rel='bookmark' title='Internet Explorer 6 Blocker'>Internet Explorer 6 Blocker</a></li>
<li><a href='http://justynsmith.info/internet-explorer-6-lives-until-2014' rel='bookmark' title='Internet Explorer 6 lives until 2014'>Internet Explorer 6 lives until 2014</a></li>
<li><a href='http://justynsmith.info/internet-explorer-8-beta-2' rel='bookmark' title='Internet Explorer 8 Beta 2'>Internet Explorer 8 Beta 2</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Microsoft is monitoring the worlds usage of Internet Explorer 6 by launching a website, <a title="IE6 Countdown" href="http://www.ie6countdown.com">IE6 Countdown</a>. Their aim is to try and get the global usage under 1% so more websites can drop Internet Explorer 6 support which will save web developers a lot of work trying to support a web browser that is 10 years old.</p>
<p>At this point in time 12% of the world is using IE6 which is down 9% from last year. China has the highest users of IE6 coming in at 34.5% where Norway and Finland come it at just 0.7%. Australia is only at 3.2% while the US comes in just under at 2.9%.</p>
<p>If you have a website and would like to <a href="http://ie6countdown.com/join-us.html">join the cause</a> you can add a banner to your website asking the user to <a title="Upgrade Internet Explorer" href="http://www.microsoft.com/windows/internet-explorer/default.aspx">upgrade</a> to a newer version of Internet Explorer.</p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjustynsmith.info%2Fmicrosoft-launches-ie6-countdown&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:90px;"><div class="g-plusone" data-size="medium" data-href="http://justynsmith.info/microsoft-launches-ie6-countdown" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Microsoft launches IE6 Countdown via @Justyn_Smith" data-url="http://justynsmith.info/microsoft-launches-ie6-countdown" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div><p>Related posts:<ol>
<li><a href='http://justynsmith.info/internet-explorer-6-blocker' rel='bookmark' title='Internet Explorer 6 Blocker'>Internet Explorer 6 Blocker</a></li>
<li><a href='http://justynsmith.info/internet-explorer-6-lives-until-2014' rel='bookmark' title='Internet Explorer 6 lives until 2014'>Internet Explorer 6 lives until 2014</a></li>
<li><a href='http://justynsmith.info/internet-explorer-8-beta-2' rel='bookmark' title='Internet Explorer 8 Beta 2'>Internet Explorer 8 Beta 2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/microsoft-launches-ie6-countdown/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expos&#233; switching on Microsoft Windows</title>
		<link>http://justynsmith.info/expos-switching-on-microsoft-windows</link>
		<comments>http://justynsmith.info/expos-switching-on-microsoft-windows#comments</comments>
		<pubDate>Sat, 12 Feb 2011 07:30:24 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://justynsmith.info/expos-switching-on-microsoft-windows</guid>
		<description><![CDATA[<p>One of the things I like about OS X is the exposé styled window switching and I found that was lacking on Windows. I do like how Microsoft have made the alt+tab nicer in Windows 7, but I wanted more. I wanted that OS X style, which can be achieved...&#160;<a href="http://justynsmith.info/expos-switching-on-microsoft-windows">Read More &#187;</a></p>
Related posts:<ol>
<li><a href='http://justynsmith.info/windows-7-build-7057-login-screen-for-windows-xp-vista-and-7' rel='bookmark' title='Windows 7 Build 7057 Login Screen for Windows XP, Vista and 7'>Windows 7 Build 7057 Login Screen for Windows XP, Vista and 7</a></li>
<li><a href='http://justynsmith.info/windows-vista-on-a-asus-1000he-eeepc' rel='bookmark' title='Windows Vista on a ASUS 1000HE EeePC'>Windows Vista on a ASUS 1000HE EeePC</a></li>
<li><a href='http://justynsmith.info/windows-7-beta-testing-the-nightmares' rel='bookmark' title='Windows 7 Beta Testing &#8211; The Nightmares'>Windows 7 Beta Testing &#8211; The Nightmares</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>One of the things I like about OS X is the exposé styled window switching and I found that was lacking on Windows. I do like how Microsoft have made the alt+tab nicer in Windows 7, but I wanted more. I wanted that OS X style, which can be achieved with a nice utility called <a href="http://insentient.net/">Switcher</a>.</p>
<p align="center"><a href="http://justynsmith.info/wp-content/uploads/2011/02/switcher.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="switcher" border="0" alt="switcher" src="http://justynsmith.info/wp-content/uploads/2011/02/switcher_thumb.jpg" width="244" height="139" /></a></p>
<p>I have Switcher set to alt+tab and gives the feel of exposé. I have also installed another small utility called <a href="http://smallwindows.sourceforge.net/">SmallWindows</a> which can set a “hotspot” for your mouse which will activate the exposé style switching too. I have mine set to the top-right corner.</p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjustynsmith.info%2Fexpos-switching-on-microsoft-windows&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:90px;"><div class="g-plusone" data-size="medium" data-href="http://justynsmith.info/expos-switching-on-microsoft-windows" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Expos&eacute; switching on Microsoft Windows via @Justyn_Smith" data-url="http://justynsmith.info/expos-switching-on-microsoft-windows" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div><p>Related posts:<ol>
<li><a href='http://justynsmith.info/windows-7-build-7057-login-screen-for-windows-xp-vista-and-7' rel='bookmark' title='Windows 7 Build 7057 Login Screen for Windows XP, Vista and 7'>Windows 7 Build 7057 Login Screen for Windows XP, Vista and 7</a></li>
<li><a href='http://justynsmith.info/windows-vista-on-a-asus-1000he-eeepc' rel='bookmark' title='Windows Vista on a ASUS 1000HE EeePC'>Windows Vista on a ASUS 1000HE EeePC</a></li>
<li><a href='http://justynsmith.info/windows-7-beta-testing-the-nightmares' rel='bookmark' title='Windows 7 Beta Testing &#8211; The Nightmares'>Windows 7 Beta Testing &#8211; The Nightmares</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/expos-switching-on-microsoft-windows/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iOS 4.2.1 Download Links</title>
		<link>http://justynsmith.info/ios-421-download-links</link>
		<comments>http://justynsmith.info/ios-421-download-links#comments</comments>
		<pubDate>Tue, 23 Nov 2010 03:21:44 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[AppleTV]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1090</guid>
		<description><![CDATA[<p>Everyone knows Apple has recently <a title="iOS 4.2.1" href="http://www.apple.com/au/ios/">released iOS 4.2.1</a> to the public. I figured now would be a good time to post the direct links to the firmware updates. If you are currently JailBroken and update to 4.2.1 you may lose your JailBreak or Unlock at the moment.</p>
<p><a ...&#160;<a href="http://justynsmith.info/ios-421-download-links">Read More &#187;</a></p>
Related posts:<ol>
<li><a href='http://justynsmith.info/iphone-os-3-0' rel='bookmark' title='iPhone OS 3.0'>iPhone OS 3.0</a></li>
<li><a href='http://justynsmith.info/kyek-modified-a-greasemonkey-plugin-to-allow-you-to-see-if-an-appulous-ipa-link-was-dead-before-you-clicked-it-the-original-plugin-was-the-________-links-checker' rel='bookmark' title='Kyek modified a Greasemonkey plugin to allow you to see if an Appulous IPA link was dead before you clicked it. The original plugin was the ________ Links Checker.'>Kyek modified a Greasemonkey plugin to allow you to see if an Appulous IPA link was dead before you clicked it. The original plugin was the ________ Links Checker.</a></li>
<li><a href='http://justynsmith.info/cydia-sources-applications' rel='bookmark' title='My Cydia Sources and Applications'>My Cydia Sources and Applications</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Everyone knows Apple has recently <a title="iOS 4.2.1" href="http://www.apple.com/au/ios/">released iOS 4.2.1</a> to the public. I figured now would be a good time to post the direct links to the firmware updates. If you are currently JailBroken and update to 4.2.1 you may lose your JailBreak or Unlock at the moment.</p>
<p><a title="iOS 4.2.1 for iPhone 4" href="http://appldnld.apple.com/iPhone4/061-9858.20101122.Er456/iPhone3,1_4.2.1_8C148_Restore.ipsw">iOS 4.2.1 for iPhone 4</a></p>
<p><a title="iOS 4.2.1 for iPhone 3GS" href="http://appldnld.apple.com/iPhone4/061-9895.20101122.Cdew2/iPhone2,1_4.2.1_8C148a_Restore.ipsw">iOS 4.2.1 for iPhone 3GS</a></p>
<p><a title="iOS 4.2.1 for iPhone 3G" href="http://appldnld.apple.com/iPhone4/061-9853.20101122.Vfgt5/iPhone1,2_4.2.1_8C148_Restore.ipsw">iOS 4.2.1 for iPhone 3G</a></p>
<p><a title="iOS 4.2.1 for iPod Touch 4G" href="http://appldnld.apple.com/iPhone4/061-9859.20101122.$erft/iPod4,1_4.2.1_8C148_Restore.ipsw">iOS 4.2.1 for iPod Touch 4G</a></p>
<p><a title="iOS 4.2.1 for iPod Touch 3G" href="http://appldnld.apple.com/iPhone4/061-9860.20101122.Xsde3/iPod3,1_4.2.1_8C148_Restore.ipsw">iOS 4.2.1 for iPod Touch 3G</a></p>
<p><a title=" iOS 4.2.1 for iPod Touch 2G" href="http://appldnld.apple.com/iPhone4/061-9855.20101122.Lrft6/iPod2,1_4.2.1_8C148_Restore.ipsw">iOS 4.2.1 for iPod Touch 2G</a></p>
<p><a title="iOS 4.2.1 for iPad" href="http://appldnld.apple.com/iPad/061-9857.20101122.VGthy/iPad1,1_4.2.1_8C148_Restore.ipsw">iOS 4.2.1 for iPad</a></p>
<p><a title="iOS 4.2 for AppleTV" href="http://appldnld.apple.com/AppleTV/061-8747.20101122.Vgtr5/AppleTV2,1_4.2_8C150_Restore.ipsw">iOS 4.2 for AppleTV</a></p>
<p>If you&#8217;re wanting to test the Find My iPhone feature that is now part of iOS 4.2.1 (for iPhone 4, iPad and iPod Touch 4G) you can check out Apple&#8217;s website on how to setup <a title="Find My iPhone setup" href="http://www.apple.com/iphone/find-my-iphone-setup/">Find My iPhone</a>.</p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjustynsmith.info%2Fios-421-download-links&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:90px;"><div class="g-plusone" data-size="medium" data-href="http://justynsmith.info/ios-421-download-links" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="iOS 4.2.1 Download Links via @Justyn_Smith" data-url="http://justynsmith.info/ios-421-download-links" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div><p>Related posts:<ol>
<li><a href='http://justynsmith.info/iphone-os-3-0' rel='bookmark' title='iPhone OS 3.0'>iPhone OS 3.0</a></li>
<li><a href='http://justynsmith.info/kyek-modified-a-greasemonkey-plugin-to-allow-you-to-see-if-an-appulous-ipa-link-was-dead-before-you-clicked-it-the-original-plugin-was-the-________-links-checker' rel='bookmark' title='Kyek modified a Greasemonkey plugin to allow you to see if an Appulous IPA link was dead before you clicked it. The original plugin was the ________ Links Checker.'>Kyek modified a Greasemonkey plugin to allow you to see if an Appulous IPA link was dead before you clicked it. The original plugin was the ________ Links Checker.</a></li>
<li><a href='http://justynsmith.info/cydia-sources-applications' rel='bookmark' title='My Cydia Sources and Applications'>My Cydia Sources and Applications</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/ios-421-download-links/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Cydia Sources and Applications</title>
		<link>http://justynsmith.info/cydia-sources-applications</link>
		<comments>http://justynsmith.info/cydia-sources-applications#comments</comments>
		<pubDate>Tue, 23 Nov 2010 02:54:37 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1088</guid>
		<description><![CDATA[<p>Everytime I upgrade my firmware I JailBreak it and have a hard time remembering which sources / applications I have setup in Cydia. I figured if I wrote a post it will not only benefit me but some other people out there may also find it useful. Please use at...&#160;<a href="http://justynsmith.info/cydia-sources-applications">Read More &#187;</a></p>
Related posts:<ol>
<li><a href='http://justynsmith.info/ilove-my-iphone' rel='bookmark' title='iLove my iPhone'>iLove my iPhone</a></li>
<li><a href='http://justynsmith.info/optus-tethering-on-iphone-os-3-1-2' rel='bookmark' title='Optus Tethering on iPhone OS 3.1.2'>Optus Tethering on iPhone OS 3.1.2</a></li>
<li><a href='http://justynsmith.info/iphone-30-no-jailbreak-needed' rel='bookmark' title='iPhone 3.0 &ndash; No jailbreak needed?'>iPhone 3.0 &ndash; No jailbreak needed?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Everytime I upgrade my firmware I JailBreak it and have a hard time remembering which sources / applications I have setup in Cydia. I figured if I wrote a post it will not only benefit me but some other people out there may also find it useful. Please use at your own discression and don&#8217;t blame me if you break your iPhone/iPod/iPad when using any of these applications or sources.</p>
<p><span id="more-1088"></span><br />
<strong>My Sources List</strong><br />
<strong>iHacksRepo</strong> &#8211; http://ihacksrepo.com<br />
<strong>Hackulo</strong> &#8211; http://cydia.hackulo.us<br />
<strong>Sinful iPhone</strong> &#8211; http://sinfuliphonerepo.com<br />
<strong>xSellize</strong> &#8211; http://cydia.xsellize.com</p>
<p><strong>Installed Cydia Applications</strong><br />
<strong>AndroidLock XT</strong> &#8211; An Android like lock.<br />
<strong>FastCopy</strong> &#8211; Removes delay for copy/paste menu.<br />
<strong>FastSnap</strong> &#8211; Use volume buttons to take photos / video.<br />
<strong>FolderEnhancer</strong> &#8211; Improves and extends iOS4 folders.<br />
<strong>iFile</strong> &#8211; A file manager and viewer.<br />
<strong>Installous</strong> &#8211; Enables installation of IPA files.<br />
<strong>iSpeedTouched</strong> &#8211; Find possible security keys for WiFi networks.<br />
<strong>LockInfo</strong> &#8211; Customize LockScreen with Mail/Calendar/Weather e.t.c.<br />
<strong>MarkThatMessage</strong> &#8211; Timestamp on all messages in SMS application.<br />
<strong>MobileTerminal</strong> &#8211; Terminal for the iPhone.<br />
<strong>NoSpot</strong> &#8211; Hides SpotLight page.<br />
<strong>PhoneCloser</strong> &#8211; Stops Phone from appearing after making / receiving calls.<br />
<strong>QuickReply for SMS</strong> &#8211; Reply to SMS/MMS from any location.<br />
<strong>SBSettings</strong> &#8211; Toggles for 3G/WiFi/Location e.t.c.<br />
<strong>SpringFlash</strong> &#8211; Turn on LED via Activator.<br />
<strong>uRemote</strong> &#8211; Remote control for uTorrent WebUI.<br />
<strong>3G Unrestrictor</strong> &#8211; Remove &#8220;WiFi only&#8221; on applications (FaceTime e.t.c.)<br />
<strong>20 Second Lock Screen</strong> &#8211; Keeps lockscreen active for 20 seconds.?</p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjustynsmith.info%2Fcydia-sources-applications&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:90px;"><div class="g-plusone" data-size="medium" data-href="http://justynsmith.info/cydia-sources-applications" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="My Cydia Sources and Applications via @Justyn_Smith" data-url="http://justynsmith.info/cydia-sources-applications" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div><p>Related posts:<ol>
<li><a href='http://justynsmith.info/ilove-my-iphone' rel='bookmark' title='iLove my iPhone'>iLove my iPhone</a></li>
<li><a href='http://justynsmith.info/optus-tethering-on-iphone-os-3-1-2' rel='bookmark' title='Optus Tethering on iPhone OS 3.1.2'>Optus Tethering on iPhone OS 3.1.2</a></li>
<li><a href='http://justynsmith.info/iphone-30-no-jailbreak-needed' rel='bookmark' title='iPhone 3.0 &ndash; No jailbreak needed?'>iPhone 3.0 &ndash; No jailbreak needed?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/cydia-sources-applications/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Speed up the iPhone 4</title>
		<link>http://justynsmith.info/speed-up-the-iphone-4</link>
		<comments>http://justynsmith.info/speed-up-the-iphone-4#comments</comments>
		<pubDate>Tue, 17 Aug 2010 21:30:50 +0000</pubDate>
		<dc:creator>Justyn</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://justynsmith.info/?p=1073</guid>
		<description><![CDATA[I take <strong>no</strong> responsibility if you destroy your phone, it explodes or your arm falls off.
<p>So you&#8217;re probably thinking the iPhone 4 is fast enough already, right? Well if there is any bit of performance you can squeeze out of a device then why not? After doing all this I...&#160;<a href="http://justynsmith.info/speed-up-the-iphone-4">Read More &#187;</a></p>
Related posts:<ol>
<li><a href='http://justynsmith.info/speed-up-the-iphone-3g-and-3gs' rel='bookmark' title='Speed up the iPhone 3G and 3Gs'>Speed up the iPhone 3G and 3Gs</a></li>
<li><a href='http://justynsmith.info/iphone-os-3-0-vibration-fix' rel='bookmark' title='iPhone OS 3.0 Vibration Fix'>iPhone OS 3.0 Vibration Fix</a></li>
<li><a href='http://justynsmith.info/iphone-30-no-jailbreak-needed' rel='bookmark' title='iPhone 3.0 &ndash; No jailbreak needed?'>iPhone 3.0 &ndash; No jailbreak needed?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="note">I take <strong>no</strong> responsibility if you destroy your phone, it explodes or your arm falls off.</div>
<p>So you&#8217;re probably thinking the iPhone 4 is fast enough already, right? Well if there is any bit of performance you can squeeze out of a device then why not? After doing all this I get around 360MB &#8211; 370MB of available memory after a reboot.</p>
<p>First things first, you need to JailBreak <span style="text-decoration: line-through;">which is simple as going to <a title="JailBreakMe" href="http://jailbreakme.com">JailBreakMe</a> in Safari on the iPhone.</span> You can either download <a title="limera1n" href="http://limera1n.com">limera1n</a> or <a title="greenpois0n" href="http://www.greenpois0n.com/">greenpois0n</a> to JailBreak.<br />
<span id="more-1073"></span><br />
<span style="text-decoration: line-through;">What I did</span> was download and run <a title="Lang Delete" href="http://justynsmith.info/langdel.sh">langdel.sh</a> which deletes all language packs except English and Japanese (chmod it to 755 and run as root from MobileTerminal). If you want to remove <strong>all</strong> except just English, you can run <a title="Lang Delete" href="http://justynsmith.info/langdelen.sh">langdelen.sh</a> which is what I did.</p>
<p>Next I deleted the following Launch Daemons from <strong>/System/Library/LaunchDaemons/.</strong></p>
<p><strong>- com.apple.Dump*</strong> – 2 daemons to disable purpose is to dump the crash  for apple evaluation.<br />
<strong>- com.apple.Report*</strong> – 6 daemons to make reports about what caused the  crash/what were running e.t.c.<br />
<strong>- com.apple.CrashHouseKeeping.plist</strong> – Also deals with crashes.<br />
<strong>- com.apple.VoiceOverTouch</strong> – Another Voice Control daemon.<br />
<strong>- com.apple.aslmanager.plist</strong> – This daemon manages system logs.<br />
<strong>- com.apple.awd_ice2.plist</strong> &#8211; Apparently only affects the iPhone 3G and 3GS. It&#8217;s not known what its function is on those devices, however, so remove this daemon at your own risk.<br />
<strong>- com.apple.datamigrator.plist</strong> – Used to transfer contacts from SIM card   to phone. iPod touch users can delete this.<br />
<strong>- com.apple.marcoagent.plist</strong> – Logs errors with WiFi connections (failed to connect).<br />
<strong>- com.apple.marco.tcpdump.en0.plist</strong> – Logs errors with WiFi connections (failed to connect).<br />
<strong>- com.apple.mediaremoted.plist</strong> – Backend for AirTunes.<br />
<strong>- com.apple.scrod.plist</strong> – This daemon deals with Voice Control. If you don&#8217;t use Voice Control, you can delete this daemon.<br />
<strong>- com.apple.voiced</strong> – Yet another Voice Control daemon.<br />
<strong>- com.apple.syslogd.plist</strong> – Logs system events.<br />
<strong>- com.apple.powerlog.plist</strong> – This is used to monitor any  incompatibilities with 3rd party chargers.<br />
<strong>- com.apple.tcpdump.server.plist</strong> – This daemon is apparently used to  dump traffic on a network. Removing this daemon has no adverse effects  on one’s device.<br />
<strong>- com.apple.mobile.profile_janitor.plist</strong> – This daemon’s function is  currently unknown, but removing it has no adverse effects on one’s  device.<br />
<strong>- com.apple.searchd.plist</strong> &#8211; Disables Spotlight search if removed. The Spotlight page will still be there, but nothing will show up when you start typing. Disable this daemon if you don&#8217;t use Spotlight.<br />
<strong>- com.apple.chud.chum.plist</strong> – This daemon is thought to relate to  Apple’s CHUD (Computer Hardware Understanding Developer) tools. Removing  this daemon will have no adverse effects on your device, unless you are  a developer.<br />
<strong>- com.apple.racoon.plist</strong> &#8211; Used for Virtual Private Networks. Disable this daemon if you do not use any VPNs.<br />
<strong>- com.apple.chud.pilotfish.plist</strong> – This daemon is also thought to relate  to Apple’s CHUD tools. Removing this daemon will have no adverse  effects on your device, unless you are a developer.<br />
<strong>- com.apple.AOSNotification.plist</strong> – This daemon deals with MobileMe  syncing. If you do not use the MobileMe service, you can disable this.<br />
<strong>- com.apple.AdminLite.plist</strong> – This daemon tries to return control of  your device to you if it thinks that you are waiting for a lengthy  process to respond. It does this by force-quitting the process, so if  you’re tired of your apps crashing and you would rather wait a few  seconds for them to finish what they’re doing, disable this daemon.</p>
<p>The next thing I did was edit com.apple.locationd.plist which makes locationd run when needed and not at startup.</p>
<p>Change:</p>
<div class="wp_syntax">
<div class="code">
<pre class="xml" style="font-family: monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>RunAtLoad<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #000000; font-weight: bold;">&lt;true</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span></pre>
</div>
</div>
<p>to</p>
<div class="wp_syntax">
<div class="code">
<pre class="xml" style="font-family: monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>RunAtLoad<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #000000; font-weight: bold;">&lt;false</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span></pre>
</div>
</div>
<p>The other thing I did was delete the following files from <strong>/System/Library/CoreServices/SpringBoard.app/</strong> which removes shadows from the icons on the SpringBoard.</p>
<p>- FolderShadowBottom.png<br />
- FolderShadowBottom@2x.png<br />
- FolderShadowBottomNotch.png<br />
- FolderShadowBottomNotch@2x.png<br />
- FolderShadowTop.png<br />
- FolderShadowTop@2x.png<br />
- FolderShadowTopNotch.png<br />
- FolderShadowTopNotch@2x.png<br />
- WallpaperIconDockShadow.png<br />
- WallpaperIconDockShadow@2x.png<br />
- WallpaperIconDockShadowT.png<br />
- WallpaperIconShadow.png<br />
- WallpaperIconShadow@2x.png<br />
- WallpaperIconShadowT.png</p>
<p>Another thing I have done is in <strong>/System/Library/Frameworks/UIKit.framework/</strong> I deleted all the Keyboard*.plist <strong>except</strong> for Keyboard-default.plist, Keyboard-en.plist and Keyboard-en_AU.plist. You&#8217;re setup may vary though. I also deleted Keyboard-Emoji.artwork and Keyboard-Emoji@2x.artwork since I don&#8217;t use Emoji.</p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjustynsmith.info%2Fspeed-up-the-iphone-4&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_google1" style="width:90px;"><div class="g-plusone" data-size="medium" data-href="http://justynsmith.info/speed-up-the-iphone-4" ></div></div><div class="really_simple_share_twitter" style="width:110px;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Speed up the iPhone 4 via @Justyn_Smith" data-url="http://justynsmith.info/speed-up-the-iphone-4" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div><p>Related posts:<ol>
<li><a href='http://justynsmith.info/speed-up-the-iphone-3g-and-3gs' rel='bookmark' title='Speed up the iPhone 3G and 3Gs'>Speed up the iPhone 3G and 3Gs</a></li>
<li><a href='http://justynsmith.info/iphone-os-3-0-vibration-fix' rel='bookmark' title='iPhone OS 3.0 Vibration Fix'>iPhone OS 3.0 Vibration Fix</a></li>
<li><a href='http://justynsmith.info/iphone-30-no-jailbreak-needed' rel='bookmark' title='iPhone 3.0 &ndash; No jailbreak needed?'>iPhone 3.0 &ndash; No jailbreak needed?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://justynsmith.info/speed-up-the-iphone-4/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

