<?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>Snoozing Dragon &#187; yk</title>
	<atom:link href="http://www.snoozingdragon.com/author/yk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.snoozingdragon.com</link>
	<description>Information Technology and Management weblog</description>
	<lastBuildDate>Fri, 15 Aug 2014 07:44:36 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.2</generator>
	<item>
		<title>Avidemux script to join multiple flv files</title>
		<link>http://www.snoozingdragon.com/information-technology/programmin/avidemux-script-to-join-multiple-flv-files-154.html</link>
		<comments>http://www.snoozingdragon.com/information-technology/programmin/avidemux-script-to-join-multiple-flv-files-154.html#comments</comments>
		<pubDate>Fri, 15 Aug 2014 07:42:25 +0000</pubDate>
		<dc:creator><![CDATA[yk]]></dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.snoozingdragon.com/?p=154</guid>
		<description><![CDATA[Some video sites allow you to download a show but they are broken up into multiple FLV files. The attached Avidemux Tinypy script will allow you to choose folder and join all the FLV files that are found inside and save it in a MKV container (more video player friendly). If you need to join [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Some video sites allow you to download a show but they are broken up into multiple FLV files. The attached Avidemux Tinypy script will allow you to choose folder and join all the FLV files that are found inside and save it in a MKV container (more video player friendly). </p>
<p>If you need to join other file types, modify the following lines:<br />
<code>ext="flv"</code></p>
<p>If you need to save as another file container type, modify the following lines:<br />
<code>adm.setContainer("MKV")</code><br />
and<br />
<code>outputFile = inputFolder+"\\"+directoryName+".mkv"</code></p>
<p>Pardon the messy code, it was done as a quick and dirty script.</p>
<p><a href="http://www.snoozingdragon.com/wp-content/uploads/2014/08/convert.zip">Click here to download the script</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.snoozingdragon.com/information-technology/programmin/avidemux-script-to-join-multiple-flv-files-154.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Query error: Incorrect string value</title>
		<link>http://www.snoozingdragon.com/information-technology/programmin/query-error-incorrect-string-value-118.html</link>
		<comments>http://www.snoozingdragon.com/information-technology/programmin/query-error-incorrect-string-value-118.html#comments</comments>
		<pubDate>Sat, 20 Apr 2013 08:39:24 +0000</pubDate>
		<dc:creator><![CDATA[yk]]></dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.snoozingdragon.com/?p=118</guid>
		<description><![CDATA[I was inserting records into a MySQL table using php and got an error that says: Query error: Incorrect string value: '\xE2\x82...' for column 'message' at row 1 - Invalid query: INSERT INTO `my_table` (`message`) VALUES ('The price is xE2x82 500') The original string in the &#8216;message&#8217; field is actually The price is â‚¬ 500 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I was inserting records into a MySQL table using php and got an error that says:<br />
<code>Query error: Incorrect string value: '\xE2\x82...' for column 'message' at row 1 - Invalid query: INSERT INTO `my_table` (`message`) VALUES ('The price is xE2x82 500')</code></p>
<p>The original string in the &#8216;message&#8217; field is actually<br />
<code>The price is  â‚¬ 500</code></p>
<p>This error is surprising given that the string is actually in <em>UTF-8</em> encoding and the field in the MySQL table is declared as <em>utf8_unicode_ci</em> type.</p>
<p>The solution that I found it is to call the php function <strong><em>utf8_encode</em></strong> to encode string before inserting into the MySQL table.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snoozingdragon.com/information-technology/programmin/query-error-incorrect-string-value-118.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Outlook has stopped working</title>
		<link>http://www.snoozingdragon.com/information-technology/tips-and-tricks/microsoft-outlook-has-stopped-working-113.html</link>
		<comments>http://www.snoozingdragon.com/information-technology/tips-and-tricks/microsoft-outlook-has-stopped-working-113.html#comments</comments>
		<pubDate>Tue, 22 Feb 2011 03:52:59 +0000</pubDate>
		<dc:creator><![CDATA[yk]]></dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.snoozingdragon.com/?p=113</guid>
		<description><![CDATA[Recently after migrating to Windows 7, I&#8217;ve been encoutering the this message a lot from Outlook 2003. After poking around a bit (like removing and re-adding my mail account, removing and re-adding my personal and archive folders, etc), the only solution that worked for me is to force Outlook to recreate the OST file. For [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Recently after migrating to Windows 7, I&#8217;ve been encoutering the this message a lot from Outlook 2003.</p>
<p>After poking around a bit (like removing and re-adding my mail account, removing and re-adding my personal and archive folders, etc), the only solution that worked for me is to force Outlook to recreate the OST file. For those who are interested the location of the file is at:</p>
<p>Windows 7:<br />
<code>%userprofile%\AppData\Local\Microsoft\Outlook\</code></p>
<p>Windows XP:<br />
<code> %userprofile%\Local Settings\Application Data\Microsoft\Outlook\</code></p>
<p>Just rename all the files with the .ost extension to something else and try to start Outlook again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snoozingdragon.com/information-technology/tips-and-tricks/microsoft-outlook-has-stopped-working-113.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing PSP custom firmware 5.00 M33-6</title>
		<link>http://www.snoozingdragon.com/gaming/psp/installing-psp-custom-firmware-500-m33-6-87.html</link>
		<comments>http://www.snoozingdragon.com/gaming/psp/installing-psp-custom-firmware-500-m33-6-87.html#comments</comments>
		<pubDate>Wed, 04 Feb 2009 10:32:47 +0000</pubDate>
		<dc:creator><![CDATA[yk]]></dc:creator>
				<category><![CDATA[PSP]]></category>

		<guid isPermaLink="false">http://www.snoozingdragon.com/?p=87</guid>
		<description><![CDATA[Installing Custom Firmware 5.00 M33-6. This article assumes that you have custom firmware (OE/M33) installed on your PSP and want to upgrade to version 5.00 M33-6. If you have OE/M33 firmware lower than 3.52 M33 please start from Section A. If you have OE/M33 firmware equal or greater than 3.52 M33 and lower than 3.52 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Installing Custom Firmware 5.00 M33-6. This article assumes that you have custom firmware (OE/M33) installed on your PSP and want to upgrade to version 5.00 M33-6.<span id="more-87"></span></p>
<p>If you have OE/M33 firmware lower than 3.52 M33 please start from Section A.<br />
If you have OE/M33 firmware equal or greater than 3.52 M33 and lower than 3.52 M33-4, please start from Section B.<br />
If you have OE/M33 firmware equal or greater than 3.52 M33-4 and less than 4.01 M33, please start from Section C.<br />
If you have OE/M33 firmware equal or greater than 4.01 M33 and less than 4.01 M33-2, please start from Section D.<br />
If you have OE/M33 firmware equal or greater than 4.01 M33-2 and less than 5.00 M33 please start from Section E.<br />
If you have OE/M33 firmware equal or greater than 5.00 M33 and less than 5.00 M33-6, please start from Section F.</p>
<p>If you have followed the instructions in my previous post <a href="http://www.snoozingdragon.com/gaming/psp/installing-psp-custom-firmware-500-m33-81.html">Installing PSP custom firmware 5.00 M33</a>, please start from Section F.</p>
<p>Downloads:<br />
(DL.C.1) <a href="http://exophase.com/files/psp/3.52M33.zip">Custom firmware 3.52 M33</a><br />
(DL.C.2) <a href="http://exophase.com/files/psp/M33-1234.zip">Custom firmware 3.52 M33-4</a><br />
(DL.C.3) <a href="http://exophase.com/files/psp/401M33.rar">Custom firmware 4.01 M33</a><br />
(DL.C.4) <a href="http://exophase.com/files/psp/401M33-2.rar">Custom firmware 4.01 M33-2</a><br />
(DL.C.5) <a href="http://rapidshare.com/files/154847567/5.00M33.rar">Custom firmware 5.00 M33</a><br />
(DL.C.6) <a href="http://rapidshare.com/files/186553068/500m33_6.zip">Custom firmware 5.00 M33-6</a><br />
(DL.O.1) <a href="http://rapidshare.com/files/67857715/163_EBOOT_1.50.zip">Official firmware update 1.5</a><br />
(DL.O.2) <a href="http://www.psp-hacks.com/file/1209">Official firmware update 3.52</a><br />
(DL.O.3) <a href="http://rapidshare.com/files/139616118/401.PBP">Official firmware update 4.01</a><br />
(DL.O.4) <a href="http://rapidshare.com/files/154173870/500.PBP">Official firmware update 5.00</a></p>
<p><strong><em>Section A &#8211; Install custom firmware 3.52 M33</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 3.52 M33 (DL.C.1)<br />
(b) Official firmware update 1.5 (DL.O.1)<br />
(c) Official firmware update 3.52 (DL.O.2)</p>
<p>Steps to install:<br />
(A.1) Copy the folder <em>M33CREATOR</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME150/</em> folder (eg. <em>Z:/PSP/GAME150/</em>).<br />
(A.2) Rename Official firmware update 1.5 (EBOOT.PBP) to <em>150.PBP</em>.<br />
(A.3) Copy the file to your PSP&#8217;s memory stick&#8217;s <em>/PSP/GAME150/M33CREATOR/</em> folder (eg. <em>Z:/PSP/GAME150/M33CREATOR/</em>).<br />
(A.4) Rename Official firmware update 3.52 ((EBOOT.PBP) to <em>352.PBP</em>.<br />
(A.5) Copy the file to your PSP&#8217;s memory stick&#8217;s <em>/PSP/GAME150/M33CREATOR/ folder (eg. Z:/PSP/GAME150/M33CREATOR/).<br />
</em>(A.6) In your PSP, browse to your Memory Stick and run the program<em> 3.52 M33 CREATOR.<br />
</em>(A.7) After it completes, run the the program<em> 3.52 M33UPDATE.<br />
</em>(A.8) Your PSP is now running custom firmware 3.52 M33. You can now delete the folder<em> M33CREATOR </em>folder from your PSP.</p>
<p><strong><em>Section B &#8211; Update to custom firmware 3.52 M33-4</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 3.52 M33-4 (DL.C.2)</p>
<p>Steps to upgrade:<br />
(B.1) Copy the folder <em>M33Update4</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME150/</em> folder (eg. <em>Z:/PSP/GAME150/</em>).<br />
(B.2) In your PSP, browse to your Memory Stick and run the update (the icon has a grey background, with red letters saying <em>3:33:33</em> in the foreground).<br />
(B.3) Your PSP is now running custom firmware 3.52 M33-4. You can now delete the folder <em>M33Update4</em> folder from your PSP.</p>
<p><strong><em>Section C &#8211; Install custom firmware 4.01 M33</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 4.01 M33 (DL.C.3)<br />
(b) Official firmware update 4.01 (DL.O.3)</p>
<p>Steps to install:<br />
(C.1) Copy the folder <em>UPDATE</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME/</em> folder (eg. <em>Z:/PSP/GAME/</em>).<br />
(C.2) Rename Official firmware update 4.01 (EBOOT.PBP) to <em>401.PBP</em>.<br />
(C.3) Copy the file to your PSP&#8217;s memory stick&#8217;s <em>/PSP/GAME/UPDATE</em> folder (eg. <em>Z:/PSP/GAME/UPDATE/</em>).<br />
(C.4) Go to Recovery mode (Power off your PSP by holding the power button for 10 seconds. Turn on your PSP while holding the right shoulder button to go into recovery mode). Revert your kernel to 3.52 (or any kernel above 3.52 like 3.90). Exit the Recovery mode.<br />
(C.5) In your PSP, browse to your Memory Stick and run the program <em>4.01 M33</em>.<br />
(C.6) Your PSP is now running custom firmware 4.01 M33. You can now delete the folder <em>UPDATE</em> folder from your PSP.</p>
<p><strong><em>Section D &#8211; Update to custom firmware 4.01 M33-2</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 4.01 M33-2 (DL.C.4)</p>
<p>Steps to upgrade:<br />
(D.1) Copy the folder <em>UPDATE</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME/</em> folder (eg. <em>Z:/PSP/GAME/</em>).<br />
(D.2) In your PSP, browse to your Memory Stick and run the program <em>M33-2</em>.<br />
(D.3) Your PSP is now running custom firmware 4.01 M33-2. You can now delete the folder <em>UPDATE</em> folder from your PSP.</p>
<p><strong><em>Section E &#8211; Install custom firmware 5.00 M33</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 5.00 M33 (DL.C.5)<br />
(b) Official firmware update 5.00 (DL.O.4)</p>
<p>Steps to install:<br />
(E.1) Copy the folder <em>UPDATE</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME/</em> folder (eg. <em>Z:/PSP/GAME/</em>).<br />
(E.2) Rename Official firmware update 5.00 (EBOOT.PBP) to <em>500.PBP</em>.<br />
(E.3) Copy the file to your PSP&#8217;s memory stick&#8217;s <em>/PSP/GAME/UPDATE</em> folder (eg. <em>Z:/PSP/GAME/UPDATE/</em>).<br />
(E.4) Go to Recovery mode (Power off your PSP by holding the power button for 10 seconds. Turn on your PSP while holding the right shoulder button to go into recovery mode). Revert your kernel to 4.01. Exit the Recovery mode.<br />
(E.5) In your PSP, browse to your Memory Stick and run the program <em>5.00 M33</em>.<br />
(E.6) Your PSP is now running custom firmware 5.00 M33. You can now delete the folder <em>UPDATE</em> folder from your PSP.</p>
<p><strong><em>Section F &#8211; Update to custom firmware 5.00 M33-6</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 5.00 M33-6 (DL.C.6)</p>
<p>Steps to upgrade:<br />
(F.1) Copy the folder <em>UPDATE</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME/</em> folder (eg. <em>Z:/PSP/GAME/</em>).<br />
(F.2) In your PSP, browse to your Memory Stick and run the program <em>M33-6</em>.<br />
(F.3) Your PSP is now running custom firmware 5.00 M33-6. You can now delete the folder <em>UPDATE</em> folder from your PSP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snoozingdragon.com/gaming/psp/installing-psp-custom-firmware-500-m33-6-87.html/feed</wfw:commentRss>
		<slash:comments>123</slash:comments>
		</item>
		<item>
		<title>Installing PSP custom firmware 5.00 M33-3</title>
		<link>http://www.snoozingdragon.com/gaming/psp/installing-psp-custom-firmware-500-m33-3-83.html</link>
		<comments>http://www.snoozingdragon.com/gaming/psp/installing-psp-custom-firmware-500-m33-3-83.html#comments</comments>
		<pubDate>Sat, 25 Oct 2008 14:38:40 +0000</pubDate>
		<dc:creator><![CDATA[yk]]></dc:creator>
				<category><![CDATA[PSP]]></category>

		<guid isPermaLink="false">http://www.snoozingdragon.com/?p=83</guid>
		<description><![CDATA[Installing Custom Firmware 5.00 M33-3. This article assumes that you have custom firmware (OE/M33) installed on your PSP and want to upgrade to version 5.00 M33-3. If you have OE/M33 firmware lower than 3.52 M33 please start from Section A. If you have OE/M33 firmware equal or greater than 3.52 M33 and lower than 3.52 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Installing Custom Firmware 5.00 M33-3. This article assumes that you have custom firmware (OE/M33) installed on your PSP and want to upgrade to version 5.00 M33-3.<span id="more-83"></span></p>
<p>If you have OE/M33 firmware lower than 3.52 M33 please start from Section A.<br />
If you have OE/M33 firmware equal or greater than 3.52 M33 and lower than 3.52 M33-4, please start from Section B.<br />
If you have OE/M33 firmware equal or greater than 3.52 M33-4 and less than 4.01 M33, please start from Section C.<br />
If you have OE/M33 firmware equal or greater than 4.01 M33 and less than 4.01 M33-2, please start from Section D.<br />
If you have OE/M33 firmware equal or greater than 4.01 M33-2 and less than 5.00 M33 please start from Section E.<br />
If you have OE/M33 firmware equal or greater than 5.00 M33 and less than 5.00 M33-3, please start from Section F.</p>
<p>If you have followed the instructions in my previous post <a href="http://www.snoozingdragon.com/gaming/psp/installing-psp-custom-firmware-500-m33-81.html">Installing PSP custom firmware 5.00 M33</a>, please start from Section F.</p>
<p>Downloads:<br />
(DL.C.1) <a href="http://exophase.com/files/psp/3.52M33.zip">Custom firmware 3.52 M33</a><br />
(DL.C.2) <a href="http://exophase.com/files/psp/M33-1234.zip">Custom firmware 3.52 M33-4</a><br />
(DL.C.3) <a href="http://exophase.com/files/psp/401M33.rar">Custom firmware 4.01 M33</a><br />
(DL.C.4) <a href="http://exophase.com/files/psp/401M33-2.rar">Custom firmware 4.01 M33-2</a><br />
(DL.C.5) <a href="http://rapidshare.com/files/154847567/5.00M33.rar">Custom firmware 5.00 M33</a><br />
(DL.C.6) <a href="http://rapidshare.com/files/156743814/500m33_3.rar">Custom firmware 5.00 M33-3</a><br />
(DL.O.1) <a href="http://rapidshare.com/files/67857715/163_EBOOT_1.50.zip">Official firmware update 1.5</a><br />
(DL.O.2) <a href="http://www.psp-hacks.com/file/1209">Official firmware update 3.52</a><br />
(DL.O.3) <a href="http://rapidshare.com/files/139616118/401.PBP">Official firmware update 4.01</a><br />
(DL.O.4) <a href="http://rapidshare.com/files/154173870/500.PBP">Official firmware update 5.00</a></p>
<p><strong><em>Section A &#8211; Install custom firmware 3.52 M33</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 3.52 M33 (DL.C.1)<br />
(b) Official firmware update 1.5 (DL.O.1)<br />
(c) Official firmware update 3.52 (DL.O.2)</p>
<p>Steps to install:<br />
(A.1) Copy the folder <em>M33CREATOR</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME150/</em> folder (eg. <em>Z:/PSP/GAME150/</em>).<br />
(A.2) Rename Official firmware update 1.5 (EBOOT.PBP) to <em>150.PBP</em>.<br />
(A.3) Copy the file to your PSP&#8217;s memory stick&#8217;s <em>/PSP/GAME150/M33CREATOR/</em> folder (eg. <em>Z:/PSP/GAME150/M33CREATOR/</em>).<br />
(A.4) Rename Official firmware update 3.52 ((EBOOT.PBP) to <em>352.PBP</em>.<br />
(A.5) Copy the file to your PSP&#8217;s memory stick&#8217;s <em>/PSP/GAME150/M33CREATOR/ folder (eg. Z:/PSP/GAME150/M33CREATOR/).<br />
</em>(A.6) In your PSP, browse to your Memory Stick and run the program<em> 3.52 M33 CREATOR.<br />
</em>(A.7) After it completes, run the the program<em> 3.52 M33UPDATE.<br />
</em>(A.8) Your PSP is now running custom firmware 3.52 M33. You can now delete the folder<em> M33CREATOR </em>folder from your PSP.</p>
<p><strong><em>Section B &#8211; Update to custom firmware 3.52 M33-4</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 3.52 M33-4 (DL.C.2)</p>
<p>Steps to upgrade:<br />
(B.1) Copy the folder <em>M33Update4</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME150/</em> folder (eg. <em>Z:/PSP/GAME150/</em>).<br />
(B.2) In your PSP, browse to your Memory Stick and run the update (the icon has a grey background, with red letters saying <em>3:33:33</em> in the foreground).<br />
(B.3) Your PSP is now running custom firmware 3.52 M33-4. You can now delete the folder <em>M33Update4</em> folder from your PSP.</p>
<p><strong><em>Section C &#8211; Install custom firmware 4.01 M33</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 4.01 M33 (DL.C.3)<br />
(b) Official firmware update 4.01 (DL.O.3)</p>
<p>Steps to install:<br />
(C.1) Copy the folder <em>UPDATE</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME/</em> folder (eg. <em>Z:/PSP/GAME/</em>).<br />
(C.2) Rename Official firmware update 4.01 (EBOOT.PBP) to <em>401.PBP</em>.<br />
(C.3) Copy the file to your PSP&#8217;s memory stick&#8217;s <em>/PSP/GAME/UPDATE</em> folder (eg. <em>Z:/PSP/GAME/UPDATE/</em>).<br />
(C.4) Go to Recovery mode (Power off your PSP by holding the power button for 10 seconds. Turn on your PSP while holding the right shoulder button to go into recovery mode). Revert your kernel to 3.52 (or any kernel above 3.52 like 3.90). Exit the Recovery mode.<br />
(C.5) In your PSP, browse to your Memory Stick and run the program <em>4.01 M33</em>.<br />
(C.6) Your PSP is now running custom firmware 4.01 M33. You can now delete the folder <em>UPDATE</em> folder from your PSP.</p>
<p><strong><em>Section D &#8211; Update to custom firmware 4.01 M33-2</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 4.01 M33-2 (DL.C.4)</p>
<p>Steps to upgrade:<br />
(D.1) Copy the folder <em>UPDATE</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME/</em> folder (eg. <em>Z:/PSP/GAME/</em>).<br />
(D.2) In your PSP, browse to your Memory Stick and run the program <em>M33-2</em>.<br />
(D.3) Your PSP is now running custom firmware 4.01 M33-2. You can now delete the folder <em>UPDATE</em> folder from your PSP.</p>
<p><strong><em>Section E &#8211; Install custom firmware 5.00 M33</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 5.00 M33 (DL.C.5)<br />
(b) Official firmware update 5.00 (DL.O.4)</p>
<p>Steps to install:<br />
(E.1) Copy the folder <em>UPDATE</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME/</em> folder (eg. <em>Z:/PSP/GAME/</em>).<br />
(E.2) Rename Official firmware update 5.00 (EBOOT.PBP) to <em>500.PBP</em>.<br />
(E.3) Copy the file to your PSP&#8217;s memory stick&#8217;s <em>/PSP/GAME/UPDATE</em> folder (eg. <em>Z:/PSP/GAME/UPDATE/</em>).<br />
(E.4) Go to Recovery mode (Power off your PSP by holding the power button for 10 seconds. Turn on your PSP while holding the right shoulder button to go into recovery mode). Revert your kernel to 4.01. Exit the Recovery mode.<br />
(E.5) In your PSP, browse to your Memory Stick and run the program <em>5.00 M33</em>.<br />
(E.6) Your PSP is now running custom firmware 5.00 M33. You can now delete the folder <em>UPDATE</em> folder from your PSP.</p>
<p><strong><em>Section F &#8211; Update to custom firmware 5.00 M33-3</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 5.00 M33-3 (DL.C.6)</p>
<p>Steps to upgrade:<br />
(F.1) Copy the folder <em>UPDATE</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME/</em> folder (eg. <em>Z:/PSP/GAME/</em>).<br />
(F.2) In your PSP, browse to your Memory Stick and run the program <em>M33-3</em>.<br />
(F.3) Your PSP is now running custom firmware 5.00 M33-3. You can now delete the folder <em>UPDATE</em> folder from your PSP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snoozingdragon.com/gaming/psp/installing-psp-custom-firmware-500-m33-3-83.html/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Installing PSP custom firmware 5.00 M33</title>
		<link>http://www.snoozingdragon.com/gaming/psp/installing-psp-custom-firmware-500-m33-81.html</link>
		<comments>http://www.snoozingdragon.com/gaming/psp/installing-psp-custom-firmware-500-m33-81.html#comments</comments>
		<pubDate>Tue, 21 Oct 2008 12:09:42 +0000</pubDate>
		<dc:creator><![CDATA[yk]]></dc:creator>
				<category><![CDATA[PSP]]></category>

		<guid isPermaLink="false">http://www.snoozingdragon.com/?p=81</guid>
		<description><![CDATA[Installing Custom Firmware 5.00 M33. This article assumes that you have custom firmware (OE/M33) installed on your PSP and want to upgrade to version 5.00 M33. If you have OE/M33 firmware lower than 3.52 M33 please start from Section A. If you have OE/M33 firmware greater than 3.52 M33 and lower than 3.52 M33-4, please [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Installing Custom Firmware 5.00 M33. This article assumes that you have custom firmware (OE/M33) installed on your PSP and want to upgrade to version 5.00 M33.<span id="more-81"></span></p>
<p>If you have OE/M33 firmware lower than 3.52 M33 please start from Section A.<br />
If you have OE/M33 firmware greater than 3.52 M33 and lower than 3.52 M33-4, please start from Section B.<br />
If you have OE/M33 firmware greater than 3.52 M33-4 and less than 4.01 M33, please start from Section C.<br />
If you have OE/M33 firmware greater than 4.01 M33 and less than 4.01 M33-2, please start from Section D.<br />
If you have OE/M33 firmware 4.01 M33-2, please start from Section E.</p>
<p>If you have followed the instructions in my previous post <a href="http://www.snoozingdragon.com/gaming/psp/installing-psp-custom-firmware-401-m33-2-77.html">Installing PSP custom firmware 4.01 M33-2</a>, please start from Section E.</p>
<p>Downloads:<br />
(DL.1) <a href="http://exophase.com/files/psp/3.52M33.zip">Custom firmware 3.52 M33</a><br />
(DL.2) <a href="http://exophase.com/files/psp/M33-1234.zip">Custom firmware 3.52 M33-4</a><br />
(DL.3) <a href="http://exophase.com/files/psp/401M33.rar">Custom firmware 4.01 M33</a><br />
(DL.4) <a href="http://exophase.com/files/psp/401M33-2.rar">Custom firmware 4.01 M33-2</a><br />
(DL.5) <a href="http://rapidshare.com/files/154847567/5.00M33.rar">Custom firmware 5.00 M33</a><br />
(DL.6) <a href="http://rapidshare.com/files/67857715/163_EBOOT_1.50.zip">Official firmware update 1.5</a><br />
(DL.7) <a href="http://www.psp-hacks.com/file/1209">Official firmware update 3.52</a><br />
(DL.8) <a href="http://rapidshare.com/files/139616118/401.PBP">Official firmware update 4.01</a><br />
(DL.9) <a href="http://rapidshare.com/files/154173870/500.PBP">Official firmware update 5.00</a></p>
<p><strong><em>Section A &#8211; Install custom firmware 3.52 M33</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 3.52 M33 (DL.1)<br />
(b) Official firmware update 1.5 (DL.6)<br />
(c) Official firmware update 3.52 (DL.7)</p>
<p>Steps to install:<br />
(A.1) Copy the folder <em>M33CREATOR</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME150/</em> folder (eg. <em>Z:/PSP/GAME150/</em>).<br />
(A.2) Rename Official firmware update 1.5 (EBOOT.PBP) to <em>150.PBP</em>.<br />
(A.3) Copy the file to your PSP&#8217;s memory stick&#8217;s <em>/PSP/GAME150/M33CREATOR/</em> folder (eg. <em>Z:/PSP/GAME150/M33CREATOR/</em>).<br />
(A.4) Rename Official firmware update 3.52 ((EBOOT.PBP) to <em>352.PBP</em>.<br />
(A.5) Copy the file to your PSP&#8217;s memory stick&#8217;s <em>/PSP/GAME150/M33CREATOR/ folder (eg. Z:/PSP/GAME150/M33CREATOR/).<br />
</em>(A.6) In your PSP, browse to your Memory Stick and run the program<em> 3.52 M33 CREATOR.<br />
</em>(A.7) After it completes, run the the program<em> 3.52 M33UPDATE.<br />
</em>(A.8) Your PSP is now running custom firmware 3.52 M33. You can now delete the folder<em> M33CREATOR </em>folder from your PSP.</p>
<p><strong><em>Section B &#8211; Update to custom firmware 3.52 M33-4</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 3.52 M33-4 (DL.2)</p>
<p>Steps to upgrade:<br />
(B.1) Copy the folder <em>M33Update4</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME150/</em> folder (eg. <em>Z:/PSP/GAME150/</em>).<br />
(B.2) In your PSP, browse to your Memory Stick and run the update (the icon has a grey background, with red letters saying <em>3:33:33</em> in the foreground).<br />
(B.3) Your PSP is now running custom firmware 3.52 M33-4. You can now delete the folder <em>M33Update4</em> folder from your PSP.</p>
<p><strong><em>Section C &#8211; Install custom firmware 4.01 M33</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 4.01 M33 (DL.3)<br />
(b) Official firmware update 4.01 (DL.8)</p>
<p>Steps to install:<br />
(C.1) Copy the folder <em>UPDATE</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME/</em> folder (eg. <em>Z:/PSP/GAME/</em>).<br />
(C.2) Rename Official firmware update 4.01 (EBOOT.PBP) to <em>401.PBP</em>.<br />
(C.3) Copy the file to your PSP&#8217;s memory stick&#8217;s <em>/PSP/GAME/UPDATE</em> folder (eg. <em>Z:/PSP/GAME/UPDATE/</em>).<br />
(C.4) Go to Recovery mode (Power off your PSP by holding the power button for 10 seconds. Turn on your PSP while holding the right shoulder button to go into recovery mode). Revert your kernel to 3.52 (or any kernel above 3.52 like 3.90). Exit the Recovery mode.<br />
(C.5) In your PSP, browse to your Memory Stick and run the program <em>4.01 M33</em>.<br />
(C.6) Your PSP is now running custom firmware 4.01 M33. You can now delete the folder <em>UPDATE</em> folder from your PSP.</p>
<p><strong><em>Section D &#8211; Update to custom firmware 4.01 M33-2</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 4.01 M33-2 (DL.4)</p>
<p>Steps to upgrade:<br />
(D.1) Copy the folder <em>UPDATE</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME/</em> folder (eg. <em>Z:/PSP/GAME/</em>).<br />
(D.2) In your PSP, browse to your Memory Stick and run the program <em>M33-2</em>.<br />
(D.3) Your PSP is now running custom firmware 4.01 M33-2. You can now delete the folder <em>UPDATE</em> folder from your PSP.</p>
<p><strong><em>Section E &#8211; Install custom firmware 5.00 M33</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 5.00 M33 (DL.5)<br />
(b) Official firmware update 5.00 (DL.9)</p>
<p>Steps to install:<br />
(E.1) Copy the folder <em>UPDATE</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME/</em> folder (eg. <em>Z:/PSP/GAME/</em>).<br />
(E.2) Rename Official firmware update 5.00 (EBOOT.PBP) to <em>500.PBP</em>.<br />
(E.3) Copy the file to your PSP&#8217;s memory stick&#8217;s <em>/PSP/GAME/UPDATE</em> folder (eg. <em>Z:/PSP/GAME/UPDATE/</em>).<br />
(E.4) Go to Recovery mode (Power off your PSP by holding the power button for 10 seconds. Turn on your PSP while holding the right shoulder button to go into recovery mode). Revert your kernel to 4.01. Exit the Recovery mode.<br />
(E.5) In your PSP, browse to your Memory Stick and run the program <em>5.00 M33</em>.<br />
(E.6) Your PSP is now running custom firmware 5.00 M33. You can now delete the folder <em>UPDATE</em> folder from your PSP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snoozingdragon.com/gaming/psp/installing-psp-custom-firmware-500-m33-81.html/feed</wfw:commentRss>
		<slash:comments>68</slash:comments>
		</item>
		<item>
		<title>Installing PSP custom firmware 4.01 M33-2</title>
		<link>http://www.snoozingdragon.com/gaming/psp/installing-psp-custom-firmware-401-m33-2-77.html</link>
		<comments>http://www.snoozingdragon.com/gaming/psp/installing-psp-custom-firmware-401-m33-2-77.html#comments</comments>
		<pubDate>Thu, 16 Oct 2008 06:34:30 +0000</pubDate>
		<dc:creator><![CDATA[yk]]></dc:creator>
				<category><![CDATA[PSP]]></category>

		<guid isPermaLink="false">http://www.snoozingdragon.com/?p=77</guid>
		<description><![CDATA[Installing Custom Firmware 4.01 M33-2. This article assumes that you have custom firmware (OE/M33) installed on your PSP and want to upgrade to version 4.01 M33-2. If you have OE/M33 firmware lower than 3.52 M33 please start from Section A. If you have OE/M33 firmware greater than 3.52 M33 and lower than 3.52 M33-4, please [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Installing Custom Firmware 4.01 M33-2. This article assumes that you have custom firmware (OE/M33) installed on your PSP and want to upgrade to version 4.01 M33-2.<span id="more-77"></span></p>
<p>If you have OE/M33 firmware lower than 3.52 M33 please start from Section A.<br />
If you have OE/M33 firmware greater than 3.52 M33 and lower than 3.52 M33-4, please start from Section B.<br />
If you have OE/M33 firmware greater than 3.52 M33-4 and less than 4.01 M33, please start from Section C.<br />
If you have OE/M33 firmware greater than 4.01 M33 and less than 4.01 M33-2, please start from Section D.</p>
<p>If you have followed the instructions in my previous post <a href="http://www.snoozingdragon.com/gaming/psp/installing-psp-custom-firmware-390-m33-3-10.html">Installing PSP custom firmware 3.90 M33-3</a>, please start from Section C.</p>
<p>Downloads:<br />
(DL.1) <a href="http://exophase.com/files/psp/3.52M33.zip">Custom firmware 3.52 M33</a><br />
(DL.2) <a href="http://exophase.com/files/psp/M33-1234.zip">Custom firmware 3.52 M33-4</a><br />
(DL.3) <a href="http://exophase.com/files/psp/401M33.rar">Custom firmware 4.01 M33</a><br />
(DL.4) <a href="http://exophase.com/files/psp/401M33-2.rar">Custom firmware 4.01 M33-2</a><br />
(DL.5) <a href="http://rapidshare.com/files/67857715/163_EBOOT_1.50.zip">Official firmware update 1.5</a><br />
(DL.6) <a href="http://www.psp-hacks.com/file/1209">Official firmware update 3.52</a><br />
(DL.7) <a href="http://rapidshare.com/files/139616118/401.PBP">Official firmware update 4.01</a></p>
<p><strong><em>Section A &#8211; Install custom firmware 3.52 M33</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 3.52 M33 (DL.1)<br />
(b) Official firmware update 1.5 (DL.5)<br />
(c) Official firmware update 3.52 (DL.6)</p>
<p>Steps to install:<br />
(A.1) Copy the folder <em>M33CREATOR</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME150/</em> folder (eg. <em>Z:/PSP/GAME150/</em>).<br />
(A.2) Rename Official firmware update 1.5 (EBOOT.PBP) to <em>150.PBP</em>.<br />
(A.3) Copy the file to your PSP&#8217;s memory stick&#8217;s <em>/PSP/GAME150/M33CREATOR/</em> folder (eg. <em>Z:/PSP/GAME150/M33CREATOR/</em>).<br />
(A.4) Rename Official firmware update 3.52 ((EBOOT.PBP) to <em>352.PBP</em>.<br />
(A.5) Copy the file to your PSP&#8217;s memory stick&#8217;s <em>/PSP/GAME150/M33CREATOR/ folder (eg. Z:/PSP/GAME150/M33CREATOR/).<br />
</em>(A.6) In your PSP, browse to your Memory Stick and run the program<em> 3.52 M33 CREATOR.<br />
</em>(A.7) After it completes, run the the program<em> 3.52 M33UPDATE.<br />
</em>(A.8) Your PSP is now running custom firmware 3.52 M33. You can now delete the folder<em> M33CREATOR </em>folder from your PSP.</p>
<p><strong><em>Section B &#8211; Update to custom firmware 3.52 M33-4</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 3.52 M33-4 (DL.2)</p>
<p>Steps to upgrade:<br />
(B.1) Copy the folder <em>M33Update4</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME150/</em> folder (eg. <em>Z:/PSP/GAME150/</em>).<br />
(B.2) In your PSP, browse to your Memory Stick and run the update (the icon has a grey background, with red letters saying <em>3:33:33</em> in the foreground).<br />
(B.3) Your PSP is now running custom firmware 3.52 M33-4. You can now delete the folder <em>M33Update4</em> folder from your PSP.</p>
<p><strong><em>Section C &#8211; Install custom firmware 4.01 M33</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 4.01 M33 (DL.3)<br />
(b) Official firmware update 4.01 (DL.7)</p>
<p>Steps to install:<br />
(C.1) Copy the folder <em>UPDATE</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME/</em> folder (eg. <em>Z:/PSP/GAME/</em>).<br />
(C.2) Rename Official firmware update 4.01 (EBOOT.PBP) to <em>401.PBP</em>.<br />
(C.3) Copy the file to your PSP&#8217;s memory stick&#8217;s <em>/PSP/GAME/UPDATE</em> folder (eg. <em>Z:/PSP/GAME/UPDATE/</em>).<br />
(C.4) Go to Recovery mode (Power off your PSP by holding the power button for 10 seconds. Turn on your PSP while holding the right shoulder button to go into recovery mode). Revert your kernel to 3.52 (or any kernel above 3.52 like 3.90). Exit the Recovery mode.<br />
(C.5) In your PSP, browse to your Memory Stick and run the program <em>4.01 M33</em>.<br />
(C.6) Your PSP is now running custom firmware 4.01 M33. You can now delete the folder <em>UPDATE</em> folder from your PSP.</p>
<p><strong><em>Section D &#8211; Update to custom firmware 4.01 M33-2</em></strong></p>
<p>Files to be downloaded and extracted:<br />
(a) Custom firmware 4.01 M33-2 (DL.4)</p>
<p>Steps to upgrade:<br />
(D.1) Copy the folder <em>UPDATE</em> and its contents to your PSP&#8217;s memory sticks&#8217;s <em>/PSP/GAME/</em> folder (eg. <em>Z:/PSP/GAME/</em>).<br />
(D.2) In your PSP, browse to your Memory Stick and run the program <em>M33-2</em>.<br />
(D.3) Your PSP is now running custom firmware 4.01 M33-2. You can now delete the folder <em>UPDATE</em> folder from your PSP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snoozingdragon.com/gaming/psp/installing-psp-custom-firmware-401-m33-2-77.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Scuba Dynamics Ladies&#8217; Month</title>
		<link>http://www.snoozingdragon.com/scuba-diving/events-and-promotions/scuba-dynamics-ladies-month-59.html</link>
		<comments>http://www.snoozingdragon.com/scuba-diving/events-and-promotions/scuba-dynamics-ladies-month-59.html#comments</comments>
		<pubDate>Fri, 08 Aug 2008 09:51:14 +0000</pubDate>
		<dc:creator><![CDATA[yk]]></dc:creator>
				<category><![CDATA[Events and Promotions]]></category>

		<guid isPermaLink="false">http://www.snoozingdragon.com/?p=59</guid>
		<description><![CDATA[Good news to all the ladies divers out there! Scuba Dynamics has declared August to be Ladies&#8217; Month and they&#8217;ve put up a few special packages for just for ladies! More details of the promotion: Duration: 8th August 2008 to 31st August 2008 (while stock lasts) Online details: Scuba Dynamics Special Offers Location: Desa Sri [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Good news to all the ladies divers out there! Scuba Dynamics has declared August to be Ladies&#8217; Month and they&#8217;ve put up a few special packages for just for ladies!</p>
<p>More details of the promotion:<br />
Duration: 8th August 2008 to 31st August 2008 (while stock lasts)<br />
Online details: <a href="http://www.scubadynamics.com.my/Special%20Offers.htm">Scuba Dynamics Special Offers</a><br />
Location: Desa Sri Hartamas, Kuala Lumpur</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snoozingdragon.com/scuba-diving/events-and-promotions/scuba-dynamics-ladies-month-59.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hobi Sports Mega Sale</title>
		<link>http://www.snoozingdragon.com/scuba-diving/events-and-promotions/hobi-sports-mega-sale-55.html</link>
		<comments>http://www.snoozingdragon.com/scuba-diving/events-and-promotions/hobi-sports-mega-sale-55.html#comments</comments>
		<pubDate>Fri, 08 Aug 2008 09:37:02 +0000</pubDate>
		<dc:creator><![CDATA[yk]]></dc:creator>
				<category><![CDATA[Events and Promotions]]></category>

		<guid isPermaLink="false">http://www.snoozingdragon.com/?p=55</guid>
		<description><![CDATA[Hobi Sports is having a store wide sale with reduction from 20% to 90%! Good news for scuba divers who are looking for Mares or Saekodive products. The following are the details of the Mega Sale: Duration: 5th July 2008 to 1st September 2008 Online pamphlet: Hobi Sports Sales Locations: Beach Street Penang, Krystal Point [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Hobi Sports is having a store wide sale with reduction from 20% to 90%! Good news for scuba divers who are looking for Mares or Saekodive products.</p>
<p>The following are the details of the Mega Sale:<br />
Duration: 5th July 2008 to 1st September 2008<br />
Online pamphlet: <a href="http://www.tce-sports.com/hobi-sports-sales.html">Hobi Sports Sales</a><br />
Locations: Beach Street Penang, Krystal Point Penang and Bandar Sunway Petaling Jaya.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snoozingdragon.com/scuba-diving/events-and-promotions/hobi-sports-mega-sale-55.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sony Ericsson W960i and USB</title>
		<link>http://www.snoozingdragon.com/general/sony-ericsson-w960i-and-usb-21.html</link>
		<comments>http://www.snoozingdragon.com/general/sony-ericsson-w960i-and-usb-21.html#comments</comments>
		<pubDate>Wed, 30 Jul 2008 05:41:41 +0000</pubDate>
		<dc:creator><![CDATA[yk]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.snoozingdragon.com/general/sony-ericsson-w960i-and-usb-21.html</guid>
		<description><![CDATA[My W960i is making me lose hair again. After using my non-original car charger to charge my phone, I am not able to charge my phone with my regular wall charger anymore. I wasted no time in sending in the phone since it&#8217;s under warranty and after a few days, I got it back (bravo [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>My W960i is making me lose hair again. After using my non-original car charger to charge my phone, I am not able to charge my phone with my regular wall charger anymore. I wasted no time in sending in the phone since it&#8217;s under warranty and after a few days, I got it back (bravo to the Sony Ericsson service centre for the super fast service!).</p>
<p>In my pursuit of privacy preservation, I did a master reset to clear all the data in the phone before sending it in to the service centre. The first thing that I did when I got it back was to plug in the USB cable in order to restore the data that I backed up. Immediately, I was confronted with repetitive poppings of yellow bubbles in my system task bar saying:</p>
<p><code>USB Device Not Recognized</code></p>
<p>After some painstaking plugging and unplugging of USB cables, uninstalling and installing Sony Ericsson software and drivers, the problem was solved when I tried another USB cable. So, it turned out that my USB cable was fried.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snoozingdragon.com/general/sony-ericsson-w960i-and-usb-21.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
