<?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>Scoopz Blog &#187; bug</title>
	<atom:link href="http://blog.scoopz.com/tag/bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scoopz.com</link>
	<description>Tech Guides Reviews News</description>
	<lastBuildDate>Thu, 22 Dec 2011 16:50:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Amazon not checking passwords properly or password bug?</title>
		<link>http://blog.scoopz.com/2011/12/22/amazon-not-checking-passwords-properly-or-password-bug/</link>
		<comments>http://blog.scoopz.com/2011/12/22/amazon-not-checking-passwords-properly-or-password-bug/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 16:50:25 +0000</pubDate>
		<dc:creator>Scoopz</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[case]]></category>
		<category><![CDATA[checking]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[length]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[poor]]></category>
		<category><![CDATA[sensitive]]></category>
		<category><![CDATA[verification]]></category>
		<category><![CDATA[weak]]></category>

		<guid isPermaLink="false">http://blog.scoopz.com/?p=1733</guid>
		<description><![CDATA[I just tried to log in to my Amazon account and didn&#8217;t notice Chrome had already pre-filled in my password so I ended up typing my password on the end of the pre-filled password and in my rush hit Enter&#8230;it logged me in!? WTF? I logged out of my Amazon account and tried logging in [...]]]></description>
			<content:encoded><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2011%2F12%2F22%2Famazon-not-checking-passwords-properly-or-password-bug%2F&title=Amazon+not+checking+passwords+properly+or+password+bug%3F&desc=I+just+tried+to+log+in+to+my+Amazon+account+and+didn%27t+notice+Chrome+had+already+pre-filled+in+my+password+so+I+ended+up+typing+my+password+on+the+end+of+the+pre-filled+password+and+in+my+rush+hit+Ent&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p><img class="alignleft size-medium wp-image-1736" title="amazon" src="http://blog.scoopz.com/wp-content/uploads/2011/12/amazon-300x257.jpg" alt="" width="180" height="154" />I just tried to log in to my Amazon account and didn&#8217;t notice Chrome had already pre-filled in my password so I ended up typing my password on the end of the pre-filled password and in my rush hit Enter&#8230;it logged me in!? WTF?</p>
<p>I logged out of my Amazon account and tried logging in with a completely incorrect password and it was rejected. I then tried with my correct password but added some arbtry numbers to the end (123456) and it still logged me in! Seriously? If your password is only X characters long, Amazon only check the first X characters that you have entered in the password field?</p>
<p>For Example:</p>
<p>If your Amazon password is <strong>helloworld</strong> (mine&#8217;s not that btw) and you tried to log in using <strong>helloworld123456</strong> it accepts it as your password, it&#8217;s not even respecting case sensitivity and is accepting <strong>HELLOWORLD</strong>. Likewise if you enter any of the following in the password field it will accept it and log you in:</p>
<ul>
<li><strong>helloworldhelloworld</strong></li>
<li><strong>helloworldblahblahblah</strong></li>
<li><strong>helloworld_this_is_not_very_secure_surely</strong></li>
<li><strong>HELLOWORLD</strong></li>
<li><strong>HeLlOwORldABC123</strong></li>
</ul>
<p><span id="more-1733"></span>Is this normal password verification behaviour? That&#8217;s the sort of password verification that I&#8217;d lose marks for implementing in my university coursework, not the kind of verification I&#8217;d expect from the World&#8217;s largest online retailer.</p>
<p>On Amazon&#8217;s help page there is a &#8220;Protect Your Password&#8221; section that states:</p>
<blockquote>
<ul>
<li>Passwords are case sensitive. For instance, &#8220;PASSWORD&#8221; and &#8220;Password&#8221; are two different passwords.When choosing a password, remember the capitalisation you use.</li>
<li>Passwords must be a minimum of six characters</li>
</ul>
</blockquote>
<p><span style="text-decoration: underline;"><strong>UPDATE:</strong></span> I&#8217;ve just tried it on 3 different machines using Chrome and Internet Explorer and they were 3 workstations I&#8217;d never used before and it let me in. I then asked two other amazon users to try and it rejects anything but their exact passwords and is case sensitive for them.</p>
<p>Why would my account be different?</p>
<p>I just called Amazon help line and call centre lady suggested I try changing password to see if that helps. I told her I wanted to know <strong>why</strong> this was happening and get an answer from their web dev team before I change anything on the account. No point trying to change password, if that does resolve it then there&#8217;s nothing for their dev team to investigate.</p>
<p><span style="text-decoration: underline;"><strong>UPDATE 2:</strong></span> It looks like this is a <a href="http://www.wired.com/threatlevel/2011/01/amazon-password-problem/" target="_blank">known issue</a> and Amazon are yet to roll out a fix after it was first reported a year ago. It&#8217;s from an old password policy that flattened passwords so they were no longer case sensitive and also only the first 8 characters were checked.</p>
<p><span style="text-decoration: underline;"><strong>THE FIX:</strong></span> Simply using the change password facility from your account section in Amazon and changing the password to the same thing it currently is will fix this issue. Why Amazon haven&#8217;t rolled out a background fix for this in the year they&#8217;ve known about it is beyond me.</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2011%2F12%2F22%2Famazon-not-checking-passwords-properly-or-password-bug%2F&title=Amazon+not+checking+passwords+properly+or+password+bug%3F&desc=I+just+tried+to+log+in+to+my+Amazon+account+and+didn%27t+notice+Chrome+had+already+pre-filled+in+my+password+so+I+ended+up+typing+my+password+on+the+end+of+the+pre-filled+password+and+in+my+rush+hit+Ent&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://blog.scoopz.com/2011/12/22/amazon-not-checking-passwords-properly-or-password-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari in Lion adding a suffix of [SP] to web page titles [SOLVED]</title>
		<link>http://blog.scoopz.com/2011/08/03/safari-in-lion-adding-a-suffix-of-sp-to-web-page-titles/</link>
		<comments>http://blog.scoopz.com/2011/08/03/safari-in-lion-adding-a-suffix-of-sp-to-web-page-titles/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 12:47:01 +0000</pubDate>
		<dc:creator>Scoopz</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Fixes]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[after]]></category>
		<category><![CDATA[append]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[lion safari]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[osx lion]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[strange]]></category>
		<category><![CDATA[suffix]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[[sp]]]></category>

		<guid isPermaLink="false">http://blog.scoopz.com/?p=1470</guid>
		<description><![CDATA[Strange and unexplained behaviour from Lion's Safari which seems to be adding [SP] at the end of all page titles.]]></description>
			<content:encoded><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2011%2F08%2F03%2Fsafari-in-lion-adding-a-suffix-of-sp-to-web-page-titles%2F&title=Safari+in+Lion+adding+a+suffix+of+%5BSP%5D+to+web+page+titles+%5BSOLVED%5D&desc=%5Bad%23inline%5D%0D%0ATwitter+user+%40benmarsh+recently+noticed+that+his+Safari+running+under+OS+X+Lion+was+adding+%5BSP%5D+after+the+title+of+any+page+he+visited+and+was+seeking+some+assistance.%0D%0A%0D%0AInitially+he+tho&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p><div align=center><script type="text/javascript"><!--
google_ad_client = "pub-6206942273821944";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "404040";
google_color_text = "404040";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div><br />
<img class="alignleft size-full wp-image-1474" title="[sp] added to Safari page title" src="http://blog.scoopz.com/wp-content/uploads/2011/08/sp-added-to-Safari-page-title.png" alt="" width="261" height="155" />Twitter user <a href="http://twitter.com/benmarsh" target="_blank">@benmarsh</a> recently noticed that his Safari running under OS X Lion was adding [SP] after the title of any page he visited and was seeking some assistance.</p>
<p>Initially he thought it was just one of his Safari plugins but even after disabling all Safari plugins the [SP] still appears as shown in the screen shot below.<span id="more-1470"></span></p>
<p style="text-align: left;"><img class="size-full wp-image-1476" title="Safari adding [SP] to page titles " src="http://blog.scoopz.com/wp-content/uploads/2011/08/sp.png" alt="screenshot showing Lion's Safari adding [SP] after every page title" width="500" height="310" /></p>
<p>&nbsp;</p>
<p>I suggested it could be to show that it&#8217;s a Secure Page hence the SP but it shows even on non-https pages and can clearly be seen on the basic vanilla Google homepage in the screenshot above.</p>
<p>If anybody is able to help shed any light on this please leave a comment below as he seems to be one of only a handful experiencing this strange problem.</p>
<p><span style="color: #ff0000;"><strong>UPDATE</strong></span>: Shortly after publishing this post, <a href="http://twitter.com/benmarsh" target="_blank">@benmarsh</a> managed to solve it all on his own&#8230;he&#8217;d enabled the Debug tools in Safari and unchecked the option to &#8220;Use multi-process windows&#8221; so the [SP] stood for Single Process.</p>
<blockquote>
<div><a title="Ben Marsh" href="http://twitter.com/#!/benmarsh" data-user-id="13437312">benmarsh</a> Ben Marsh</div>
<div>
<div>Aha! [SP] refers to Single Process &#8211; I remembered I unchecked Debug -&gt; User Multi-process Windows yesterday! D&#8217;oh!</div>
</div>
</blockquote>
<p><div align=center><script type="text/javascript"><!--
google_ad_client = "pub-6206942273821944";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "404040";
google_color_text = "404040";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2011%2F08%2F03%2Fsafari-in-lion-adding-a-suffix-of-sp-to-web-page-titles%2F&title=Safari+in+Lion+adding+a+suffix+of+%5BSP%5D+to+web+page+titles+%5BSOLVED%5D&desc=%5Bad%23inline%5D%0D%0ATwitter+user+%40benmarsh+recently+noticed+that+his+Safari+running+under+OS+X+Lion+was+adding+%5BSP%5D+after+the+title+of+any+page+he+visited+and+was+seeking+some+assistance.%0D%0A%0D%0AInitially+he+tho&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://blog.scoopz.com/2011/08/03/safari-in-lion-adding-a-suffix-of-sp-to-web-page-titles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TomTom HOME gives error trying to backup your device [FIX]</title>
		<link>http://blog.scoopz.com/2011/07/20/tomtom-home-gives-error-trying-to-backup-your-device-fix/</link>
		<comments>http://blog.scoopz.com/2011/07/20/tomtom-home-gives-error-trying-to-backup-your-device-fix/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 11:17:21 +0000</pubDate>
		<dc:creator>Scoopz</dc:creator>
				<category><![CDATA[Motoring]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[edition]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[failed]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[iq]]></category>
		<category><![CDATA[one]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[routes]]></category>
		<category><![CDATA[tom tom]]></category>
		<category><![CDATA[tomtom]]></category>
		<category><![CDATA[tomtom home]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://blog.scoopz.com/?p=1423</guid>
		<description><![CDATA[TomTom Home gave an error when trying to use the backup my device feature. This is easily fixed and details are contained in this post.]]></description>
			<content:encoded><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2011%2F07%2F20%2Ftomtom-home-gives-error-trying-to-backup-your-device-fix%2F&title=TomTom+HOME+gives+error+trying+to+backup+your+device+%5BFIX%5D&desc=%5Bad%23inline%5D%0D%0ABefore+embarking+on+a+road+trip+to+the+USA+I+bought+the+USA+and+Canada+maps+for+my+TomTom+One+IQ.+Having+never+installed+maps+on+my+TomTom+before+I+thought+it+wise+to+take+a+backup+of+the&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p><div align=center><script type="text/javascript"><!--
google_ad_client = "pub-6206942273821944";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "404040";
google_color_text = "404040";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div><br />
<img class="size-thumbnail wp-image-1442 alignright" title="tomtom-logo" src="http://blog.scoopz.com/wp-content/uploads/2011/07/tomtom-logo-150x150.jpg" alt="" width="150" height="150" />Before embarking on a road trip to the USA I bought the USA and Canada maps for my TomTom One IQ. Having never installed maps on my TomTom before I thought it wise to take a backup of the device as it is now, just in case anything went wrong installing the new maps.</p>
<p>I noticed TomTome HOME software had a &#8220;Backup my device&#8221; option which is meant to just take a complete snapshot of your device to allow for a full restore at a later date.<span id="more-1423"></span></p>
<p><img class="size-large wp-image-1435 aligncenter" title="TomTom HOME backup errors (1)" src="http://blog.scoopz.com/wp-content/uploads/2011/07/TomTom-HOME-backup-errors-1-600x464.png" alt="" width="600" height="464" /></p>
<p>After clicking to run the backup I was presented with a progress bar:</p>
<p><img class="size-large wp-image-1437 aligncenter" title="TomTom HOME backup errors (4)" src="http://blog.scoopz.com/wp-content/uploads/2011/07/TomTom-HOME-backup-errors-4-600x464.png" alt="" width="600" height="464" /></p>
<p>and then after a few mintutes I was told the backup had failed &#8220;An error occurred. Unable to create the files required to copy this item to your computer&#8221;</p>
<p><img class="size-large wp-image-1438 aligncenter" title="TomTom HOME backup errors (5)" src="http://blog.scoopz.com/wp-content/uploads/2011/07/TomTom-HOME-backup-errors-5-600x242.png" alt="" width="600" height="242" /></p>
<p>with the option to click to view further details, which look like:</p>
<p><img class="size-large wp-image-1433 aligncenter" title="TomTom HOME backup errors (6)" src="http://blog.scoopz.com/wp-content/uploads/2011/07/TomTom-HOME-backup-errors-6-600x426.png" alt="" width="600" height="426" /></p>
<blockquote><p>ERROR: DesktopLib/FileCopy/Error: An error occurred. Unable to create the files required to copy this item to your computer.<br />
@ .\controller\FileCopyThread.cpp(161)<br />
An error occurred while reading this file: &#8220;F:\autorun.inf&#8221;<br />
An error occurred while writing to this file: &#8220;C:\Documents and Settings\\My Documents\TomTom\HOME\Backup\ONE\Backup01\InternalMemory\autorun.inf&#8221;<br />
Access is denied.</p>
<p>in .\controller\FileCopyThread.cpp:161<br />
Stack:<br />
0. chrome://tthome/content/ui/bindings/commit.js:82<br />
error(textOrException);<br />
1. chrome://tthome/content/ui/bindings/ttwizard.xml:1061<br />
this._commitFailed(i, commitPage);<br />
2. chrome://tthome/content/logic/util.js:79<br />
return func.apply(obj, arguments);<br />
3. chrome://tthome/content/logic/dllUtils.js:77<br />
this._errorCallback(e);<br />
4. chrome://tthome/content/logic/dllUtils.js:69<br />
this._errorFatal(error);</p>
<p>Time: Wed, 20 Jul 2011 10:15:29 GMT</p></blockquote>
<p>Straight away I knew what the problem would be, my anti-virus and anti-malware software. The first error occurred reading a file called &#8220;autorun.inf&#8221; and it seems trying to copy this to my local disk. Auto-copying an autorun.inf file will almost certainly set alarm bells ringing in most good anti-virus software.</p>
<p>After disabling the anti-virus software</p>
<p><img class="size-large wp-image-1434 aligncenter" title="TomTom HOME backup errors" src="http://blog.scoopz.com/wp-content/uploads/2011/07/TomTom-HOME-backup-errors-600x480.png" alt="" width="600" height="480" /></p>
<p>and running the backup option again it all went through without an error.</p>
<p><img class="size-large wp-image-1436 aligncenter" title="TomTom HOME backup errors (3)" src="http://blog.scoopz.com/wp-content/uploads/2011/07/TomTom-HOME-backup-errors-3-600x464.png" alt="" width="600" height="464" /></p>
<p><span style="text-decoration: underline;">Versions:</span><br />
TomTom Home v 2.8.2.2264<br />
Windows XP SP3<br />
TomTom One IQ Routes Edition<br />
Trend Micro Worry Free Business Edition</p>
<p><div align=center><script type="text/javascript"><!--
google_ad_client = "pub-6206942273821944";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "404040";
google_color_text = "404040";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2011%2F07%2F20%2Ftomtom-home-gives-error-trying-to-backup-your-device-fix%2F&title=TomTom+HOME+gives+error+trying+to+backup+your+device+%5BFIX%5D&desc=%5Bad%23inline%5D%0D%0ABefore+embarking+on+a+road+trip+to+the+USA+I+bought+the+USA+and+Canada+maps+for+my+TomTom+One+IQ.+Having+never+installed+maps+on+my+TomTom+before+I+thought+it+wise+to+take+a+backup+of+the&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://blog.scoopz.com/2011/07/20/tomtom-home-gives-error-trying-to-backup-your-device-fix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Uploaded YouTube video corrupt, starts off grey and pixelated [Fix]</title>
		<link>http://blog.scoopz.com/2011/04/20/uploaded-youtube-video-starts-off-grey/</link>
		<comments>http://blog.scoopz.com/2011/04/20/uploaded-youtube-video-starts-off-grey/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 11:50:08 +0000</pubDate>
		<dc:creator>Scoopz</dc:creator>
				<category><![CDATA[Fixes]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[beginning]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[corrupt]]></category>
		<category><![CDATA[fault]]></category>
		<category><![CDATA[first]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[gray]]></category>
		<category><![CDATA[grey]]></category>
		<category><![CDATA[silent]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[uploaded]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://blog.scoopz.com/?p=1279</guid>
		<description><![CDATA[Some YouTube users, myself included, are having issues when they upload a video to YouTube. Once the video has been processed the first few seconds are just grey/pixelated. Fortunately there is a simple solution&#8230;just add audio! I only get this problem with videos I upload to YouTube with no audio so I tried just adding [...]]]></description>
			<content:encoded><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2011%2F04%2F20%2Fuploaded-youtube-video-starts-off-grey%2F&title=Uploaded+YouTube+video+corrupt%2C+starts+off+grey+and+pixelated+%5BFix%5D&desc=%5Bad%23inline%5D%0D%0A%0D%0A%0D%0A%0D%0ASome+YouTube+users%2C+myself+included%2C+are+having+issues+when+they+upload+a+video+to+YouTube.+Once+the+video+has+been+processed+the+first+few+seconds+are+just+grey%2Fpixelated.+Fortunat&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p><div align=center><script type="text/javascript"><!--
google_ad_client = "pub-6206942273821944";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "404040";
google_color_text = "404040";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<p><img class="size-full wp-image-1314 alignright" title="YouTube" src="http://blog.scoopz.com/wp-content/uploads/2011/04/YouTube.png" alt="" width="92" height="92" /></p>
<p>Some YouTube users, myself included, are having issues when they upload a video to YouTube. Once the video has been processed the first few seconds are just grey/pixelated. Fortunately there is a simple solution&#8230;just add audio! I only get this problem with videos I upload to YouTube with no audio so I tried just adding a single 1 second audio sample at the start and reuploaded the file to YouTube. That resolved the issue.</p>
<p>Original upload without audio and hence faulty at the start:</p>
<p><span id="more-1279"></span></p>
<p><a href="http://www.youtube.com/watch?v=3KVWN3roSnU"><img src="http://img.youtube.com/vi/3KVWN3roSnU/2.jpg"></a></p>
<p><a href="http://www.youtube.com/watch?v=3KVWN3roSnU">Click here</a> to view the video on YouTube.</p>

<p>To fix this I simply added a 1 second sound effect from iMovie&#8217;s collection to the start of the video and reuploaded, works fine now:</p>
<p><a href="http://www.youtube.com/watch?v=HRrmoU0ErLM"><img src="http://img.youtube.com/vi/HRrmoU0ErLM/2.jpg"></a></p>
<p><a href="http://www.youtube.com/watch?v=HRrmoU0ErLM">Click here</a> to view the video on YouTube.</p>

<p>Don&#8217;t waste time like I did trying to export from iMovie in a different format, that didn&#8217;t work either, adding a tiny audio clip seemed to be my only resolution.</p>
<p><div align=center><script type="text/javascript"><!--
google_ad_client = "pub-6206942273821944";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "404040";
google_color_text = "404040";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2011%2F04%2F20%2Fuploaded-youtube-video-starts-off-grey%2F&title=Uploaded+YouTube+video+corrupt%2C+starts+off+grey+and+pixelated+%5BFix%5D&desc=%5Bad%23inline%5D%0D%0A%0D%0A%0D%0A%0D%0ASome+YouTube+users%2C+myself+included%2C+are+having+issues+when+they+upload+a+video+to+YouTube.+Once+the+video+has+been+processed+the+first+few+seconds+are+just+grey%2Fpixelated.+Fortunat&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://blog.scoopz.com/2011/04/20/uploaded-youtube-video-starts-off-grey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunes Home Share not showing up? Check the advanced settings [FIX]</title>
		<link>http://blog.scoopz.com/2011/03/15/itunes-home-share-not-showing-up-check-the-advanced-settings-fix/</link>
		<comments>http://blog.scoopz.com/2011/03/15/itunes-home-share-not-showing-up-check-the-advanced-settings-fix/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 14:27:16 +0000</pubDate>
		<dc:creator>Scoopz</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[10.2.1]]></category>
		<category><![CDATA[4.3]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[home share]]></category>
		<category><![CDATA[home sharing]]></category>
		<category><![CDATA[homeshare]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ios 4.3]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[not working]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://blog.scoopz.com/?p=1235</guid>
		<description><![CDATA[Home Sharing not working? Make sure you have turned Home Sharing ON in the iTunes Advanced Menu! It caught me out.]]></description>
			<content:encoded><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2011%2F03%2F15%2Fitunes-home-share-not-showing-up-check-the-advanced-settings-fix%2F&title=iTunes+Home+Share+not+showing+up%3F+Check+the+advanced+settings+%5BFIX%5D&desc=%5Bad%23inline%5D%0D%0A%0D%0A%0D%0AFinally%2C+one+of+the+greatest+features+missing+from+Aplpe+iOS+devices+%28+iPhone%2C+iPad+and+iPod+Touch%29+has+now+been+made+available+as+of+iOS4.3...Home+Share.%0D%0A%0D%0AHome+Share+has+been+aroun&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p><div align=center><script type="text/javascript"><!--
google_ad_client = "pub-6206942273821944";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "404040";
google_color_text = "404040";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div><br />
<img class="size-full wp-image-1253 alignleft" title="homeshare" src="http://blog.scoopz.com/wp-content/uploads/2011/03/homeshare.png" alt="" width="178" height="199" /></p>
<p>Finally, one of the greatest features missing from Aplpe iOS devices ( iPhone, iPad and iPod Touch) has now been made available as of iOS4.3&#8230;Home Share.</p>
<p>Home Share has been around in some guise for a fear or two now, allowing computers on the same network to see, browse and play music and videos from other iTunes Libraries on the network. What was lacking, however, was the ability for an Apple iOS device to see and stream this content whilst on the same network, it was restricted to OS X and Windows operating systems running the latest iTunes.</p>
<p><span id="more-1235"></span>Let&#8217;s say I&#8217;d just purchased the latest XX Album in iTunes on my Mac Pro, if I wanted to listen to that on my iPhone 4 whilst in the garden (still connected to WiFi) I&#8217;d have to connect the iPhone up via USB and sync the new album to the iPhone. Not a big hassle but still inconvenient [hopefully one day soon Apple will pull their finger out and enable WiFi syncing of content to an iOS device, USB cables are so 2000].</p>
<p>The idea of Home Share is that now, any iOS device on my WiFi network can see, search and stream/play any content from another computer running iTunes on the same network, just what I&#8217;ve been after. Finally I can keep movies on my Mac Pro&#8217;s huge RAID hard drives and lie in the garden or in bed and stream a movie to my iPad.</p>
<p>Unfortunately I couldn&#8217;t get it working, no matter what I selected in the iTunes preferences pane the &#8220;Shared&#8221; option wouldn&#8217;t appear on my iPhone or iPad.</p>
<p>I double checked on the iOS devices that I had entered the correct Apple ID in the Home Share settings:</p>
<p>Settings&#8211;&gt;iPod&#8211;&gt;Home Sharing</p>
<p><img class="size-full wp-image-1252 alignnone" title="photo" src="http://blog.scoopz.com/wp-content/uploads/2011/03/photo.png" alt="" width="276" height="415" /></p>
<p>I made sure the iOS devices were updated to iOS4.3 and iTunes was on the very latest 10.2.1 and rebooted everything.</p>
<p><img class="alignnone size-full wp-image-1244" title="Screen shot 2011-03-14 at 20.52.14" src="http://blog.scoopz.com/wp-content/uploads/2011/03/Screen-shot-2011-03-14-at-20.52.14.jpg" alt="" width="216" height="710" /></p>
<p>It still wouldn&#8217;t work. I powered on my Macbook Air and enabled Home Sharing on that and that instantly showed up on the iOS devices&#8230;.so the iOS devices are behaving correctly but for some reason iTunes on my Mac Pro wasn&#8217;t playing ball. I checked to see if it was a firewall issue but the firewall on my Mac Pro is off (Firewall is handled by the router and TimeCapsule). Eventually I found out what I had to do&#8230;.and felt like a right idiot for not spotting it sooner!</p>
<p>In iTunes I&#8217;d been check in the Preferences to &#8220;Enable Sharing&#8221; but what I had failed to spot in the Advanced menu was &#8220;Turn Home Sharing On&#8221;!! Err that could be the reason it&#8217;s not working. By default this option is set to be ON but I do vaugely remember turning it off last year when trying to debug some network latency issues with my Apple TVs.</p>
<p>In iTunes click on Advanced in the tool-bar at the top:</p>
<p><img class="alignnone size-full wp-image-1248" title="Screen shot 2011-03-14 at 20.52.03" src="http://blog.scoopz.com/wp-content/uploads/2011/03/Screen-shot-2011-03-14-at-20.52.03.jpg" alt="" width="306" height="318" /></p>
<p>Select the option to Turn On Home Sharing [if it says turn Off Home sharing then your Home Sharing is already on and you have another problem, sorry]</p>
<p>Once you&#8217;ve done this, you should see a new Home Share icon in the side bar:</p>
<p><img class="alignnone size-full wp-image-1253" title="homeshare" src="http://blog.scoopz.com/wp-content/uploads/2011/03/homeshare.png" alt="" width="178" height="199" /></p>
<p>Click on that and then in the right hand pane enter your Apple ID (email address) and password and hit Create Home Share:</p>
<p><img class="alignnone size-full wp-image-1246" title="Screen shot 2011-03-14 at 20.52.40" src="http://blog.scoopz.com/wp-content/uploads/2011/03/Screen-shot-2011-03-14-at-20.52.40.jpg" alt="" width="789" height="377" /></p>
<p>You should then be greeted with a screen saying that Home Sharing is now on and confirming the email address used to create the home share.  [NOTE Make sure this matches the email address entered on the iPod settings screen on the iPhone/iPad/iPod touch.]</p>
<p><img class="alignnone size-full wp-image-1245" title="Screen shot 2011-03-14 at 20.52.57" src="http://blog.scoopz.com/wp-content/uploads/2011/03/Screen-shot-2011-03-14-at-20.52.57.jpg" alt="" width="789" height="377" /></p>
<p>Now on your iOS device, when you go into the iPod app and click on &#8220;more&#8221; in the bottom right corner on the iPhone/iPOd touch or Library at the top left of the iPad you should be able to see the new Shared section and select the library you just shared:</p>
<p><img class="alignnone size-full wp-image-1249" title="photo" src="http://blog.scoopz.com/wp-content/uploads/2011/03/photo.jpg" alt="" width="252" height="378" /></p>
<p>So if you&#8217;re having difficulty getting your Home Share visible on your iOS device:</p>
<ol>
<li>Make sure your devices are on the same network, this is crucial! If you have multiple WiFi networks all devices that home share MUST BE ON THE SAME NETWORK. If, like me, you have an Apple Airport Extreme or TimeCapsule computers connect via ethernet cables are classed as being on the same network as the WiFi devices.</li>
<li>Make sure your iTunes is fully up to date, at the time of writing that is version 10.2.1</li>
<li>Make sure your iOS devices are fully up to date, at the time of writing that is version iOS4.3</li>
<li>Ensure you have entered the same Apple ID on both iTunes and iOS settings.</li>
<li>Finally, and most important, make sure Home Sharing is turned ON in the advanced settings of iTunes, see above screen shots.</li>
</ol>
<p><div align=center><script type="text/javascript"><!--
google_ad_client = "pub-6206942273821944";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "404040";
google_color_text = "404040";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2011%2F03%2F15%2Fitunes-home-share-not-showing-up-check-the-advanced-settings-fix%2F&title=iTunes+Home+Share+not+showing+up%3F+Check+the+advanced+settings+%5BFIX%5D&desc=%5Bad%23inline%5D%0D%0A%0D%0A%0D%0AFinally%2C+one+of+the+greatest+features+missing+from+Aplpe+iOS+devices+%28+iPhone%2C+iPad+and+iPod+Touch%29+has+now+been+made+available+as+of+iOS4.3...Home+Share.%0D%0A%0D%0AHome+Share+has+been+aroun&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://blog.scoopz.com/2011/03/15/itunes-home-share-not-showing-up-check-the-advanced-settings-fix/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>iPhone camera roll thumbnails corrupt, shows black boxes [FIX]</title>
		<link>http://blog.scoopz.com/2010/09/11/iphone-camera-roll-thumbnails-corrupt-shows-black-boxes-fix/</link>
		<comments>http://blog.scoopz.com/2010/09/11/iphone-camera-roll-thumbnails-corrupt-shows-black-boxes-fix/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 10:19:37 +0000</pubDate>
		<dc:creator>Scoopz</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[black]]></category>
		<category><![CDATA[black box]]></category>
		<category><![CDATA[blank]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[camera roll]]></category>
		<category><![CDATA[corrupt]]></category>
		<category><![CDATA[fault]]></category>
		<category><![CDATA[iPhone 3G]]></category>
		<category><![CDATA[iphone 3gs]]></category>
		<category><![CDATA[iphone 4]]></category>
		<category><![CDATA[missing]]></category>
		<category><![CDATA[not showing]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[roll]]></category>
		<category><![CDATA[thumbnails]]></category>

		<guid isPermaLink="false">http://blog.scoopz.com/?p=1009</guid>
		<description><![CDATA[Thumbnails in your iPhone camera roll become corrupt after an update and some just showing black squares? There's a fix for that, read on for more.]]></description>
			<content:encoded><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2010%2F09%2F11%2Fiphone-camera-roll-thumbnails-corrupt-shows-black-boxes-fix%2F&title=iPhone+camera+roll+thumbnails+corrupt%2C+shows+black+boxes+%5BFIX%5D&desc=%0D%0A%0D%0A%0D%0AIMPORTANT+%3AiOS5+users+click+here+to+jump+to+this+section+first%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0AAfter+updating+my+girlfriend%27s+iPhone+3Gto+iOS4.1+she+noticed+that+the+camera+roll+had+a+bug+and+was+showing+a+large+b&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p><span style="text-decoration: underline;"><a name="top"><br />
</a><span style="color: #ff0000; text-decoration: underline;"><strong><span style="color: #ff0000; text-decoration: underline;"><img class="alignleft size-thumbnail wp-image-1670" title="ios5" src="http://blog.scoopz.com/wp-content/uploads/2010/09/ios5-150x150.jpg" alt="" width="65" height="65" /></span></strong></span></span></p>
<p><span style="text-decoration: underline;"><span style="color: #ff0000; text-decoration: underline;"><strong><a href="#iOS5"><span style="color: #ff0000; text-decoration: underline;">IMPORTANT :iOS5 users click here to jump to this section first</span></a></strong></span></span></p>
<p>&nbsp;</p>
<p>After updating my girlfriend&#8217;s <a href="http://www.amazon.co.uk/gp/product/B001KZ0XBK?ie=UTF8&amp;tag=scoopzcom-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=B001KZ0XBK">iPhone 3G</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.co.uk/e/ir?t=scoopzcom-21&amp;l=as2&amp;o=2&amp;a=B001KZ0XBK" alt="" width="1" height="1" border="0" />to iOS4.1 she noticed that the camera roll had a bug and was showing a large black box in place of some thumbnails. You could still tap on the blank black area and it would load the correct photo full screen, so the photos are still there, it just seems the thumbnails have become corrupted.<img class="size-full wp-image-1015  alignnone" title="iPhone camera roll bug shows black thumbnails" src="http://blog.scoopz.com/wp-content/uploads/2010/09/photo.png" alt="Screen shot of the camera roll bug" width="320" height="480" /></p>
<p><span id="more-1009"></span></p>
<p><span style="text-decoration: underline;"><strong>Fix #1</strong></span> &#8211; You can connect your iPhone to your Mac or PC and download all the images off the iPhone and then erase all the images so your camera roll is empty and the thumbnails should work for all future photos you take. This isn&#8217;t ideal though and if you want to keep the images to hand on the phone you&#8217;ll need to create a new photos folder and resync the photos to the iPhone for future viewing.</p>
<p><span style="text-decoration: underline;"><strong>Fix #2</strong></span> &#8211; This is a little more complicated but will restore the thumbnails whilst leaving them in the camera roll. The solution is courtesy of <a href="http://discussions.apple.com/thread.jspa?threadID=2573564&amp;tstart=195" target="_blank">CharismaG4toMBP</a> on the Apple support forums.</p>
<ol>
<li>Go to <a href="http://www.macroplant.com/iphoneexplorer/" target="_blank">MacroPlant</a> website and download<a href="http://www.macroplant.com/iphoneexplorer/" target="_blank"> iPhone Explorer</a>, it&#8217;s FREE and there&#8217;s a Mac and Windows version.<img class="alignnone size-thumbnail wp-image-1011" title="iphone explorer" src="http://blog.scoopz.com/wp-content/uploads/2010/09/iphone-explorer-150x150.png" alt="" width="150" height="150" /></li>
<li>Navigate to the Media-&gt;PhotoData folder, highlight and then delete the following three files:► com.apple.photos.caches_metadata.plist► Photos.sqlite► PhotosAux.sqlite<a href="http://blog.scoopz.com/wp-content/uploads/2010/09/Screen-shot-2010-09-11-at-10.30.02.jpg"><img class="size-full wp-image-1016 alignnone" title="iPhone camera roll bug shows black thumbnails fix" src="http://blog.scoopz.com/wp-content/uploads/2010/09/Screen-shot-2010-09-11-at-10.30.02.jpg" alt="" width="415" height="374" /></a><br />
<blockquote><p><span style="color: #ff0000;"><strong>** Note for Windows Users **</strong></span></p>
<p><em>[thanks to </em><a href="http://blog.scoopz.com/2010/09/11/iphone-camera-roll-thumbnails-corrupt-shows-black-boxes-fix/#comment-48091"><em>@shane</em></a><em> for highlighting this in the comments section]</em></p>
<p>The screen shots of iPhone Explorer above are from the Mac version. If you are using the Windows version  there is no “Delete” button. You must RIGHT CLICK &amp; choose “Delete Selected” to delete the files.</p></blockquote>
<p>Select OK at each prompt:</p>
<p><img class="alignnone size-large wp-image-1017" title="iPhone camera roll bug shows black thumbnails" src="http://blog.scoopz.com/wp-content/uploads/2010/09/Screen-shot-2010-09-11-at-10.41.45-400x218.jpg" alt="" width="400" height="218" /></li>
<li>Turn your iPhone OFF.</li>
<li>Turn your iPhone back ON.</li>
<li>Click on Photos app and it should start rebuilding the library. Don&#8217;t panic if it says no photos found initially, give it a few minutes depending how many photos are in your camera roll.<img class="size-full wp-image-1012 alignnone" title="Updating Library Please Wait iPhone camera roll bug shows black thumbnails" src="http://blog.scoopz.com/wp-content/uploads/2010/09/photo-1.png" alt="Updating Library Please Wait iPhone camera roll bug shows black thumbnails" width="320" height="480" /><img class="size-full wp-image-1013 alignnone" title="The camera roll then shows a small icon showing it's updating" src="http://blog.scoopz.com/wp-content/uploads/2010/09/photo-2.png" alt="The camera roll then shows a small icon showing it's updating" width="320" height="480" /></li>
<li>FIXED!<img class="size-full wp-image-1014 alignnone" title="iPhone camera roll thumbnails now fixed" src="http://blog.scoopz.com/wp-content/uploads/2010/09/photo-3.png" alt="iPhone camera roll thumbnails now fixed" width="320" height="480" /></li>
</ol>
<p><div align=center><script type="text/javascript"><!--
google_ad_client = "pub-6206942273821944";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "404040";
google_color_text = "404040";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<p><strong>UPDATE November 2011</strong> &#8211; Having looked at my site analytics it seems this page is being read <strong>a lot </strong>, especially since the launch of iOS5 which seems to have broken camera roll thumbnails all over the place. Hundreds of people are finding it useful and leaving comments below, thank you very much for all the praises in the comments. Every single comment comes through to my iPhone and I read each and every one.</p>
<p>A few people have contacted me directly asking if they could make a small contribution for saving all their holiday photos or saving them hours on the phone to Apple Care. You may have noticed some adverts scattered around my site, I put these on to try and make enough money to cover the hosting cost for my blog but very few people ever click on them, I could probably get a better click rate if I smothered my site in annoying pop-up ads but I&#8217;ll never do that, however, if you have found this post helpful and would like to make a small donation every pound/dollar/euro/cent/pence would be greatly appreciated. You can click the PayPal button below to go straight to PayPal site and  make a contribution from £0.01 upwards. Many thanks</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="image" name="submit" src="https://www.paypal.com/en_GB/i/btn/x-click-butcc-donate.gif" alt="Make payments with PayPal - it's fast, free and secure!" /> <img src="https://www.paypal.com/en_GB/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></p>
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----" /></form>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="image" name="submit" src="http://www.scoopz.com/m5board/coffee.png" alt="Make payments with PayPal - it's fast, free and secure!" /> <img src="https://www.paypal.com/en_GB/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></p>
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----" /></form>
<p>&nbsp;</p>
<blockquote><p><a name="iOS5"></a></p>
<p><span style="text-decoration: underline;"><strong><span style="color: #ff0000; text-decoration: underline;">IMPORTANT</span></strong></span> <strong>iOS5 USERS </strong>several readers have commented saying the 3 files to delete are no longer present since upgrading to iOS5 and were unsure which files to delete. I shall be updating this post properly soon to reflect this but in the mean time (if you&#8217;re feeling brave) you can try deleting all the files in the subfolder mentioned in the original:</p>
<ul>
<li>changes-shm</li>
<li>changes-wal</li>
<li>Photos.sqlite</li>
<li>Photos.sqlite-shm</li>
<li>Photos.sqlite-wal</li>
<li>Photos.sqlite.aside</li>
</ul>
<p>Which some people have reported worked after a restart of the phone.</p>
<p><strong>OR</strong> you could try a safer route that I&#8217;ve just experimented with and delete the contents of the Thumbnails folder only. The thumbnails folder is new in iOS5 and not present at all in iOS4 and earlier. I just tried deleting all the files in the Media/PhotoData/Thumnbails folder, namely:</p>
<ul>
<li>120&#215;120.ithmb</li>
<li>158&#215;158.ithmb</li>
<li>blacklist</li>
<li>thumbnailConfiguration</li>
</ul>
<p>Looking at the camera roll straight away showed all black boxes except for a few recent ones, after a phone restart all thumbnails had been rebuilt and no photos were lost. As I said, I need to do more testing on this but having just deleted the Thumbnail folder contents myself just now it does seem to do the trick with corrupt thumbnails. If you have another issue, like photos actually missing from the camera completely, then try the above method of deleting the sqlite files.</p>
<p>Now go <a href="#top">back to the top</a></p></blockquote>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2010%2F09%2F11%2Fiphone-camera-roll-thumbnails-corrupt-shows-black-boxes-fix%2F&title=iPhone+camera+roll+thumbnails+corrupt%2C+shows+black+boxes+%5BFIX%5D&desc=%0D%0A%0D%0A%0D%0AIMPORTANT+%3AiOS5+users+click+here+to+jump+to+this+section+first%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0AAfter+updating+my+girlfriend%27s+iPhone+3Gto+iOS4.1+she+noticed+that+the+camera+roll+had+a+bug+and+was+showing+a+large+b&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://blog.scoopz.com/2010/09/11/iphone-camera-roll-thumbnails-corrupt-shows-black-boxes-fix/feed/</wfw:commentRss>
		<slash:comments>173</slash:comments>
		</item>
		<item>
		<title>iPhone showing a 2nd operator logo on home screen</title>
		<link>http://blog.scoopz.com/2009/04/16/iphone-showing-a-2nd-operator-logo-on-home-screen/</link>
		<comments>http://blog.scoopz.com/2009/04/16/iphone-showing-a-2nd-operator-logo-on-home-screen/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 00:59:32 +0000</pubDate>
		<dc:creator>Scoopz</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[iPhone 3G]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[operator]]></category>

		<guid isPermaLink="false">http://blog.scoopz.com/?p=791</guid>
		<description><![CDATA[My iPhone has been acting strangely lately and here is yet another example; I noticed my network operator (O2) which is written in the top left of the iPhone screen as O2-UK also appeared underneath the clock on the home screen as O2. At first I thought I was going crazy and that it must [...]]]></description>
			<content:encoded><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2009%2F04%2F16%2Fiphone-showing-a-2nd-operator-logo-on-home-screen%2F&title=iPhone+showing+a+2nd+operator+logo+on+home+screen&desc=%5Bad%23inline%5DMy+iPhone+has+been+acting+strangely+lately+and+here+is+yet+another+example%3B+I+noticed+my+network+operator+%28O2%29+which+is+written+in+the+top+left+of+the+iPhone+screen+as+O2-UK+also+appeared+u&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p><div align=center><script type="text/javascript"><!--
google_ad_client = "pub-6206942273821944";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "404040";
google_color_text = "404040";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div><img class="size-full wp-image-792 alignleft" title="iphone_network_operator_logo_01-1" src="http://blog.scoopz.com/wp-content/uploads/2009/04/iphone_network_operator_logo_01-1.png" alt="iphone_network_operator_logo_01-1" width="320" height="480" />My iPhone has been acting strangely lately and here is yet another example; I noticed my network operator (O2) which is written in the top left of the iPhone screen as O2-UK also appeared underneath the clock on the home screen as O2.</p>
<p>At first I thought I was going crazy and that it must have always been there, but then I thought the icons looked like they&#8217;d been squashed together a little, I compared it with another iPhone 3G which didn&#8217;t have it and I also put the question out on <a href="http://twitter.com/scoopz/status/1489945198">Twitter</a> to see if anybody else had seen this.</p>
<p>A few on Twitter [<a href="http://twitter.com/alancostello/statuses/1490635607">1</a>|<a href="http://twitter.com/Scott_UK/statuses/1489958233">2</a>]said it happened to them too for no apparent reason, it&#8217;s not like I was roaming onto another network whilst abroad, i&#8217;ve not even hijacked/cracked my iPhone it&#8217;s 100% stock. The folks on Twitter suggested it will clear itself after a reboot of the iPhone but I wanted to see if it would clear itself and within a few hours that&#8217;s exactly what it did.</p>
<p>I&#8217;m at a complete loss as to what caused this to appear but if you no anything about it please leave a comment below.<br />
<span id="more-791"></span><br />
<div align=center><script type="text/javascript"><!--
google_ad_client = "pub-6206942273821944";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "404040";
google_color_text = "404040";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<p>This is what it looks like normally:</p>
<p><img title="iphone_network_operator_logo_02" src="http://blog.scoopz.com/wp-content/uploads/2009/04/iphone_network_operator_logo_02.png" alt="iphone_network_operator_logo_02" width="320" height="480" /></p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2009%2F04%2F16%2Fiphone-showing-a-2nd-operator-logo-on-home-screen%2F&title=iPhone+showing+a+2nd+operator+logo+on+home+screen&desc=%5Bad%23inline%5DMy+iPhone+has+been+acting+strangely+lately+and+here+is+yet+another+example%3B+I+noticed+my+network+operator+%28O2%29+which+is+written+in+the+top+left+of+the+iPhone+screen+as+O2-UK+also+appeared+u&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://blog.scoopz.com/2009/04/16/iphone-showing-a-2nd-operator-logo-on-home-screen/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>iPhone showing phantom voicemails from 01/01/1970</title>
		<link>http://blog.scoopz.com/2009/04/15/iphone-showing-phantom-voicemails-from-01011970/</link>
		<comments>http://blog.scoopz.com/2009/04/15/iphone-showing-phantom-voicemails-from-01011970/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 23:02:34 +0000</pubDate>
		<dc:creator>Scoopz</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[iPhone 3G]]></category>
		<category><![CDATA[voicemail]]></category>
		<category><![CDATA[voicemails]]></category>

		<guid isPermaLink="false">http://blog.scoopz.com/?p=767</guid>
		<description><![CDATA[My iPhone 3G has recently been showing three voicemails from "Unknown" all dated 01/01/1970 and I'm unable to remove them.]]></description>
			<content:encoded><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2009%2F04%2F15%2Fiphone-showing-phantom-voicemails-from-01011970%2F&title=iPhone+showing+phantom+voicemails+from+01%2F01%2F1970&desc=%5Bad%23inline%5D%0D%0AMy+iPhone+3G+has+started+showing+random+%22phantom%22+voicemails+from+%22Unknown%22+dated+1st+January+1970.+There+are+three+empty+voicemails%2C+0+seconds+long+and+they+cannot+be+deleted.%0D%0AActually+&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p><div align=center><script type="text/javascript"><!--
google_ad_client = "pub-6206942273821944";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "404040";
google_color_text = "404040";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div><img class="alignleft size-full wp-image-768" title="iphone_voicemail_bug_01" src="http://blog.scoopz.com/wp-content/uploads/2009/04/iphone_voicemail_bug_01.png" alt="iphone_voicemail_bug_01" width="320" height="480" /></p>
<p style="text-align: left;">My iPhone 3G has started showing random &#8220;phantom&#8221; voicemails from &#8220;Unknown&#8221; dated 1st January 1970. There are three empty voicemails, 0 seconds long and they cannot be deleted.</p>
<p style="text-align: left;">Actually that&#8217;s a lie, they can be deleted and they go into the deleted messages folder, you can also clear the deleted messages, but as soon as you go back to the main voicemail screen they re-appear instantly.</p>
<p style="text-align: left;">Powering off and on doesn&#8217;t resolve the issue, I&#8217;ve not tried a force reset yet or last resort full restore.</p>
<p style="text-align: left;">A quick search of the web reveals many others have been having this problem over the last year, but as of yet I&#8217;ve not seen any explanations or resolutions.<br />
<span id="more-767"></span><div align=center><script type="text/javascript"><!--
google_ad_client = "pub-6206942273821944";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "404040";
google_color_text = "404040";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p style="text-align: center;"><a href="http://blog.scoopz.com/wp-content/uploads/2009/04/iphone_voicemail_bug_02.png"><img class="size-medium wp-image-769 aligncenter" title="iphone_voicemail_bug_02" src="http://blog.scoopz.com/wp-content/uploads/2009/04/iphone_voicemail_bug_02-200x300.png" alt="iphone_voicemail_bug_02" width="200" height="300" /></a> <a href="http://blog.scoopz.com/wp-content/uploads/2009/04/iphone_voicemail_bug_03.png"><img class="alignnone size-medium wp-image-770" title="iphone_voicemail_bug_03" src="http://blog.scoopz.com/wp-content/uploads/2009/04/iphone_voicemail_bug_03-200x300.png" alt="iphone_voicemail_bug_03" width="200" height="300" /></a> <a href="http://blog.scoopz.com/wp-content/uploads/2009/04/iphone_voicemail_bug_04.png"><img class="alignnone size-medium wp-image-771" title="iphone_voicemail_bug_04" src="http://blog.scoopz.com/wp-content/uploads/2009/04/iphone_voicemail_bug_04-200x300.png" alt="iphone_voicemail_bug_04" width="200" height="300" /></a></p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2009%2F04%2F15%2Fiphone-showing-phantom-voicemails-from-01011970%2F&title=iPhone+showing+phantom+voicemails+from+01%2F01%2F1970&desc=%5Bad%23inline%5D%0D%0AMy+iPhone+3G+has+started+showing+random+%22phantom%22+voicemails+from+%22Unknown%22+dated+1st+January+1970.+There+are+three+empty+voicemails%2C+0+seconds+long+and+they+cannot+be+deleted.%0D%0AActually+&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://blog.scoopz.com/2009/04/15/iphone-showing-phantom-voicemails-from-01011970/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>iPhone 1.1.4 update released to fix bugs</title>
		<link>http://blog.scoopz.com/2008/02/27/iphone-114-update-released-to-fix-bugs/</link>
		<comments>http://blog.scoopz.com/2008/02/27/iphone-114-update-released-to-fix-bugs/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 21:19:17 +0000</pubDate>
		<dc:creator>Scoopz</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Fixes]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[1.1.4]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.scoopz.com/2008/02/27/iphone-114-update-released-to-fix-bugs/</guid>
		<description><![CDATA[Apple have been quick to release a firmware update v 1.1.4 for the iPhone yesterday. The firmware is supposed to address some of the &#8220;bugs&#8221; introduced with 1.1.3 such as the SMS sorting bug and wifi connectivity problems. 1.1.4 is also rumoured to contain the framework to allow 3rd party application to be installed without [...]]]></description>
			<content:encoded><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2008%2F02%2F27%2Fiphone-114-update-released-to-fix-bugs%2F&title=iPhone+1.1.4+update+released+to+fix+bugs&desc=%0D%0AApple+have+been+quick+to+release+a+firmware+update+v+1.1.4+for+the+iPhone+yesterday.%0D%0A%0D%0AThe+firmware+is+supposed+to+address+some+of+the+%22bugs%22+introduced+with+1.1.3+such+as+the+SMS+sorting+bug+and+w&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p><div align=center><script type="text/javascript"><!--
google_ad_client = "pub-6206942273821944";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "404040";
google_color_text = "404040";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div><br />
Apple have been quick to release a firmware update v 1.1.4 for the iPhone yesterday.</p>
<p>The firmware is supposed to address some of the &#8220;bugs&#8221; introduced with 1.1.3 such as the <a title="SMS sorting bug" href="http://blog.scoopz.com/2008/01/17/iphone-113-sms-sorting-by-time-bug/">SMS sorting bug</a> and <a title="iphone wifi problems" href="http://blog.scoopz.com/2008/01/16/iphone-113-cannot-connect-to-wi-fi-anymore/">wifi connectivity problems</a>. 1.1.4 is also rumoured to contain the framework to allow 3rd party application to be installed without the need to hack/jailbreak your iPhone. Some of these 3rd party apps and games will be made available for download from the iTunes store in due course.I am currently updating my iPhone to 1.1.4 as I type and shall hopefully report back with some good news on bug fixes&#8230;&#8230;</p>
<p>&#8230;..140MB download and 5 minutes install time later&#8230;.</p>
<p>1.1.4 has successfully downloaded and been installed on my iPhone. I didn&#8217;t encounter any errors, warnings, or weirdness (using iTunes 7.6.1(9) under OS X 10.5.2)</p>
<p>Unlike 1.1.3 there aren&#8217;t any NEW features  for those of you who are looking, but I have checked on the <a title="SMS sorting bug" href="http://blog.scoopz.com/2008/01/17/iphone-113-sms-sorting-by-time-bug/">SMS sorting bug</a> by sending myself a series of SMS in a short period of time and I&#8217;m happy to report it works as expected now.  I didn&#8217;t have any SMS conversations saved that were in a mess from 1.1.3 so if anybody reading this has a conversation that was in the wrong order could you please have a look at it after updating to 1.1.4 and report back in the comments section below?</p>
<p>There haven&#8217;t been any immediate issues with <a title="iphone wifi problems" href="http://blog.scoopz.com/2008/01/16/iphone-113-cannot-connect-to-wi-fi-anymore/">wifi connectivity</a> either which is promising. If you&#8217;ve read my post about wifi problems with 1.1.3 you&#8217;ll be aware that there were problems as soon as the phone had finished updating to 1.1.3. One person has so far reported that under 1.1.4 his wifi issues are almost resolved but the widgets (stocks/weather) are unable to update when connected to wifi. I have just done some thorough testing of stocks and weather running under 1.1.4 connected to my Airport Extreme and can report I have no problems.</p>
<p><span style="text-decoration: underline;">Summary<br />
</span></p>
<ul>
<li>SMS Sorting Bug = FIXED</li>
<li>Wifi connectivity = FIXED (no problems for me at least)</li>
</ul>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2008%2F02%2F27%2Fiphone-114-update-released-to-fix-bugs%2F&title=iPhone+1.1.4+update+released+to+fix+bugs&desc=%0D%0AApple+have+been+quick+to+release+a+firmware+update+v+1.1.4+for+the+iPhone+yesterday.%0D%0A%0D%0AThe+firmware+is+supposed+to+address+some+of+the+%22bugs%22+introduced+with+1.1.3+such+as+the+SMS+sorting+bug+and+w&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://blog.scoopz.com/2008/02/27/iphone-114-update-released-to-fix-bugs/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>iphone 1.1.3 &#8211; SMS sorting by time bug</title>
		<link>http://blog.scoopz.com/2008/01/17/iphone-113-sms-sorting-by-time-bug/</link>
		<comments>http://blog.scoopz.com/2008/01/17/iphone-113-sms-sorting-by-time-bug/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 02:20:57 +0000</pubDate>
		<dc:creator>Scoopz</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[1.1.3]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[SMS]]></category>

		<guid isPermaLink="false">http://blog.scoopz.com/2008/01/17/iphone-113-sms-sorting-by-time-bug/</guid>
		<description><![CDATA[UPDATE (27 Feb 2007) - SMS bug is fixed now in 1.1.4 It looks like there&#8217;s a bug with software version 1.1.3 that affects most people but only under a few certain conditions: If you send short SMS to people and they reply very quickly The clock on your iPhone is set slighlty off true &#8220;atomic&#8221; [...]]]></description>
			<content:encoded><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2008%2F01%2F17%2Fiphone-113-sms-sorting-by-time-bug%2F&title=iphone+1.1.3+-+SMS+sorting+by+time+bug&desc=UPDATE+%2827+Feb+2007%29+-%C2%A0SMS+bug+is+fixed+now+in+1.1.4%0D%0A%0D%0AIt+looks+like+there%27s+a+bug+with+software+version+1.1.3+that+affects+most+people+but+only+under+a+few+certain+conditions%3A%0D%0A%0D%0A%09If+you+send+short&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p><strong><font color="#ff0000">UPDATE (27 Feb 2007)</font></strong> - <a href="http://blog.scoopz.com/2008/02/27/iphone-114-update-released-to-fix-bugs/" title="SMS bug fixed in 1.1.4">SMS bug is fixed now in 1.1.4</a></p>
<p><img align="right" src="http://blog.scoopz.com/wp-content/uploads/2008/01/iphone_sms_mess.thumbnail.jpg" alt="iPhone SMS Mess" />It looks like there&#8217;s a bug with software version 1.1.3 that affects most people but only under a few certain conditions:</p>
<ol>
<li>If you send short SMS to people and they reply very quickly</li>
<li>The clock on your iPhone is set slighlty off true &#8220;atomic&#8221; time (GMT) in my case.</li>
</ol>
<p>I have taken a few photos to demonstrate this to you but to give an overview, the new software seems to sort outgoing SMS by the iPhone time it was sent but sorts incoming messages by the time on the SMS server of the 3rd party. If you&#8217;re iphone time happened to be 1 minute behind the time of the SMS server, then if your 3rd party replies and you send another message out in under 1 minute, initially the SMS will look ok on the screen, but exit to all SMS list and then re-view the thread and your messages will all be out of sync.</p>
<p>Trust me it&#8217;s much easier to visual in the photos and try replicating by sending yourself some SMS:</p>
<p align="center"><a target="_blank" href="http://www.scoopz.com/iphone_1.1.3_SMS_bug/slides/iphone_1.1.3_sms_bug_01.html" title="iPhone 1.1.3 SMS Bug"><img src="http://blog.scoopz.com/wp-content/uploads/2008/01/iphone_113_sms_bug_01.JPG" alt="iPhone 1.1.3 SMS bug 01" /></a><a target="_blank" href="http://www.scoopz.com/iphone_1.1.3_SMS_bug/slides/iphone_1.1.3_sms_bug_02.html" title="iPhone 1.1.3 SMS Bug"><img src="http://blog.scoopz.com/wp-content/uploads/2008/01/iphone_113_sms_bug_02.JPG" alt="iPhone 1.1.3 SMS bug 02" /></a></p>
<p><a target="_blank" href="http://www.scoopz.com/iphone_1.1.3_SMS_bug/slides/iphone_1.1.3_sms_bug_03.html" title="iPhone 1.1.3 SMS Bug"></a><a target="_blank" href="http://www.scoopz.com/iphone_1.1.3_SMS_bug/slides/iphone_1.1.3_sms_bug_03.html" title="iPhone 1.1.3 SMS Bug"></a></p>
<p style="text-align: center"><a target="_blank" href="http://www.scoopz.com/iphone_1.1.3_SMS_bug/slides/iphone_1.1.3_sms_bug_03.html" title="iPhone 1.1.3 SMS Bug"><img src="http://blog.scoopz.com/wp-content/uploads/2008/01/iphone_113_sms_bug_03.JPG" alt="iPhone 1.1.3 SMS bug 03" /></a></p>
<p align="center"><a target="_blank" href="http://www.scoopz.com/iphone_1.1.3_SMS_bug/slides/iphone_1.1.3_sms_bug_04.html" title="iPhone 1.1.3 SMS Bug"><img src="http://blog.scoopz.com/wp-content/uploads/2008/01/iphone_113_sms_bug_04.JPG" alt="iPhone 1.1.3 SMS bug 04" /></a><a target="_blank" href="http://www.scoopz.com/iphone_1.1.3_SMS_bug/slides/iphone_1.1.3_sms_bug_05.html" title="iPhone 1.1.3 SMS Bug"><img src="http://blog.scoopz.com/wp-content/uploads/2008/01/iphone_113_sms_bug_05.JPG" alt="iPhone 1.1.3 SMS bug 05" /></a></p>
<p>I then tried updating my iPhone clock to exact GMT but it doesn&#8217;t allow me to set seconds, although seconds may set to zero when hitting save. As you can see in the last two image, I must have set the phone a little ahead of GMT as the problem was reversed with my messages grouping after the replies!</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Scoopz+Blog&link=http%3A%2F%2Fblog.scoopz.com%2F2008%2F01%2F17%2Fiphone-113-sms-sorting-by-time-bug%2F&title=iphone+1.1.3+-+SMS+sorting+by+time+bug&desc=UPDATE+%2827+Feb+2007%29+-%C2%A0SMS+bug+is+fixed+now+in+1.1.4%0D%0A%0D%0AIt+looks+like+there%27s+a+bug+with+software+version+1.1.3+that+affects+most+people+but+only+under+a+few+certain+conditions%3A%0D%0A%0D%0A%09If+you+send+short&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=scoopz&twrelated1=scoopz&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=0&diggctr=1&stblbutton=0&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://blog.scoopz.com/2008/01/17/iphone-113-sms-sorting-by-time-bug/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

