<?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>Rubayat Hasan &#187; Troubleshoot</title>
	<atom:link href="http://rubayathasan.com/category/troubleshoot/feed/" rel="self" type="application/rss+xml" />
	<link>http://rubayathasan.com</link>
	<description>Software Development, Music, Web Design, life, thoughts...</description>
	<lastBuildDate>Sun, 27 Jun 2010 06:35:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Disabling Quicktime as Firefox Default mp3 Player</title>
		<link>http://rubayathasan.com/tutorial/disabling-quicktime-as-firefox-default-mp3-player/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=disabling-quicktime-as-firefox-default-mp3-player</link>
		<comments>http://rubayathasan.com/tutorial/disabling-quicktime-as-firefox-default-mp3-player/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 00:20:37 +0000</pubDate>
		<dc:creator>Rubayat</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[quicktime]]></category>

		<guid isPermaLink="false">http://rubayathasan.com/?p=806</guid>
		<description><![CDATA[If you have Quicktime plugin for Firefox, annoyingly enough, Quicktime takes control and becomes the default mp3 player for your browser and leaving no option whatsoever to change the default mp3 player. Even if you change the  Tools -> Options -> Applications settings to change the default player, it will have no effect as Quicktime [...]]]></description>
			<content:encoded><![CDATA[<!--INFOLINKS_ON--><p>If you have Quicktime plugin for Firefox, annoyingly enough, Quicktime takes control and becomes the default mp3 player for your browser and leaving no option whatsoever to change the default mp3 player. Even if you change the  Tools -> Options -> Applications settings to change the default player, it will have no effect as Quicktime has already Hijacked this setting from users.</p>
<p>Now, we go brute force and restrict these kind of plugins to take such controls in the future:</p>
<ul>
<li>Go to about:config</li>
<li>Type ‘plugin’ in the filter box (minus quotes)</li>
<li>Look for ‘plugin.disable_full_page_plugin_for_types’</li>
<li>If it already exists and contains a value, add ‘,audio/mpeg’ to the end of it, otherwise just change the value to ‘audio/mpeg’</li>
<li>Fully close Firefox, wait a few seconds for it to clean up and die</li>
<li>Launch Firefox again.. click an MP3 link.. </li>
</ul>
<p>voila! it does whatever you’ve specified in your Firefox Options -> Applications.</p>
<!--INFOLINKS_OFF-->]]></content:encoded>
			<wfw:commentRss>http://rubayathasan.com/tutorial/disabling-quicktime-as-firefox-default-mp3-player/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone &#8211; 3GS Camera not saving Pictures</title>
		<link>http://rubayathasan.com/iphone/iphone-3gs-camera-not-saving-pictures/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=iphone-3gs-camera-not-saving-pictures</link>
		<comments>http://rubayathasan.com/iphone/iphone-3gs-camera-not-saving-pictures/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 22:05:09 +0000</pubDate>
		<dc:creator>Rubayat</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[3GS]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[jailbreak]]></category>

		<guid isPermaLink="false">http://rubayathasan.com/?p=824</guid>
		<description><![CDATA[If you have recently Jailbroken the iPhone 3GS with the new OS 3.1, you may have noticed that if you take a picture the camera now tries to save the picture but eventually gives up and in your camera roll you see a black thumbnail instead of the nice picture you just took :). You [...]


Related posts:<ol><li><a href='http://rubayathasan.com/iphone/iphone-backup-sms-notes-pictures-video-mxtube/' rel='bookmark' title='iPhone &#8211; Manually Backup SMS, Notes, Pictures, Video, MxTube Folder'>iPhone &#8211; Manually Backup SMS, Notes, Pictures, Video, MxTube Folder</a> <small>iTunes although does a great job backing up all the...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!--INFOLINKS_ON--><div class="alignright"><script type="text/javascript"><!--
google_ad_client = "pub-8160763381013811";
google_ad_slot = "3500113933";
google_ad_width = 250;
google_ad_height = 250;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p>If you have recently Jailbroken the iPhone 3GS with the new OS 3.1, you may have noticed that if you take a picture the camera now tries to save the picture but eventually gives up and in your camera roll you see a black thumbnail instead of the nice picture you just took :).  You say why, wth is goin on?<span id="more-824"></span></p>
<p>Well, its because the picture folder&#8217;s owner is now set to &#8220;root&#8221; for some reason and the camera app can&#8217;t access the picture folder. The easy solution is to change the folders permission to 777 so that the camera can write to it.</p>
<p>1. Log in using SSH<br />
2. change permission of the following folders to 777<br />
/private/var/mobile/Media/DCIM<br />
/private/var/mobile/Media/DCIM/100APPLE<br />
/private/var/mobile/Media/DCIM/100APPLE/.MISC</p>
<p>Voila! Camera is working again :)&#8230;</p>
<!--INFOLINKS_OFF-->

