<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Andrew E. Bruno &#187; FreeRunner</title>
	<atom:link href="http://left.subtree.org/category/freerunner/feed/" rel="self" type="application/rss+xml" />
	<link>http://left.subtree.org</link>
	<description>A sourceful of secrets</description>
	<lastBuildDate>Mon, 10 May 2010 03:56:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='left.subtree.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/e14c799c6e8030a8abefcb495c0b0e17?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Andrew E. Bruno &#187; FreeRunner</title>
		<link>http://left.subtree.org</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://left.subtree.org/osd.xml" title="Andrew E. Bruno" />
	<atom:link rel='hub' href='http://left.subtree.org/?pushpress=hub'/>
		<item>
		<title>Freerunner First Boot</title>
		<link>http://left.subtree.org/2008/08/13/freerunner-first-boot/</link>
		<comments>http://left.subtree.org/2008/08/13/freerunner-first-boot/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 03:42:31 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[FreeRunner]]></category>
		<category><![CDATA[Neo]]></category>

		<guid isPermaLink="false">http://left.subtree.org/?p=39</guid>
		<description><![CDATA[Here&#8217;s some notes on my initial experience setting up the Neo Freerunner. I&#8217;ve been meaning to write this post for a while now and most of this is already old stuff but I&#8217;m posting it anyhow for reference. I purchased the Neo Freerunner fully aware that it was a developer phone but my hope was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=left.subtree.org&amp;blog=13566420&amp;post=39&amp;subd=qnot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s some notes on my initial experience setting up the <a href="http://wiki.openmoko.org/wiki/FreeRunner_Overview">Neo Freerunner</a>. I&#8217;ve been meaning to write this post for a while now and most of this is already old stuff but I&#8217;m posting it anyhow for reference. I purchased the Neo Freerunner fully aware that it was a developer phone but my hope was that I could at least ssh into the device and make/receive a few phone calls. I&#8217;m happy to report that after first booting I was able to get most things functioning within a few hours.</p>
<p><strong>First Boot</strong></p>
<p>There&#8217;s several <a href="http://wiki.openmoko.org/wiki/Distributions">distributions</a> for the Freerunner which can get quite confusing but the one that comes stock with the Freerunner is referred to as <a href="http://wiki.openmoko.org/wiki/Om_2007.2">2007.2</a>. First time booting up the Freerunner you&#8217;re presented the home screen for 2007.2. You can also <a href="http://wiki.openmoko.org/wiki/Boot">boot</a> into NAND and NOR flash which allows you to update the kernel, root filesystem and the boot loader (U-Boot).</p>
<p>My first mission was to ssh into the device. Followed the instructions on the wiki for setting up <a href="http://wiki.openmoko.org/wiki/USB_Networking">USB networking</a>.  By default the IP address of the Freerunner is 192.168.0.202. On the desktop side you first have to ifconfig the usb0 interface and setup the correct routes. Here&#8217;s the script I run on my desktop after connecting the Freerunner:</p>
<pre class="brush: bash;">
#!/bin/bash

/sbin/ifconfig usb0 192.168.0.200 netmask 255.255.255.0
/sbin/route add -host 192.168.0.202/32 dev usb0
</pre>
<p>One extra step I had to do was configure my firewall to allow connections to/from usb0. I&#8217;m running Ubuntu hardy 8.04 and using Firestarter. Open up Firestarter:</p>
<ul>
<li>Preferences -&gt; Firewall -&gt; Network Settings</li>
<li>Set &#8216;Local network connected device&#8217; to:  Unknown device (usb0)</li>
<li>Check &#8216;Enable internet connection sharing&#8217;</li>
</ul>
<p>Verified usb0 network connections:</p>
<pre class="brush: plain;">
$ ping -I usb0 192.168.0.202
$ ssh root@192.168.0.202
</pre>
<p>Once connected to the Freerunner next step was to get the date to display on the home screen. To do this I just followed the <a href="http://wiki.openmoko.org/wiki/Today/2007.2#Adjust_UI_components_at_runtime">instructions on the wiki</a> for customizing the today page (run these commands on the Neo):</p>
<pre class="brush: plain;">
# dbus-launch gconftool-2 -t boolean -s /desktop/poky/interface/reduced false
# /etc/init.d/xserver-nodm restart
</pre>
<p>Here&#8217;s a screenshot of the home screen:</p>
<p style="text-align:center;"><img class="size-full wp-image-124 aligncenter" title="neo-clock" src="http://qnot.files.wordpress.com/2008/08/neo-clock.png?w=225&#038;h=300" alt="" width="225" height="300" /></p>
<p><strong>Upgrade Software</strong></p>
<p>Once I was able to successfully ssh into the Neo and verifed that I could also connect to the internet from the Neo I wanted to upgrade to the latest software release. To do this you use <a href="http://wiki.openmoko.org/wiki/Opkg">opgk</a> (package management system based on Ipkg). The first time you upgrade from the software release shipped with the Neo you have to first upgrade dropbear (ssh server) from the terminal on the Neo, then you can ssh back into the Neo and upgrade the rest of the software:</p>
<pre class="brush: plain;">
# opkg update
On the Neo, open Terminal and run: # opkg install dropbear
Then ssh to neo and run: # opkg upgrade
</pre>
<p>At this point I rebooted and inserted my T-Mobile sim card and microSD card. Once back at the home screen it showed I was registered to the T-Mobile network and I opened up the dialer app and placed my first call!</p>
<p><strong>Set up Timezone and correct date/time</strong></p>
<p>To fix the timezone run this from the Neo:</p>
<pre class="brush: plain;">
# opkg install tzdata tzdata-americas
# ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
# /etc/init.d/xserver-nodm restart
</pre>
<p>To set the correct time using ntp run:</p>
<pre class="brush: plain;">
# opkg install ntpclient
# ntpclient -s -h pool.ntp.org
# hwclock --systohc
</pre>
<p><strong>WLAN</strong></p>
<p>Next up was connecting the Neo to my wireless LAN. The wireless interface on the Neo is eth0. First have to make sure WLAN device is turned on which it seemed to be by default when you first boot. You can check this by holding down the power button for a few seconds which should pop up a menu showing the state of the various devices. Here&#8217;s the script I use to connect the Neo to my WLAN:</p>
<pre class="brush: bash;">
#!/bin/sh

/sbin/ifconfig eth0 down
/sbin/ifconfig eth0 up
/sbin/iwconfig eth0 key restricted 'xxxxx'
/sbin/iwconfig eth0 essid 'xxxx'
/sbin/udhcpc eth0
</pre>
<p><strong>GPS</strong></p>
<p><a href="http://www.tangogps.org/">tangoGPS</a> rocks. This app is amazing and it worked right out of the box. Followed the <a href="http://wiki.openmoko.org/wiki/Getting_Started_with_your_Neo_FreeRunner#Use_the_GPS">directions on the wiki</a> to get it up and running. There was an <a href="http://wiki.openmoko.org/wiki/GPS_Problems">issue</a> getting a fix with the SD card installed but by the time I tried this out they already had a kernel update which fixed the issue. I had no problem getting a fix and my TTFF was 35s with the SD card in. Here&#8217;s some screenshots of tangoGPS in action:</p>
<table style="border:none;">
<tbody>
<tr>
<td style="border:none;"><img style="border:1px solid #ccc;" src="http://qnot.files.wordpress.com/2008/08/screenshot-1.png?w=225&#038;h=300" alt="" title="Screenshot-1" width="225" height="300" class="alignnone size-full wp-image-125" /></td>
<td style="border:none;"><img style="border:1px solid #ccc;" src="http://qnot.files.wordpress.com/2008/08/screenshot-2.png?w=225&#038;h=300" alt="" title="Screenshot-2" width="225" height="300" class="alignnone size-full wp-image-126" /></td>
</tr>
</tbody>
</table>
<p>I also installed and ran <a href="http://wiki.openmoko.org/wiki/Howto_Test_Your_GPS_with_agpsui">AGPS Test</a> which is a program for testing out GPS on the Neo. It shows some nice graphs of the various satellites you&#8217;re currently connected to and their signal strengths:</p>
<table style="border:none;">
<tbody>
<tr>
<td style="border:none;"><img style="border:1px solid #ccc;" src="http://qnot.files.wordpress.com/2008/08/screenshot-4.png?w=225&#038;h=300" alt="" title="Screenshot-4" width="225" height="300" class="alignnone size-full wp-image-127" /></td>
<td style="border:none;"><img style="border:1px solid #ccc;" src="http://qnot.files.wordpress.com/2008/08/screenshot-5.png?w=225&#038;h=300" alt="" title="Screenshot-5" width="225" height="300" class="alignnone size-full wp-image-128" /></td>
</tr>
</tbody>
</table>
<p><strong>Bugs/Issues</strong></p>
<p>Overall I was impressed by how much I was able to get working the first time around however there&#8217;s definitely a few issues I came across. The most concerning was the <a href="http://wiki.openmoko.org/wiki/Freerunner_Hardware_Issues#Poor_Audio_Quality">GSM buzzing</a> during phone calls. On the Neo side everything sounds fine but the person on the other end hears a very loud buzzing noise. Here&#8217;s the <a href="http://lists.openmoko.org/pipermail/hardware/2008-August/000288.html">latest update</a> from the hardware list regarding the issue. I tried tweaking the various alsa settings in <code>/usr/share/openmoko/scenarios/gsmhandset.state</code> with some luck but still wasn&#8217;t able to find the right balance to completely eliminate the buzzing. Still trying to wrap my head around which alsa settings do what but I found playing with alsamixer during a live call to be helpful. The basic procedure goes something like this:</p>
<ol>
<li>ssh to FreeRunner</li>
<li>Make a phone call</li>
<li>While call is in progress run alsamixer</li>
<li>Tweak settings to minimize buzzing/echo</li>
<li>While call is still in progress run: <code>$ alsactl store -f gsmhandset-test1.txt</code></li>
</ol>
<p>Now you can diff this new file against the original (/usr/share/openmoko/scenarios/gsmhandset.state) and see which settings were changed. This is really the only thing holding me back from using the Neo as my primary phone so I look forward to a possible fix.</p>
<p>I found using the Terminal on the Neo rather clunky due to the lack of characters available on the keyboard. For example there&#8217;s no &lt;TAB&gt; or &#8216;/&#8217;. I&#8217;m sure there&#8217;s ways to customize the keyboard. Looks like only vi is available by default on the Neo so I plan on seeing if I can find a vim package (.ipk) or figuring out how to compile vim for the Neo.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/qnot.wordpress.com/39/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/qnot.wordpress.com/39/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qnot.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qnot.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qnot.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qnot.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qnot.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qnot.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qnot.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qnot.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qnot.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qnot.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qnot.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qnot.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qnot.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qnot.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=left.subtree.org&amp;blog=13566420&amp;post=39&amp;subd=qnot&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://left.subtree.org/2008/08/13/freerunner-first-boot/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">sigma110</media:title>
		</media:content>

		<media:content url="http://qnot.files.wordpress.com/2008/08/neo-clock.png" medium="image">
			<media:title type="html">neo-clock</media:title>
		</media:content>

		<media:content url="http://qnot.files.wordpress.com/2008/08/screenshot-1.png" medium="image">
			<media:title type="html">Screenshot-1</media:title>
		</media:content>

		<media:content url="http://qnot.files.wordpress.com/2008/08/screenshot-2.png" medium="image">
			<media:title type="html">Screenshot-2</media:title>
		</media:content>

		<media:content url="http://qnot.files.wordpress.com/2008/08/screenshot-4.png" medium="image">
			<media:title type="html">Screenshot-4</media:title>
		</media:content>

		<media:content url="http://qnot.files.wordpress.com/2008/08/screenshot-5.png" medium="image">
			<media:title type="html">Screenshot-5</media:title>
		</media:content>
	</item>
		<item>
		<title>Neo FreeRunner = Freedom</title>
		<link>http://left.subtree.org/2008/07/22/neo-freerunner-freedom/</link>
		<comments>http://left.subtree.org/2008/07/22/neo-freerunner-freedom/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 03:22:40 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[FreeRunner]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Neo]]></category>
		<category><![CDATA[OpenMoko]]></category>

		<guid isPermaLink="false">http://left.subtree.org/?p=23</guid>
		<description><![CDATA[Open. Mobile. Free. That was the tag line printed on the side of the box which housed my shiny new Neo FreeRunner. I finally had some time to sit down and play with this new device and so far it&#8217;s blown me away. If you&#8217;re a Linux geek and haven&#8217;t checked this out yet I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=left.subtree.org&amp;blog=13566420&amp;post=23&amp;subd=qnot&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Open. Mobile. Free.</strong> That was the tag line printed on the side of the box which housed my shiny new <a href="http://wiki.openmoko.org/wiki/FreeRunner_Overview">Neo FreeRunner</a>. I finally had some time to sit down and play with this new device and so far it&#8217;s blown me away. If you&#8217;re a Linux geek and haven&#8217;t checked this out yet I highly recommend <a href="http://www.openmoko.com/product.html">getting one</a>. It&#8217;s a truly open platform with a thriving community and is supported by a company which has basically open sourced their internal development. Where else could you get the complete <a href="http://wiki.openmoko.org/wiki/CAD_models">CAD files</a> for your phone? There&#8217;s a good post about why you might <a href="http://www.fsf.org/blogs/community/5-reasons-to-avoid-iphone-3g">think twice before buying an iPhone</a> and picking up a FreeRunner instead.</p>
<p>Here&#8217;s a few pics of what the Neo looks like all boxed up..</p>
<table style="width:100%;border:none;">
<tr>
<td style="border:none;"><img style="border:1px solid #ccc;" src="http://qnot.files.wordpress.com/2008/07/neo-box.jpg?w=237&#038;h=300" alt="" title="neo-box" width="237" height="300" class="alignnone size-medium wp-image-137" /></td>
<td style="border:none;"><img style="border:1px solid #ccc;" src="http://qnot.files.wordpress.com/2008/07/neo-box2.jpg?w=300&#038;h=225" alt="" title="neo-box2" width="300" height="225" class="alignnone size-medium wp-image-138" /></td>
</tr>
</table>
<p>
The Neo came bundled with a USB cable, a nifty stylus + laser pen, AC adapter, battery, and a 512mb microSD card.</p>
<div style="text-align:center;">
<img style="border:1px solid #ccc;" src="http://qnot.files.wordpress.com/2008/07/neo-accessories.jpg?w=300&#038;h=225" alt="" title="neo-accessories" width="300" height="225" class="aligncenter size-medium wp-image-139" />
</div>
<p>
The <a href="http://wiki.openmoko.org/wiki/Neo_FreeRunner_GTA02_Hardware">hardware specs</a> for the Neo (GTA02) are impressive, GSM, WiFi, Bluetooth, GPS. All that packed into a full blown Linux distro that fits in the palm of your hand.</p>
<div style="text-align:center;">
<img style="border:1px solid #ccc;" src="http://qnot.files.wordpress.com/2008/07/neo-hand.jpg?w=400&#038;h=300" alt="" title="neo-hand" width="400" height="300" class="aligncenter size-full wp-image-140" />
</div>
<div style="text-align:center;">
<img style="border:1px solid #ccc;" src="http://qnot.files.wordpress.com/2008/07/neo-back.jpg?w=400&#038;h=300" alt="" title="neo-back" width="400" height="300" class="aligncenter size-full wp-image-141" />
</div>
<p>I&#8217;ll be posting more about my experiences using the Neo as my daily phone. More to come..</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/qnot.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/qnot.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qnot.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qnot.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qnot.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qnot.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/qnot.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/qnot.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/qnot.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/qnot.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qnot.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qnot.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qnot.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qnot.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qnot.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qnot.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=left.subtree.org&amp;blog=13566420&amp;post=23&amp;subd=qnot&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://left.subtree.org/2008/07/22/neo-freerunner-freedom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">sigma110</media:title>
		</media:content>

		<media:content url="http://qnot.files.wordpress.com/2008/07/neo-box.jpg?w=237" medium="image">
			<media:title type="html">neo-box</media:title>
		</media:content>

		<media:content url="http://qnot.files.wordpress.com/2008/07/neo-box2.jpg?w=300" medium="image">
			<media:title type="html">neo-box2</media:title>
		</media:content>

		<media:content url="http://qnot.files.wordpress.com/2008/07/neo-accessories.jpg?w=300" medium="image">
			<media:title type="html">neo-accessories</media:title>
		</media:content>

		<media:content url="http://qnot.files.wordpress.com/2008/07/neo-hand.jpg" medium="image">
			<media:title type="html">neo-hand</media:title>
		</media:content>

		<media:content url="http://qnot.files.wordpress.com/2008/07/neo-back.jpg" medium="image">
			<media:title type="html">neo-back</media:title>
		</media:content>
	</item>
	</channel>
</rss>