<?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>Another 15 minutes &#187; IT</title>
	<atom:link href="http://blog.silverstone.nu/category/it/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.silverstone.nu</link>
	<description>~ There is no reality, only perception</description>
	<lastBuildDate>Sun, 15 Jan 2012 18:10:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Howto open a port for single IP on a Linksys router</title>
		<link>http://blog.silverstone.nu/2011/08/05/howto-open-a-port-for-single-ip-on-a-linksys-router/</link>
		<comments>http://blog.silverstone.nu/2011/08/05/howto-open-a-port-for-single-ip-on-a-linksys-router/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 07:49:20 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[port forwarding]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/?p=2884</guid>
		<description><![CDATA[I recently bought a new Linksys RV082 router because my old Netgear firewall broke down, but with the Linksys admin interface I struggled to find how I could open up port forwarding for a specific IP address. Port forwarding opens the port for everyone on the Internet, and firewall access rules do not specify which [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>I recently bought a new Linksys RV082 router because my old Netgear firewall broke down, but with the Linksys admin interface I struggled to find how I could open up port forwarding for a specific IP address. Port forwarding opens the port for everyone on the Internet, and firewall access rules do not specify which LAN address the traffic should be routed to. The trick is to combine these two.</p>
<p>In this example we will open up the SSH port (tcp/22) for remote access for a specific Internet IP. First, you have to create the service, give it a name and enter tcp/22 as the port number used. Remember, creating a port forwarding entry will open the port to everyone, so let&#8217;s create a firewall accessrule next to block this first. Create an accessrule to deny everything on this port for any on the WAN interface. Next, we need to open this traffic for our single IP. Create an accessrule to allow this single IP on this port on the WAN interface, make sure that the allow-rule has higher priority than the deny-rule. Final step is to create a port forwarding entry, and specify that this port should be forwarded to a LAN IP. We created the port fowarding last so that the port is not wide open until we created the accessrules. Now everything should be like we wanted, port 22 is only open for a single Internet IP and is forwarded to a LAN IP.</p>
<p>To sum up, this is what we need to make sure only 256.10.11.12 can use port 22 on LAN server 192.168.1.10 from the Internet.</p>
<p>Accessrule Priority 1, Allow SSH [22], WAN1, Source: 256.10.11.12, Destination: Any<br />
Accessrule Priority 2, Deny SSH [22], WAN1, Source: Any, Destination: Any<br />
Port forwarding, TCP/22~22 -&gt; 192.168.1.10</p>
<p style="text-align: center;"> </p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2011/08/05/howto-open-a-port-for-single-ip-on-a-linksys-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firewall failure</title>
		<link>http://blog.silverstone.nu/2011/07/04/firewall-failure/</link>
		<comments>http://blog.silverstone.nu/2011/07/04/firewall-failure/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 07:49:42 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[fvx538]]></category>
		<category><![CDATA[Netgear]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/2011/07/04/firewall-failure/</guid>
		<description><![CDATA[Recently my Netgear fvx538 firewall has been acting up, ending with pretty much total failure on the LAN side. It started with random WAN interface restarts, but now the LAN ports are hanging/locking up. Even with cables pulled out the port LEDs still are lit. The device then needs to be rebooted, and might work [...]
Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2011/08/05/howto-open-a-port-for-single-ip-on-a-linksys-router/' rel='bookmark' title='Howto open a port for single IP on a Linksys router'>Howto open a port for single IP on a Linksys router</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Recently my Netgear fvx538 firewall has been acting up, ending with pretty much total failure on the LAN side. It started with random WAN interface restarts, but now the LAN ports are hanging/locking up. Even with cables pulled out the port LEDs still are lit. The device then needs to be rebooted, and might work for a few minutes before it happens again. I searched the net for answers but only found people with the same problem, and no solution. I tried reverting to an older firmware, factory reset, disabling DHCP and dyndns service, but no luck. Seems like the Netgear is done for, too bad, it was doing good for several years. </p>
<p>I have now ordered a new Cisco firewall, hoping it has better quality. It should arrive in a day or two. </p>
<p>Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2011/08/05/howto-open-a-port-for-single-ip-on-a-linksys-router/' rel='bookmark' title='Howto open a port for single IP on a Linksys router'>Howto open a port for single IP on a Linksys router</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2011/07/04/firewall-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to hide media from players on Android</title>
		<link>http://blog.silverstone.nu/2010/06/02/how-to-hide-media-from-players-on-android/</link>
		<comments>http://blog.silverstone.nu/2010/06/02/how-to-hide-media-from-players-on-android/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 05:00:28 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[media]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/?p=1207</guid>
		<description><![CDATA[An Android phone will scan your entire memory card for music and images and display them as available media in the players and albums, but maybe you don&#8217;t want to show all media but only specific folders. There is a solution for this. To hide media in a specific folder from the player apps do [...]
Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2010/06/01/best-and-most-useful-android-apps-applications-games/' rel='bookmark' title='Best and most useful Android apps, applications &amp; games'>Best and most useful Android apps, applications &#038; games</a></li>
<li><a href='http://blog.silverstone.nu/2010/05/08/htc-desire-android-mobile-phone/' rel='bookmark' title='HTC Desire Android Mobile Phone'>HTC Desire Android Mobile Phone</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>An Android phone will scan your entire memory card for music and images and display them as available media in the players and albums, but maybe you don&#8217;t want to show all media but only specific folders. There is a solution for this. To hide media in a specific folder from the player apps do this:</p>
<ol>
<li>Windows: Open notepad and save an empty file as filename &#8220;.nomedia&#8221;. Linux: In a terminal window create a file called &#8220;.nomedia&#8221; by typing &#8220;touch .nomedia&#8221;.</li>
<li>Connect your Android phone by USB and copy the file into all folders you wish to hide from the media scan.</li>
<li>Done.</li>
</ol>
<p>The media (music, images and movies) contained in this folder will now be ignored and not show up in your MP3 or movie player on the phone. To access and play them you can use a file manager, like Astro File Manager.</p>
<p>Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2010/06/01/best-and-most-useful-android-apps-applications-games/' rel='bookmark' title='Best and most useful Android apps, applications &amp; games'>Best and most useful Android apps, applications &#038; games</a></li>
<li><a href='http://blog.silverstone.nu/2010/05/08/htc-desire-android-mobile-phone/' rel='bookmark' title='HTC Desire Android Mobile Phone'>HTC Desire Android Mobile Phone</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2010/06/02/how-to-hide-media-from-players-on-android/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Best and most useful Android apps, applications &amp; games</title>
		<link>http://blog.silverstone.nu/2010/06/01/best-and-most-useful-android-apps-applications-games/</link>
		<comments>http://blog.silverstone.nu/2010/06/01/best-and-most-useful-android-apps-applications-games/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 15:30:12 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[htc desire]]></category>
		<category><![CDATA[market]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/?p=1203</guid>
		<description><![CDATA[I have had my HTC Desire Android phone for a while now and I have a few recommendations for free, good, useful, nice and fun apps &#38; games for your phone. In Sweden we only have free apps in the market so far, so these recommendations are only based on free apps. Here&#8217;s my list [...]
Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2010/05/08/htc-desire-android-mobile-phone/' rel='bookmark' title='HTC Desire Android Mobile Phone'>HTC Desire Android Mobile Phone</a></li>
<li><a href='http://blog.silverstone.nu/2009/07/22/best-applications-for-htc-touch-hd-windows-mobile/' rel='bookmark' title='Best applications for HTC Touch HD &amp; Windows Mobile'>Best applications for HTC Touch HD &#038; Windows Mobile</a></li>
<li><a href='http://blog.silverstone.nu/2010/06/02/how-to-hide-media-from-players-on-android/' rel='bookmark' title='How to hide media from players on Android'>How to hide media from players on Android</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have had my HTC Desire Android phone for a while now and I have a few recommendations for free, good, useful, nice and fun apps &amp; games for your phone. In Sweden we only have free apps in the market so far, so these recommendations are only based on free apps. Here&#8217;s my list so far&#8230;</p>
<p style="text-align: center;"></p>
<p>Android applications:</p>
<ul>
<li><strong>Astro File manager</strong>. A useful file manager app so you can browse your files and folders.</li>
<li><strong>Transdroid</strong>. Monitor and control your uTorrent client at home on your mobile phone.</li>
<li><strong>MixZing Media Player</strong>. Pretty good media player for you music.</li>
<li><strong>Ringdroid</strong>. Create ringtones from your favorite songs.</li>
<li><strong>Weather widgets (yr.no)</strong>. Weather widget and clock from yr.no.</li>
<li><strong>Swedish dictionary</strong>.</li>
<li><strong>Scandinavian keyboard</strong>.</li>
<li><strong>Handcent SMS</strong>. Very nice SMS application, can be modified to look any way you want.</li>
<li><strong>WordPress</strong>. Manage your WordPress blogs from your mobile phone.</li>
<li><strong>Layar Reality Browser</strong>. A fun augmented reality browser.</li>
<li><strong>Köp &amp; sälj på Tradera</strong>. An ebay-like app for Swedish Tradera (eBay).</li>
<li><strong>aDyno</strong>. An app for your car, it can measure 0-100 times, laptimes, g-forces, show graphs and record data.</li>
<li><strong>Advanced Task Killer</strong>. Kill applications that are running in the background.</li>
<li><strong>Trafikinfo</strong>. Show&#8217;s traffic information on maps, roadworks and other notes (Sweden).</li>
<li><strong>Bambuser</strong>. Stream video in real-time from your mobile phone.</li>
<li><strong>Google Maps</strong>.</li>
<li><strong>Yr.no</strong>. Weather application from yr.no.</li>
<li><strong>Remote RDP Lite</strong>. Remote desktop application.</li>
<li><strong>Twitter</strong>.</li>
<li><strong>Shazam</strong>. Application that identifies songs by listening to them.</li>
<li><strong>3G Watchdog</strong>. Monitors your data traffic.</li>
<li><strong>Google Goggles</strong>. Google image search.</li>
<li><strong>Mix Megapol</strong>. Stream from MIX Megapol radio station (Sweden).</li>
<li><strong>SMS-Biljetter</strong>. Manage yall our SMS-tickets in Sweden with this app.</li>
<li><strong>Cinema</strong>. Movie player.</li>
<li><strong>Compass</strong>.</li>
<li><strong>AFT Supernytt</strong>. Aftonbladet news (Sweden).</li>
<li><strong>IDG.se</strong>. IT news from idg.se.</li>
<li><strong>Prisjakt</strong>. Compare product prices and read reviews (Sweden).</li>
<li><strong>Week Number Widget</strong>. Displays the current week number.</li>
<li><strong>tv.nu</strong>. TV-guide (Sweden).</li>
<li><strong>Nimbuzz IM &amp; Voice</strong>. MSN, ICQ, Facebook chat and more with one app.</li>
</ul>
<p>Android games:</p>
<ul>
<li><strong>Jewels</strong>. You probably know it, classic game.</li>
<li><strong>Bistro cook</strong>. Cook the right ingridients to serve a complete dish.</li>
<li><strong>Air Control</strong>. Direct airplanes to the right runway, very nice.</li>
<li><strong>SuperYatzy Free</strong>. Yes, Yatzy.</li>
<li><strong>Robo Defense Free</strong>. Your avarage tower defense game for the phone.</li>
</ul>
<p>Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2010/05/08/htc-desire-android-mobile-phone/' rel='bookmark' title='HTC Desire Android Mobile Phone'>HTC Desire Android Mobile Phone</a></li>
<li><a href='http://blog.silverstone.nu/2009/07/22/best-applications-for-htc-touch-hd-windows-mobile/' rel='bookmark' title='Best applications for HTC Touch HD &amp; Windows Mobile'>Best applications for HTC Touch HD &#038; Windows Mobile</a></li>
<li><a href='http://blog.silverstone.nu/2010/06/02/how-to-hide-media-from-players-on-android/' rel='bookmark' title='How to hide media from players on Android'>How to hide media from players on Android</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2010/06/01/best-and-most-useful-android-apps-applications-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTC Desire Android Mobile Phone</title>
		<link>http://blog.silverstone.nu/2010/05/08/htc-desire-android-mobile-phone/</link>
		<comments>http://blog.silverstone.nu/2010/05/08/htc-desire-android-mobile-phone/#comments</comments>
		<pubDate>Sat, 08 May 2010 12:10:35 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[desire]]></category>
		<category><![CDATA[htc]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/2010/05/08/htc-desire-android-mobile-phone/</guid>
		<description><![CDATA[Yesterday I got my new mobile phone, an HTC Desire. It&#8217;s just amazing, such a great interface and super fast with so much capabilities. I think it&#8217;s better than Iphone in so many ways, i love Android and what HTC has done with it. There are a few glitches with some widgets, but nothing major [...]
Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2010/06/01/best-and-most-useful-android-apps-applications-games/' rel='bookmark' title='Best and most useful Android apps, applications &amp; games'>Best and most useful Android apps, applications &#038; games</a></li>
<li><a href='http://blog.silverstone.nu/2010/06/02/how-to-hide-media-from-players-on-android/' rel='bookmark' title='How to hide media from players on Android'>How to hide media from players on Android</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I got my new mobile phone, an HTC Desire. It&#8217;s just amazing, such a great interface and super fast with so much capabilities. I think it&#8217;s better than Iphone in so many ways, i love Android and what HTC has done with it. There are a few glitches with some widgets, but nothing major so far. I will have great fun with this phone and with can do so much, no limit with seems. Top notch! I&#8217;m on a horse.</p>
<p>Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2010/06/01/best-and-most-useful-android-apps-applications-games/' rel='bookmark' title='Best and most useful Android apps, applications &amp; games'>Best and most useful Android apps, applications &#038; games</a></li>
<li><a href='http://blog.silverstone.nu/2010/06/02/how-to-hide-media-from-players-on-android/' rel='bookmark' title='How to hide media from players on Android'>How to hide media from players on Android</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2010/05/08/htc-desire-android-mobile-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto flash your HTC Touch HD with custom ROM</title>
		<link>http://blog.silverstone.nu/2009/08/29/howto-flash-your-htc-touch-hd-with-custom-rom/</link>
		<comments>http://blog.silverstone.nu/2009/08/29/howto-flash-your-htc-touch-hd-with-custom-rom/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 22:03:21 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[dutty]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[htc touch hd]]></category>
		<category><![CDATA[manila]]></category>
		<category><![CDATA[rom]]></category>
		<category><![CDATA[touchflo 3d]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/?p=1118</guid>
		<description><![CDATA[Ever since I noticed that TouchFlo 3D (also known as Manila) got updated on newer phones, but not on my HTC Touch HD, I have been thinking of doing it myself with one of the multiple custom ROMs available for this phone, made by enthusiasts of the Windows Mobile community. The newer versions of Manila [...]
Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2008/12/15/howto-enable-telia-mms-internet-on-htc-touch-hd/' rel='bookmark' title='Howto enable Telia MMS/Internet on HTC Touch HD'>Howto enable Telia MMS/Internet on HTC Touch HD</a></li>
<li><a href='http://blog.silverstone.nu/2009/04/09/htc-touch-hd-rom-update/' rel='bookmark' title='HTC Touch HD ROM update'>HTC Touch HD ROM update</a></li>
<li><a href='http://blog.silverstone.nu/2008/12/11/my-new-htc-touch-hd/' rel='bookmark' title='My new HTC Touch HD!'>My new HTC Touch HD!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Ever since I noticed that TouchFlo 3D (also known as Manila) got updated on newer phones, but not on my HTC Touch HD, I have been thinking of doing it myself with one of the multiple custom ROMs available for this phone, made by enthusiasts of the Windows Mobile community. The newer versions of Manila has alot more nice functions and much better looks that I want, my phone comes with version 1.3 so it&#8217;s pretty basic. The procedure seemed a bit complicated though, and I didn&#8217;t want to risk my warranty on the phone. But after e-mailing HTC asking whether or not the HTC Touch HD (Blackstone) would ever get an upgrade to Windows Mobile 6.5 and newest version of Manila and they replied&#8230;</p>
<blockquote><p>- We currently have no knowledge of any planned updates for the HD. It is unlikely to be updated to 6.5 or beyond as Microsoft have made some hardware restrictions on devices that can use 6.5 that the HD does not meet.</p></blockquote>
<p>&#8230; I decided to go ahead with my plans, since I know that many people use Windows Mobile 6.5 and later versions of Manila on their Touch HD&#8217;s and it runs just fine. I&#8217;m gonna go for Dutty&#8217;s &#8220;Leo&#8221; ROM with Windows Mobile 6.5 and Manila 2.5, since Dutty seems to be the most popular and skilled ROM cook out there, and here&#8217;s a step-by-step guide on how I did it.</p>
<p><span id="more-1118"></span></p>
<p>First off, let me just say that I take no responsibility in any damage done to you or your phone for following my example, just in case.</p>
<p style="text-align: center;"></p>
<p>Now, you need to decide if you want to use HSPL (Hard SPL) or USPL (User SPL). USPL is a temporary upgrade in memory only, to make the change permanent (survive a reset) you should use HSPL, and so I will.</p>
<p>You also need to check what SPL version you have, boot the phone holding the volume down button. This will put the phone in it&#8217;s &#8220;bootloader&#8221; screen. My phone had version 1.54 and I have a 1.56+ version ROM. In order to upgrade to a custom ROM you must change your SPL to allow uncertified upgrades, such a SPL has been made by &#8220;Olinex&#8221; and you must first install/flash this to you phone.</p>
<p>A guide and all the files you need are found in this tutorial; <a href="http://forum.xda-developers.com/showthread.php?t=505377" target="_blank">http://forum.xda-developers.com/showthread.php?t=505377</a>. This will explain the terms more in details if you want.</p>
<p>I got an error when first trying to change the SPL (connection problem), but there is a troubleshooting guide just for this scenario. The solution is to download a program file to launch on your phone instead, then flashing the new SPL worked great.</p>
<div id="attachment_1127" class="wp-caption alignright" style="width: 192px"><img class="size-full wp-image-1127" title="manila-25" src="http://blog.silverstone.nu/wp-content/uploads/2009/08/manila-25.jpg" alt="TouchFLO 3D (Manila 2.5)" width="182" height="303" /><p class="wp-caption-text">TouchFLO 3D (Manila 2.5)</p></div>
<p>Once you have the new SPL in place, you can flash any ROM you like. I chosed <a href="http://htcpedia.com/forum/showthread.php?t=304" target="_blank">Dutty&#8217;s Leo R2 ROM</a> (Windows 6.5 and Manila 2.5). Just put your phone in bootloader mode again just as before, connect the USB-cable to your computer and wait until &#8220;USB&#8221; pops up on the screen. Then just launch the &#8220;BlackstoneRUUWrapper&#8221; program which usually is distributed with each ROM package, then flash your phone as you would with an official release.</p>
<p>After this it&#8217;s recommended to do a hard reset/factory reset twice. Do this by holding both volume up and volume down button while turning on your phone and follow the instructions on the screen.</p>
<p style="text-align: center;"></p>
<p>All set, worked great for me! Just sync back all your contacts and files, install the CABs and customize your phone again. Programs you should install one by one and test them, to make your they are working correctly with the new ROM.</p>
<p>To sum up:</p>
<ol>
<li>Backup your phone using Activesync etc.</li>
<li>Go for HSPL method.</li>
<li>Flash new SPL, if it fails then use SSPL (running boot loader from phone).</li>
<li>When SPL version is &#8220;1.56 (Olinex)&#8221;,  flash new ROM.</li>
<li>Hard reset.</li>
<li>Hard reset.</li>
<li>Restore backup.</li>
<li>Done!</li>
</ol>
<p>Good luck! I can really recommend this if you&#8217;re getting abit tired of the same old user interface on your phone, this is close to getting a new phone, and much cheaper :).</p>
<p>Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2008/12/15/howto-enable-telia-mms-internet-on-htc-touch-hd/' rel='bookmark' title='Howto enable Telia MMS/Internet on HTC Touch HD'>Howto enable Telia MMS/Internet on HTC Touch HD</a></li>
<li><a href='http://blog.silverstone.nu/2009/04/09/htc-touch-hd-rom-update/' rel='bookmark' title='HTC Touch HD ROM update'>HTC Touch HD ROM update</a></li>
<li><a href='http://blog.silverstone.nu/2008/12/11/my-new-htc-touch-hd/' rel='bookmark' title='My new HTC Touch HD!'>My new HTC Touch HD!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2009/08/29/howto-flash-your-htc-touch-hd-with-custom-rom/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HTC Touch HD camera &amp; free memory bug</title>
		<link>http://blog.silverstone.nu/2009/08/12/htc-touch-hd-camera-free-memory-bug/</link>
		<comments>http://blog.silverstone.nu/2009/08/12/htc-touch-hd-camera-free-memory-bug/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 20:32:43 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[htc touch hd]]></category>
		<category><![CDATA[memory]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/?p=1109</guid>
		<description><![CDATA[Recently I noticed that the camera in my HTC Touch HD showed I had only 59 photos left until my memory card would be full, which was strange because I had only used about 3.5 Gb out of the 8 Gb available. This seems to be a bug on the phone when approaching about half [...]
Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2009/04/09/htc-touch-hd-rom-update/' rel='bookmark' title='HTC Touch HD ROM update'>HTC Touch HD ROM update</a></li>
<li><a href='http://blog.silverstone.nu/2008/12/11/my-new-htc-touch-hd/' rel='bookmark' title='My new HTC Touch HD!'>My new HTC Touch HD!</a></li>
<li><a href='http://blog.silverstone.nu/2008/09/12/htc-touch-hd/' rel='bookmark' title='HTC Touch HD'>HTC Touch HD</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Recently I noticed that the camera in my HTC Touch HD showed I had only 59 photos left until my memory card would be full, which was strange because I had only used about 3.5 Gb out of the 8 Gb available. This seems to be a bug on the phone when approaching about half of the capacity of your memory card, for most users this might happen when the amounr of free space is closing down to 4 Gb, a patch for it should be available from HTC sooner or later I guess. After searching some information about this problem I stumbled upon some ideas that might fix the problem, one being to connect the phone to your computer with USB cable in disk mode and do a normal defrag of the drive. In my case this did not work. Another idea was to save more files to the card so the amount of free space would be less than 4 Gb, thus forcing the decive to recognize the 4 more gigabytes that are available. This worked better and here&#8217;s how I did it&#8230;</p>
<p><span id="more-1109"></span></p>
<p style="text-align: center;"></p>
<p>Create a random content file, I used Linux for this with the command</p>
<blockquote><p>dd if=/dev/urandom of=bigfile.log bs=1M count=250</p></blockquote>
<p>This will create a 250 Mb large file of random content. Copy that to your memory card to get the amount of free space below 4096 Mb, and voila&#8230; I now can take over 6400 more photos.</p>
<p>Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2009/04/09/htc-touch-hd-rom-update/' rel='bookmark' title='HTC Touch HD ROM update'>HTC Touch HD ROM update</a></li>
<li><a href='http://blog.silverstone.nu/2008/12/11/my-new-htc-touch-hd/' rel='bookmark' title='My new HTC Touch HD!'>My new HTC Touch HD!</a></li>
<li><a href='http://blog.silverstone.nu/2008/09/12/htc-touch-hd/' rel='bookmark' title='HTC Touch HD'>HTC Touch HD</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2009/08/12/htc-touch-hd-camera-free-memory-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best applications for HTC Touch HD &amp; Windows Mobile</title>
		<link>http://blog.silverstone.nu/2009/07/22/best-applications-for-htc-touch-hd-windows-mobile/</link>
		<comments>http://blog.silverstone.nu/2009/07/22/best-applications-for-htc-touch-hd-windows-mobile/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 18:52:58 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[htc touch hd]]></category>
		<category><![CDATA[softwares]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/?p=1075</guid>
		<description><![CDATA[Here is a small collection of applications I recommend and find either very cool or useful for your HTC Touch HD or any other Windows Mobile phone. These applications will unlock hidden powers inside your phone and make it even more user friendly better looking. So here&#8217;s my list, in no particular order&#8230; FingerKeyboard 2 [...]
Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2009/08/29/howto-flash-your-htc-touch-hd-with-custom-rom/' rel='bookmark' title='Howto flash your HTC Touch HD with custom ROM'>Howto flash your HTC Touch HD with custom ROM</a></li>
<li><a href='http://blog.silverstone.nu/2010/06/01/best-and-most-useful-android-apps-applications-games/' rel='bookmark' title='Best and most useful Android apps, applications &amp; games'>Best and most useful Android apps, applications &#038; games</a></li>
<li><a href='http://blog.silverstone.nu/2008/12/15/howto-enable-telia-mms-internet-on-htc-touch-hd/' rel='bookmark' title='Howto enable Telia MMS/Internet on HTC Touch HD'>Howto enable Telia MMS/Internet on HTC Touch HD</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here is a small collection of applications I recommend and find either very cool or useful for your HTC Touch HD or any other Windows Mobile phone. These applications will unlock hidden powers inside your phone and make it even more user friendly better looking. So here&#8217;s my list, in no particular order&#8230;</p>
<p><span id="more-1075"></span></p>
<p style="text-align: center;"></p>
<p><strong>FingerKeyboard 2</strong><br />
This great program replaces the onscreen keyboard on your touchscreen phone with one that is very handy and good looking. You can chose keyboard colors, create shortcuts and hotkeys for often used. For example you can by only one click write a smiley. Very useful, and free.<br />
<a href="http://forum.xda-developers.com/showthread.php?t=501122" target="_blank">http://forum.xda-developers.com/showthread.php?t=501122</a> <em>(added 20090722)</em></p>
<p><strong>Auto Call Recorder<br />
</strong>This application allows you to record both incoming and outgoing calls and save them, either automatically or by asking every call.<br />
<a href="http://forum.xda-developers.com/showthread.php?t=536472" target="_blank">http://forum.xda-developers.com/showthread.php?t=536472</a> <em>(added 20090722)</em></p>
<p><strong>Change Screen</strong><br />
This application will rotate the screen automatically and you can configure it so exempt any program you like from certain rotations that perhaps does not support landscape mode. The program is launched at startup and is hidden from task manager.<br />
<a href="http://forum.xda-developers.com/showthread.php?t=468488" target="_blank">http://forum.xda-developers.com/showthread.php?t=468488</a> <em>(added 20090722)</em></p>
<p><strong>mToolbox</strong><br />
This program has an angle ruler, water level, light sensor and shock sensor that might come in handy sometimes. It seems abit buggy, especially the ruler when calibrating, but I think it&#8217;s worth mentioning anyway.<br />
<a href="http://forum.xda-developers.com/showthread.php?t=535944" target="_blank">http://forum.xda-developers.com/showthread.php?t=535944</a> <em>(added 20090722)</em></p>
<p><strong>15 tabs</strong><br />
This modification of the TouchFLO3D interface adds tabs like call history and calendar. It comes in many different languages but there might be some small issues with it, for example one cannot change the order of the tabs it seems.<br />
<a href="http://forum.xda-developers.com/showthread.php?t=450278" target="_blank">http://forum.xda-developers.com/showthread.php?t=450278</a> <em>(added 20090722)</em></p>
<p><strong>Use HTC headset to play/pause/next song</strong><br />
Install this program to allow yourself to play, pause and move on to the next song in the TouchFLO3D music player by using the button on the headset.<br />
<a href="http://forum.xda-developers.com/showthread.php?t=502881" target="_blank">http://forum.xda-developers.com/showthread.php?t=502881</a><em> </em><em>(added 20090722)</em><a href="http://forum.xda-developers.com/showthread.php?t=502881" target="_blank"><em></em></a></p>
<p style="text-align: center;"></p>
<p><strong>Advanced Configuration Tool</strong><br />
With this program you can modify alot of hidden settings in Windows Mobile that will come in very handy. This requires .NET 3.5 for Windows Mobile.<br />
<a href="http://forum.xda-developers.com/showthread.php?t=418151" target="_blank">http://forum.xda-developers.com/showthread.php?t=418151</a> <em>(added 20090722)</em></p>
<p><strong>CorePlayer Mobile</strong><br />
This is probably the best media player for movies out there right now for Windows Mobile. If you watch alot of movies with your phone this application is probably worth it.<br />
<a href="http://coreplayer.com/content/view/28/69/" target="_blank">http://coreplayer.com/content/view/28/69/</a> <em>(added 20090722)</em></p>
<p><strong>Diamond Light Saber</strong><br />
The famous light saber app for Windows Mobile.<br />
<a href="http://www.freewarepocketpc.net/ppc-download-diamond-light-saber.html" target="_blank">http://www.freewarepocketpc.net/ppc-download-diamond-light-saber.html</a> <em>(added 20090722)</em></p>
<p><strong>Garmin Mobile XT</strong><br />
This is a very good GPS navigator software that works well with Windows Mobile and HTC Touch HD. Another alternative is to you the built in Google Maps if you have a flatrate deal for data traffic with your mobile.<br />
<a href="https://buy.garmin.com/shop/shop.do?cID=138&amp;pID=11413" target="_blank">https://buy.garmin.com/shop/shop.do?cID=138&amp;pID=11413</a><em> </em><em>(added 20090722)</em></p>
<p><strong>StopWatch</strong><br />
A pretty good and nice looking stop watch. The only problem is that if the phone goes into sleep mode (screen goes black), the timer will stop or significantly slow down. So if you want to time something the screen must be on, that&#8217;s not good.<br />
<a href="http://forum.xda-developers.com/showthread.php?t=421812" target="_blank">http://forum.xda-developers.com/showthread.php?t=421812</a> <em>(added 20090722)</em></p>
<p><strong>Nimbuzz</strong><em><br />
</em>In my opinion the best and best looking instant messaging software for your mobile phone. It can handle MSN, ICQ, Facebook, Twitter and much more. Very nice interface. For my HTC Touch HD I used the CAB-file for HTC Touch Pro, worked just fine.<br />
<a href="http://www.nimbuzz.com" target="_blank">http://www.nimbuzz.com</a> <em>(added 20090724)</em></p>
<p>More apps will be added as I find them. Feel free to enter your own suggestions in the comments.</p>
<p>Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2009/08/29/howto-flash-your-htc-touch-hd-with-custom-rom/' rel='bookmark' title='Howto flash your HTC Touch HD with custom ROM'>Howto flash your HTC Touch HD with custom ROM</a></li>
<li><a href='http://blog.silverstone.nu/2010/06/01/best-and-most-useful-android-apps-applications-games/' rel='bookmark' title='Best and most useful Android apps, applications &amp; games'>Best and most useful Android apps, applications &#038; games</a></li>
<li><a href='http://blog.silverstone.nu/2008/12/15/howto-enable-telia-mms-internet-on-htc-touch-hd/' rel='bookmark' title='Howto enable Telia MMS/Internet on HTC Touch HD'>Howto enable Telia MMS/Internet on HTC Touch HD</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2009/07/22/best-applications-for-htc-touch-hd-windows-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic update of WordPress to 2.8.2 freezes at download</title>
		<link>http://blog.silverstone.nu/2009/07/20/automatic-update-of-wordpress-to-2-8-2-freezes-at-download/</link>
		<comments>http://blog.silverstone.nu/2009/07/20/automatic-update-of-wordpress-to-2-8-2-freezes-at-download/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 18:37:54 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[automatic updates]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/?p=1071</guid>
		<description><![CDATA[Alot of people seem to have problems with auto-updating WordPress to version 2.8.2 with the processes freezing at download, stuck with message the the file is being downloaded but nothing ever happens. This only seem to happen on some blogs, 2 out of my 3 blogs worked just fine, but one needed more help. The [...]
Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2009/07/10/howto-setup-wordpress-automatic-updates-without-ftp/' rel='bookmark' title='Howto setup WordPress automatic updates without FTP'>Howto setup WordPress automatic updates without FTP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Alot of people seem to have problems with auto-updating WordPress to version 2.8.2 with the processes freezing at download, stuck with message the the file is being downloaded but nothing ever happens. This only seem to happen on some blogs, 2 out of my 3 blogs worked just fine, but one needed more help.</p>
<p>The problem seem to be with some plugin. Here is what you do to successfully get the update through. Go to the plugin page, select &#8220;Active&#8221; plugins and then use bulk action to deactivate all active plugins. Don&#8217;t worry if you have many plugins already deactivated and don&#8217;t want to manually activate the ones you actually used one by one, you can activate them just as easy. Now proceed with the core upgrade, it should go through right away. Then, go to the plugins page again, select &#8220;Recently active&#8221; plugins and then bulk action activate them again. All done!</p>
<p>Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2009/07/10/howto-setup-wordpress-automatic-updates-without-ftp/' rel='bookmark' title='Howto setup WordPress automatic updates without FTP'>Howto setup WordPress automatic updates without FTP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2009/07/20/automatic-update-of-wordpress-to-2-8-2-freezes-at-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto setup WordPress automatic updates without FTP</title>
		<link>http://blog.silverstone.nu/2009/07/10/howto-setup-wordpress-automatic-updates-without-ftp/</link>
		<comments>http://blog.silverstone.nu/2009/07/10/howto-setup-wordpress-automatic-updates-without-ftp/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 15:46:40 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[automatic updates]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/?p=1064</guid>
		<description><![CDATA[If you run your WordPress blog on some hosting partner you probably have the automatic updates of WordPress core and plugins working, but if you ever setup your own Linux server and trying to run WordPress on it, it is likely that this will not work out of the box, especially if you&#8217;re running multiple [...]
Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2009/07/20/automatic-update-of-wordpress-to-2-8-2-freezes-at-download/' rel='bookmark' title='Automatic update of WordPress to 2.8.2 freezes at download'>Automatic update of WordPress to 2.8.2 freezes at download</a></li>
<li><a href='http://blog.silverstone.nu/2009/04/04/wordpress-271-hacked/' rel='bookmark' title='WordPress 2.7.1 hacked?'>WordPress 2.7.1 hacked?</a></li>
<li><a href='http://blog.silverstone.nu/2008/09/23/howto-stream-x264-mkv-to-ps3-with-tversity/' rel='bookmark' title='Howto stream x264.mkv to PS3 with TVersity'>Howto stream x264.mkv to PS3 with TVersity</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you run your WordPress blog on some hosting partner you probably have the automatic updates of WordPress core and plugins working, but if you ever setup your own Linux server and trying to run WordPress on it, it is likely that this will not work out of the box, especially if you&#8217;re running multiple websites on the same server.</p>
<p>I don&#8217;t want to use some 3rd party plugin for this to work or FTP, so I investigated what it is that makes it work in my hosting partners server, but not my own. I figured it was some PHP configuration missing but it was much simpler than that.</p>
<p style="text-align: center;"></p>
<p><span id="more-1064"></span>You will need root-access to the server to continue. The problem is that the webserver process (httpd) does not have write permission to the files (let&#8217;s say in &#8220;/home/user/public_html&#8221; for example). The httpd process is most likely to run as user &#8220;nobody&#8221;, &#8220;apache&#8221; or &#8220;www&#8221; (it must <em>not</em> run as &#8220;root&#8221;!). One possibility to fix this is to set the directory public_html as write permitted by anyone, but that is not a good solution so I won&#8217;t write how.</p>
<p>Instead we wan&#8217;t to change owner of the files to match. To find out which user is running your httpd process you can login as root and issue the command</p>
<blockquote><p>ps -axu | grep &#8220;httpd&#8221;</p></blockquote>
<p>One process will run as root to bind to the port, but the other ones should be another user.</p>
<p>The easiest thing to do, and this is how many hosting partners have set it up, is to make sure the owner of public_html and all subfolders and files is the same user which is running the httpd process.</p>
<p>I am running Fedora Linux and in my case the user is &#8220;apache&#8221;, so while still logged in as root I just run the command</p>
<blockquote><p>chown -R apache /home/user/public_html</p></blockquote>
<p>This will change owner if the public_html directory, which is the root directory in my Apache configuration, and all subfolders and files. Now the automatic updates will work right away!</p>
<p>Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2009/07/20/automatic-update-of-wordpress-to-2-8-2-freezes-at-download/' rel='bookmark' title='Automatic update of WordPress to 2.8.2 freezes at download'>Automatic update of WordPress to 2.8.2 freezes at download</a></li>
<li><a href='http://blog.silverstone.nu/2009/04/04/wordpress-271-hacked/' rel='bookmark' title='WordPress 2.7.1 hacked?'>WordPress 2.7.1 hacked?</a></li>
<li><a href='http://blog.silverstone.nu/2008/09/23/howto-stream-x264-mkv-to-ps3-with-tversity/' rel='bookmark' title='Howto stream x264.mkv to PS3 with TVersity'>Howto stream x264.mkv to PS3 with TVersity</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2009/07/10/howto-setup-wordpress-automatic-updates-without-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

