<?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; Nexus One</title>
	<atom:link href="http://www.fixerror.net/tag/nexus-one/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>
	</channel>
</rss>
