<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4426048100528982142</id><updated>2011-04-21T19:31:38.501-07:00</updated><title type='text'>ChadMoko</title><subtitle type='html'>Hacking the first Free (Software) Phone.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://chadmoko.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4426048100528982142/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://chadmoko.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>happycube</name><uri>http://www.blogger.com/profile/08122880431073403405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4426048100528982142.post-7471746086074561641</id><published>2007-08-14T18:40:00.000-07:00</published><updated>2007-08-14T19:20:33.404-07:00</updated><title type='text'>yarr... me be having bluetooth on me moko!*</title><content type='html'>Haven't done much with my moko lately... been pretty busy with other stuff, but I've got a new 2007.2 image just put on it and now I'm going to start tinkering again.&lt;br /&gt;&lt;br /&gt;Randomish aside:  uBoot does &lt;i&gt;not&lt;/i&gt; work with the ALI/ULI USB controller in my Opteron 165, with or without hub.&lt;br /&gt;&lt;br /&gt;I set up Bluetooth using a 2-part sequence... this script (run as root) starts bluetooth&lt;br /&gt;&lt;br /&gt;#!/bin/sh&lt;br /&gt;echo "1" &gt; /sys/bus/platform/devices/gta01-pm-bt.0/power_on&lt;br /&gt;echo "1" &gt; /sys/bus/platform/devices/gta01-pm-bt.0/reset&lt;br /&gt;echo "0" &gt; /sys/bus/platform/devices/gta01-pm-bt.0/reset&lt;br /&gt;sleep 1&lt;br /&gt;hciconfig hci0 up&lt;br /&gt;hciconfig&lt;br /&gt;passkey-agent --default 0000 &amp;&lt;br /&gt;&lt;br /&gt;and then i use&lt;br /&gt;&lt;br /&gt;pand -c 00:16:CB:1A:A1:C0&lt;br /&gt;&lt;br /&gt;to connect it to my macbook with pand up and running.  i use a static network instead of dhcp, so i changed the bnep0 section of /etc/network/interfaces in my moko to this:&lt;br /&gt;&lt;br /&gt;# Bluetooth networking&lt;br /&gt;iface bnep0 inet static&lt;br /&gt;        address 192.168.2.202&lt;br /&gt;        netmask 255.255.255.0&lt;br /&gt;        network 192.168.2.0&lt;br /&gt;        gateway 192.168.2.200&lt;br /&gt;&lt;br /&gt;(* - pirate references courtesy of Bluetooth The Pirate from woot.com's podcasts)&lt;br /&gt;&lt;br /&gt;Unsolved things, many of which answered in the wiki, but I need to do 'em...&lt;br /&gt;&lt;br /&gt;- The best way to get this script in at boot (I'm going to have to init.d-ify the first)&lt;br /&gt;&lt;br /&gt;- And can it run pand to a macbook that isn't there?  Then I can just turn it on and be able to connect and do shell stuff.&lt;br /&gt;&lt;br /&gt;- Quickest way to get it to connect to a keyboard.&lt;br /&gt;&lt;br /&gt;- Will the new Apple Bluetooth Keyboard talk HID?  If so that'd be a nice laptop-size keyboard - but I already have a targus ;)&lt;br /&gt;&lt;br /&gt;- How do i get it to do DUN using my Nokia 6103i/t-mo EDGE?&lt;br /&gt;(not terribly useful without a bt keyboard running for terminals and gtk-webkit... but then it'll be like a Nokia 770/n800!)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4426048100528982142-7471746086074561641?l=chadmoko.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://chadmoko.blogspot.com/feeds/7471746086074561641/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4426048100528982142&amp;postID=7471746086074561641' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4426048100528982142/posts/default/7471746086074561641'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4426048100528982142/posts/default/7471746086074561641'/><link rel='alternate' type='text/html' href='http://chadmoko.blogspot.com/2007/08/yarr-me-be-having-bluetooth-on-me-moko.html' title='yarr... me be having bluetooth on me moko!*'/><author><name>happycube</name><uri>http://www.blogger.com/profile/08122880431073403405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4426048100528982142.post-482498188204805158</id><published>2007-07-30T21:09:00.000-07:00</published><updated>2007-07-31T06:49:16.503-07:00</updated><title type='text'>Interim update...</title><content type='html'>... because I don't have anything really interesting yet.&lt;br /&gt;&lt;br /&gt;Looks and feels quite nice.  The screen is indescribably sharp and it runs quite snappily.&lt;br /&gt;&lt;br /&gt;The power management's a bit annoying - I wanted to show off my Neo to a friend in LA and I wasn't able to power it back up even wired up to my laptop's 500ma USB port.  It would be nice to be able to power it up even without a battery!  I also had to play with removing the battery a bit this morning... argh.  Now I see why the Advanced kit has a second battery. ;)&lt;br /&gt;&lt;br /&gt;I'm going to take a crack at getting cpufreq working - I had begun writing my own patch but then I found http://www.evolware.org/chri/paciugo/cpufreq.patch using a quick google search... so I'll  add that to a local tree and try to get all the other periphs going along with it.  Once voltage control is added it should save a measurable bit of battery life.&lt;br /&gt;&lt;br /&gt;After seeing Koen's blog yesterday and noticing he used Angstrom I decided to build it myself.  So far I have Angstrom w/GPE on and I'm building packages from the tree.  Once I get my Bluetooth keyboard working I can use Pidgin.  (I wonder how hard it is to use Bluetooth GPRS...)&lt;br /&gt;&lt;br /&gt;A couple of build tips:&lt;br /&gt;&lt;br /&gt;- I needed to add 'ENABLE_BINARY_LOCALE_GENERATION = "0"' to the sample local conf because trying to build locales using qemu-arm failed.&lt;br /&gt;&lt;br /&gt;- Had one build failure in the x11 image phase - a glibc fault.  This might've been my opty (although i hope not!) since I just ran it again and it worked...&lt;br /&gt;&lt;br /&gt;GPE looks pretty nice - it's geared to 240x320 devices though so things tend to get a bit small on the Neo.  I was able to resize the fonts a bit and get it working though.  Also the Neo needs a flashier 'main' screen.  But the elements are all there - Angstrom has recent/latest gtk+ and cairo libraries.&lt;br /&gt;&lt;br /&gt;More later when I have something worked out - ala cpufreq or a local copy of the 2007.2 apps working ;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4426048100528982142-482498188204805158?l=chadmoko.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://chadmoko.blogspot.com/feeds/482498188204805158/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4426048100528982142&amp;postID=482498188204805158' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4426048100528982142/posts/default/482498188204805158'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4426048100528982142/posts/default/482498188204805158'/><link rel='alternate' type='text/html' href='http://chadmoko.blogspot.com/2007/07/interim-update.html' title='Interim update...'/><author><name>happycube</name><uri>http://www.blogger.com/profile/08122880431073403405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4426048100528982142.post-5418054631098658368</id><published>2007-07-27T15:59:00.001-07:00</published><updated>2007-07-27T16:02:19.759-07:00</updated><title type='text'>Got my Neo!</title><content type='html'>- Home-built OpenMoko image, check.&lt;br /&gt;&lt;br /&gt;- One Neo1973 phone, check.&lt;br /&gt;&lt;br /&gt;- One hacker lunchbox, check.&lt;br /&gt;&lt;br /&gt;- 2GB MicroSD card, check.&lt;br /&gt;&lt;br /&gt;- One happy Chad, check.&lt;br /&gt;&lt;br /&gt;- Getting image onto phone... not quite yet.&lt;br /&gt;&lt;br /&gt;First blog post... done.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4426048100528982142-5418054631098658368?l=chadmoko.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://chadmoko.blogspot.com/feeds/5418054631098658368/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4426048100528982142&amp;postID=5418054631098658368' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4426048100528982142/posts/default/5418054631098658368'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4426048100528982142/posts/default/5418054631098658368'/><link rel='alternate' type='text/html' href='http://chadmoko.blogspot.com/2007/07/got-my-neo.html' title='Got my Neo!'/><author><name>happycube</name><uri>http://www.blogger.com/profile/08122880431073403405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
