<?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>Fix error &#187; How To</title>
	<atom:link href="http://www.fixerror.net/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fixerror.net</link>
	<description></description>
	<lastBuildDate>Fri, 05 Feb 2010 17:00:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix Internet access for Nexus One</title>
		<link>http://www.fixerror.net/2010/01/internet-access-nexus-one/</link>
		<comments>http://www.fixerror.net/2010/01/internet-access-nexus-one/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 17:49:39 +0000</pubDate>
		<dc:creator>Ezu</dc:creator>
				<category><![CDATA[General errors]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Technology tips]]></category>
		<category><![CDATA[Nexus One]]></category>

		<guid isPermaLink="false">http://www.fixerror.net/?p=899</guid>
		<description><![CDATA[




In this article I try to fix the problem when the Nexus One owners try to connect from Wired or Wireless and the connection cannot be done. To fix this issue you should update your Nexus One phone with a kernel that supports tethering, and after you update your kernel you can connect to Wireless and [...]]]></description>
			<content:encoded><![CDATA[<p>In this article I try to fix the problem when the <strong>Nexus One</strong> owners try to connect from <strong>Wired</strong> or <strong>Wireless</strong> and the connection cannot be done. To fix this issue you should update your <strong>Nexus One</strong> phone with a kernel that supports tethering, and after you update your kernel you can connect to <strong>Wireless </strong>and <strong>Wired</strong>.</p>
<p><img class="alignnone size-full wp-image-905" title="nrt65678" src="http://www.fixerror.net/wp-content/uploads/2010/01/nrt65678.jpeg" alt="nrt65678" width="312" height="472" /></p>
<p><a href="http://code.google.com/p/android-wifi-tether/downloads/list" target="_blank">Download the kernel update from here</a>.</p>
<p>If you&#8217;re running on a user you should try to install like default installation.</p>
<h3><span style="text-decoration: underline;">Fix Nexus One problem</span></h3>
<p>Step 1: First run a userdebug or eng build. This update won&#8217;t run on the user build, you will get <em><span style="text-decoration: underline;">verification failed</span></em>;<br />
Step 2: Download the update from <a href="http://code.google.com/p/android-wifi-tether/downloads/list" target="_blank">here</a>;<br />
Step 3: Now you should copy the file to phone SD cars, but first rename the file into <em><strong><span style="text-decoration: underline;">update.zip</span></strong></em>;<br />
Step 4: In case that you have <strong>adb</strong>, try <strong>adb</strong> reboot recovery(more details for abd <a href="http://forum.xda-developers.com/showthread.php?t=502010" target="_blank">here</a>);<br />
Step 5: If you don&#8217;t have adb try the next steps:</p>
<ul>
<li>Power off your phone</li>
<li>Turn it on whilst holding the trackball down</li>
<li> At the boot screen, use the volume keys to select <strong><em>bootloader</em></strong> then press the power button to select</li>
<li> At the next screen, select <strong><em>recovery</em></strong> and press the power button to select it<br />
<span id="more-899"></span></li>
</ul>
<p>Step 6: The boot <span style="text-decoration: underline;"><em>cross</em></span> will appear, and shortly after a &#8216;!&#8217; graphic will appear. Hold down the power button, then press <em>volume up</em>;<br />
Step 7: You will see a menu with blue text. Use the trackball to highlight and select <strong>apply SD card update</strong>;<br />
Step 8: The process should take a few seconds, after which you can reboot your phone;<br />
Step 9: If you get <strong>verification failed</strong> you probably have a user build;<br />
Step 10: You now have a tether-enabled kernel.</p>
<p>Next you can read the instructions for user build: All steps before step 12 are safe and wont touch your phone&#8217;s Rom /flash</p>
<p>Step 1: Get a copy of <strong>adb</strong> and <strong>fastboot</strong> (check the SDK or Google for them);<br />
Step 2: Grab the <strong>Nexus One</strong> update zip and <strong>nexusone-zimage</strong> from the <a href="http://code.google.com/p/android-wifi-tether/downloads/list" target="_blank">downloads page</a>;<br />
Step 3: Plug your phone&#8217;s USB in;<br />
Step 4: <strong>adb</strong> reboot bootloader;<br />
Step 5: When the bootloader screen appears: fastboot boot nexusone-zimage;<br />
Step 6: Make sure the phone boots, if not, STOP</p>
<ul>
<li> Note that Wifi will not work at this stage.</li>
<li> If the phone fails to boot, something is wrong. Pull the battery to reboot.</li>
</ul>
<p>Step 7: Unzip the update zipfile, then <strong>adb push bcm4329.ko /sqlite_stmt_journals/</strong>;<br />
Step 8: adb shell;<br />
Step 9: su;<br />
Step 10: <strong>insmod /sqlite_stmt_journals/bcm4329.ko</strong>;</p>
<ul>
<li> If an error appears doing this, STOP;</li>
</ul>
<p>Step 11:  lsmod;</p>
<ul>
<li>You should see &#8216;bcm4329&#8242; listed. If not, STOP;</li>
</ul>
<p>Step 12: mount -w -o remount /dev/block/mtdblock3 /system;<br />
Step 13: cat /sqlite_stmt_journals/bcm4329.ko &gt; /system/lib/modules/bcm4329.ko;<br />
Step 14: Logout out of the phone;<br />
Step 15: adb reboot bootloader;<br />
Step 16: When the boot screen appears: fastboot flash zimage nexusone-zimage;<br />
Step 17: fastboot reboot;<br />
Step 18. Your <strong>Nexus One</strong> should come up;</p>
<p><a href="http://code.google.com/p/android-wifi-tether/wiki/NexusOneKernelUpdate" target="_blank">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fixerror.net/2010/01/internet-access-nexus-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fix BSOD in Windows 7</title>
		<link>http://www.fixerror.net/2010/01/fix-bsod-in-windows-7/</link>
		<comments>http://www.fixerror.net/2010/01/fix-bsod-in-windows-7/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 00:19:13 +0000</pubDate>
		<dc:creator>Ezu</dc:creator>
				<category><![CDATA[General errors]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Technology tips]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows error]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.fixerror.net/?p=859</guid>
		<description><![CDATA[While you play a game, or install a new software, or upgrade a driver, or restart your computer, or&#8230;..in Windows 7, appear a BSOD(Black Screen of Death) or a BSOD(Blue Screen of Death). In this article you can find the solution to solve these screens of death for Windows 7.
Among the many errors that occur [...]]]></description>
			<content:encoded><![CDATA[<p>While you play a game, or install a new software, or upgrade a driver, or restart your computer, or&#8230;..in <strong>Windows 7</strong>, appear a <span style="text-decoration: underline;"><strong>BSOD(Black Screen of Death)</strong></span> or a <span style="text-decoration: underline;"><strong>BSOD(Blue Screen of Death)</strong></span>. In this article you can find the solution to solve these screens of death for <strong>Windows 7</strong>.</p>
<p>Among the many <a href="http://www.fixerror.net" target="_blank">errors that occur in Windows and which can be solved here</a>, at least a part of them, this error occurred which cannot be neglected.</p>
<p>Most times  the <strong>BSOD(Black Screen of Death)</strong> in <strong>Windows 7</strong> appear when you logging on, and it seems that this error occurs after the latest <strong>Microsoft</strong> security updates released on November 25th, have caused problems for some <strong>Windows 7</strong> users creating a <strong>BSOD(Black Screen of Death)</strong>.</p>
<p>To solve the <strong>Black Screen Of Death(BSOD)</strong> in <strong>Windows 7</strong> you can <a href="http://www.fixerror.net/2009/11/fix-windows-7-black-screen/" target="_blank">follow the next steps to fix the BSOD screen</a>, but these are available in case that the <strong>BSOD</strong> not appear everytime.</p>
<p><img class="alignnone size-full wp-image-892" title="bdo69870" src="http://www.fixerror.net/wp-content/uploads/2010/01/bdo69870.jpeg" alt="bdo69870" width="450" /></p>
<p>If appear the <strong>BSOD(Black Screen of Death)</strong> screen in <strong>Windows 7</strong>, follow these steps to fix this error:</p>
<p><strong>Step 1</strong>: Restart your computer;</p>
<p><strong>Step 2</strong>: Logon into your account, or into account that appear this <strong>BSOD</strong>;<br />
<span id="more-859"></span></p>
<p><strong>Step 3</strong>: After the <strong>BSOD</strong> screen appear, make sure that your computer is connected to the Internet;</p>
<p><strong>Step 4</strong>: Press the CTRL, ALT and DEL keys simultaneously;</p>
<p><strong>Step 5</strong>: When prompted, click <strong>Start Task Manager</strong>;</p>
<p><strong>Step 6</strong>: In <strong>Task Manager</strong> click on the <strong>Application Tab</strong>;</p>
<p><strong>Step 7</strong>: Next click <strong>New Task</strong>;</p>
<p><strong>Step 8</strong>:Now enter the command: <span style="text-decoration: underline;"><strong>&#8220;C:\Program Files\Internet Explorer\iexplore.exe&#8221;<br />
&#8220;http://info.prevx.com/download.asp?GRAB=BLACKSCREENFIX&#8221;</strong></span></p>
<p><em><strong>Note</strong>: this command assumes that you are using internet explorer as your browser, if not substitute your browser path and file details for those of iexplore.exe or use the Browser option of Task manager to locate it;</em></p>
<p><strong>Step 9</strong>: Click <strong>OK</strong> and your browser should start up and begin the download process;</p>
<p><strong>Step 10</strong>: When prompted for the download click  <strong>Run</strong>, the black screen fix program will download and run to automatically fix the issue;</p>
<p><strong>Step 11</strong>: Restart your computer;</p>
<p>In case that appear the <strong>BSOD(Blue screen of death)</strong>, this error may occur from different causes, causes like a new installation of software, new driver, an upgrade of a driver, compatible problem between the components, and these are not too all.</p>
<p>A solution to solve this error is to start your computer in Safe Mode, and then to restore your computer  to an earlier date. Next you can read the steps to restore your computer to an earlier date.</p>
<h3><span style="text-decoration: underline;">How to restore your computer to an earlier date in Windows 7</span></h3>
<p><strong>Step 1</strong>: Go to <strong>Start</strong>, and type <span style="text-decoration: underline;"><strong><em>restore</em></strong></span> in the Search form;</p>
<p><strong>Step 2</strong>:  Click on <strong>System Restore</strong> at the top of the start menu;</p>
<p><strong>Step 3</strong>: At this step should appear a <strong>Restore system files and settings</strong> screen;</p>
<p><strong>Step 4</strong>: Select <strong>Recommended restore</strong> and then click <strong>Next</strong> button, or you can select <strong>Choose a different restore point</strong> and will see a list with restore points that you can choose from;</p>
<p><em>Info: For example if you make an antivirus installation last time and after that the BSOD occurs, choose the restored point old that the last installation of software.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fixerror.net/2010/01/fix-bsod-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