<p>Related posts:<ol><li><a href='http://rubayathasan.com/iphone/iphone-backup-sms-notes-pictures-video-mxtube/' rel='bookmark' title='iPhone &#8211; Manually Backup SMS, Notes, Pictures, Video, MxTube Folder'>iPhone &#8211; Manually Backup SMS, Notes, Pictures, Video, MxTube Folder</a> <small>iTunes although does a great job backing up all the...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://rubayathasan.com/iphone/iphone-3gs-camera-not-saving-pictures/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>98 Dodge Caravan Dash Light Blinking/Flashing</title>
		<link>http://rubayathasan.com/troubleshoot/98-dodge-caravan-dash-light-blinking-flashing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=98-dodge-caravan-dash-light-blinking-flashing</link>
		<comments>http://rubayathasan.com/troubleshoot/98-dodge-caravan-dash-light-blinking-flashing/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 06:51:03 +0000</pubDate>
		<dc:creator>Rubayat</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[cars]]></category>
		<category><![CDATA[dodge caravan]]></category>
		<category><![CDATA[photoblog]]></category>

		<guid isPermaLink="false">http://rubayathasan.com/?p=520</guid>
		<description><![CDATA[It&#8217;s kind of late to be posting this, almost 11 years that is :) but keep on reading and good thing will unveil slowly!! My 98 Dodge Caravan, recently I had to take it&#8217;s battery out for some maintenance and after putting the battery back in when I started the car, weirdly enough, all my [...]


Related posts:<ol><li><a href='http://rubayathasan.com/photography/safari-park/' rel='bookmark' title='Safari Park in Canada'>Safari Park in Canada</a> <small> ...</small></li>
<li><a href='http://rubayathasan.com/photography/university-of-toronto/' rel='bookmark' title='University of Toronto'>University of Toronto</a> <small>...</small></li>
<li><a href='http://rubayathasan.com/blog/driving-home-in-a-canadian-winter-storm/' rel='bookmark' title='A Long Drive Home in a Canadian Winter Storm!!'>A Long Drive Home in a Canadian Winter Storm!!</a> <small> ...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<!--INFOLINKS_ON--><p>It&#8217;s kind of late to be posting this, almost 11 years that is :) but keep on reading and good thing will unveil slowly!!</p>
<p>My 98 Dodge Caravan, recently I had to take it&#8217;s battery out for some maintenance and after putting the battery back in when I started the car, weirdly enough, all my dashboards lights started flashing (the lights on the wiper and climate control buttons).</p>
<div class="wp-caption aligncenter" style="width: 447px"><img class="pie-img" src="http://lh5.ggpht.com/_R6m1UItV_D8/SdLu5llMg9I/AAAAAAAAAcQ/Zs7NYSaHgOg/s640/caravan_98_dash.jpg" alt="caravan_98_dash.jpg" width="437" height="326" /><p class="wp-caption-text">98 Dodge Caravan Dash Board</p></div>
<p><span id="more-520"></span>I was pretty sure this must be some issue related to &#8220;reset&#8221;. So I took it to show the guys at maintenance and they told me right away that I need to replace my battery with a new one, which seemed very illogical to be honest.</p>
<p>So I start searching for some sort of reset and surprisingly enough, I found one!!</p>
<p>Following the steps below, I was able to stop the light blinking/flashing on my Caravans dashboard:</p>
<div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-8160763381013811";
google_ad_slot = "2721987337";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<ol>
<li>Start the van. </li>
<li>Slide the temperature lever all the way to the left (full cold). </li>
<li> Turn the Mode Control to &#8216;panel&#8217; (the one that sends air to your face only). </li>
<li>Turn the &#8216;blower switch&#8217; to all the way to full. </li>
<li>Now go to the leftmost three buttons. <strong>Press and hold</strong> the top one (rear wiper on constant) and the bottom one (rear wiper washer fluid) <strong>until </strong>the lights come on solid then <strong>begin to flash</strong>, and then you can let go. </li>
<li>The AC will now calibrate. You will feel the air blow out of all the different zones at different intervals and see lights come on and go off. Then after a minute or two the top button you pressed will be slowly flashing. This means it has been completed.</li>
<li>Press the last flashing button and you are done.</li>
</ol>
<div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-8160763381013811";
google_ad_slot = "2721987337";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p>Now that was fun to see it actually work and not to mention saving almost $200 on replacing the battery was a big reward too.</p>
<p>I was aware of resets in modern devices such as Xbox 360, PS3 or remotes that has these sort of hidden sequences that executes certain reset protocol but to find it in a 11 year old van was really surprising. I am pretty sure that this sequence still exists in the new caravan models, so if you are having similar sort of problems you may want to give this a try in newer models too.</p>
<p>I hope this helps someone too, let me know if it does.</p>
<!--INFOLINKS_OFF-->

<p>Related posts:<ol><li><a href='http://rubayathasan.com/photography/safari-park/' rel='bookmark' title='Safari Park in Canada'>Safari Park in Canada</a> <small> ...</small></li>
<li><a href='http://rubayathasan.com/photography/university-of-toronto/' rel='bookmark' title='University of Toronto'>University of Toronto</a> <small>...</small></li>
<li><a href='http://rubayathasan.com/blog/driving-home-in-a-canadian-winter-storm/' rel='bookmark' title='A Long Drive Home in a Canadian Winter Storm!!'>A Long Drive Home in a Canadian Winter Storm!!</a> <small> ...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://rubayathasan.com/troubleshoot/98-dodge-caravan-dash-light-blinking-flashing/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>Clearing NetBT in XP to Repair Network Connection</title>
		<link>http://rubayathasan.com/troubleshoot/clearing-netbt-in-xp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=clearing-netbt-in-xp</link>
		<comments>http://rubayathasan.com/troubleshoot/clearing-netbt-in-xp/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 04:04:04 +0000</pubDate>
		<dc:creator>Rubayat</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[NetBT]]></category>
		<category><![CDATA[Network Repair]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.rubayathasan.com/?p=192</guid>
		<description><![CDATA[Today after starting XP with the &#8220;Last Known Good Configuration&#8221; option I lost the network connectivity on my Desktop. Although Internet was working fine but &#8220;Microsoft Windows Network&#8221; would not list my network computers and when I tried the Network Connection repair option, the error message I kept getting was &#8220;Windows could not finish repairing [...]]]></description>
			<content:encoded><![CDATA[<!--INFOLINKS_ON--><div class="alignright"><script type="text/javascript"><!--
google_ad_client = "pub-8160763381013811";
google_ad_slot = "3261994423";
google_ad_width = 120;
google_ad_height = 600;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p>Today after starting XP with the &#8220;Last Known Good Configuration&#8221; option I lost the network connectivity on my Desktop. Although Internet was working fine but &#8220;Microsoft Windows Network&#8221; would not list my network computers and when I tried the Network Connection repair option, the error message I kept getting was &#8220;Windows could not finish repairing the problem because following action cannot be completed: Clearing NetBT&#8221;.</p>
<p><br class="spacer_" /></p>
<p style="text-align: center;"><img class="noframe aligncenter" src="http://lh3.ggpht.com/_R6m1UItV_D8/SbGgfquXukI/AAAAAAAAAao/Nl_6MVLsKSw/s320/clear-netbt.jpg" alt="clear-netbt.jpg" width="320" height="142" /></p>
<p style="text-align: center;"> </p>
<p>So the logical approach was to first find a method to clear NetBT and after  following these steps below, I was able to clear NetBT and get my network connectivity back in XP.<span id="more-192"></span></p>
<p>TCP/IP stack repair method for use with Windows XP:</p>
<ul>
<li><strong>Start, Run, CMD</strong> to open a command prompt.</li>
<li>Reset WINSOCK entries to installation defaults: <strong>netsh winsock reset catalog</strong></li>
<li>Reset TCP/IP stack to installation defaults.  <strong>netsh int ip reset <em>[log_file_name]</em></strong></li>
</ul>
<p><strong>Note:</strong> the <em>log_file_name</em> needs to be specified, e.g. <strong>netsh int ip reset reset.log</strong></p>
<!--INFOLINKS_OFF-->]]></content:encoded>
			<wfw:commentRss>http://rubayathasan.com/troubleshoot/clearing-netbt-in-xp/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>

