<?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>hackberry</title>
	<atom:link href="http://hackberry.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackberry.wordpress.com</link>
	<description>Inside the CrackBerry</description>
	<lastBuildDate>Sun, 06 May 2007 07:16:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hackberry.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>hackberry</title>
		<link>http://hackberry.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hackberry.wordpress.com/osd.xml" title="hackberry" />
	<atom:link rel='hub' href='http://hackberry.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Remarkably slow</title>
		<link>http://hackberry.wordpress.com/2007/05/05/remarkably-slow/</link>
		<comments>http://hackberry.wordpress.com/2007/05/05/remarkably-slow/#comments</comments>
		<pubDate>Sun, 06 May 2007 07:14:51 +0000</pubDate>
		<dc:creator>hackberry</dc:creator>
				<category><![CDATA[blackberry]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://hackberry.wordpress.com/2007/05/05/remarkably-slow/</guid>
		<description><![CDATA[I finally got around to writing a simple benchmark to compare Java implementations. Collatz measures how quickly a Java implemenation (more specifically, an MIDP implementation) can perform basic arithmetic and function calls, by computing the first 30,000 Collatz numbers and measuring how long it takes using System.currentTimeMillis(). I also implemented the same benchmark in C [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackberry.wordpress.com&amp;blog=908339&amp;post=8&amp;subd=hackberry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I finally got around to writing a simple benchmark to compare Java implementations.  <a href="http://hackberry.nfshost.com/20070505/MyProj.jad">Collatz</a> measures how quickly a Java implemenation (more specifically, an MIDP implementation) can perform basic arithmetic and function calls, by computing the first 30,000 <a href="http://en.wikipedia.org/wiki/Collatz_conjecture">Collatz numbers</a> and measuring how long it takes using <code>System.currentTimeMillis()</code>.</p>
<p>I also implemented the same benchmark in C for comparison, and ran a standalone version on Java2SE. Host-based benchmarks were run on a Pentium M 1.4 GHz, using Java version &#8220;1.4.2_14-b05&#8243; and midp2.0fcs.</p>
<table border="1">
<tr>
<td>C</td>
<td>33289 iter/ms</td>
</tr>
<tr>
<td>Java SE</td>
<td>7990 iter/ms</td>
</tr>
<tr>
<td>MIDP 2.0</td>
<td>1595 iter/ms</td>
</tr>
<tr>
<td>BlackBerry 8800</td>
<td>240 iter/ms</td>
</tr>
</table>
<p>It&#8217;s interesting that the hosted MIDP implementation runs equivalent code slower than JavaSE, but that could be down to a variety of factors (not least, it now occurs to me, that the benchmark inner loop has a function call which is a member of a class which <code>extends</code> and <code>implements</code> in the MIDP version, but not in the JavaSE version; now granted, it&#8217;s <code>private static final</code> so in theory it shouldn&#8217;t matter).<br />
What&#8217;s really interesting, though, is that the Blackberry is <em>six times</em> slower than the hosted MIDP emulator, and <em>33 times</em> slower than the JavaSE VM. (Never mind the 130x slowdown versus native code.) At speeds like this, I think Javascript (on host) is going to be faster than on-device Java&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hackberry.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hackberry.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackberry.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackberry.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackberry.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackberry.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackberry.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackberry.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackberry.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackberry.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackberry.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackberry.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackberry.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackberry.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackberry.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackberry.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackberry.wordpress.com&amp;blog=908339&amp;post=8&amp;subd=hackberry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackberry.wordpress.com/2007/05/05/remarkably-slow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2f0911f449974a5cc2b2986e0c5c49f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">hackberry</media:title>
		</media:content>
	</item>
		<item>
		<title>Debugging an outage</title>
		<link>http://hackberry.wordpress.com/2007/04/22/debugging-an-outage/</link>
		<comments>http://hackberry.wordpress.com/2007/04/22/debugging-an-outage/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 06:02:58 +0000</pubDate>
		<dc:creator>hackberry</dc:creator>
				<category><![CDATA[blackberry]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://hackberry.wordpress.com/2007/04/22/debugging-an-outage/</guid>
		<description><![CDATA[The recent outage had one positive effect for me &#8212; it led to me finding the Network Diagnostics Test dialog. (Settings -&#62; Options -&#62; Mobile Network -&#62; menu -&#62; Diagnostics Test -&#62; menu -&#62; Run.)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackberry.wordpress.com&amp;blog=908339&amp;post=7&amp;subd=hackberry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The recent <a href="http://australianit.news.com.au/articles/0,7204,21603862%5E15442%5E%5Enbv%5E15306-15320,00.html">outage</a> had one positive effect for me &#8212; it led to me finding the Network Diagnostics Test <a href="http://www.pinstack.com/blackberryforums/archive/index.php?t-24663.html">dialog</a>. (Settings -&gt; Options -&gt; Mobile Network -&gt; menu -&gt; Diagnostics Test -&gt; menu -&gt; Run.)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hackberry.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hackberry.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackberry.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackberry.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackberry.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackberry.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackberry.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackberry.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackberry.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackberry.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackberry.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackberry.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackberry.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackberry.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackberry.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackberry.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackberry.wordpress.com&amp;blog=908339&amp;post=7&amp;subd=hackberry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackberry.wordpress.com/2007/04/22/debugging-an-outage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2f0911f449974a5cc2b2986e0c5c49f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">hackberry</media:title>
		</media:content>
	</item>
		<item>
		<title>Writing MIDlets, Poking around, and GPS</title>
		<link>http://hackberry.wordpress.com/2007/04/05/writing-midlets-poking-around-and-gps/</link>
		<comments>http://hackberry.wordpress.com/2007/04/05/writing-midlets-poking-around-and-gps/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 07:05:10 +0000</pubDate>
		<dc:creator>hackberry</dc:creator>
				<category><![CDATA[blackberry]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://hackberry.wordpress.com/2007/04/05/writing-midlets-poking-around-and-gps/</guid>
		<description><![CDATA[It&#8217;s easy to write a simple app that runs on the Blackberry. This tutorial had us building code within the hour (starting from a java-free MacOS X machine). Getting it to load OTA was a little bit of a trial since the JAD file generated by Ant wasn&#8217;t quite up to snuff, but with a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackberry.wordpress.com&amp;blog=908339&amp;post=6&amp;subd=hackberry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s easy to write a simple app that runs on the Blackberry.  <a href="http://developers.sun.com/techtopics/mobility/midp/articles/osx/index.html">This tutorial</a> had us building code within the hour (starting from a java-free MacOS X machine).  Getting it to load <abbr title="over the air">OTA</abbr> was a little bit of a trial since the JAD file generated by Ant wasn&#8217;t quite up to snuff, but with a little bit of manual jiggery it loaded nicely. For BlackBerry-specific questions, the <a href="http://na.blackberry.com/eng/developers/">BlackBerry Developer KnowledgeBase</a> looks to have a wealth of useful information for curious minds.</p>
<p>So can we use these tools to take advantage of the nifty features of the Blackberry &#8212; say, GPS?  I think we can.  There&#8217;s a <a href="http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/796557/800332/800703/How_To_-_Define_criteria_to_retrieve_a_GPS_fix.html?nodeid=1123135&amp;vernum=0">blackberry.com knowldegebase article</a> that hits some of the details.  Then there&#8217;s <a href="http://jcp.org/en/jsr/detail?id=179">JSR 179</a>, Location API for J2ME, which promises to be the APIs implemented.</p>
<p>Finally, what can we learn from within the BlackBerry UI? There&#8217;s a suprising amount of interesting technical detail lurking in Settings-&gt;Options-&gt;Advanced Options.</p>
<p><strong>Applications</strong> allows you to see all the application bundles loaded on the system &#8212; including, apparently, the Java classes they include! For example, highlighting &#8220;BlackBerry 4.2 Core Applications&#8221; and choosing Menu-&gt;Modules tells me that among others, it implements <tt>net_rim_app_manager_console   4.2.1.772</tt>.</p>
<p><strong>GPS</strong> has a &#8220;Refresh GPS&#8221; menu choice, which cogitated for a while and told me I was at <a href="http://maps.google.com/maps?hl=en&amp;safe=off&amp;client=firefox&amp;q=N+37+47.1981%27+W+122+23.9948%27&amp;ie=UTF8&amp;oe=UTF-8&amp;z=17&amp;ll=37.786453,-122.399583&amp;spn=0.004197,0.006491&amp;om=1">N 37° 47.1981&#8242; W 122° 23.9948&#8242;</a> with an accuracy of 15.5m, according to 5 satellites. Most interesting, especially considering I declined to pay for the value-add GPS option from my carrier.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hackberry.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hackberry.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackberry.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackberry.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackberry.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackberry.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackberry.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackberry.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackberry.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackberry.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackberry.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackberry.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackberry.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackberry.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackberry.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackberry.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackberry.wordpress.com&amp;blog=908339&amp;post=6&amp;subd=hackberry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackberry.wordpress.com/2007/04/05/writing-midlets-poking-around-and-gps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2f0911f449974a5cc2b2986e0c5c49f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">hackberry</media:title>
		</media:content>
	</item>
		<item>
		<title>JIT for Java</title>
		<link>http://hackberry.wordpress.com/2007/04/04/jit-for-java/</link>
		<comments>http://hackberry.wordpress.com/2007/04/04/jit-for-java/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 01:31:06 +0000</pubDate>
		<dc:creator>hackberry</dc:creator>
				<category><![CDATA[blackberry]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://hackberry.wordpress.com/2007/04/04/jit-for-java/</guid>
		<description><![CDATA[How does a relatively slow processor like the Xscale run programs in a bytecode language like Java and not have performance suck as a result? One technique is JIT. So does Blackberry implement JIT? The reasonably good performance of sophisticated apps like Browser lead me to believe so. here (google cache link, the original article [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackberry.wordpress.com&amp;blog=908339&amp;post=5&amp;subd=hackberry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>How does a relatively slow processor like the Xscale run programs in a bytecode language like Java and not have performance suck as a result?</p>
<p>One technique is <abbr title="Just In Time compilation"><a href="http://en.wikipedia.org/wiki/Just-in-time_compilation">JIT</a></abbr>. So does Blackberry implement JIT? The reasonably good performance of sophisticated apps like Browser lead me to believe so. <a href="http://google.com/search?q=cache:sun.systemnews.com/fullsource%3Farticle%3D6286">here</a> (google cache link, the original article is behind a login screen <a href="http://sun.systemnews.com/fullsource?article=6286">here</a>) is an article from 2002 in <a href="http://sun.systemnews.com">System News</a> that talks about the then-new topic of productizing Java JIT on ARM and includes some quotes from RIM folks.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hackberry.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hackberry.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackberry.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackberry.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackberry.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackberry.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackberry.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackberry.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackberry.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackberry.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackberry.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackberry.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackberry.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackberry.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackberry.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackberry.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackberry.wordpress.com&amp;blog=908339&amp;post=5&amp;subd=hackberry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackberry.wordpress.com/2007/04/04/jit-for-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2f0911f449974a5cc2b2986e0c5c49f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">hackberry</media:title>
		</media:content>
	</item>
		<item>
		<title>8700c tear-down</title>
		<link>http://hackberry.wordpress.com/2007/03/28/8700c-tear-down/</link>
		<comments>http://hackberry.wordpress.com/2007/03/28/8700c-tear-down/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 18:49:49 +0000</pubDate>
		<dc:creator>hackberry</dc:creator>
				<category><![CDATA[blackberry]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://hackberry.wordpress.com/2007/03/28/8700c-tear-down/</guid>
		<description><![CDATA[Ah, now we&#8217;re getting somewhere. Commsdesign.com has a tear-down of a BlackBerry 8700c. Of course there are going to be differences in the new design, but heritage will show. Highlights: CSR BC41814 for Bluetooth (and GSM?) PXA901B3C312 &#8220;Hermon&#8221; Xscale baseband and applications processor Flash and DRAM integrated in MCM with Xscale<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackberry.wordpress.com&amp;blog=908339&amp;post=4&amp;subd=hackberry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ah, now we&#8217;re getting somewhere.  Commsdesign.com has a <a href="http://www.commsdesign.com/showArticle.jhtml?articleID=191902180">tear-down of a BlackBerry 8700c</a>.  Of course there are going to be differences in the new design, but heritage will show.</p>
<p>Highlights:</p>
<ul>
<li><abbr title="Cambridge Silicon Radio">CSR</abbr> BC41814 for Bluetooth (and GSM?)</li>
<li>PXA901B3C312 &#8220;Hermon&#8221; Xscale baseband and applications processor</li>
<li>Flash and DRAM integrated in MCM with Xscale</li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hackberry.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hackberry.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackberry.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackberry.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackberry.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackberry.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackberry.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackberry.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackberry.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackberry.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackberry.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackberry.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackberry.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackberry.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackberry.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackberry.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackberry.wordpress.com&amp;blog=908339&amp;post=4&amp;subd=hackberry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackberry.wordpress.com/2007/03/28/8700c-tear-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2f0911f449974a5cc2b2986e0c5c49f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">hackberry</media:title>
		</media:content>
	</item>
		<item>
		<title>Hardware beginnings</title>
		<link>http://hackberry.wordpress.com/2007/03/26/hardware-software/</link>
		<comments>http://hackberry.wordpress.com/2007/03/26/hardware-software/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 07:13:46 +0000</pubDate>
		<dc:creator>hackberry</dc:creator>
				<category><![CDATA[blackberry]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://hackberry.wordpress.com/2007/03/26/hardware-software/</guid>
		<description><![CDATA[Last Friday I purchased a BlackBerry 8800. Being the curious type that I am, I immediately started poking around to find out more about the hardware. I found suprisingly little information. Xscale @312 MHz (according to phonescoop) 64 MB DRAM I&#8217;m curious what the chipset BOM looks like &#8212; is the XScale used for all [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackberry.wordpress.com&amp;blog=908339&amp;post=3&amp;subd=hackberry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last Friday I purchased a BlackBerry 8800. Being the curious type that I am, I immediately started poking around to find out more about the hardware. I found suprisingly little information.</p>
<ul>
<li>Xscale @312 MHz (according to <a href="http://www.phonescoop.com/phones/phone.php?p=1135">phonescoop</a>)</li>
<li>64 MB DRAM</li>
</ul>
<p>I&#8217;m curious what the chipset BOM looks like &#8212; is the XScale used for all the peripherals, or is there a supporting chipset? The <a href="http://www.trolltech.com/products/qtopia/greenphone">Greenphone</a> is a nice comparison for this purpose &#8212; since it boots a development kit and kernel source is available, you can explore the hardware more than is possible on a polished end-user bundle like the 8800.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hackberry.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hackberry.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackberry.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackberry.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackberry.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackberry.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackberry.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackberry.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackberry.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackberry.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackberry.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackberry.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackberry.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackberry.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackberry.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackberry.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackberry.wordpress.com&amp;blog=908339&amp;post=3&amp;subd=hackberry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackberry.wordpress.com/2007/03/26/hardware-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2f0911f449974a5cc2b2986e0c5c49f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">hackberry</media:title>
		</media:content>
	</item>
	</channel>
</rss>
