<?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>CommsBlog</title>
	<atom:link href="http://www.internet-tools.co.uk/blog/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.internet-tools.co.uk/blog</link>
	<description>Technology commentary and personal musings...</description>
	<lastBuildDate>Mon, 11 Jan 2010 18:50:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing MAME on an iPhone (Quick Guide!)</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2010/01/11/installing-mame-on-an-iphone-quick-guide/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2010/01/11/installing-mame-on-an-iphone-quick-guide/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 18:50:51 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[General Stuff]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/?p=144</guid>
		<description><![CDATA[
		
		
		
		This quick guide will explain how to install MAME (Multi Arcade Machine Emulator) onto your Jailbroken iPhone
Ok, before we begin, you need to check that you have the following configured:-

iPhone (Jailbroken) with Cydia installed
A PC (or Mac) with a SFTP (SSH Secure FTP) client (FileZilla is a nice &#8216;free&#8217; client)
A copy of the ROMs you [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2010/01/11/installing-mame-on-an-iphone-quick-guide/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Installing+MAME+on+an+iPhone+%28Quick+Guide%21%29";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>This quick guide will explain how to install MAME (Multi Arcade Machine Emulator) onto your Jailbroken iPhone</p>
<p>Ok, before we begin, you need to check that you have the following configured:-</p>
<ul>
<li>iPhone (Jailbroken) with Cydia installed</li>
<li>A PC (or Mac) with a SFTP (SSH Secure FTP) client (FileZilla is a nice &#8216;free&#8217; client)</li>
<li>A copy of the ROMs you want to play</li>
<li>A fair idea of how to use Cydia, SFTP, SSH etc&#8230;</li>
</ul>
<p>Step 1.</p>
<p>Install Mame4iPhone, simply search on Cydia for &#8216;Mame&#8217; (from the ZodTTD repository) and it will be the 2nd or 3rd item down the list.</p>
<p>Step 2.</p>
<p>Install &#8220;WhatIP&#8221; from Cydia (this app will tell you what IP address your iPhone is using)</p>
<p>Step 3.</p>
<p>Go back to the iPhone home screen, and tap on the WhatIP icon. You should see something like this:-</p>
<p><img class="size-full wp-image-145 alignleft" title="WhatIP" src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2009/12/whatip.PNG" alt="WhatIP" width="206" height="309" /></p>
<p>Step 4.</p>
<p>SFTP into your iPhone &#8211; The default username / password is &#8220;root&#8221; and &#8220;alpine&#8221;  [As a side note, its a good idea to change this!]</p>
<p>Place the ROM&#8217;s into the following folder: /var/mobile/Media/ROMs/MAME/roms</p>
<p>Step 5.</p>
<p>Play !!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2010/01/11/installing-mame-on-an-iphone-quick-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VB.NET 2008 &#8211; Hint&#8217;s and Tip&#8217;s (including flicker-free ListViews)</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2009/11/19/vb-net-2008-hints-and-tips-including-flicker-free-listviews/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2009/11/19/vb-net-2008-hints-and-tips-including-flicker-free-listviews/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 12:04:21 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[General Stuff]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/?p=135</guid>
		<description><![CDATA[
		
		
		
		Hi Avid Reader,
As you probably know by now, I&#8217;m a VB programmer. I&#8217;ve spent many year using VB6, and am now (under duress) having to migrate to VB.NET.
The purpose of this article is to show you some cool hint&#8217;s, tip&#8217;s, trick&#8217;s and bug-fixes that I&#8217;ve found along the way. I&#8217;ll be updating this Blog entry [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2009/11/19/vb-net-2008-hints-and-tips-including-flicker-free-listviews/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "VB.NET+2008+%26%238211%3B+Hint%26%238217%3Bs+and+Tip%26%238217%3Bs+%28including+flicker-free+ListViews%29";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Hi Avid Reader,</p>
<p>As you probably know by now, I&#8217;m a VB programmer. I&#8217;ve spent many year using VB6, and am now (under duress) having to migrate to VB.NET.</p>
<p>The purpose of this article is to show you some cool hint&#8217;s, tip&#8217;s, trick&#8217;s and bug-fixes that I&#8217;ve found along the way. I&#8217;ll be updating this Blog entry as time moves forward, so stay tuned to this one!</p>
<h2><strong>List View Flickers</strong></h2>
<p>This is just plain stupid. The standard ListView control (as part of the Common Control Library 6) invalidates the entire control each time a new item is added &#8211; e.g. lvInfo.Items.Add(&#8220;Hello World&#8221;)</p>
<p>This can be fixed using a little bit of Windows &#8216;SendMessage&#8217; tweaking;</p>
<pre><span style="color: #0000ff;">' Place at the top of the Form Class
</span>
<span style="color: #0000ff;">Declare Auto Function SendMessage Lib "user32.dll" (ByVal hWnd As IntPtr, _
 ByVal msg As Integer, _
 ByVal wParam As IntPtr, _
 ByVal lParam As IntPtr) As IntPtr</span>

 <span style="color: #0000ff;">Const LVM_FIRST = &amp;H1000
 Const LVM_SETEXTENDEDLISTVIEWSTYLE = (LVM_FIRST + 54)
 Const LVM_GETEXTENDEDLISTVIEWSTYLE = (LVM_FIRST + 55)
 Const LVS_EX_DOUBLEBUFFER = &amp;H10000
 Const LVS_EX_BORDERSELECT = &amp;H8000</span></pre>
<pre><span style="color: #0000ff;">' Place in the Form_Load event

 Dim styles As Long
 styles = SendMessage(lvInfo.Handle, LVM_GETEXTENDEDLISTVIEWSTYLE, 0, 0&amp;)
 styles = styles Or LVS_EX_DOUBLEBUFFER Or LVS_EX_BORDERSELECT
 Call SendMessage(lvInfo.Handle, LVM_SETEXTENDEDLISTVIEWSTYLE, 0, styles)</span></pre>
<p>This fix gives you a nice, smooth update each time.</p>
<p>The next fix is &#8220;How to keep the last item entered into a ListView visible&#8230;&#8221;</p>
<pre><span style="color: #0000ff;">lv = myFormName.lvInfo.Items.Add("My Information to Show")
lv.EnsureVisible()</span></pre>
<p>Simple, but effective!</p>
<h2>Getting the App.Path in VB.NET</h2>
<p>Another simple one (when you know it!) :-</p>
<pre><span style="color: #0000ff;">Dim AppPath As String = Application.StartupPath()</span></pre>
<h2>Reading and Writing INI Files</h2>
<p>Microsoft wants us to abandon INI Files and use XML instead. Whilst this may seem logical, its not always the simplest way of doing something (which sums VB.NET up really&#8230;.) &#8211; This Class will give you a simple way of reading and writing INI Files.</p>
<pre><span style="color: #0000ff;">Public Class IniFile
 ' API functions
 Private Declare Ansi Function GetPrivateProfileString _
 Lib "kernel32.dll" Alias "GetPrivateProfileStringA" _
 (ByVal lpApplicationName As String, _
 ByVal lpKeyName As String, ByVal lpDefault As String, _
 ByVal lpReturnedString As System.Text.StringBuilder, _
 ByVal nSize As Integer, ByVal lpFileName As String) _
 As Integer
 Private Declare Ansi Function WritePrivateProfileString _
 Lib "kernel32.dll" Alias "WritePrivateProfileStringA" _
 (ByVal lpApplicationName As String, _
 ByVal lpKeyName As String, ByVal lpString As String, _
 ByVal lpFileName As String) As Integer
 Private Declare Ansi Function GetPrivateProfileInt _
 Lib "kernel32.dll" Alias "GetPrivateProfileIntA" _
 (ByVal lpApplicationName As String, _
 ByVal lpKeyName As String, ByVal nDefault As Integer, _
 ByVal lpFileName As String) As Integer
 Private Declare Ansi Function FlushPrivateProfileString _
 Lib "kernel32.dll" Alias "WritePrivateProfileStringA" _
 (ByVal lpApplicationName As Integer, _
 ByVal lpKeyName As Integer, ByVal lpString As Integer, _
 ByVal lpFileName As String) As Integer
 Dim strFilename As String

 ' Constructor, accepting a filename
 Public Sub New(ByVal Filename As String)
 strFilename = Filename
 End Sub

 ' Read-only filename property
 ReadOnly Property FileName() As String
 Get
 Return strFilename
 End Get
 End Property

 Public Function GetString(ByVal Section As String, _
 ByVal Key As String, ByVal [Default] As String) As String
 ' Returns a string from your INI file
 Dim intCharCount As Integer
 Dim objResult As New System.Text.StringBuilder(256)
 intCharCount = GetPrivateProfileString(Section, Key, _
 [Default], objResult, objResult.Capacity, strFilename)
 If intCharCount &gt; 0 Then GetString = _
 Left(objResult.ToString, intCharCount)
 End Function

 Public Function GetInteger(ByVal Section As String, _
 ByVal Key As String, ByVal [Default] As Integer) As Integer
 ' Returns an integer from your INI file
 Return GetPrivateProfileInt(Section, Key, _
 [Default], strFilename)
 End Function

 Public Sub WriteString(ByVal Section As String, _
 ByVal Key As String, ByVal Value As String)
 ' Writes a string to your INI file
 WritePrivateProfileString(Section, Key, Value, strFilename)
 Flush()
 End Sub

 Public Sub WriteInteger(ByVal Section As String, _
 ByVal Key As String, ByVal Value As Integer)
 ' Writes an integer to your INI file
 WriteString(Section, Key, CStr(Value))
 Flush()
 End Sub

 Private Sub Flush()
 ' Stores all the cached changes to your INI file
 FlushPrivateProfileString(0, 0, 0, strFilename)
 End Sub

 End Class

</span><span style="color: #0000ff;"> </span></pre>
<p><span style="color: #000000;">This can be used in the following manner:-</span></p>
<pre><span style="color: #0000ff;"> Dim settings As New IniFile(Application.StartupPath &amp; "\My_INI_File.ini")
 gCustName = settings.GetString("General", "CustName", "Not Registered")
 gCustSerial = settings.GetString("General", "CustSerial", "")</span></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2009/11/19/vb-net-2008-hints-and-tips-including-flicker-free-listviews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make Sloe Gin &#8211; The &#8216;Dengie&#8217; Way!</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2009/08/23/how-to-make-sloe-gin-the-dengie-way/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2009/08/23/how-to-make-sloe-gin-the-dengie-way/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 16:43:32 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[General Stuff]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/?p=105</guid>
		<description><![CDATA[
		
		
		
		Welcome again avid reader,
Due to a very wet spring followed by a wet July, and a fantastic August, we have an abundant crop of Sloes this year. Sloes are the fruit of the Blackthorn shrubs, and when ready to pick, show a white-ish blush on the otherwise deep purple berries.

These plum-like berries are very bitter, [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2009/08/23/how-to-make-sloe-gin-the-dengie-way/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "How+to+make+Sloe+Gin+%26%238211%3B+The+%26%238216%3BDengie%26%238217%3B+Way%21";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Welcome again avid reader,</p>
<p>Due to a very wet spring followed by a wet July, and a fantastic August, we have an abundant crop of Sloes this year. Sloes are the fruit of the Blackthorn shrubs, and when ready to pick, show a white-ish blush on the otherwise deep purple berries.</p>
<p><img class="alignright size-full wp-image-107" title="Sloe Berries" src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2009/08/sloe.jpg" alt="Sloe Berries" width="274" height="204" /></p>
<p>These plum-like berries are very bitter, and are only used in Jams and preserves or as a core ingredient in Sloe Gin.</p>
<p>Traditionally you should wait for the first frost, or even place them in the freezer overnight, but after experimentation over the last couple of years I can categorically state that this seems to have no effect whatsoever, and just appears to be folklore!</p>
<p>My &#8216;Dengie&#8217; recipe is as follows;</p>
<ul>
<li>1 x empty screw-top wine bottle (or bottle with a cork that removes easy&#8230; e.g. Port, Sherry or Pineau)</li>
<li>Fresh Sloes</li>
<li>1 x Small Wine Glass of Sugar (normal granulated is fine)</li>
</ul>
<p>Method:-</p>
<ul>
<li>Clean and rinse the target bottle.</li>
<li>1/2 fill with Gin (use a half-decent Gin for best results)</li>
<li>Tip the wine glass of sugar into the bottle</li>
<li>Wash the Sloes</li>
<li>Pierce the Sloes with a fork (no&#8230; a &#8216;Silver&#8217; one is not mandatory &#8211; despite folklore!) and place in bottle till the Gin and Sloes reach halfway up the neck of the bottle.</li>
</ul>
<p>Note: If the Gin reaches the neck before the Sloes, tip some away (into the next bottle obviously!) as the Sloes and Gin should reach the neck of the bottle at the same time.</p>
<p>Ongoing Care:</p>
<ul>
<li>Shake the bottles vigorously once a day for the first week (the sugar will settle, so try to get it evenly mixed)</li>
<li>After Week 1, shake weekly</li>
<li>Wait for at least 3 months then decant the Gin (minus the berries and any sediment &#8211; I use a fine mesh sieve lined with muslin cloth) into fresh bottles</li>
</ul>
<p>Sloe Gin is best served as a sipping aperitif in shot-glasses, or over ice for a longer drink (or carried in a hip-flask for those cold winter mornings!).</p>
<p>I&#8217;m told that the boozy-Sloes can be used to make an interesting Jam/Jelly afterwards, but I haven&#8217;t tried this myself yet!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2009/08/23/how-to-make-sloe-gin-the-dengie-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple guide to Jailbreak iPhone 3.0 on Windows</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2009/06/23/simple-guide-to-jailbreak-iphone-3-0-on-windows/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2009/06/23/simple-guide-to-jailbreak-iphone-3-0-on-windows/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 14:06:46 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[General Stuff]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/?p=95</guid>
		<description><![CDATA[
		
		
		
		Hi All,
After much messing around, I have jailbroken my iPhone 3G that I updated to 3.0 firmware on Friday.
Please note that if you want to copy my instructions and do this to your own phone YOU DO SO AT YOUR OWN RISK.
NOTE: These instructions explain how to JAILBREAK an iPhone 3G NOT an iPhone 3GS.
&#8220;Jailbreak&#8221; [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2009/06/23/simple-guide-to-jailbreak-iphone-3-0-on-windows/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Simple+guide+to+Jailbreak+iPhone+3.0+on+Windows";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Hi All,<img class="alignright size-full wp-image-96" title="iphone" src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2009/06/iphone.jpg" alt="iphone" width="100" height="118" /></p>
<p>After much messing around, I have jailbroken my iPhone 3G that I updated to 3.0 firmware on Friday.</p>
<p>Please note that if you want to copy my instructions and do this to your own phone YOU DO SO AT YOUR OWN RISK.</p>
<p>NOTE: These instructions explain how to JAILBREAK an iPhone 3G <span style="text-decoration: underline;">NOT</span> an iPhone 3GS.</p>
<p>&#8220;Jailbreak&#8221; means you can run &#8216;unauthorised&#8217; applications that are not in the Apple Store &#8211; It does NOT mean &#8216;UNLOCK&#8217;  for use on other mobile networks. Please don&#8217;t ask me how to do that.</p>
<p>Ok, first of all, go to <a href="http://redsn0w.com" target="_blank">http://redsn0w.com</a>, follow the link and then download the 0.7.2 redsnow jailbreak app and unzip to a folder on your desktop.</p>
<p>Plug in your iPhone to the PC <span style="text-decoration: underline;">and ensure that you switch it OFF <strong>after you connect the USB cable.</strong></span></p>
<p>Next run the redsn0w.exe file.</p>
<p>Browse to find your ipsw firmware file. This will be located in:-</p>
<pre><span style="color: #0000ff;"> c:\Document and Settings\&lt;your login name&gt;\applications data\
     Apple Computer\iTunes\iPhone Software Update. </span></pre>
<p>I suggest you back up the ipsw file before you begin.</p>
<p>Click &#8220;Next&#8221; and ensure that you ONLY INSTALL CYDIA &#8211; If you install ICY, most of the dependencies get screwed up and you can&#8217;t download anything in Cydia.</p>
<p>Next follow the on-screen instructions carefully, which are:-</p>
<ol>
<li>Hold down the power button till the Apple logo appears</li>
<li>Immediately hold down the Home button (whilst still holding down the power button) for about another 8 secs.</li>
<li>Release the power button, but keep the home held down for another 20 secs</li>
</ol>
<p>During this process, the PC may install a new USB driver. If things seem to fail because of this, just start the process from the beginning.</p>
<p>Once the Jailbreak process starts DO NOT DISCONNECT THE CABLE OR INTERRUPT IT!</p>
<p>The whole thing takes about 5 mins.</p>
<p>On completion, go into Cydia and search for OpenSSH and install that, then install WhatIP &#8211; Once both are installed, run WhatIP to get the IP address of your iPhone and then use something like <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank">PuTT</a>Y to SSH into your phone to test it.</p>
<p>The username is &#8220;root&#8221; and the password is &#8220;alpine&#8221; (these are the default), if you have been successful, you should see something like this:-</p>
<p><img class="alignleft size-full wp-image-97" style="margin: 10px;" title="ssh" src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2009/06/ssh.jpg" alt="ssh" width="273" height="171" /></p>
<p>Now you may ask yourself &#8220;What are the advantages&#8221; of this?</p>
<p>Well, some of the &#8216;cute&#8217; things that Apple have now released in their 3.0 update were previously available via Cydia.</p>
<p>Along with these things (like Cut&#8217;n'paste, video recording etc), there are a lot of apps that Apple simply did not want users to have access to.</p>
<p>Fundimentally the iPhone is a Linux phone based on a Debian distribution, and because of this there are a whole raft of applets and tools that are being ported to work on this phone.</p>
<p>Here are some examples of the Cydia app&#8217;s that I&#8217;ve installed and use:-</p>
<p><strong>&#8220;Make it Mine&#8221; </strong>- This overrides the carrier name to anything you want.<img class="alignright size-full wp-image-98" style="margin: 10px;" title="iPhone_MiM" src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2009/06/iPhone_MiM.jpg" alt="iPhone_MiM" width="192" height="288" /></p>
<p><strong>&#8220;WhatIP&#8221; </strong>(mentioned above) &#8211; Shows the IP address of your iPhone</p>
<p><strong>&#8220;CompactTV&#8221;</strong> &#8211; Watch or Download South Park, Family Guy, Simpsons and American Dad</p>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2009/06/23/simple-guide-to-jailbreak-iphone-3-0-on-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone 3.0 Data Tethering on O2 (without the £14.68 a month!)</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2009/06/18/iphone-3-0-data-tethering-on-o2-without-the-14-68-a-month/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2009/06/18/iphone-3-0-data-tethering-on-o2-without-the-14-68-a-month/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 09:45:14 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/?p=86</guid>
		<description><![CDATA[
		
		
		
		Hi All,
I&#8217;ve just upgraded my iPhone to 3.0 and was alarmed to see that to utilise Internet Tethering (which frankly, would be a &#8216;last resort&#8217;), I would need to pay O2 an additioanl £14.68 a month on top of my existing data connection!
Fear not humble iPhone users, there is a solution out there. Browse to [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2009/06/18/iphone-3-0-data-tethering-on-o2-without-the-14-68-a-month/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "iPhone+3.0+Data+Tethering+on+O2+%28without+the+%C2%A314.68+a+month%21%29";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Hi All,</p>
<p>I&#8217;ve just upgraded my iPhone to 3.0 and was alarmed to see that to utilise Internet Tethering (which frankly, would be a &#8216;last resort&#8217;), I would need to pay O2 an additioanl £14.68 a month on top of my existing data connection!</p>
<p>Fear not humble iPhone users, there is a solution out there. Browse to this URL from Safari on the iPhone:-</p>
<p><a title="http://www.iphone-notes.de/mobileconfig/" href="http://www.iphone-notes.de/mobileconfig/">http://www.iphone-notes.de/mobileconfig/</a></p>
<p>Select your country and carrier,  and download the Tethering profile (ignore the warning message)</p>
<p>Note: This doesn&#8217;t mean you get data for &#8216;free&#8217;, but if you already have a &#8216;data package&#8217; it should be included within that, rather than paying a separate &#8216;Tethering&#8217; charge (like O2 are trying to get you to do!)</p>
<p>When you go back into <strong>Settings, General, Network</strong> you will now see that the <strong>Internet Tetherin</strong>g is &#8216;<em>Off</em>&#8216; (as opposed to &#8217;set up&#8217;)</p>
<p>If you now tap on the &#8220;<strong>Internet Tethering</strong>&#8220;, you get a new screen that allows you to enable it</p>

<a href='http://www.internet-tools.co.uk/blog/index.php/2009/06/18/iphone-3-0-data-tethering-on-o2-without-the-14-68-a-month/generalsettingsnetwork/' title='iPhone - General Settings'><img width="150" height="150" src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2009/06/GeneralSettingsNetwork-150x150.jpg" class="attachment-thumbnail" alt="" title="iPhone - General Settings" /></a>
<a href='http://www.internet-tools.co.uk/blog/index.php/2009/06/18/iphone-3-0-data-tethering-on-o2-without-the-14-68-a-month/datatethering/' title='iPhone - Internet Tethering'><img width="150" height="150" src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2009/06/DataTethering-150x150.jpg" class="attachment-thumbnail" alt="" title="iPhone - Internet Tethering" /></a>

<p><em>Just as a footnote &#8211; if you are wondering how I captured the screens on an iPhone, simply press the top power button and the home button at the same time, and the current screen is saved to the camera roll.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2009/06/18/iphone-3-0-data-tethering-on-o2-without-the-14-68-a-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia Unlock (BB5) for 6630 6681 6680 N70 N71 N90 N91</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2009/06/07/nokia-unlock-bb5-for-6630-6681-6680-n70-n71-n90-n91/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2009/06/07/nokia-unlock-bb5-for-6630-6681-6680-n70-n71-n90-n91/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 18:43:04 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[General Stuff]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/?p=82</guid>
		<description><![CDATA[
		
		
		
		Hi all,
Having just upgraded to the iPhone, I then had the task of disposing of my old phone(s) &#8211; The problem is that the kids always want to steal my previous devices, but are on a different network to me.
One of the phones (a Nokia 6680) was SIM-Locked to Orange. This phone is of the [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2009/06/07/nokia-unlock-bb5-for-6630-6681-6680-n70-n71-n90-n91/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Nokia+Unlock+%28BB5%29+for+6630+6681+6680+N70+N71+N90+N91";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Hi all,</p>
<div id="attachment_83" class="wp-caption alignright" style="width: 315px"><img class="size-full wp-image-83" title="6680" src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2009/06/6680a.jpg" alt="Nokia 6680" width="305" height="550" /><p class="wp-caption-text">Nokia 6680</p></div>
<p>Having just upgraded to the iPhone, I then had the task of disposing of my old phone(s) &#8211; The problem is that the kids always want to steal my previous devices, but are on a different network to me.</p>
<p>One of the phones (a Nokia 6680) was SIM-Locked to Orange. This phone is of the type &#8216;BB5&#8242;, this means that the only way to unlock this till recently has been to take it to a shop. Well not any more!</p>
<p>This is the step by step guide to unlocking Nokia&#8217;s of the type: 6630, 6681, 6680, N70, N71, N90, N91</p>
<ul>
<li>Get a DKU-5 (or equivalent F-Bus) cable. The normal USB cable that comes with the phone is not suitable, it must be an F-Bus cable.</li>
<li>Install Nokia PC Suite (any recent version)</li>
<li>Plug the cable into the phone and then into your USB port and let your phone get detected.</li>
<li>Close down any Nokia Applications that might start up.</li>
<li>Right-Click on My Computer, and then on &#8216;Manage&#8217;</li>
<li>Click on &#8216;Hardware Manager&#8217; in the left-hand pane</li>
<li>Expand the &#8216;Ports&#8217; section and check which port the Nokia phone is on &#8211; NOTE THIS DOWN!</li>
</ul>
<p>Ok &#8211; Next stage is to get the software.</p>
<p>You need to get the BB5 Calculator from here: http://users.net.yu/~dejan &#8211; [Direct Download <a href="http://users.net.yu/~dejan/download/bb5.zip">LINK</a>]</p>
<ul>
<li>Unzip the file to C:\bb5_unlocker</li>
<li>Edit the &#8220;bb5_unlocker.cfg&#8221; file and change the COM Port to the one you noted above</li>
<li>Double-click on install.bat</li>
<li>Click on &#8220;READ PHONE&#8221;</li>
<li>When it says &#8216;Done&#8217;, click on &#8220;MAKE LOG&#8221;</li>
<li>Copy the xxx.log file (e.g. 317617303633274_BB5.log) from the /logs subfolder into the /psw folder</li>
<li>Click on Exit</li>
<li>Double-Click on BB5_calc.exe &#8211; it should say &#8220;Done&#8221;</li>
<li>In the /psw subfolder, there will now be an xxx.psw file. Open this is in Notepad, and you will have all the unlock codes. You can either enter these manually, or :-</li>
<li>double-click on BB5logunlocker.exe</li>
<li>click on SP Unlock</li>
</ul>
<p>Following these instructions, I managed to unlock two 6680&#8217;s in 2 mins flat!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2009/06/07/nokia-unlock-bb5-for-6630-6681-6680-n70-n71-n90-n91/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essential Free Apps for the iPhone plus Sync with Thunderbird!</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2009/01/24/essential-free-apps-iphone/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2009/01/24/essential-free-apps-iphone/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 13:47:32 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Satellite]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/?p=69</guid>
		<description><![CDATA[
		
		
		
		Hello Avid Reader,

Yes&#8230; It&#8217;s true&#8230; I have succumbed to the coolest gadget of them all; The Apple iPhone.
I resisted for a while (mainly due to it only being available on O2 in the UK), but in the end managed to get O2 to take over our 12 phone contract from Orange, give us 3 iPhone&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2009/01/24/essential-free-apps-iphone/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Essential+Free+Apps+for+the+iPhone+plus+Sync+with+Thunderbird%21";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Hello Avid Reader,</p>
<p><img class="alignright size-full wp-image-73" title="Apple iPhone" src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2009/01/apple-iphone.gif" alt="Apple iPhone" width="300" height="495" /></p>
<p>Yes&#8230; It&#8217;s true&#8230; I have succumbed to the coolest gadget of them all; The Apple iPhone.</p>
<p>I resisted for a while (mainly due to it only being available on O2 in the UK), but in the end managed to get O2 to take over our 12 phone contract from Orange, give us 3 iPhone&#8217;s and 5 Nokia E71&#8217;s (plus a couple of spare phones), and even pay our termination clause on the Orange contract. It just shows how desperate the carriers are to get you tied into a 2 year contract nowadays!</p>
<p>Anyway&#8230;.</p>
<p>First impressions; As with all Apple packaging, you feel a little disappointed as it is always very minimalist, but once you start playing with the iPhone, you realise why it is so much better than the other touch enabled devices out there. I&#8217;ve had the LG Prada, HTC Touch, HTC Touch Pro, and even the Samsungs with touch sensative buttons. I can honestly say that they are not even in the same ball-park as the iPhone.</p>
<p>Ok, onto the top free Apps (and as always, please feel free to comment with your fav&#8217;s as well!)</p>
<p><img class="aligncenter" title="iPhone Free RSS Reader" src="http://www.oualid.net/iphone-rss-reader/screenshot.png" alt="" width="299" height="266" /></p>
<ul></ul>
<ol>
<li><strong>Free RSS Reader</strong> &#8211; forget the others, this does exactly what it say&#8217;s on the tin. Add all your favourite feeds, or browse to a site and it automatically detects any feeds that are available.  Supports Landscape</li>
<li><strong>Google Earth</strong> &#8211; Just because it is sooooo cool to zoom in on your own house. Supports &#8217;tilt&#8217; view. <img class="alignnone" src="http://www.google.com/mobile/images/earth-apple.gif" alt="" width="47" height="48" /></li>
<li>eBay &#8211; Yes&#8230; I do need to know what I am bidding on or selling 24/7 !!!!</li>
<li>iTranslate &#8211; this does need a data connection, but allows you to save phrases so that you can prepare for your encounter at the patisserie in advance! &#8211; Also has the ability to play the phrase (a little scratchy,  but still useful!) out of the speaker/headphones.</li>
<li>last.fm &#8211; Ideal for all those Audioscrobblers out there&#8230; plays your fave&#8217;s and lets you listen to the usual last.fm radio selections.</li>
<li>MMS &#8211; because the iPhone can&#8217;t do this yet!</li>
<li>VNC Lite &#8211; Allows me to manage a server remotely. It&#8217;s a bit fiddly, but it does let you do everything you need to in an emergency (e.g. Reboot the server or reload your software)</li>
<li>midomi &#8211; Remember &#8220;Shazam!&#8221;&#8230; well that cost&#8217;s £1.00 per go!&#8230; Midomi is *free* (and surprisingly recognised me humming the Godfather theme!)</li>
<li>Stanza &#8211; good intuitive eBook reader</li>
<li>GuitarChords &#8211; handy pocket aide-memoir for all your Guitar Chord needs</li>
<li>Ok, this one is a &#8216;Paid for&#8217; (£2.99) application called TV Plus, but what a fantastic applet&#8230; this program allows you to view the TV listings for your region, and then instruct your Sky+ or SkyHD box to record it no matter where you are! It uses a pre-registered &#8220;My Sky&#8221; account name / password to log into Sky and then remotely instruct your Sky box to record!</li>
</ol>
<ul></ul>
<p><img class="alignnone" src="http://www.appsafari.com/wp-content/uploads/2008/10/pacmanlite.thumbnail.gif" alt="" width="113" height="128" /></p>
<p><strong>Silly Stuff!</strong></p>
<ul></ul>
<ol>
<li>Pac Man Lite &#8211; Namco&#8217;s original, now ported to the iPhone</li>
<li>Jellycar &#8211; I can&#8217;t even begin to explain this&#8230; just download it and laugh!</li>
<li>Labyrinth LE &#8211; great use of the inertia sensors for marble madness fun.</li>
<li>Darts -yep&#8230; it&#8217;s Darts!</li>
<li>FS5 Hockey &#8211; Remember those happy days at the seaside playing Air Hockey with your sister!</li>
</ol>
<ul></ul>
<p><strong><br />
</strong></p>
<p><strong>Tips;</strong></p>
<p>1. Removing an App or rearranging the &#8216;Desktops&#8217;</p>
<p>If you hold down your finger on any icon for more than a few seconds and all the icons wobble. Once they are wobbling, you can drag them from one &#8216;desktop&#8217; screen to another. You can also delete them by clicking on the (X) icon in the top-left of the icon.</p>
<p>2. Drag an App to the far right-screen to create a new &#8216;desktop&#8217; area.</p>
<p><strong>Thunderbird Syncing<img class="alignright size-full wp-image-75" title="Funambol" src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2009/01/funambol.gif" alt="Funambol" width="385" height="286" /></strong></p>
<p>Ok, this is a problem at the moment, only solved by using 3rd party app&#8217;s.</p>
<p>Here is a solution for contacts only (calendar to follow shortly apparantly)</p>
<p>1. Install Funambol Mozilla Plugin into your copy of Thunderbird [<a title="Funambol Mozilla Plugin" href="https://addons.mozilla.org/en-US/thunderbird/addon/8616" target="_blank">link</a>]</p>
<p>2. Install the Funambol iPhone app (just search for it in the Apple App store)</p>
<p>3. Create a free account at Funambol [<a title="Funambol Site" href="http://funambol.com/" target="_blank">link</a>]</p>
<p>4. Enter the account details into the options page of Funambol on both the iPhone and Thunderbird</p>
<p>5. Click on Tools, Funambol Plugin on Thunderbird and click on &#8216;Click to Syncronize&#8217; and wait to finish</p>
<p>6. Click on the Funambol icon on your iPhone and do the same</p>
<p>You can set Thunderbird to sync both the contacts and calendar, but only the contacts arrive on the iPhone at present. The Thunderbird client can also be set to sync automatically (but not the iPhone end)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2009/01/24/essential-free-apps-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Microsoft Applications to Enhance Windows XP and 2003</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2009/01/12/free-microsoft-applications-to-enhance-windows-xp-and-2003/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2009/01/12/free-microsoft-applications-to-enhance-windows-xp-and-2003/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 16:52:10 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/?p=65</guid>
		<description><![CDATA[
		
		
		
		Last Update: 11th Jan 2009
Hi all,
As a developer I tend to install an awful lot of freeware, shareware and paid-for applications on my PC in order to assist me with the day-to-day development of applications.
However&#8230; over the years I have noticed a trend where Microsoft themselves release a lot of &#8221;applets&#8217; under the guise of [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2009/01/12/free-microsoft-applications-to-enhance-windows-xp-and-2003/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Free+Microsoft+Applications+to+Enhance+Windows+XP+and+2003";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><em>Last Update: 11th Jan 2009</em></p>
<p>Hi all,</p>
<p>As a developer I tend to install an awful lot of freeware, shareware and paid-for applications on my PC in order to assist me with the day-to-day development of applications.</p>
<p>However&#8230; over the years I have noticed a trend where Microsoft themselves release a lot of &#8221;applets&#8217; under the guise of &#8220;Microsoft Research&#8221;, &#8220;Technet&#8221; or &#8220;SysInternals&#8221; (<a title="www.SysInternals.com" href="http://www.SysInternals.com" target="_blank">www.SysInternals.com</a> is now part of Microsoft Technet)</p>
<p>I have compiled a (not exhaustive, so please contribute) list of my favourite utilities and applications which are mainly from Microsoft (with a couple from other sources) that enhance Windows XP and Windows 2003. I haven&#8217;t tested them on Vista (as I still don&#8217;t use it!), but I suspect most of them will still work.</p>
<p><span style="text-decoration: underline;"><strong>SysInternals Applets<br />
</strong></span></p>
<ul>
<li><a title="Process Explorer" href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx" target="_blank">Process Explorer</a> &#8211; A proper replacement for Windows Task Manager. This improved applet allows you to explore each process properly (instead of just showing 20 copies of RunDll32.exe like Windows Task Manager does!)</li>
</ul>
<div class="wp-caption aligncenter" style="width: 580px"><img title="Process Explorer" src="http://i.technet.microsoft.com/bb896653.ProcessExplorer(en-us,MSDN.10).jpg" alt="Process Explorer in Action" width="570" height="414" /><p class="wp-caption-text">Process Explorer in Action</p></div>
<ul>
<li><a title="FileMon" href="http://technet.microsoft.com/en-us/sysinternals/bb896642.aspx" target="_blank">FileMon</a> &#8211; This shows all real-time file activity (with the ability to filter). Without this application I never would have fixed the album artwork issue I had on my Media PC (everything showed up as &#8216;The Searchers&#8217; !!!)</li>
<li><a title="TCPView" href="http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx" target="_blank">TCPView</a> &#8211; This displays a list of all open TCP sockets, their destinations and the application that opened them. Essential for tracking trojan or malware infections.</li>
<li><a title="ADExplorer" href="http://technet.microsoft.com/en-us/sysinternals/bb963907.aspx" target="_blank">ADExplorer</a> &#8211; Ideal lightweight tool for exploring Active Directory or LDAP servers. Fast, portable and free!</li>
<li><a title="BGInfo" href="http://technet.microsoft.com/en-us/sysinternals/bb897557.aspx" target="_blank">BGInfo</a> &#8211; Great applet for Server Installations. You can use this tool to display the configuration (machine name, IP address, MAC address + much more) as the desktop background. Great when you are using a KVM to access multiple machines.</li>
</ul>
<div class="wp-caption aligncenter" style="width: 560px"><img title="BGInfo" src="http://i.technet.microsoft.com/bb897557.BgInfo(en-us,MSDN.10).jpg" alt="BGInfo in action" width="550" height="414" /><p class="wp-caption-text">BGInfo in action</p></div>
<p><span style="text-decoration: underline;"><strong>Powertoys / Control Panel Tweaks</strong></span></p>
<ul>
<li><a title="Sequoiview" href="http://w3.win.tue.nl/nl/onderzoek/onderzoek_informatica/visualization/sequoiaview/" target="_blank">Sequoia View</a> &#8211; An excellent tool for visualising the contents of your hard disk (and where all the space went!)</li>
<li><a title="Download Link - Cleartype Tuning" href="http://download.microsoft.com/download/b/7/0/b7019730-0fa3-47a9-a159-98b80c185aad/setup.exe" target="_self">ClearType Tuning Control Panel</a> &#8211; &#8216;Tunes&#8217; the ClearType fonts to make them work with your LCD Display</li>
<li><a title="Direct Download - Command Prompt Here" href="http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/CmdHerePowertoySetup.exe" target="_self">Command Prompt Here</a> &#8211; Add&#8217;s an &#8216;Open Command Prompt Here&#8217; option to Explorer&#8217;s right-click menu</li>
<li><a title="Direct Download - TweakUI" href="http://download.microsoft.com/download/f/c/a/fca6767b-9ed9-45a6-b352-839afb2a2679/TweakUiPowertoySetup.exe" target="_self">TweakUI</a> &#8211; this is the ultimate Windows XP powertool, letting you change *lots* of system settings&#8230;</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Fun Stuff &amp; Utilities</strong></span></p>
<ul>
<li><a title="TimerShot" href="http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/TimershotPowertoySetup.exe">Webcam Timershot</a> &#8211; Takes a picture of from your Webcam and saves it to your hard disk at preset intervals</li>
<li><a title="Microsodt Virtual PC" href="http://www.microsoft.com/downloads/details.aspx?familyid=6d58729d-dfa8-40bf-afaf-20bcb7f01cd1&amp;displaylang=en" target="_blank">Virtual PC</a> &#8211; Lets you run Windows, Linux or even Windows Server on your PC as a &#8216;Virtual Machine&#8217;</li>
<li><a title="Direct Download - Zune Theme" href="http://download.microsoft.com/download/e/a/9/ea9af5ae-b48e-473e-85fe-dcde7472e644/ZuneDesktopTheme.msi" target="_self">Zune Desktop Theme</a> &#8211; Get a nice tidy &#8216;Black&#8217; look to your Windows XP desktop</li>
<li><a title="Direct Download - Mount ISO's" href="http://download.microsoft.com/download/7/b/6/7b6abd84-7841-4978-96f5-bd58df02efa2/winxpvirtualcdcontrolpanel_21.exe" target="_self">Mount ISO&#8217;s</a> &#8211; This applet works like Daemon Tools, allowing you to mount an ISO as a virtual CD Rom drive</li>
</ul>
<p><span style="text-decoration: underline;"><strong>System Application/Applet Replacements</strong></span></p>
<ul>
<li><a title="Notepad2" href="http://www.flos-freeware.ch/notepad2.html" target="_blank">Notepad2</a> &#8211; Everything that Notepad should have been! Line numbers, syntax highlighting, plus much more&#8230;</li>
<li><a title="7Zip" href="http://www.7zip.com/" target="_blank">7Zip</a> &#8211; Everything that PKZip used to be&#8230;. the ultimate Zip/unzipper, and even supports all those nasty .gz and .tar unix formats as well!</li>
<li><a title="PuTTY" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">PuTTY</a> &#8211; Forget Hyperterminal, PuTTY is a *tiny* Telnet application that also supports SSH, Serial and just about every terminal type you will need. Ideal to put on your USB key.</li>
<li><a title="UltraVNC" href="http://www.uvnc.com/" target="_blank">UltraVNC</a> &#8211; This is a cross-platform remote control application that works in the same manner as PCAnywhere or GoToMyPC, except it&#8217;s &#8216;Free&#8217;, fast and works with all the VNC protocols. This means you can effectively control a Linux box from Windows (and visa-versa) or even your server from a mobile phone!</li>
</ul>
<p>I will be updating this list periodically, but please feel free to comment with some more suggestions!</p>
<p>Paul.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2009/01/12/free-microsoft-applications-to-enhance-windows-xp-and-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Mobile &#8211; Top 10 App&#8217;s</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2008/11/17/windows-mobile-top-10-apps/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2008/11/17/windows-mobile-top-10-apps/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 13:15:17 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Diamond]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[i600]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[Touch]]></category>
		<category><![CDATA[Windows Mobile]]></category>
		<category><![CDATA[WM6]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/?p=56</guid>
		<description><![CDATA[
		
		
		
		
Hi All,
I&#8217;ve had my trusty Samsung i600 for some time now, and I feel that I finally have it working to the point where everything I actually use is now installed on it!
So, here are my top 10 downloads / purchases for the i600
1. Windows Mobile 6
Yes, if you bought your phone a while ago, [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2008/11/17/windows-mobile-top-10-apps/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Windows+Mobile+%26%238211%3B+Top+10+App%26%238217%3Bs";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><a href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2008/11/sams_i600_1.jpg"><img class="aligncenter size-full wp-image-61" title="Samsung i600" src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2008/11/sams_i600_1.jpg" alt="" width="450" height="352" /></a></p>
<p>Hi All,</p>
<p>I&#8217;ve had my trusty Samsung i600 for some time now, and I feel that I finally have it working to the point where everything I <em>actually use</em> is now installed on it!</p>
<p>So, here are my top 10 downloads / purchases for the i600</p>
<p>1. Windows Mobile 6</p>
<p>Yes, if you bought your phone a while ago, then you definately need Windows Mobile 6. It&#8217;s faster, more stable, and has a few new features. You can upgrade this yourself on the Samsung website, or (if like me) if you have Orange UK, follow my guide [<a title="Upgrade to WW6 for Orange UK Users" href="http://www.internet-tools.co.uk/blog/index.php/2008/01/16/samsung-sgh-i600-wm6-upgrade-yes-even-if-you-are-on-orange/" target="_self">here</a>]</p>
<p>2. SDA_ApplicationUnlock.exe [<a href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2008/11/sda_unlock.zip">sda_unlock Download</a>]</p>
<p>This smart little applet allows you to run &#8216;unsigned&#8217; applications on your Windows Mobile device. Obviously care should be taken, but generally, as long as you know what you are doing, all should be fine. I&#8217;ve tested this unlocker on the HTC Touch, HTC Touch Diamond and the Samsung i600 without any issues.</p>
<p>3. BirdieSync (commercial, but worth it!) [<a title="BirdieSync" href="http://www.birdiesync.com/" target="_blank">http://www.birdiesync.com/</a>]</p>
<p>This applet basically crowbar&#8217;s itself into Microsoft&#8217;s ActiveSync, and thereby allows you to syncronise your Windows PocketPC / Smartphone with Thunderbird. Not only will it sync emails &amp;  contacts, it will also sync with Sunbird and Lightning! Well worth the €19</p>
<p>4. Google Maps [<a href="www.google.com/gmm" target="_blank">www.google.com/gmm</a>] (See item 10 as well!)</p>
<p>Ok&#8230; I know that i600 doesn&#8217;t have GPS built it, but as a &#8216;quick hack&#8217;, you can use an external GPS mouse, and armed with Google Maps, get a rudimentary Sat Nav. Obviously there are limitations dues to download speeds, and of course data costs need to be taken into consideration, but as a stop-gap this works well.</p>
<p>5. Ilium Software&#8217;s Screen Capture [<a href="http://www.iliumsoft.com/site/fp/screen_capture.php" target="_blank">http://www.iliumsoft.com</a>]</p>
<p>This great little application allows you to take screen shots of your Windows Mobile device for inclusion in Blogs (I use it here a lot) or just for tech support purposes.</p>
<p>6. Mobile Registry Editor [<a href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2008/11/mobileregistryeditor.zip">Mobile Registry Editor Download</a>]</p>
<p>This is probably one of the best registry editors for Mobile devices that I have come across. It runs on your PC (rather than the device), and uses ActiveSync as a conduit to access the registry. It&#8217;s fast, and easy to use. What more do you need?</p>
<p>7. BTCrawler [<a href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2008/11/btcrawler-v110-beta.cab">btcrawler-v110-beta Download</a>]</p>
<p>This tool allows you to go a bit of Bluejacking on your Windows Smartphone or Pocket PC. The author of this software (http://www.silentservices.de) had to withdraw it after Germany brought in anti-hacking laws. Unfortunately some useful tools, such as this, suddenly became illegal. In any case, you can download it here (among other places), and it is great for diagnosing issues with handsfree kits etc.</p>
<p>8. BTARouter &#8211; Commercial [<a href="http://www.chartcross.co.uk/" target="_blank">http://www.chartcross.co.uk/</a>]</p>
<p>This commercial application (costs about £5) allows you to route all the Audio from your mobile device (MP3&#8217;s, games etc) into your Bluetooth headset.</p>
<p>9. Quickmark[<a title="Quickmark" href="http://www.quickmark.com.tw/En/basic/index.asp" target="_blank">http://www.quickmark.com.tw</a>]</p>
<p>You will notice that there is a 2d &#8216;barcode&#8217; on the home page of my blog &#8211; these are call QR Codes. You can see similar ones on other websites (I think Makezine used to have them&#8230;). The applet makes use of your Smartphone&#8217;s camera in order to &#8216;read&#8217; the barcode. Once decrypted, it will then give the the ability to visit the site (for URL&#8217;s) or dial the telephone number. The applet is suprisingly fast (takes about 1/10th of a sec to pick up the details) and works flawlessly on my i600. Each screen capture is stored in the &#8216;My Documents&#8217; folder on the mobile device as serialised BMP files, e.g. sshot000.bmp, sshot001.bmp etc.</p>
<p>10. GPS Test (Free) [<a href="http://www.chartcross.co.uk/" target="_blank">http://www.chartcross.co.uk/</a>]</p>
<p>This is a handy free took from Chartcross that gives you the means to test an external GPS mouse on your Windows mobile device.</p>
<p>Feel free to comment with more useful tools for us Windows Mobile 6 users!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2008/11/17/windows-mobile-top-10-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disable Picsel Image viewer on a Blackjack (or any WM6 device)</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2008/06/06/disable-picsel-image-viewer-on-a-blackjack-or-any-wm6-device/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2008/06/06/disable-picsel-image-viewer-on-a-blackjack-or-any-wm6-device/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 13:28:50 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/?p=55</guid>
		<description><![CDATA[
		
		
		
		Hi Happy readers,
Those of you that have a WM5 or WM6 device know the horror of Picsel &#8211; yes that interminable wait as you watch the spinner on your screen whilst it loads.
I have a nice easy solution for you!
This registry hack reverts all image views back to the default WM5/6 built-in viewer.
I suggest using [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2008/06/06/disable-picsel-image-viewer-on-a-blackjack-or-any-wm6-device/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Disable+Picsel+Image+viewer+on+a+Blackjack+%28or+any+WM6+device%29";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Hi Happy readers,</p>
<p>Those of you that have a WM5 or WM6 device know the horror of Picsel &#8211; yes that interminable wait as you watch the spinner on your screen whilst it loads.</p>
<p>I have a nice easy solution for you!</p>
<p>This registry hack reverts all image views back to the default WM5/6 built-in viewer.</p>
<p>I suggest using &#8220;<a href="http://mobile-registry-editor.en.softonic.com/pocketpc" target="_blank">Mobile Registry Editor</a>&#8221; by Breaksoft for this.</p>
<pre><span style="color: #800000;">HKEY_CLASSES_ROOT\bmpimage\Shell\Open\Command</span></pre>
<pre><span style="color: #800000;">HKEY_CLASSES_ROOT\bmpimage\Shell\DRMOpen\Command</span></pre>
<pre><span style="color: #800000;">HKEY_CLASSES_ROOT\gifimage\Shell\Open\Command</span></pre>
<pre><span style="color: #800000;">HKEY_CLASSES_ROOT\gifimage\Shell\DRMOpen\Command</span></pre>
<pre><span style="color: #800000;">HKEY_CLASSES_ROOT\jpgimage\Shell\Open\Command</span></pre>
<pre><span style="color: #800000;">HKEY_CLASSES_ROOT\jpgimage\Shell\DRMOpen\Command</span></pre>
<pre>Change the "Default" value from <strong><span style="color: #800000;">“picselifv.exe” “%1" </span><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://kvantservice.com/">&#1082;&#1086;&#1084;&#1087;&#1102;&#1090;&#1088;&#1080; &#1074;&#1090;&#1086;&#1088;&#1072; &#1091;&#1087;&#1086;&#1090;&#1088;&#1077;&#1073;&#1072;</a></font></strong>to <span style="color: #800000;"><strong>“pimg.exe” “%1"</strong></span></pre>
<p>This takes instant effect, and makes for a much happier user <img src='http://www.internet-tools.co.uk/blog/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
<p>Paul</p>
<p>6th June 08</p>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2008/06/06/disable-picsel-image-viewer-on-a-blackjack-or-any-wm6-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTC Touch &#8211; Unlocking and BT DUN (Get your TomTom working!)</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2008/02/14/htc-touch-unlocking-and-bt-dun-get-your-tomtom-working/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2008/02/14/htc-touch-unlocking-and-bt-dun-get-your-tomtom-working/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 15:55:32 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Modding]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/index.php/2008/02/14/htc-touch-unlocking-and-bt-dun-get-your-tomtom-working/</guid>
		<description><![CDATA[
		
		
		
		Can&#8217;t make it to the casino because your TomTom&#8217;s broken? Don&#8217;t worry, you can still rock any blackjack game online with your knowledge of black jack rules and black jack strategies from GamblingCity.net!

Hi All,
Well once again I have a new phone!

It seems that Orange UK wanted to upgrade my business account (saving me £2000+ per [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2008/02/14/htc-touch-unlocking-and-bt-dun-get-your-tomtom-working/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "HTC+Touch+%26%238211%3B+Unlocking+and+BT+DUN+%28Get+your+TomTom+working%21%29";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Can&#8217;t make it to the casino because your TomTom&#8217;s broken? Don&#8217;t worry, you can still rock any <a href="http://www.gamblingcity.net/casino-games/online-blackjack/history.php">blackjack game online</a> with your knowledge of <a href="http://www.gamblingcity.net/casino-games/online-blackjack/rules.php">black jack rules</a> and <a href="http://www.gamblingcity.net/casino-games/online-blackjack/strategy.php">black jack strategies</a> from GamblingCity.net!</p>
<hr />
<p>Hi All,</p>
<p>Well once again I have a new phone!</p>
<p><img class="   alignright" src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2008/02/htc-touch.jpg" alt="HTC Touch" width="332" height="505" align="right" /></p>
<p>It seems that Orange UK wanted to upgrade my business account (saving me £2000+ per year) and give me 6 new phones in the process!</p>
<p>The one I decided to play with is the HTC Touch, and obviously I had to get under the bonnet and have a little &#8216;tweak&#8217; <img src='http://www.internet-tools.co.uk/blog/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
<p><strong>Unlocking</strong></p>
<p>Ok, this is pretty straighforward. All you need to do is run two apps on the HTC, and one on your PC to recover the 8-digit lock code.</p>
<p>Here are the exact steps:-</p>
<ul>
<li>Download HTC Unlocker (Google to find it!)</li>
<li>Connect your Phone and establish the usual Activesync Connection.</li>
<li>Browse the the &#8216;My Documents&#8217; folder <span style="text-decoration: underline;"><em>on the phone</em></span> and place the <strong>Cert_SPCS.cab</strong> and the <strong>EnableRapi.cab</strong> in there</li>
<li>Run <strong>Cert_SPCS.cab</strong> and <strong>EnableRapi.cab</strong> by using &#8220;File Explorer&#8221; -Click through any warnings</li>
<li><span style="text-decoration: underline;"><strong>ON YOUR PC</strong></span>: Run Touch_Unlock.exe</li>
<li>A few moments later you will seea file appear in the folder called <em><strong>Unlock_Result.exe</strong></em></li>
<li>Open <strong>HxD.exe</strong> and drag <em><strong>Unlock_Result.exe</strong></em> onto it.</li>
<li>Look for your IMEI Number (its under your battery) and find it in the Hex File. The 8 Digits that appear after it are the unlock code.</li>
<li>Place a Sim card from a different provider in your phone, and enter the 8 digit number when prompted (I had to do this twice on my phone)</li>
</ul>
<p><a title="Unlock Hex Editor Screen Capture" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2008/02/unlock.jpg"><img src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2008/02/unlock.jpg" alt="Unlock Hex Editor Screen Capture" /></a></p>
<p>As you can see, my unlock code was <strong>55644428</strong>, but obviously that is tied to my IMEI number (before you try it!)  &#8211; you will also note that I wiped out the last 4 digits of my IMEI (didn&#8217;t want the world to know that info!)</p>
<p><span style="text-decoration: underline;"><strong>Bluetooth DUN (Dial Up Networking)</strong></span></p>
<p>As you will know from my previous experiences with trying to get my TomTom working on the Samsung i600, it is almost impossible due to the BT DUN being removed from WM6. Well all is not lost my friends &#8211; it seems that on the HTC Touch (and maybe other HTC phones as well), you can install a .cab file that restores this functionality.</p>
<p>Instructions again:-</p>
<ul>
<li>Download the WM6 BT DUN Cabinet File [<a title="WM6 BT DUN" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2008/02/wm6_dun.zip">WM6 BT DUN]</a></li>
<li> Unzip to Desktop on your PC</li>
<li>Browse your HTC through ActiveSync and place in &#8220;My Documents&#8221; on the phone</li>
<li><span style="text-decoration: underline;"><strong>ON THE PHONE:</strong></span>Using File Explorer, run the <em><strong>WM6_BT_DUN.cab file</strong></em> and click through any warnings</li>
<li>Reset your phone</li>
<li>Run TomTom&#8217;s &#8220;New Phone&#8221; process.</li>
</ul>
<p>I would recommend updating your TomTom using the TomTom Home application first. These updates seem to really help when it comes to setting up phones, and mine even downloaded the (600 contact!) telephone directory off my HTC without a hitch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2008/02/14/htc-touch-unlocking-and-bt-dun-get-your-tomtom-working/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>iPod Nano 3rd Generation Diagnostics</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2008/01/30/ipod-nano-3rd-generation-diagnostics/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2008/01/30/ipod-nano-3rd-generation-diagnostics/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 15:04:52 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/index.php/2008/01/30/ipod-nano-3rd-generation-diagnostics/</guid>
		<description><![CDATA[
		
		
		
		 Starting the iPod Diagnostic Mode[photopress:nano_1.jpg,full,alignright] 
In order to access the inbuilt Diagnostic menu on the Nano, you need to press a combination of keys immediately after restarting it.

Toggle the Hold switch to Hold, the off again.
Press and hold Menu and Select (the centre button) for at least 6 secs, or until the Apple logo [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2008/01/30/ipod-nano-3rd-generation-diagnostics/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "iPod+Nano+3rd+Generation+Diagnostics";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p> <strong>Starting the iPod Diagnostic Mode[photopress:nano_1.jpg,full,alignright] </strong></p>
<p>In order to access the inbuilt Diagnostic menu on the Nano, you need to press a combination of keys immediately after restarting it.</p>
<ol>
<li>Toggle the Hold switch to Hold, the off again.</li>
<li>Press and hold <strong>Menu</strong> and <strong>Select</strong> (the centre button) for at least 6 secs, or until the Apple logo appears! &#8211;  for iPod 1G to 3G press <strong>Menu  </strong>and <strong>Play</strong> &#8211; hereafter referred to as the &#8216;Reset Method&#8217;</li>
<li>As soon as the Apple Logo appears, press and hold <strong>|&lt;&lt;</strong> and <strong>Select</strong> &#8211; For iPod 1G to 3G press <strong>|&lt;&lt;, &gt;&gt;| </strong>and <strong>Select</strong></li>
</ol>
<p><strong>Navigating the Diagnostic Menu</strong></p>
<p>Once you are in Diagnostic Mode, use the <strong>&gt;&gt;|</strong> and <strong>|&lt;&lt;</strong> buttons to navigate the menus. In most cases <strong>Menu</strong> will go back one menu, and <strong>Select</strong> will select the menu option. You can exit the menu at any time by selecting <em><strong>Power, Reset</strong></em> or by pressing <strong>Menu </strong>and <strong>Select</strong> (<strong>Menu </strong>and <strong>Play</strong> for 1G to 3G) to reset it.</p>
<p><strong>Note: </strong>The menu&#8217;s shown below are from my iPod Nano 3G, and may vary to the menus you see.</p>
<p><font color="#000080" face="courier new,courier">iPod Diagnostics BuildID: d002</font></p>
<p><font color="#000080" face="courier new,courier">SVC Sep 10 2007 v.0072 </font></p>
<p><font color="#000080">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&gt;Power<br />
Sleep<br />
Audio<br />
Video<br />
LCD<br />
IO<br />
Memory<br />
TouchWheel<br />
About</font></p>
<p><strong>Power:</strong></p>
<p>Within here you have;</p>
<ol>
<li><strong>ACC_Identify</strong> &#8211; Shows <em>ACC = 2.497V</em></li>
<li><strong>BatteryA2D</strong> &#8211; Shows 4.062V Ref=255</li>
<li><strong>HighPower</strong> &#8211; Puts the screen on full brightness and shows a start time, Voltage (<em>3.982V</em>)  and current (<em>100mA</em>)</li>
<li><strong>ChargeCurrent</strong> &#8211; Shows <em>Cur=100mA  Battery = 4.046V</em></li>
<li><strong>Reset</strong> &#8211; Resets the iPod</li>
</ol>
<p><strong>Sleep: </strong></p>
<p>Sends the iPod to &#8220;DeepSleep&#8221; &#8211; you&#8217;ll need to do the Reset method above to restart it.</p>
<p><strong>Audio</strong>:</p>
<p>Allows you to test the Headphone detection and play test tone. Interestingly there is an option to record from &#8216;Line In&#8217; &#8211; Watch out for the Test Tone, its *VERY* loud!!</p>
<p><strong>Video:</strong></p>
<p>Has one option &#8220;<strong>TVPattern</strong>&#8221; that didn&#8217;t seem to do much, and needed me to do the reset method above to get out of it.</p>
<p><strong>LCD:</strong></p>
<p>Within here you have;</p>
<ol>
<li><strong>ColorPattern</strong>: Shows a series of patterns on the LCD. <strong>|&lt;&lt;</strong> turns off the backlight, <strong>&gt;&gt;|</strong> sets it to dim, <strong>Select </strong>goes to next pattern. You have to look at all 25 before you can exit.</li>
<li><strong>Backlight</strong>: This allows you to check the back light, using the <strong>|&lt;&lt;</strong>, <strong>&gt;&gt;|</strong>, <strong>Play </strong>and <strong>Action </strong>buttons. Menu exits this screen.</li>
<li><strong>ReadLCMID</strong>: Reads vendor info about the LCD. Mine Shows <em>Vendor ID: 38  PanelID: 55 BuildID: 71 Read ID: OK</em></li>
</ol>
<p><strong>IO: (Input Output)</strong></p>
<ol>
<li><strong>ACC_Switchtest:</strong> Not sure what this is&#8230; Accessories detector?</li>
<li><strong>IOStatuses: </strong>Mine shows; <em>HP_DETECT: 1 LCD_ID1:0 LCD_ID2:1 USB_DETECT:0 FW_DETECT:0 ACC_DETECT:0 HOLD_SWITCH:1</em></li>
</ol>
<p><strong>Memory:</strong></p>
<ol>
<li><strong>SdramQScan:</strong> Does a very quick SDRAM Test</li>
<li><strong>NANDSPEC:</strong> Mine Shows; <em>NandLBA=991232 NAND SIZE:3.819200</em></li>
</ol>
<p><strong>Touch Wheel:</strong></p>
<ol>
<li><strong>TouchWheelID: </strong>Mine Shows; 0:9045003a, 1:c609013a, 2:8000023a, 3:8000033a, 4:8066043a, 5:8001053a</li>
<li><strong>WheelAndKey:</strong> Lets you test the touch wheel and all the keys (interesting that this is the only place the wheel works!)</li>
</ol>
<p><strong>About:</strong></p>
<p>This shows various information and the iPod&#8217;s serial number, as show below</p>
<p><font face="courier new,courier"><br />
</font><font color="#000080"> About Information</font></p>
<p><font color="#000080" face="courier new,courier">SrNum: 6U73xxxxxx </font>(Obscured on purpose here!)<font color="#000080" face="courier new,courier"><br />
Mod#: MA978<br />
Regn: 1 0 2 0 37 0 1<br />
Fwld:<br />
01000000<br />
1a1b9639<br />
000a2700<br />
00000000</font></p>
<p><font color="#000080" face="courier new,courier">HwVr: 00140010</font></p>
<p><font color="#000080">vrsn: 1.32.f.2</font></p>
<p>So that&#8217;s it. Hopefully this will of use to someone who has a problem with the 3rd-Gen Nano!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2008/01/30/ipod-nano-3rd-generation-diagnostics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overclocking the EeePC, Script goodies and Bluetooth</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2008/01/28/overclocking-the-eeepc-script-goodies-and-bluetooth/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2008/01/28/overclocking-the-eeepc-script-goodies-and-bluetooth/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 18:35:44 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Asus EeePC]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Modding]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/index.php/2008/01/28/overclocking-the-eeepc-script-goodies-and-bluetooth/</guid>
		<description><![CDATA[
		
		
		
		Dear Avid Reader,
Since getting my Eee PC, I&#8217;ve been reading about the ability to overclock the FSB (Front Side Bus). This bus has the capability of running at 100mhz (as opposed to the default 70mhz). The net effect of this is that the CPU speed increases to 900 Mhz from the normal 630 Mhz (which [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2008/01/28/overclocking-the-eeepc-script-goodies-and-bluetooth/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Overclocking+the+EeePC%2C+Script+goodies+and+Bluetooth";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Dear Avid Reader,</p>
<p>Since getting my Eee PC, I&#8217;ve been reading about the ability to overclock the FSB (Front Side Bus). This bus has the capability of running at 100mhz (as opposed to the default 70mhz). The net effect of this is that the CPU speed increases to 900 Mhz from the normal 630 Mhz (which is 70% of 900 Mhz of course!). You must if course be running <a href="http://www.internet-tools.co.uk/blog/index.php/2007/11/26/installing-ubuntu-710-gutsey-gibbon-on-my-asus-eee-pc/">Ubuntu</a> to do this!</p>
<p>Once you have downloaded the scripts from [<a href="http://code.google.com/p/ubuntu-eee/downloads/list" target="_blank">here</a>], run the following commands from within the unpacked archive:</p>
<p><strong>sudo </strong> <strong>./tweak-gnome.sh<br />
sudo ./install.sh all<br />
</strong></p>
<p>Then reboot your EeePC</p>
<p>After doing this, <strong>Pressing Fn-F6</strong> will automatically enable the FSB increase,  and various other fixes for the EeePC will start working, namely;</p>
<ul>
<li> Asus Eee kernel modules</li>
<li>ACPI support (suspend, hotkeys)</li>
<li><a href="http://ubuntu-eee.tuxfamily.org/index.php5?title=Clock" title="Clock">overclocking</a> code</li>
<li>Wifi support</li>
<li> Sound</li>
<li>Boot speed<img src="http://ubuntu-eee.tuxfamily.org/images/Overclocking.png" align="right" height="82" width="340" /></li>
<li> Additional software sources</li>
<li> Skype two way video</li>
</ul>
<p>All this can be found on the Ubuntu Eee Wiki located here: <a href="http://ubuntu-eee.tuxfamily.org/" target="_blank">http://ubuntu-eee.tuxfamily.org/</a></p>
<p>Now I know that I have already told you how to do a lot of this in my article about installing Ubuntu on an EeePC, but this does take a lot of the hassle out of it, and it definately gets the overclocking working!</p>
<p><strong>Bluetooth </strong>[photopress:trust_usb_bt.jpg,full,alignright]</p>
<p>There has been lots of mods popping up lately that allows you to install a Bluetooth dongle inside your EeePC utilising the additional USB connections that are hidden on the motherboard&#8230; well you could of course use a tiny USB dongle like this. You can pick these up for £10, and its a lot less hassle than getting the soldering iron out! One supplier is Novatech [<a href="http://www.novatech.co.uk/novatech/specpage.html?TRU-15542" title="Trust Tiny USB Adapter - Novatech" target="_blank">link</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2008/01/28/overclocking-the-eeepc-script-goodies-and-bluetooth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultimate Eee PC Hacks</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2008/01/21/ultimate-eee-pc-hacks/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2008/01/21/ultimate-eee-pc-hacks/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 10:18:53 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[Asus EeePC]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Modding]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/index.php/2008/01/21/ultimate-eee-pc-hacks/</guid>
		<description><![CDATA[
		
		
		
		Now as you all know, I *love* my Eee PC, and have spent some time making sure I could get Ubuntu working on it 
But I have been totally blow away by the hacks that someone else has made to this diminutive laptop.
How about adding; GPS, Bluetooth, Modem, Flash Card Reader, FM Transmitter, 802.11N Wifi [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2008/01/21/ultimate-eee-pc-hacks/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Ultimate+Eee+PC+Hacks";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Now as you all know, I *love* my Eee PC, and have spent some time making sure <a href="http://www.internet-tools.co.uk/blog/index.php/2007/11/26/installing-ubuntu-710-gutsey-gibbon-on-my-asus-eee-pc/" title="Installing Ubuntu 7.10 on an Asus Eee PC" target="_blank">I could get Ubuntu working on it </a></p>
<p>But I have been totally blow away by the hacks that someone else has made to this diminutive laptop.</p>
<p>How about adding; <strong>GPS, Bluetooth, Modem, Flash Card Reader, FM Transmitter, 802.11N Wifi and more!</strong></p>
<p>Well someone has done this, and documented it well. You can find all the internal upgrade details here [<a href="http://beta.ivancover.com/wiki/index.php/Eee_PC_Internal_Upgrades" title="Eee PC Internal Upgrades" target="_blank">Link</a>]</p>
<p>I may well be trying some of this myself, and will post an article with step-by-steps if I do.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2008/01/21/ultimate-eee-pc-hacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samsung SGH-i600 WM6 Upgrade (Yes&#8230; even if you are on Orange!)</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2008/01/16/samsung-sgh-i600-wm6-upgrade-yes-even-if-you-are-on-orange/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2008/01/16/samsung-sgh-i600-wm6-upgrade-yes-even-if-you-are-on-orange/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 11:13:56 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Modding]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/index.php/2008/01/16/samsung-sgh-i600-wm6-upgrade-yes-even-if-you-are-on-orange/</guid>
		<description><![CDATA[
		
		
		
		Time to upgrade your online craps game at Casino Bellini, where you can learn how to win at craps
with the best of them. Start beating craps
and getting a big craps payout
at GamblingCity.net!
IMPORTANT NOTICE: It seems that a few users have managed to completely &#8216;brick&#8217; their i600&#8217;s by putting i607 software on them (or visa-versa) &#8211; [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2008/01/16/samsung-sgh-i600-wm6-upgrade-yes-even-if-you-are-on-orange/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Samsung+SGH-i600+WM6+Upgrade+%28Yes%26%238230%3B+even+if+you+are+on+Orange%21%29";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Time to upgrade your <a href="http://www.gamblingcity.net/casino-games/online-craps/glossary.php">online craps</a> game at Casino Bellini, where you can learn <a href="http://www.gamblingcity.net/casino-games/online-craps/">how to win at craps</a><br />
with the best of them. Start <a href="http://www.gamblingcity.net/casino-games/online-craps/odds.php">beating craps</a><br />
and getting a big <a href="http://www.gamblingcity.net/casino-games/online-craps/rules.php">craps payout</a><br />
at GamblingCity.net!</p>
<hr /><span style="color: #ff0000;"><strong>IMPORTANT NOTICE: </strong></span>It seems that a few users have managed to completely &#8216;brick&#8217; their i600&#8217;s by putting i607 software on them (or visa-versa) &#8211; The two flash files <span style="text-decoration: underline;">are not interchangeable</span> &#8211; if you use the wrong flash file on your phone, you may well permanantly &#8216;brick&#8217; it. <strong>Please also note: </strong>The information provided here is based on my own experience of upgrading <em>my</em> i600, and any Firmware files I link to are for <strong>the i600 European version only</strong>. You use this information <span style="text-decoration: underline;">at your own risk</span>.</p>
<p><strong>Again: </strong>The instructions here are for a European i600 <strong>**NOT** a USA i607</strong>. If you try this on an AT&amp;T i607, you <strong>*will*</strong> brick your phone.</p>
<hr />Dearest Fanboys (and girls),</p>
<p>As you know; I am a great fan of my Samsung SGH-i600, but I have a little bad news for you&#8230; The *Free* WM6 Upgrade that is supplied on the Samsung Website [<a title="Samsung WM6 Upgrade Page" href="http://www.samsungmobile.com/promotion/i600/index.jsp" target="_blank">link</a>] <strong><em>will not </em></strong>work on the &#8216;Orange&#8217; branded units, or even those that have been &#8216;debranded&#8217; <img src='http://www.internet-tools.co.uk/blog/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> (  &#8211; I have tested this using the various methods (and wiping my phone on each occasion!) in order to <em>prove</em> that it can&#8217;t be done.</p>
<p>Curse you Orange, and curse your nasty branded interfaces&#8230;.</p>
<p>However&#8230;. A look at the MoDaCo Wiki [<span style="color: #0000ff;"><a title="MoDaCo i600 Wiki" href="http://wiki.modaco.com/index.php/Samsung_i600" target="_blank">Link</a></span>] shows a WM6 Flash (not official) !!! &#8211; So&#8230; I downloaded the 60Mb File, and lo and behold, WM6 on my Samsung &#8211; Wooo Hoooooo.</p>
<p>Here are the instructions in Full:-</p>
<p><em>Please Note: </em>This is entirely at your own risk, and any damage caused directly or indirectly by this information is entirely your responsibility. <span style="text-decoration: underline;">If you brick your phone, don&#8217;t come crying to me &#8211; you have been warned!</span></p>
<ul>
<li><span style="color: #003300;">Make sure you have ActiveSync 4.5 or higher installed.</span></li>
<li><span style="color: #003300;">BACKUP YOUR PHONE -Use ActiveSync to backup the contacts, and browse to the phone for images / mp3&#8217;s etc.<br />
</span></li>
<li><span style="color: #003300;">Download the Modem Driver (required for &#8216;Flashing&#8217;) [<a title="Samsung (Blackjack) i600 Modem Driver" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2008/01/blackjack_modem_driver.zip">ZIP</a>] and install it.</span></li>
<li><span style="color: #003300;">Download the </span>i600UXXGG2 <span style="color: #003300;">WM6 RAR file and unpack [</span><span style="color: #0000ff;"><a title="MoDaCo i600 Wiki" href="http://wiki.modaco.com/index.php/Samsung_i600#OS" target="_blank">Link</a></span> to MoDoCo page] [<a title="RapidShare download" href="http://rs502.rapidshare.com/files/171795432/i600UXXGG2.zip" target="_blank">Alternative Link</a> to RapidShare Download of the same file]</li>
<li><span style="color: #003300;">Ensure that you &#8216;<span style="text-decoration: underline;">disable</span>&#8216; the USB Connection in the ActiveSync <em>Connection Settings</em> whilst you attempt this.</span></li>
<li><span style="color: #003300;">Place phone into &#8216;Flasher Mode&#8217; (click on image for larger view) </span><a title="How to place i600 into ‘Flash’ mode" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2008/01/resetda2.jpg"><img src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2008/01/resetda2.thumbnail.jpg" alt="How to place i600 into ‘Flash’ mode" /></a></li>
<li><span style="color: #003300;">Run the WM6 upgrader &#8211; Ensure that you have a fully charged battery, and that you don&#8217;t interrupt the (rather long) upgrade process &#8211; it will say complete several times&#8230; wait until the &#8216;Flasher&#8217; screen disappears off the phone. (NOTE: Can take up to 5 mins)<br />
</span></li>
<li><span style="color: #003300;">Wait for phone to reboot &#8211; it takes about<strong> <span style="color: #800000;">5 mins</span></strong> to complete the process -</span><span style="color: #800000;"> <strong><span style="text-decoration: underline;">be patient whilst its on the Windows Mobile Screen!!!</span></strong></span></li>
<li><span style="color: #003300;">Wait for the phone to reboot again&#8230; (normal startup speed this time!)</span></li>
<li><span style="color: #003300;">Restore the USB connection in ActiveSync</span></li>
<li><span style="color: #003300;">Restore all your images / mp3s and re-sync your contacts.</span></li>
</ul>
<p style="text-align: center"><img src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2008/01/wm6_flasher_screen.jpg" alt="WM6 Flasher Upgrade" /></p>
<p>Once completed, if you should see version CE OS 5.2.1437 &#8211; i600UXXGG2</p>
<p style="text-align: center"><img src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2008/01/wm6_ver.jpg" alt="WM6 Version Screen" /></p>
<p align="left">You&#8217;ll notice it says <strong>5.2</strong> &#8211; well that is the official internal version number for WM6!</p>
<p><strong>Impressions;</strong></p>
<p>Well&#8230; you&#8217;ll notice that some of the icons have been improved. There is a new &#8216;Windows Live&#8217; screen (Search and Live login), a Live Messenger icon and it seems a bit faster. I&#8217;ll update this as I use it over the next few days&#8230;.</p>
<p>Some more Blackjack / SGH-i600 goodies for you;</p>
<ol>
<li><strong>Samsung i600 User Guide</strong> [<a title="Samsung i600 User Guide" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2008/01/samsung_sghi600_user_guide.pdf">PDF</a>]</li>
<li><strong>Modem Driver (required for &#8216;Flashing&#8217;) </strong>[<a title="Samsung (Blackjack) i600 Modem Driver" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2008/01/blackjack_modem_driver.zip">ZIP</a>]</li>
<li><strong>Alternative WM6 Upgrade Instructions (if you haven&#8217;t got a UK &#8216;Orange&#8217; version&#8230; Grrr) </strong>[<a title="Full WM6 Upgrade Instructions for Samsung i600" href="http://www.modaco.com/content-page/253760/...80/#entry835147" target="_blank">Link</a>]</li>
<li><strong>Top 10 Applications for Windows Mobile </strong>[<a title="Top 10 Windows Mobile Apps" href="http://www.internet-tools.co.uk/blog/index.php/2008/11/17/windows-mobile-top-10-apps/" target="_self">Link</a>]</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2008/01/16/samsung-sgh-i600-wm6-upgrade-yes-even-if-you-are-on-orange/feed/</wfw:commentRss>
		<slash:comments>109</slash:comments>
		</item>
		<item>
		<title>HTPC Home Theatre Media Center from old junk</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2007/12/21/htpc-home-theatre-media-center-from-old-junk/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2007/12/21/htpc-home-theatre-media-center-from-old-junk/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 10:27:18 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Satellite]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/index.php/2007/12/21/htpc-home-theatre-media-center-from-old-junk/</guid>
		<description><![CDATA[
		
		
		
		UPDATED on 18th Jan &#8211; Someone (somehow) managed to attack this page&#8230;.
Dear Avid Reader,
Here we are once again with one of my &#8216;real world&#8217; hack&#8217;s&#8230; This one gets used almost every day!
In my modest home in Latchingdon, Essex &#8211; England, I have a &#8216;Bar in the Garden&#8217;. This &#8216;Bar&#8217; is approx 25&#8242; x 18&#8242; and [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2007/12/21/htpc-home-theatre-media-center-from-old-junk/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "HTPC+Home+Theatre+Media+Center+from+old+junk";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>UPDATED on 18th Jan &#8211; Someone (somehow) managed to attack this page&#8230;.</p>
<p>Dear Avid Reader,</p>
<p>Here we are once again with one of my &#8216;real world&#8217; hack&#8217;s&#8230; This one gets used almost every day!</p>
<p>In my modest home in <a href="http://www.lathingdon-residents.org" target="_blank">Latchingdon, Essex</a> &#8211; England, I have a &#8216;Bar in the Garden&#8217;. This &#8216;Bar&#8217; is approx 25&#8242; x 18&#8242; and has an indoor BBQ, Gas Heating and a Bar Counter with cupboards, fridges and glass shelves.</p>
<p>Clearly I needed to think carefully about the entertainment system!</p>
<p>My key requirements were:-</p>
<ul>
<li>Music, TV &amp; Internet</li>
</ul>
<p>Now the Music would obviously come from my huge MP3 collection (and even bigger CD collection), TV would come from <a href="http://www.internet-tools.co.uk/blog/index.php/2007/10/08/sky-satellite-enhancing-your-satellite-installation/" target="_blank">Satellite TV</a> via a dish on the side of the bar.</p>
<p><img src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/12/home-system.jpg" alt="Home Media System" /></p>
<p>After messing about with Windows Media Edition, I decided on using Media Portal (www.team-mediaportal.com)  which is a fantastic open-source Media Center application. Not only does it provide the usual DVD/MP3/Pictures interface, but also supports TV Cards, EPG and even a TiVO-style recording facility.</p>
<p>All the sound hardware was derived from old HiFi amplifiers and surround-sound systems, and the TV was a £150 HD Ready no-name from Comets.</p>
<p>The app plays nice with Hauppauge TV / Remote combination cards, and has a very configurable interface (with skinning capabilities).</p>
<p>At the other end of my bar, I have the Guitar stuff &#8211; As you can see below, I&#8217;ve set up a 2nd LCD panel (using a TV Interface board I purchased off eBay), add a £20 DVD player from Tesco and you have a play-along-with-the-music system!</p>
<p><img src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/12/guitar-system.jpg" alt="Guitar Amp Setup" /></p>
<p><noscript> </noscript></p>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2007/12/21/htpc-home-theatre-media-center-from-old-junk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic Auditing of PABX Equipment</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2007/12/07/automatic-auditing-of-pabx-equipment/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2007/12/07/automatic-auditing-of-pabx-equipment/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 09:40:39 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Telecoms]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/index.php/2007/12/07/automatic-auditing-of-pabx-equipment/</guid>
		<description><![CDATA[
		
		
		
		As part of my &#8216;real-world&#8217; job, I write decoders and web interfaces for PABX auditing tools. This is a job that I have done now for nearly 18 years!
I decided therefore avid reader, that you should have a little look at what I do!
Imagine that you have 50 telephone systems in your network, and 10,000 [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2007/12/07/automatic-auditing-of-pabx-equipment/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Automatic+Auditing+of+PABX+Equipment";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>As part of my &#8216;real-world&#8217; job, I write decoders and web interfaces for PABX auditing tools. This is a job that I have done now for nearly 18 years!</p>
<p>I decided therefore avid reader, that you should have a little look at what I do!</p>
<hr />Imagine that you have 50 telephone systems in your network, and 10,000 extensions hanging off those PABX&#8217;s. How on earth do you audit them?Lets look at the options;</p>
<ul>
<li>&#8220;Man in a van&#8221;</li>
<li>Remote Audit via proprietary software</li>
<li>Rely on your maintainer&#8217;s site records</li>
</ul>
<p><strong><u>Man in a Van</u></strong></p>
<p>Whilst this can be effective, it is has huge cost and environmental disadvantages. In addition, it is hugely time-consuming and can be inaccurate (imagine 10 different engineers all documenting the information in a different manner)</p>
<p><strong><u>Remote Audit via Vendor Software</u></strong></p>
<p>Ok &#8211; this is quite useful, but generally not particularly effective when you have multiple PABX&#8217;s. The reasons are; </p>
<ul>
<li>You cannot automate the process</li>
<li>You cannot compile the data to give a enterprise view of your estate</li>
<li>The information is proprietary to each vendor</li>
</ul>
<p><strong><u>Rely on Maintainers Site Records</u></strong></p>
<p>Really?  <img src='http://www.internet-tools.co.uk/blog/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
<hr />
So&#8230; a solution was required&#8230;We needed basically achieve the following tasks;</p>
<ol>
<li>Capture the configuration of a PABX regardless of the Vendor</li>
<li>Store that information centrally</li>
<li>Allow reporting of the configuration in a common manner (that didn&#8217;t require PABX training)</li>
<li>Provide &#8220;enterprise&#8221; reports</li>
<li>Allow these reports to be run from ANY machine without installing any software (basically, &#8220;Web-based&#8221;)</li>
<li>Allow non-trained users to &#8216;explore&#8217; the PABX in a tree-like manner</li>
<li>Automatically show any changes between two scans (e.g. &#8220;Swaps&#8221; or &#8220;Moves and Changes&#8221;)</li>
</ol>
<p>The solution was &#8220;<a href="http://www.mit-comms.co.uk/asset_manager.asp" title="Asset Manager">Asset Manager</a>&#8221; &#8211; This application, borne from the company I work for, meets all of the about and more.</p>
<p>At present we support Mitel, Nortel, Siemens, Avaya, Ericsson and 3Com PABX&#8217;s, with more being added all the time. There is a live online demonstration at <a href="http://www.mit-comms.co.uk/asset_manager.asp">www.mit-comms.co.uk/asset_manager.asp</a> which lets you explore the &#8216;tree&#8217; and other reports.</p>
<p>The report engine is written to work with IE5.5+, Opera and FireFox without any plugins or applets.</p>
<p>Here are some examples of the reports it generates:- </p>
<p><img src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/12/treeview.jpg" alt="Asset Manager Tree View" /></p>
<p><img src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/12/cardmap.jpg" alt="PABX Card Map Report" /></p>
<p><img src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/12/swaps.jpg" alt="Asset Manager Swaps Report" /></p>
<p><img src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/12/handsets.jpg" alt="Asset Manager Handsets Report" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2007/12/07/automatic-auditing-of-pabx-equipment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Ubuntu 7.10 Gutsy Gibbon on my Asus Eee PC</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2007/11/26/installing-ubuntu-710-gutsey-gibbon-on-my-asus-eee-pc/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2007/11/26/installing-ubuntu-710-gutsey-gibbon-on-my-asus-eee-pc/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 19:07:24 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[Asus EeePC]]></category>
		<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Modding]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/index.php/2007/11/26/installing-ubuntu-710-gutsey-gibbon-on-my-asus-eee-pc/</guid>
		<description><![CDATA[
		
		
		
		Before you install Ubuntu, make sure you can still run the Casino Bellini software and play online blackjack, online roulette, video poker, craps and MORE!
// < ![CDATA[
 amazon_ad_tag="comm07-21";  amazon_ad_width="728";  amazon_ad_height="90";  amazon_color_border="206BA2";  amazon_color_logo="FFFFFF";  amazon_color_link="206BA2";  amazon_ad_logo="hide";  amazon_ad_title="CommsBlog Store";
// ]]&#62;



Click on the Pic to see a bigger version

Hi All,
Well I went [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2007/11/26/installing-ubuntu-710-gutsey-gibbon-on-my-asus-eee-pc/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Installing+Ubuntu+7.10+Gutsy+Gibbon+on+my+Asus+Eee+PC";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Before you install Ubuntu, make sure you can still run the Casino Bellini software and play <a href="http://www.casinobellini.com/online_blackjack.html">online blackjack</a>, <a href="http://www.casinobellini.com/online_roulette.html">online roulette</a>, <a href="http://www.casinobellini.com/online_video_poker.html">video poker</a>, <a href="http://www.casinobellini.com/online_craps.html">craps</a> and MORE!</p>
<p><script type="text/javascript">// < ![CDATA[
 amazon_ad_tag="comm07-21";  amazon_ad_width="728";  amazon_ad_height="90";  amazon_color_border="206BA2";  amazon_color_logo="FFFFFF";  amazon_color_link="206BA2";  amazon_ad_logo="hide";  amazon_ad_title="CommsBlog Store";
// ]]&gt;</script><br />
<script src="http://www.assoc-amazon.co.uk/s/asw.js" type="text/javascript"></script></p>
<p><a title="Ubuntu on Eee PC Printer" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot.png"></a><a title="Ubuntu on Eee PC Printer" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot.png"></a><a title="Ubuntu on Eee PC Printer" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot.png"></a><a title="Ubuntu on Eee PC Printer" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot.png"></a></p>
<p style="text-align: center"><a title="Ubuntu on Eee PC Printer" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot.png"><img style="width: 440px; height: 263px;" src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot.png" alt="Ubuntu on Eee PC Printer" width="440" height="263" /></a></p>
<p style="text-align: center"><a title="Ubuntu on Eee PC Printer" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot.png">Click on the Pic to see a bigger version</a></p>
<p><a title="Ubuntu on Eee PC Wireless" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot-1.png"></a></p>
<p>Hi All,</p>
<p>Well I went and got myself an Asus Eee PC the other day. What a fantastic piece of kit&#8230; but I have to say I didn&#8217;t like the OS much. You either have a &#8216;fisher price&#8217; Xandros Linux desktop, or a Xandros KDE based one&#8230; Personally (and I am new to linux) I prefer Ubuntu&#8217;s Gnome-based layout.</p>
<p>Now in theory, this shouldn&#8217;t be too hard, but in order to make sure that this all works properly, I spent a great deal of time researching the process at EeeUser.com and various other sites.</p>
<p>This is my &#8216;How to&#8217;</p>
<ol>
<li>Reboot your Eee PC and ensure that the boot sequence is set to ATAPI CD Rom as the first choice.</li>
<li>Plug in a USB CD Caddy and insert your Ubuntu 7.10 Gutsy Gibbon Live CD (Download <a href="http://www.ubuntu.com/getubuntu/download" target="_blank">Here</a>)</li>
<li>Once booted, click on Applications, Terminal and type <em><span style="color: #333333;">gconf-editor</span></em></li>
<li>Browse to <span style="color: #333333;"><em>apps/compiz/plugins/move/allscreens/options</em></span> and uncheck <span style="color: #333333;"><em>constrain_y </em></span><span style="color: #000000;">(Full details <a href="http://wiki.eeeuser.com/guidebooks:dealing_with_application_windows_or_dialogs_that_are_larger_than_the_screen?s=ubuntu" target="_blank">Here</a>) &#8211; This allows you to move any window up beyond the height of the screen, which is very much needed during this install.</span></li>
<li>Double Click on the &#8220;Install&#8221; Icon on the Desktop. Any time a window doesn&#8217;t fit, hold down the Alt key and drag the window off the top of the screen so you can see the buttons.</li>
<li>Go through all the normal bits until you get to the Partitioning. Select manual and delete all the existing partitions. Create one partition of 4001Mb that is EXT2 and has a mount point of &#8220;/&#8221; &#8211; Ignore any &#8220;swap partition&#8221; warnings.</li>
<li>Complete Install (answering any obvious questions accordingly)</li>
<li>Reboot (after removing the CD)</li>
<li>Redo Step 4 again (it gets lost in the install)</li>
<li>Acknowledge the Athos &#8220;Restricted Driver&#8221; message</li>
<li>Minimise Disk Writes (All obtained from <a href="http://wiki.eeeuser.com/ubuntu?s=ubuntu" target="_blank">Eeeuser.com</a>) by doing the following:-
<ol>
<li>Adding the following to<span style="color: #000000;"><em> <span style="color: #333333;">/etc/fstab</span></em></span> <span style="color: #800000;">tmpfs </span><span style="color: #008000;">/var/log</span> <span style="color: #800000;">tmpfs defaults,noatime 0 0</span></li>
<li>Repeat for <span style="font-family: courier new,courier; color: #008000;">/tmp</span>, <span style="font-family: courier new,courier; color: #008000;">/var/lock</span>, <span style="font-family: courier new,courier; color: #008000;">/var/run</span> and <span style="font-family: courier new,courier; color: #008000;">/var/tmp</span></li>
<li>Set <span style="color: #800000;">defaults,noatime 0 2</span> on the main ext2 partition (See <a href="http://wiki.eeeuser.com/yet_another_way_to_install_ubuntu_710" target="_blank">HERE</a> for more details) to prevent excessive wear and tear on your SSD</li>
<li>If you ignored me and added a swap partition as well, then edit the /etc/sysctl.conf and add a line at the end that says <span style="color: #800000;">vm.swappiness=0</span> this will tell the OS to use RAM in preference to Swap files.</li>
<li>Go into Add/Remove, and remove the pointless applications that are taking up room on your little 4Gb SSD&#8230; I removed the following:-</li>
</ol>
</li>
<li>
<ol>
<li>Most of the games (Really&#8230;How often are you actually going to play these?)</li>
<li>F-spot Photo Manager (I user Flikr, so not needed)</li>
<li>OnBoard (on-screen keyboard&#8230; not needed as we have one!)</li>
<li>Orca (I can see just fine thank you&#8230;)</li>
<li>Xsane (Nope&#8230; no scanners or faxes plugged into my Eee)</li>
</ol>
</li>
<li>Get your GMAIL all set up (Samsung tips here apply equally well&#8230; <a href="http://www.internet-tools.co.uk/blog/index.php?s=gmail">http://www.internet-tools.co.uk/blog/index.php?s=gmail</a>)</li>
</ol>
<p>Ok. So we have a working Eee PC running Ubuntu, but there are a few things &#8216;Broken&#8217;&#8230;. Battery Indicator, Wireless Lan, Webcam, Power Buttons, Lid sensor, Skype&#8230;..</p>
<p>Go the the Eeeuser.com site <a href="http://wiki.eeeuser.com/ubuntu?s=ubuntu" target="_blank">HERE</a> to fix these issues (far to long to cut&#8217;n'paste here) and pn Samiux&#8217;s Blog <a href="http://samiux.wordpress.com/2007/11/12/yet-another-way-to-install-ubuntu-710-to-asus-eee-pc/" target="_blank">HERE</a></p>
<p>But things I did fix from the Eeeuser site were:-</p>
<ul>
<li>Wireless network (via ndiswrapper method)</li>
<li>Suspend/Resume/Power Down issues</li>
<li>Webcam support (you have to enable it in the BIOS for Ubuntu to see it &#8211; it will reboot twice once enabled)</li>
</ul>
<p><a title="Ubuntu on Eee PC - Wireless" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot-1.png"></a><a title="Ubuntu on Eee PC - Wireless" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot-1.png"></a><a title="Ubuntu on Eee PC - Wireless" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot-1.png"></a></p>
<p style="text-align: center"><a title="Ubuntu on Eee PC - Wireless" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot-1.png"><img style="width: 440px; height: 263px;" src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot-1.png" alt="Ubuntu on Eee PC Printer" width="440" height="263" /></a></p>
<p style="text-align: center"><a title="Ubuntu on Eee PC - Wireless" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot-1.png">Click on the Pic to see a bigger version</a></p>
<p><a title="Ubuntu on Eee PC - Wireless" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot-1.png">The next thing was to make sure that everything took up as little space as possible. These were the steps I took:-</a></p>
<ul>
<li>Installed the &#8216;Littlefox&#8217; theme into FireFox (takes up much less screen real-estate)</li>
<li>Went into Appearance Preferences and set:-
<ul>
<li>All the fonts to 8pt</li>
<li>Icons to &#8220;Icon Only&#8221; (no text)</li>
</ul>
</li>
<li>Adjusted mouse sensitivity (wasn&#8217;t detecting my touchpad-taps very well)</li>
<li>Set both status bars to 19 pixels in height</li>
<li>Added my networked HP printer (I use a wireless gateway adapter connected to the Ethernet port on the OfficeJet)</li>
</ul>
<p>Then I added some goodies&#8230;</p>
<ul>
<li>Enabled all the repositories in System, Administration, Software Sources</li>
<li>Updated everything by going into System, Administration, Update Manager</li>
<li>Installed all the BlueTooth stuff (so I can beam from my Samsung to the Eee PC)</li>
<li>Installed Camorama (Web Cam Capture and Test App)</li>
<li>Installed v2 of Skype (it has webcam support under linux)</li>
</ul>
<p>And thats it&#8230;. all working, and I am in fact completing this blog entry on my Eee PC with Ubuntu!<br />
<a title="Ubuntu on Eee PC - Blogging" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot-2.png"></a><a title="Ubuntu on Eee PC - Blogging" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot-2.png"></a><a title="Ubuntu on Eee PC - Blogging" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot-2.png"></a></p>
<p style="text-align: center"><a title="Ubuntu on Eee PC - Blogging" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot-2.png"><img style="width: 440px; height: 263px;" src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot-2.png" alt="Ubuntu on Eee PC Printer" width="440" height="263" /></a></p>
<p style="text-align: center"><a title="Ubuntu on Eee PC - Blogging" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/11/screenshot-2.png">Click on the Pic to see a bigger version</a></p>
<p>27th November &#8211; NOTE: When installing the ndiswrapper, make sure you place the ndis folder that you downloaded from the cd/website somewhere sensible! I deleted the folder (thinking that ndiswrapper would copy the relevant files somewhere) and spent 2 hours trying to get my wireless lan working again <img src='http://www.internet-tools.co.uk/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>29th November &#8211; Added some screenshots of it in action.</p>
<p>30th November &#8211; Firstly&#8230;  sorry if you haven&#8217;t been able to view this blog&#8230; Fasthosts cobbled my MySQL server <img src='http://www.internet-tools.co.uk/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />     Secondly&#8230; I have had a minor problem (irritating, more than an issue) where the Eee PC will randomly reboot during the initial boot sequence. Essentially it gets &#8217;stuck&#8217; about 20% through the first Ubuntu progress bar, and then reboots just fine. Haven&#8217;t sussed what it is yet, but it only happened <em>after</em> I enabled the Webcam in the BIOS&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2007/11/26/installing-ubuntu-710-gutsey-gibbon-on-my-asus-eee-pc/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>WM6 finally available for Samsung SGH-i600 in UK (and Free!)</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2007/10/30/wm6-finally-available-for-samsung-sgh-i600-in-uk-and-free/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2007/10/30/wm6-finally-available-for-samsung-sgh-i600-in-uk-and-free/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 10:39:56 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[Internet Tools]]></category>
		<category><![CDATA[LSA]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Modding]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/index.php/2007/10/30/wm6-finally-available-for-samsung-sgh-i600-in-uk-and-free/</guid>
		<description><![CDATA[
		
		
		
		UPDATE: 12th May 2008
Sorry if you have experienced &#8217;spam&#8217; or URL redirections from this page. This has been caused by someone hacking my Blog (again!) &#8211; Let me know if you spot any more dodgy pop-ups going on. Cheers, Paul
Hi All,
We can you believe it? Finally we get WM6 (for Free!) from Samsung for our [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2007/10/30/wm6-finally-available-for-samsung-sgh-i600-in-uk-and-free/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "WM6+finally+available+for+Samsung+SGH-i600+in+UK+%28and+Free%21%29";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><span style="color: #0000ff;"><strong>UPDATE: 12th May 2008</strong></span></p>
<p><span style="color: #0000ff;">Sorry if you have experienced &#8217;spam&#8217; or URL redirections from this page. This has been caused by someone hacking my Blog (again!) &#8211; Let me know if you spot any more dodgy pop-ups going on. Cheers, Paul</span></p>
<p>Hi All,</p>
<p>We can you believe it? Finally we get WM6 (for Free!) from Samsung for our sexy little Euro-Blackjacks!</p>
<p>The link is:  <a href="http://www.samsungmobile.com/promotion/i600/index.jsp">http://www.samsungmobile.com/promotion/i600/index.jsp</a></p>
<p>Countries now supported; Belgium, Bulgaria, Denmark, Estonia, Finland, France, Iceland, Italy, Latvia, Lithuania, Netherlands, Norway, Poland, Russia, Sweden, Switzerland, <strong><span style="color: #ff0000;">UK</span></strong> and Ukraine &#8211; Austria still greyed-out&#8230;.</p>
<p style="text-align: center"><img src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/10/samsung_countries.jpg" alt="Samsung Country List" /></p>
<p>OK, here are the steps required:-</p>
<ol>
<li>Visit the link above and click on UK</li>
<li>Enter your version number, this should look something like <strong>i600???? </strong>to get this information, simply dial <strong><span style="color: #800000;">*#1546792*#</span></strong> on your phone, select <strong>1</strong> (Version), <strong>2</strong> (Software Version) and then make a note of what is detailed next to <strong>PDA Version</strong></li>
<li>Complete the contact details, along with the serial number on the back of your phone (under the battery). The Serial should be under the bar code and look something like R7WP44????? <span style="font-size: xx-small;">(*last 5 digits hidden for obvious reasons!)</span></li>
<li>You should now see a screen that looks like this
<ul>
<li><img src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/10/samsung_upgrade2.jpg" alt="Samsung Upgrade Instructions" /></li>
</ul>
</li>
<li>Install ActiveSync 4.5</li>
<li>Right-Click save the Samsung Driver and then unzip into a folder somewhere and install using the &#8220;Setup.exe&#8221;</li>
<li>Connect your i600 (It will re-detect the drivers for the phone at this point)</li>
<li>You may be asked to &#8216;delete&#8217; a profile (e.g. Windows PC 1) as it the Samsung only holds 2 profiles&#8230; just delete both as it makes no difference&#8230;</li>
<li>BACKUP EVERYTHING!!!!! using ActiveSync&#8230; Well&#8230; Sync everything anyway. The Samsung FAQ&#8217;s state &#8220;<span style="font-family: arial,helvetica,sans-serif; color: #800000;"><em>During the update, all of your data, including your applications, contacts and games, will be erased Please note that it is possible to re-sync your outlook data once your new Firmware is installed, but this depends on your Active Sync settings and saved PC data before you upgrade.</em></span>&#8221; &#8211; Browse to the phone and backup all your pictures, sounds etc.</li>
<li>Download the Firmware Updater (I suggest using something like &#8220;GetRight&#8221; as its 90Mb!!!)</li>
<li>Run the Updater&#8230;. wait a looooonnnnnggggg time</li>
<li>Let the phone reboot as required, and there you have it&#8230;. Windows Mobile 6</li>
</ol>
<p>Of course&#8230; all you need to do now is restore all your files and applications back again <img src='http://www.internet-tools.co.uk/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p><strong>NOTE: i600XXGD1 </strong>firmware (i.e. &#8220;De branded&#8221; WM5 as detailed in my other listings) seems to come up with &#8220;Invalid Version Number&#8221; when you run the Updater&#8230;. I will post more as and when I solve this&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2007/10/30/wm6-finally-available-for-samsung-sgh-i600-in-uk-and-free/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Orange UK Still blocking Windows Mobile 6 on the Samsung Blackjack?</title>
		<link>http://www.internet-tools.co.uk/blog/index.php/2007/10/23/orange-uk-still-blocking-windows-mobile-6-on-the-samsung-blackjack/</link>
		<comments>http://www.internet-tools.co.uk/blog/index.php/2007/10/23/orange-uk-still-blocking-windows-mobile-6-on-the-samsung-blackjack/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 08:22:40 +0000</pubDate>
		<dc:creator>Paul McGuinness</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Modding]]></category>

		<guid isPermaLink="false">http://www.internet-tools.co.uk/blog/index.php/2007/10/23/orange-uk-still-blocking-windows-mobile-6-on-the-samsung-blackjack/</guid>
		<description><![CDATA[
		
		
		
		Is it a conspiricy? I think so&#8230;.
If you visit the Samsung upgrade site (http://www.samsungmobile.com/promotion/i600/index.jsp) you can download Windows Mobile 6 (WM6) for your Samsung SGH-i600, so long as you don&#8217;t live in the UK.
The only provider for the Euro version of the Blackjack in the UK is Orange, and they seem to have an agreement [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.internet-tools.co.uk/blog/index.php/2007/10/23/orange-uk-still-blocking-windows-mobile-6-on-the-samsung-blackjack/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Orange+UK+Still+blocking+Windows+Mobile+6+on+the+Samsung+Blackjack%3F";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Is it a conspiricy? I think so&#8230;.</p>
<p>If you visit the Samsung upgrade site (<a href="http://www.samsungmobile.com/promotion/i600/index.jsp">http://www.samsungmobile.com/promotion/i600/index.jsp</a>) you can download Windows Mobile 6 (WM6) for your Samsung SGH-i600, so long as you don&#8217;t live in the UK.</p>
<p>The only provider for the Euro version of the Blackjack in the UK is Orange, and they seem to have an agreement with all the manufacturers that ensures that the software on the phones is branded, and sometimes crippled!</p>
<p>If you visit the site, you will see that many countries are now supported&#8230; but alas no UK <img src='http://www.internet-tools.co.uk/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>[photopress:samsung_upgrade.jpg,full,centered]</p>
<p>Countries now supported; <strong>Belgium, Bulgaria, Denmark, Estonia, Finland, France, Iceland, Latvia, Lithuania, Netherlands (Holland), Norway, Russia, Sweden, Switzerland and Ukraine</strong> &#8211; in addition, it appears that <strong>Austria </strong>and <strong>Italy</strong> will be available soon as well.</p>
<p><strong><u>Windows Mobile 5 and 6 Comparison</u></strong> </p>
<p>I also found a great comparison document that shows the differences between Windows Mobile 5 and 6</p>
<p><a target="_blank" href="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/10/wm6-wm50-comparison.pdf"><img border="0" src="http://www.internet-tools.co.uk/blog/wp-content/uploads/2007/10/wm5_6.thumbnail.jpg" alt="Windows Mobile 5 and 6 Thumb" title="Windows Mobile 5 and 6 Thumb" /></a>Click on the Thumbnail to open the full PDF document in a new window.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.internet-tools.co.uk/blog/index.php/2007/10/23/orange-uk-still-blocking-windows-mobile-6-on-the-samsung-blackjack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
