<?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>Jay's Technical Talk &#187; Technology</title>
	<atom:link href="http://www.summet.com/blog/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.summet.com/blog</link>
	<description>My external memory</description>
	<lastBuildDate>Tue, 07 Sep 2010 15:46:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Backflip wifi tether with Ubuntu Linux</title>
		<link>http://www.summet.com/blog/2010/09/03/backflip-wifi-tether-with-ubuntu-linux/</link>
		<comments>http://www.summet.com/blog/2010/09/03/backflip-wifi-tether-with-ubuntu-linux/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 21:59:55 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Phones]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[backflip]]></category>
		<category><![CDATA[tether]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1436</guid>
		<description><![CDATA[After gaining root access on my Motorola Backflip phone, I was (eventually) able to get wifi tethering working using the Barnacle application (version 0.5.1). In Barnacle, I have &#8220;skip wpa_supplicant&#8221; checked, the channel set to six (6), and DHCP set up to use the OpenDNS DNS server (208.67.222.222) although the DNS server option may not [...]


Related posts:<ol><li><a href='http://www.summet.com/blog/2010/08/05/wifi-tether-on-the-htc-aria/' rel='bookmark' title='Permanent Link: Wifi Tether on the HTC Aria'>Wifi Tether on the HTC Aria</a></li>
<li><a href='http://www.summet.com/blog/2007/11/03/installing-core-microsoft-fonts-and-how-to-import-all-windows-fonts-to-ubuntu-gutsy/' rel='bookmark' title='Permanent Link: Installing core Microsoft fonts, Ubuntu (Gutsy/Feisty)'>Installing core Microsoft fonts, Ubuntu (Gutsy/Feisty)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>After gaining root access on my Motorola Backflip phone, I was (eventually) able to get wifi tethering working using the Barnacle application (version 0.5.1).</p>
<p>In Barnacle, I have &#8220;skip wpa_supplicant&#8221; checked, the channel set to six (6), and DHCP set up to use the OpenDNS DNS server (208.67.222.222) although the DNS server option may not be needed. (I had to also manually specify the DNS server IP on my client anyways.)</p>
<p>I had to pull some tricks on the client side (Ubuntu Linux) to make everything work. Specifically, setting MTU size to 1250 and setting up my own DNS name server IP.<br />
The script I use to make this all work with ad-hoc networking on Ubuntu is as follows: <span id="more-1436"></span><br />
<code><br />
sudo service network-manager stop<br />
sudo rm /etc/resolv.conf<br />
sleep 1<br />
sudo ifconfig eth1 down<br />
ifconfig eth1 mtu 1250<br />
sudo iwconfig eth1 mode ad-hoc<br />
sudo iwconfig eth1 essid barnacle<br />
sudo iwconfig eth1 channel 6<br />
sudo ifconfig eth1 up<br />
sleep 2<br />
sudo dhclient eth1<br />
sudo /bin/sh -c 'echo "nameserver 208.67.222.222" >> /etc/resolv.conf'<br />
</code></p>
<p><map name='google_ad_map_1436_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1436?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1436_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1436&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2010%2F09%2F03%2Fbackflip-wifi-tether-with-ubuntu-linux%2F' /></p>

<p>Related posts:<ol><li><a href='http://www.summet.com/blog/2010/08/05/wifi-tether-on-the-htc-aria/' rel='bookmark' title='Permanent Link: Wifi Tether on the HTC Aria'>Wifi Tether on the HTC Aria</a></li>
<li><a href='http://www.summet.com/blog/2007/11/03/installing-core-microsoft-fonts-and-how-to-import-all-windows-fonts-to-ubuntu-gutsy/' rel='bookmark' title='Permanent Link: Installing core Microsoft fonts, Ubuntu (Gutsy/Feisty)'>Installing core Microsoft fonts, Ubuntu (Gutsy/Feisty)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2010/09/03/backflip-wifi-tether-with-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PBS Wishing &#8211; Android App to find out if a book is popular!</title>
		<link>http://www.summet.com/blog/2010/08/18/pbs-wishing-android-app-to-find-out-if-a-book-is-popular/</link>
		<comments>http://www.summet.com/blog/2010/08/18/pbs-wishing-android-app-to-find-out-if-a-book-is-popular/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 11:44:20 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Phones]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Useful Links]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[pbs]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1362</guid>
		<description><![CDATA[I have developed an application for Android Phones (OS version 1.5 or higher) that allows you to enter an ISBN from a book (or scan the barcode if your phone has a camera) and find out how many people are wishing for the book on PaperbackSwap.com. If a lot of people are wishing for a [...]


Related posts:<ol><li><a href='http://www.summet.com/blog/2007/02/27/paperbackswap/' rel='bookmark' title='Permanent Link: Review: PaperbackSwap.com'>Review: PaperbackSwap.com</a></li>
<li><a href='http://www.summet.com/blog/2010/07/27/xlh-3800-barcode-scanner-linux-compatable/' rel='bookmark' title='Permanent Link: XLH-3800 Barcode Scanner: Linux Compatable'>XLH-3800 Barcode Scanner: Linux Compatable</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.summet.com/blog/wp-content/uploads/2010/07/3_scanned_postmistress.png"><img src="http://www.summet.com/blog/wp-content/uploads/2010/07/3_scanned_postmistress-200x300.png" alt="Main application screen, showing the book &quot;Postmistress&quot; having 610 people wishing for it." title="3_scanned_postmistress" width="200" height="300" class="alignleft size-medium wp-image-1407" /></a> I have developed an application for Android Phones (OS version 1.5 or higher) that allows you to enter an ISBN from a book (or scan the barcode if your phone has a camera) and find out how many people are wishing for the book on <a href="http://www.paperbackswap.com/index.php?n=2&#038;r_by=bills%40summet.com">PaperbackSwap.com</a>. If a lot of people are wishing for a book, it&#8217;s a good indication that the book is popular, which may mean it is worth reading. (Or at least, if you decide you don&#8217;t like it, it will be easy to get a book credit for it on paperbackswap.com.)<br />
<span id="more-1362"></span><br />
You can find it easily in the Android Market by searching for &#8220;Summet&#8221;, (or &#8220;PaperBackSwap&#8221;). Alternatively, if you already have a QR barcode scanner on your phone, you can take a picture of this QR code to go directly to it in the market:<br />
<a href="http://www.summet.com/blog/wp-content/uploads/2010/08/Market_QR_download_code.png"><img src="http://www.summet.com/blog/wp-content/uploads/2010/08/Market_QR_download_code-300x300.png" alt="A QR barcode that leads to the PaperBackSwap Wishing application on the android market." title="Market_QR_download_code" width="300" height="300" class="aligncenter size-medium wp-image-1410" /></a></p>
<p><map name='google_ad_map_1362_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1362?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1362_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1362&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2010%2F08%2F18%2Fpbs-wishing-android-app-to-find-out-if-a-book-is-popular%2F' /></p>

<p>Related posts:<ol><li><a href='http://www.summet.com/blog/2007/02/27/paperbackswap/' rel='bookmark' title='Permanent Link: Review: PaperbackSwap.com'>Review: PaperbackSwap.com</a></li>
<li><a href='http://www.summet.com/blog/2010/07/27/xlh-3800-barcode-scanner-linux-compatable/' rel='bookmark' title='Permanent Link: XLH-3800 Barcode Scanner: Linux Compatable'>XLH-3800 Barcode Scanner: Linux Compatable</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2010/08/18/pbs-wishing-android-app-to-find-out-if-a-book-is-popular/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTC Aria on AT&amp;T Review</title>
		<link>http://www.summet.com/blog/2010/08/05/htc-aria-on-att-review/</link>
		<comments>http://www.summet.com/blog/2010/08/05/htc-aria-on-att-review/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 02:20:15 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Phones]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1388</guid>
		<description><![CDATA[I have used a Motorola Backflip for a month, and am now trying out an HTC Aria. The Aria is a much smaller phone that lacks a keyboard, but has a newer version of the Android OS (2.1) and has a faster processor. For the rest of my comparisons, keep reading. Cost This phone costs [...]


Related posts:<ol><li><a href='http://www.summet.com/blog/2010/08/05/wifi-tether-on-the-htc-aria/' rel='bookmark' title='Permanent Link: Wifi Tether on the HTC Aria'>Wifi Tether on the HTC Aria</a></li>
<li><a href='http://www.summet.com/blog/2010/05/30/android-phones-on-att/' rel='bookmark' title='Permanent Link: Android Phones on AT&#038;T'>Android Phones on AT&#038;T</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have used a <a href="http://www.summet.com/blog/2010/07/24/motorola-backflip-mb300-review/">Motorola Backflip</a> for a month, and am now trying out an HTC Aria. The Aria is a much smaller phone that lacks a keyboard, but has a newer version of the Android OS (2.1) and has a faster processor. For the rest of my comparisons, keep reading.<span id="more-1388"></span></p>
<p><strong>Cost</strong><br />
This phone costs more than a Backflip, although you can buy one for a <a href="http://www.amazon.com/gp/product/B003RCJA6S?ie=UTF8&#038;tag=burningorg-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B003RCJA6S">penny on Amazon</a><img src="http://www.assoc-amazon.com/e/ir?t=burningorg-20&#038;l=as2&#038;o=1&#038;a=B003RCJA6S" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> with a two year contract with AT&#038;T. Or <a href="http://www.amazon.com/gp/product/B003T0OM9S?ie=UTF8&#038;tag=burningorg-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B003T0OM9S">$339 without a plan</a><img src="http://www.assoc-amazon.com/e/ir?t=burningorg-20&#038;l=as2&#038;o=1&#038;a=B003T0OM9S" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.</p>
<p><strong>Physical Size</strong><br />
The Aria is a pocket phone.  Because it doesn&#8217;t have a keyboard, the Aria is considerably thinner than the Backflip, and fits in your pocket well. This  is a phone you can carry around in your front jeans pocket (guys anyways).  This phone feels like my earlier Motorola Razr v3xx phone when in the pocket, and is quite portable.</p>
<p><strong>Display Screen</strong><br />
 The screen is basically the same size and resolution  as a Motorola Backflip (320&#215;480 at 3.2in diagonal). Although the resolution is smaller than some  larger phones, I&#8217;ve found it to be just fine for everything I&#8217;ve wanted it to do. At it&#8217;s brightest display setting it&#8217;s just slightly brighter than a Motorola Backflip, but you would probably never take advantage of this in real situations. Fifty to seventy-five percent brightness is plenty for either phone in normal situations.  Android 2.1&#8242;s &#8220;Auto Brightness&#8221; setting works well, and the screen has plenty of dynamic range to support it.</p>
<p><strong>Calling Voice Quality and Speaker-phone</strong><br />
 The voice quality from the headset and Bluetooth is perfectly acceptable. I have not yet tested it in a truly noisy environments, but I do not believe it has background noise reduction (I haven&#8217;t found a 2nd microphone hole anyways&#8230;) The microphone is at the bottom edge of the phone instead of the bottom front, but it&#8217;s a small enough phone that this probably doesn&#8217;t matter. The &#8220;next to your head&#8221; sensor is very quick and responsive, and the screen &#8220;comes back&#8221; as soon as you lift the headset away from your head.<br />
The speaker-phone / speaker works for waiting out hold music, but it is relatively anemic and I wouldn&#8217;t want to use it for a conference call. All of my Motorola phones have much better speaker-phone performance.</p>
<p><strong>Cellular Bands / Carrier Lock</strong><br />
 It is a &#8220;quad band&#8221; GSM (or World) phone, so you will be able to get  voice and GPRS/EDGE service anywhere in the world. However, for 3G/UMTS/HSDPA/HSUPA, it only  supports 1800 and 850Mhz, which means that it will work for  AT&#038;T in the US, and a few carriers in Latin America.  Because I had purchased the phone used, and not from AT&#038;T, I paid a guy on the internet $9.50 for an unlock code so that I could use the phone with any provider. (The Motorola Backflip unlock code cost $3.)</p>
<p><strong>Speed/Processor</strong><br />
 This phone is noticeably faster than the Motorola Backflip. It boots in about half the time, and all the widgets on the home screens appear within only a few tens of seconds after boot-up. When switching between applications or portrait/landscape orientation the switch is much faster than with the Backflip. I do not think you will have any complaints about this phone&#8217;s UI speed.</p>
<p><strong>Battery Life</strong><br />
 The Aria is running Android 2.1, which has had several battery life improvements built in, and it appears to last longer between charges than my Backflip.  However, this is still a smartphone, and you will need to charge it daily.  (Once the backflip is updated to Android 2.1 it will probably have a similar battery life.)</p>
<p><strong>Android 2.1 / HTC Sense</strong><br />
 Android 2.1 adds some battery life enhancements, and the feature that I really use, WPA encryption support for wifi networks! A few features I like about the HTC Sense UI:</p>
<ul>
<li>The dialer automatically searches for contacts as you dial a number. For example, if you dial &#8220;546&#8243; it will show everybody who has &#8220;JIM&#8221;  in their contact name, or &#8220;546&#8243; in their numbers. This feature blows Motorola&#8217;s   MotoBlur dialer out of the water. </li>
<li>Click home button twice to get an &#8220;expose&#8221; like preview of all homescreens.</li>
</ul>
<p> On the other hand, the facebook/twitter account integration wasn&#8217;t terribly good.  I ended up using the default Android Facebook app, and I just stopped checking twitter altogether. If Facebook/Twitter are your thing, you&#8217;ll probably want to use a MotoBlur interface (and get a physical keyboard). The MotoBlur  &#8220;Happenings&#8221; widget is the best I&#8217;ve seen for keeping up and interacting with  Facebook and twitter.</p>
<p> One annoyance I have is that you can not delay the pattern lock. If you want to use a pattern to lock your phone, it will ALWAYS request the pattern, even if the phone just locked itself after being put down for a few seconds. You can change the screen timeout to 10 minutes, but then you have to push the power button to turn the screen off, which locks the phone! I really want the Motorla Blur / 1.5 feature of being able to have a simple swipe to unlock as standard, and a pattern lock after 20+ minutes of inactivity.</p>
<p><strong>On-Screen keyboard</strong><br />
 After using a Backflip for a month, I found the lack of a physical keyboard to be annoying. It definitely reduces the number of Facebook updates/comments and emails that I send using the phone. I have not yet decided if having a keyboard is worth the extra size of the Backflip.  Because the Aria runs Android 2.1, it&#8217;s on-screen keyboard has a Google speech to text button which works really well for simple messages. I have found it much easier to hit the button, say a sentence (slowly, with pauses between each word) and then send my message back. As long as you are not using weird nouns not in standard dictionaries, and are in a quiet environment, the speech recognition works quite well. I have composed emails a sentence at a time using the speech recognition. The only problem is that it requires network connectivity to Google&#8217;s cloud to work. (And every so often when I&#8217;m on wifi with perfect 3g signal it claims that the network connection isn&#8217;t  working!)</p>
<p> The soft-keyboard is acceptable, and has a predictive/corrective text entry system that works well, and is needed due to the mistypes you&#8217;ll make. It is fine for typing out a quick message, but people who SMS/email a lot will probably want to buy a phone with a hardware keyboard. Be sure to turn the phone sideways to get the bigger keyboard if you are going to be typing anything longer than a one or two word search term. The biggest thing I miss from the hardware keyboard are the arrow keys to navigate the text selection carrot! It is very, very difficult, even in landscape mode, to click the carrot exactly where you want it to correct a predictive text error.</p>
<p><strong>Button layout and optical joystick</strong><br />
 One annoyance with the hardware is the capacitive button layout. The aria has 4 capacitive buttons along the bottom of the screen: Home, Menu, Back, and Search.<br />
 Unfortunately, the home button is so close to the left side of the screen that if you hold the phone in your right hand and have slightly longer than average fingers, your little finger will touch this button at the worst time.<br />
 The location is also DIRECTLY under the &#8220;hide keyboard&#8221; soft button on the keyboard, so 20% of the time when you are done typing, you will accidentally go back home instead of returning to the application you were typing in.<br />
 In my opinion, putting 4 buttons here made the home and search button get too close to the edges. (I&#8217;d be interested in knowing if lefties constantly find themselves triggering the search button.)</p>
<p> From an ordering standpoint, I think having the menu button on the far left would result in less aggravation. (Within an application, pulling up the  menu is more easily reversible than going to the &#8220;Home&#8221; screen.)</p>
<p> On the plus side, the volume rocker (located on the left side of the phone) is easy to use for right handed individuals.</p>
<p> The optical joystick works. I can use it to scroll up/down/left/right within applications that support it. The Frozen Bubble game is the only thing I use it  on, because that game doesn&#8217;t support using the touchscreen to move the bubble aimer. You &#8220;push&#8221; the joystick in to select, which is how you take a picture with the camera or start recording with the video camera.<br />
 I use the optical trackpad even less than I use the Motorola Backflip&#8217;s &#8220;BackTrack&#8221; control pad. It&#8217;s not terribly bad, just not really needed for 99% of the applications. And if an application DID want to make use of it, the constant &#8220;clutching&#8221; needed of lifting your thumb and moving it before swiping in the direction you wanted to go would get annoying quickly.</p>
<p> The power button is on the top right, which makes us right handed users have to bend our pointer finger to access it. It&#8217;s not difficult to push, but I prefer the top left of the phone, where my pointer finger naturally rests.</p>
<p><strong>Music/Audio</strong><br />
Although HTC&#8217;s specifications website does not list Ogg Vorbis support, the phone (Android) does support playback of Ogg Vorbis music! I&#8217;m not an audiophile, but I found the audio quality to be as good as with any portable music player. The HTC Aria is a small phone, and they have a unique 3.5mm audio jack. Because the back of the phone is slanted, and the 3.5mm audio jack goes into this slanted part of the phone, your headphones don&#8217;t quite plug in all the way on the back. (It still works fine.) A picture will illustrate:<br />
<a href="http://www.summet.com/blog/wp-content/uploads/2010/08/htc_aria_3.5mm_jack.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2010/08/htc_aria_3.5mm_jack-300x294.jpg" alt="A front and back view of the 3.5mm headphone jack on the HTC Aria" title="htc_aria_3.5mm_jack" width="300" height="294" class="aligncenter size-medium wp-image-1394" /></a></p>
<p> <strong>Easy to Root!</strong><br />
  After waiting and waiting for an easy method of rooting the Motorola  Backflip, this phone was a dream to get root access on! The Unrevoked  application just handled everything, and everything just worked. Directions can be <a href="http://www.summet.com/blog/2010/08/05/how-to-root-the-htc-aria-on-att/">found here</a>.</p>
<p>  That being said, I can only think of one reason to bother rooting the  phone, and that would be to make it into a wifi hotspot using the  android-wifi-tether software. To make that software work, you do have to download a slightly different wifi driver firmware to your phone&#8217;s SD card. Lots of directions can be <a href="http://www.summet.com/blog/2010/08/05/wifi-tether-on-the-htc-aria/">found here</a>.   Everything else I wanted to do with this phone I could do by simply  downloading a standard application from the android market.</p>
<p><strong>Battery Compartment / SIM / MicroSD</strong><br />
 I bought my phone used, without a manual, and it took me 5 minutes to get up enough confidence to actually yank hard enough to remove the back of the phone. Now that I know what I&#8217;m doing, it&#8217;s OK, but not super easy.  I much prefer the Motorola Backflip&#8217;s &#8220;push the button and the back panel unlatches&#8221;, but I am confident that the back panel of the phone won&#8217;t  accidentally come lose. You MUST remove the battery to replace the sim card. The micro SD card slot has a nice &#8220;push to click, push to release&#8221; action, which I find nicer than the &#8220;push it in and latch with a plastic tab&#8221; on the Motorla Backflip. Oh yes, and the inside back of the phone is  surprisingly yellow!</p>
<p> I could not find any external antenna jacks, but most people won&#8217;t miss them.</p>
<p><strong>Camera</strong><br />
 The camera does not have an LED flash. I can&#8217;t hear it actively adjusting  the focal length as I do on my Motorla Backflip, but anything farther away than 4 inches is in focus, so this doesn&#8217;t appear to be a major issue.<br />
 I&#8217;ve been able to capture barcodes and other &#8220;close up&#8221; features without a problem, but it may not work as well for super small barcodes.</p>
<p> It can shoot video up to 640&#215;480 resolution and photos up to 5MP. It offers an option to shoot &#8220;wide-screen&#8221; format, but the actual CCD sensor is a 4:3 sensors, and you get (2592&#215;1952) in 4:3 format, but only (2592&#215;1728) in 3:2 wide-screen mode. I&#8217;m not sure why you would want to shoot in 3:2 wide-screen mode other than to match the screen aspect ratio.  It&#8217;s not true 16:9, and you are losing resolution. So if you want to use the photos outside of the phone&#8217;s display, you may as well leave it at standard 4:3 mode.</p>
<p>The image quality appears to be just as good as the Motorola Backflip when outdoors in good lighting conditions. The lack of an LED hurts in low light conditions. Oh yes, and you actually take a picture by pressing in on the optical joystick. (I had to download a quickstart guide to figure  that out&#8230;)<br />
Here is a photo taken with the phone&#8217;s camera:<br />
<a href="http://www.summet.com/blog/wp-content/uploads/2010/08/IMAG0010.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2010/08/IMAG0010-200x300.jpg" alt="A photo taken with a HTC aria phone" title="IMAG0010" width="200" height="300" class="alignleft size-medium wp-image-1389" /></a></p>
<p><strong>Conclusion</strong><br />
Overall, I am happy with the HTC Aria phone. It is smaller and more responsive than the Motorola Backflip, and has slightly better battery life. (It was also easy to gain root access, which allows wifi-tethering.) However, I suspect that the Backflip will make battery life improvements when it upgrades to Android 2.1. Although the Backflip is slower than the Aria, I really only notice it at initial phone boot-up and very occasionally when applications are starting up for the first time. All in all, the Backflip is still quite usable, and the addition of a hardware keyboard really helps with composing emails, text messages, comments and status updates. I will use the Aria for a full month, then switch back to the Backflip to compare again.</p>
<p><map name='google_ad_map_1388_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1388?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1388_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1388&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2010%2F08%2F05%2Fhtc-aria-on-att-review%2F' /></p>

<p>Related posts:<ol><li><a href='http://www.summet.com/blog/2010/08/05/wifi-tether-on-the-htc-aria/' rel='bookmark' title='Permanent Link: Wifi Tether on the HTC Aria'>Wifi Tether on the HTC Aria</a></li>
<li><a href='http://www.summet.com/blog/2010/05/30/android-phones-on-att/' rel='bookmark' title='Permanent Link: Android Phones on AT&#038;T'>Android Phones on AT&#038;T</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2010/08/05/htc-aria-on-att-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wifi Tether on the HTC Aria</title>
		<link>http://www.summet.com/blog/2010/08/05/wifi-tether-on-the-htc-aria/</link>
		<comments>http://www.summet.com/blog/2010/08/05/wifi-tether-on-the-htc-aria/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 01:25:50 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Phones]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[htc aria]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1376</guid>
		<description><![CDATA[One of the best ways to allow other devices to use your phone&#8217;s data plan to get on the internet (a process called tethering) is to have your phone become a little wifi hotspot. Then, any wifi device can get internet access via your phone. To do this with the HTC Aria, follow these steps: [...]


Related posts:<ol><li><a href='http://www.summet.com/blog/2010/09/03/backflip-wifi-tether-with-ubuntu-linux/' rel='bookmark' title='Permanent Link: Backflip wifi tether with Ubuntu Linux'>Backflip wifi tether with Ubuntu Linux</a></li>
<li><a href='http://www.summet.com/blog/2010/08/05/how-to-root-the-htc-aria-on-att/' rel='bookmark' title='Permanent Link: How to Root the HTC Aria on At&#038;T'>How to Root the HTC Aria on At&#038;T</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>One of the best ways to allow other devices to use your phone&#8217;s  data plan to get on the internet (a process called tethering) is to have your phone become a little wifi hotspot. Then, any wifi device can get internet access via your phone. To do this with the HTC Aria, follow these steps:<br />
<span id="more-1376"></span></p>
<ol>
<li><a href="http://www.summet.com/blog/2010/08/05/how-to-root-the-htc-aria-on-att/">Root the phone</a> using <a href="http://unrevoked.com/">Unrevoked</a></li>
<li>Install the latest version of android-wifi-tether (I tested  2.0.5-pre4) found here: <a href="http://code.google.com/p/android-wifi-tether/downloads/list">http://code.google.com/p/android-wifi-tether/downloads/list</a>. You may have to use the Android SDK or <a href="http://www.androidcentral.com/sideload-android-apps-all-you-want-sideload-wonder-machine">Sideload-Wonder-Machine</a> to install the software.</li>
<li>Find the proper firmware (fw_bcm4329_ap.bin located in the /system/etc/firmware directory of a HTC Evo 4g system-dump) and rename it to fw_bcm4329.bin. Place this file in your android.tether directory on your SD card. The directions I followed were here:<a href="http://code.google.com/p/android-wifi-tether/wiki/Setup_HTC_Desire_Incredible ">http://code.google.com/p/android-wifi-tether/wiki/Setup_HTC_Desire_Incredible </a><br />
A few links I found were: <br /> <a href="http://www.htcevoforum.net/f2/htc-evo-system-dump-18/">http://www.htcevoforum.net/f2/htc-evo-system-dump-18/</a> <br />
        <a href="http://rs922.rapidshare.com/files/389762848/system.rar">http://rs922.rapidshare.com/files/389762848/system.rar</a></li>
</ol>
<p>If things don&#8217;t work out, check the android-wifi-tether log to make sure it has found and is loading the firmware file.<br />
I have confirmed that this procedure works for unencrypted wifi tethering on my HTC Aria to a Ubuntu laptop. You can control access via MAC address filtering, but keep in mind that anybody with a wifi card can see all of your network traffic (and MAC address spoofing is trivial.)</p>
<p>I am currently attempting to get WEP-128 bit encryption working perfectly with Ubuntu Linux. (Wifi-Tethering does not currently support WPA encryption.) I have been able to get the phone to export a WEP encrypted wifi signal, but the Ubuntu Network manager has a problem connecting to it. I am able to connect to the WEP encrypted  wifi form the phone if I configure the laptop&#8217;s wireless interface manually with a script such as the following:<br />
<code><br />
sudo service network-manager stop<br />
sleep 1<br />
sudo ifconfig eth1 down<br />
sudo iwconfig eth1 mode ad-hoc<br />
sudo iwconfig eth1 essid AndroidTether<br />
sudo iwconfig eth1 key s:SUPERSECRETKEY<br />
sudo ifconfig eth1 up<br />
sleep 2<br />
sudo dhclient eth1<br />
</code></p>
<p><map name='google_ad_map_1376_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1376?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1376_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1376&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2010%2F08%2F05%2Fwifi-tether-on-the-htc-aria%2F' /></p>

<p>Related posts:<ol><li><a href='http://www.summet.com/blog/2010/09/03/backflip-wifi-tether-with-ubuntu-linux/' rel='bookmark' title='Permanent Link: Backflip wifi tether with Ubuntu Linux'>Backflip wifi tether with Ubuntu Linux</a></li>
<li><a href='http://www.summet.com/blog/2010/08/05/how-to-root-the-htc-aria-on-att/' rel='bookmark' title='Permanent Link: How to Root the HTC Aria on At&#038;T'>How to Root the HTC Aria on At&#038;T</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2010/08/05/wifi-tether-on-the-htc-aria/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Root the HTC Aria on At&amp;T</title>
		<link>http://www.summet.com/blog/2010/08/05/how-to-root-the-htc-aria-on-att/</link>
		<comments>http://www.summet.com/blog/2010/08/05/how-to-root-the-htc-aria-on-att/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 01:06:47 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Phones]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[htc aria]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1360</guid>
		<description><![CDATA[Rooting the HTC Aria on AT&#038;T is made trivial by the program you can download at http://unrevoked.com/ So far the only good reason I have found to root your HTC Aria is so that you can enable wifi tethering, but that requires a few more steps which you can read about in my next post. [...]


Related posts:<ol><li><a href='http://www.summet.com/blog/2010/08/05/wifi-tether-on-the-htc-aria/' rel='bookmark' title='Permanent Link: Wifi Tether on the HTC Aria'>Wifi Tether on the HTC Aria</a></li>
<li><a href='http://www.summet.com/blog/2010/08/05/htc-aria-on-att-review/' rel='bookmark' title='Permanent Link: HTC Aria on AT&#038;T Review'>HTC Aria on AT&#038;T Review</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Rooting the HTC Aria on AT&#038;T is made trivial by the program you can download at <a href="http://unrevoked.com/">http://unrevoked.com/</a></p>
<p>So far the only good reason I have found to root your HTC Aria is so that you can enable wifi tethering, but that requires a few more steps which you can read about in my next post.</p>
<p>In addition to rooting your phone, the unrevoked application adds a custom recovery image to your phone (Clockworkmod recovery &#8211; http://www.clockworkmod.com/ )</p>
<p>This open source recovery system allows you to backup your phone to SD-card (nandroid backup), and load other ROM&#8217;s.</p>
<p><map name='google_ad_map_1360_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1360?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1360_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1360&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2010%2F08%2F05%2Fhow-to-root-the-htc-aria-on-att%2F' /></p>

<p>Related posts:<ol><li><a href='http://www.summet.com/blog/2010/08/05/wifi-tether-on-the-htc-aria/' rel='bookmark' title='Permanent Link: Wifi Tether on the HTC Aria'>Wifi Tether on the HTC Aria</a></li>
<li><a href='http://www.summet.com/blog/2010/08/05/htc-aria-on-att-review/' rel='bookmark' title='Permanent Link: HTC Aria on AT&#038;T Review'>HTC Aria on AT&#038;T Review</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2010/08/05/how-to-root-the-htc-aria-on-att/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Philips SPC 900NC webcam: Linux / ZoneMinder Compatible</title>
		<link>http://www.summet.com/blog/2010/08/01/philips-spc-900nc-webcam-linux-zoneminder-compatable/</link>
		<comments>http://www.summet.com/blog/2010/08/01/philips-spc-900nc-webcam-linux-zoneminder-compatable/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 11:38:02 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1365</guid>
		<description><![CDATA[The Philips 900NC webcam is Linux compatible (Tested with: Ubuntu 8.10, 9.04 &#038; 10.04). Under V4L2 it supports 640&#215;480 at 15fps out of the box. (The webcam&#8217;s box claims speeds of up to 90fps, but that is only for smaller resolutions, custom windows drivers, etc. You may be able to get better speed with an [...]


Related posts:<ol><li><a href='http://www.summet.com/blog/2007/01/09/pairing-devices-with-linux-bluez/' rel='bookmark' title='Permanent Link: Forced pairing of devices with Linux BlueZ'>Forced pairing of devices with Linux BlueZ</a></li>
<li><a href='http://www.summet.com/blog/2007/01/18/logitech-webcam-linux/' rel='bookmark' title='Permanent Link: Logitech Webcam for Notebooks Pro on Linux'>Logitech Webcam for Notebooks Pro on Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.summet.com/blog/wp-content/uploads/2010/08/IMG_0070.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2010/08/IMG_0070-225x300.jpg" alt="Philips SPC 900nc webcam." title="spc900nc" width="225" height="300" class="alignleft size-medium wp-image-1366" /></a> <a href="http://www.summet.com/blog/wp-content/uploads/2010/08/IMG_0068.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2010/08/IMG_0068-300x261.jpg" alt="Philips SPC 900NC webcam in box" title="Philips SPC 900NC webcam in box" width="300" height="261" class="alignright size-medium wp-image-1367" /></a><br />
The Philips 900NC webcam is Linux compatible (Tested with: Ubuntu 8.10, 9.04 &#038; 10.04). Under V4L2 it supports 640&#215;480 at 15fps out of the box. (The webcam&#8217;s box claims speeds of up to 90fps, but that is only for <a href="http://www.summet.com/blog/2008/03/20/phillips-webcam-with-linux/">smaller resolutions</a>, custom windows drivers, etc.  You may be able to get better speed with an optimized Linux driver, but out of the box performance is satisfactory.) It supports ZoneMinder, but only if you set up the exact correct Device Format (NTSC M) and Capture Palette (YUV420).<br />
It has good low-light performance, although it will not work in complete darkness without additional IR illumination. </p>
<p><map name='google_ad_map_1365_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1365?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1365_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1365&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2010%2F08%2F01%2Fphilips-spc-900nc-webcam-linux-zoneminder-compatable%2F' /></p>

<p>Related posts:<ol><li><a href='http://www.summet.com/blog/2007/01/09/pairing-devices-with-linux-bluez/' rel='bookmark' title='Permanent Link: Forced pairing of devices with Linux BlueZ'>Forced pairing of devices with Linux BlueZ</a></li>
<li><a href='http://www.summet.com/blog/2007/01/18/logitech-webcam-linux/' rel='bookmark' title='Permanent Link: Logitech Webcam for Notebooks Pro on Linux'>Logitech Webcam for Notebooks Pro on Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2010/08/01/philips-spc-900nc-webcam-linux-zoneminder-compatable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XLH-3800 Barcode Scanner: Linux Compatable</title>
		<link>http://www.summet.com/blog/2010/07/27/xlh-3800-barcode-scanner-linux-compatable/</link>
		<comments>http://www.summet.com/blog/2010/07/27/xlh-3800-barcode-scanner-linux-compatable/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 00:32:35 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[barcode]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1339</guid>
		<description><![CDATA[The XLH-3800 laser barcode scanner is powered by a USB port and pretends to be a keyboard. (It &#8220;types&#8221; the codes of barcodes when you scan them.) I am happy to report that this (generic) laser barcode scanner works out-of-the-box with Linux (Tested on Ubuntu 9.10 and 10.04), and does not require any module configuration [...]


Related posts:<ol><li><a href='http://www.summet.com/blog/2009/09/19/acan-fg-8100-ccd-barcode-scanner-with-ubuntu-9-04/' rel='bookmark' title='Permanent Link: Acan FG-8100 CCD Barcode Scanner with Ubuntu 9.04'>Acan FG-8100 CCD Barcode Scanner with Ubuntu 9.04</a></li>
<li><a href='http://www.summet.com/blog/2009/09/03/laser-etched-thinkpad-laptop/' rel='bookmark' title='Permanent Link: Laser Etched Thinkpad Laptop'>Laser Etched Thinkpad Laptop</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.summet.com/blog/wp-content/uploads/2010/07/XLH-3800-barcode-scanner.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2010/07/XLH-3800-barcode-scanner-224x300.jpg" alt="" title="XLH-3800-barcode-scanner" width="224" height="300" class="alignleft size-medium wp-image-1347" /></a> The XLH-3800 laser barcode scanner is powered by a USB port and pretends to be a keyboard. (It &#8220;types&#8221; the codes of barcodes when you scan them.) </p>
<p>I am happy to report that this (generic) laser barcode scanner works out-of-the-box with Linux (Tested on Ubuntu 9.10 and 10.04), and does not require any module configuration like the <a href="http://www.summet.com/blog/2009/09/19/acan-fg-8100-ccd-barcode-scanner-with-ubuntu-9-04/">ACAN FG-8100</a> barcode scanner.</p>
<p>The XLH-3800 is a true laser barcode scanner, meaning that it throws a rapidly scanning laser dot (100 times per second) out into the world, giving the appearance of a laser line. This increases the read range when compared to a CCD scanner, and gives a visual indicator of where to point the device.</p>
<p><map name='google_ad_map_1339_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1339?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1339_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1339&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2010%2F07%2F27%2Fxlh-3800-barcode-scanner-linux-compatable%2F' /></p>

<p>Related posts:<ol><li><a href='http://www.summet.com/blog/2009/09/19/acan-fg-8100-ccd-barcode-scanner-with-ubuntu-9-04/' rel='bookmark' title='Permanent Link: Acan FG-8100 CCD Barcode Scanner with Ubuntu 9.04'>Acan FG-8100 CCD Barcode Scanner with Ubuntu 9.04</a></li>
<li><a href='http://www.summet.com/blog/2009/09/03/laser-etched-thinkpad-laptop/' rel='bookmark' title='Permanent Link: Laser Etched Thinkpad Laptop'>Laser Etched Thinkpad Laptop</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2010/07/27/xlh-3800-barcode-scanner-linux-compatable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Motorola Backflip (MB300) Review</title>
		<link>http://www.summet.com/blog/2010/07/24/motorola-backflip-mb300-review/</link>
		<comments>http://www.summet.com/blog/2010/07/24/motorola-backflip-mb300-review/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 02:25:23 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Phones]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[backflip]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1293</guid>
		<description><![CDATA[I have been using a Motorola BACKFLIP as my primary phone on AT&#038;T for the last month. It is my first experience with the Android OS and smart-phones in general (my previous phone was a Motorola Razor V3xx &#8220;feature&#8221; phone), as well as my first full QWERTY keyboard on a phone. Overall it has been [...]


Related posts:<ol><li><a href='http://www.summet.com/blog/2010/05/30/android-phones-on-att/' rel='bookmark' title='Permanent Link: Android Phones on AT&#038;T'>Android Phones on AT&#038;T</a></li>
<li><a href='http://www.summet.com/blog/2010/08/05/htc-aria-on-att-review/' rel='bookmark' title='Permanent Link: HTC Aria on AT&#038;T Review'>HTC Aria on AT&#038;T Review</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.summet.com/blog/wp-content/uploads/2010/07/BM300_open_texting.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2010/07/BM300_open_texting-300x225.jpg" alt="Motorola Backflip (folded open, ready to use keyboard)" title="BM300_open_texting" width="300" height="225" class="alignleft size-medium wp-image-1294" /></a><br />
I have been using a <a href="http://www.amazon.com/gp/product/B003A4HWYU?ie=UTF8&#038;tag=burningorg-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B003A4HWYU">Motorola BACKFLIP</a><img src="http://www.assoc-amazon.com/e/ir?t=burningorg-20&#038;l=as2&#038;o=1&#038;a=B003A4HWYU" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> as my primary phone on AT&#038;T for the last month. It is my first experience with the Android OS and smart-phones in general (my previous phone was a <a href="http://www.summet.com/blog/2007/04/14/razr-v3xx/">Motorola Razor V3xx &#8220;feature&#8221; phone</a>), as well as my first full QWERTY keyboard on a phone. Overall it has been a positive experience. For the rest of my review, keep reading&#8230;<br />
<span id="more-1293"></span><br />
<a href="http://www.summet.com/blog/wp-content/uploads/2010/07/BM300_front.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2010/07/BM300_front-225x300.jpg" alt="Motorola backflip, view of front of phone." title="BM300_front" width="225" height="300" class="alignnone size-medium wp-image-1295" /></a> <a href="http://www.summet.com/blog/wp-content/uploads/2010/07/BM300_back1.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2010/07/BM300_back1-225x300.jpg" alt="Back of a Backflip cell phone, showing keyboard, camera and LED flash." title="BM300_back" width="225" height="300" class="aligncenter size-medium wp-image-1297" /></a> </p>
<p><strong>Hardware:</strong><br />
The screen quality is good, and the 3.1 inch 320&#215;480 resolution display is perfectly fine for all of the applications and web browsing I have used it for. I&#8217;ve been happy with the display quality and brightness (although I intentionally dimmed the display after using PowerTutor to determine that it used more power than the CPU when lit). The capacitive touch screen has worked as I&#8217;d expect.</p>
<p>The hinge mechanism that folds the keyboard around from the back to the front has been solid. The keyboard, although flat, offers at least as good tactile feedback as my Razor&#8217;s, and having one available has made sending emails or commenting on Facebook posts much easier. I was unsure if I would need a QWERTY keyboard, but now that I have it, I&#8217;m wondering if I could do as well with an on-screen keyboard. (I almost never try and use the on-screen keyboard, instead flipping the phone open to use the hardware QWERTY, even though this requires a vertical to horizontal flip of the GUI.)</p>
<p><a href="http://www.summet.com/blog/wp-content/uploads/2010/07/BM300_clockmode.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2010/07/BM300_clockmode-300x225.jpg" alt="Motorola Backflip phone half-opened in &quot;clock&quot; mode." title="BM300_clockmode" width="300" height="225" class="alignleft size-medium wp-image-1298" /></a></p>
<p>When you open the phone &#8220;halfway&#8221; it will sit on the keyboard (back) side and have a vertical &#8220;clock mode&#8221; display that is nice for nightstand or tables, and can be used as a mini digital picture frame.</p>
<p><a href="http://www.summet.com/blog/wp-content/uploads/2010/07/BM300_open_back.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2010/07/BM300_open_back-300x225.jpg" alt="A view of the back of the Motorola Backflip showing the &quot;Back-Track&quot; touchpad." title="BM300_open_back" width="300" height="225" class="alignleft size-medium wp-image-1301" /></a></p>
<p>The back of the screen has a &#8220;BackTrack&#8221; touch-pad which can be used when the phone is folded open. At first I though that this feature would allow me to select anything on the screen with one touch, kind of like a touch-screen on the back of my regular screen. It does not act like that. Instead, it responds to relative commands to highlight focusable items (links, buttons, etc) and then select them. So, for example, if you want to click the third link down in a web page, you have to slide your finger in a downward motion. The UI will highlight each link moving down as you do so. When you get to the link you want, you stop sliding, and double-click. This does allow you to select things without &#8220;obscuring&#8221; the display with your finger, but takes longer than just tapping on links. The only time I really use the backtrack sensor is for scrolling, moving between large buttons, or double-clicking to select the already selected default option. It doesn&#8217;t get in my way, and I don&#8217;t mind having the extra interactions options available, but I just don&#8217;t use it nearly as much as tapping what I want on the front of the screen. (You can disable it in the settings if you don&#8217;t like it or if your fat fingers keep accidentally brushing against it.)</p>
<p>One nice thing about having the battery compartment door &#8220;inside&#8221; the phone (when it&#8217;s folded closed) is that when you drop the phone the battery and door don&#8217;t automatically go flying (like with my V3xx and V551 phones&#8230;). I have a close fitting plastic &#8220;snap-on&#8221; case around my Backflip to offer it some protection from drops, and in the one drop-test where I learned that the battery and door doesn&#8217;t go flying a corner of my case got chipped off. (Superglue to the rescue.) If my other Motorola phones are any indication, this guy can also stand being dropped without having any major issues.)</p>
<p><strong>Size:</strong><br />
The Backflip is larger than my previous daily use Phone (<a href="http://www.summet.com/blog/2007/04/14/razr-v3xx/">Motorola v3xx razor</a>), but can still fit in a front pocket. It is a bit thicker (mostly due to the keyboard) and makes a larger bulge in a front pocket. I typically carry it around in a cell phone pocket on my backpack. For daily usage, I&#8217;d recommend cargo pockets or a belt case. (On those occasions you are leaving the home/office without a backpack or cargo pants, it can be a bit bulky to carry around.) </p>
<p><strong>Speed/Power:</strong><br />
Before purchasing the Backflip I read a lot of reviews that said it was under-powered, had a small screen, etc. From a specification standpoint, many Android phones have faster CPU&#8217;s and bigger screens.  Every so often I have noticed pauses (mostly when some applications are first starting, when you first turn on the phone, or when switching from vertical to horizontal layout).  These pauses are longer than on faster Android phones, but if you are upgrading from an older Feature Phone you probably will be happy enough with the speed. However, if you use a Nexus One, Droid, HTC Aria or other 1Ghz phone running Android 2.1, when you come back to the Backflip it will feel slow and poky.  I found the phone to be at least as responsive as my Razor v3xx. </p>
<p>The one place that I really noticed a speed hit was on initial phone boot-up. The Backflip takes almost a minute to boot up when you first turn it on! This is much slower than any previous (non-smart) phone I have owned. It can be annoying when you are on a flight that has landed, and everybody else is telling their family and friends that they have landed, and your phone is just finishing it&#8217;s boot-up process. Even after the phone itself is booted it, it usually takes my widgets (I have about 10) another 30 seconds to a minute to draw themselves. Once things get loaded into memory the phone runs fine, but the initial startup is slow. However, as I don&#8217;t shut my phone off too frequently, I haven&#8217;t really noticed this delay too often.</p>
<p><strong>Radios/Reception:</strong><br />
I have found that the cellular reception is comparable to my Razor (good). I have been very happy with the voice quality. The Backflip has a second microphone to cancel out ambient noise. So far I haven&#8217;t really tested it, but nobody has complained about my audio and I haven&#8217;t had any dropped calls.</p>
<p>The Backflip is quad band GSM (voice + GPRS/EDGE data) which allows it to work anywhere in the world. However, it&#8217;s 3G radio only supports 3 bands (WCDMA 850/1900/2100), which means it mostly does not work on T-Mobile at 3G speeds, and may not support 3G when traveling (especially in Europe). But at least it includes the WCDMA/UMTS-2100 band, which makes it a step above some other AT&#038;T exclusive phones that only have 2 band support [850/1900]. [The iPhone 4 supports all four 3G bands, meaning that it will work with T-Mobile and in all foreign countries at 3G speeds.]</p>
<p>The WiFi signal reception is close to comparable to my laptop (also good). I was especially impressed with the GPS, which acquires a lock faster than my (two year old) Tom-Tom dedicated GPS unit. (I guess the A part of AGPS really helps.)  I found that using Wifi Location (allowing Google to collect anonymous usage info&#8230;) combined with GPS location gives very good results. Even when the GPS hasn&#8217;t locked on, you get 1000&#8242; accuracy from the wifi if you are in any type of town that has already been surveyed, and when the GPS kicks in you get accuracy down to tens of feet.</p>
<p><strong>Speakerphone / Music:</strong><br />
I have continued to be impressed with Motorola&#8217;s speakerphones. As with my previous Motorola phones, the speakerphone works very well. It can also be used to play (mono) music, but is a bit tinny (as you&#8217;d expect). This speakerphone is better than that on the HTC Aria by a wide margin.</p>
<p>The Backflip has a standard 3.5mm headphone jack, and while I&#8217;m not an audiophile, the music sounds just as good from my phone as any other mp3 player I&#8217;ve used. I am especially happy with Android&#8217;s support for my OGG Vorbis music collection out of the box! I&#8217;ve been using the Museek music playing application to handle my multi-gigibyte collection (stored on the micro-SD card).</p>
<p><strong>Camera / Flash / Barcode Reader / Flashlight:</strong><br />
The 5 MP auto-focus camera (with LED flash) is good enough to replace a standard point &#038; shoot camera from 3 years ago. I plan on using it as my main traveling camera (leaving the 2.1MP Cannon with a real lens at home, dedicated to documenting workbench projects&#8230;). The flash isn&#8217;t quite as powerful as a dedicated camera, but it&#8217;s good enough for your standard nightclub shots. The auto-focus camera does a good job at macro shots (such as barcodes or close up shots of flowers). </p>
<p>The Barcode Scanner combined with Google Shopper is one of my favorite applications. (Yes, I&#8217;m that person who likes a book at the Bookstore, scans the barcode, and orders it used from Half.com while still in the store&#8230;) I have also downloaded the Motorola developed &#8220;Backflip Light&#8221; application, which allows you to turn on the camera flash to use as a (quite serviceable) flashlight. Here is a sample picture:<br />
<a href="http://www.summet.com/blog/wp-content/uploads/2010/07/2010-08-01-14.30.04.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2010/07/2010-08-01-14.30.04-225x300.jpg" alt="Example photo from a Motorola Backflip Phone Camera" title="2010-08-01 14.30.04" width="225" height="300" class="alignright size-medium wp-image-1373" /></a></p>
<p><strong>Micro-USB cable:</strong><br />
The phone uses a MICRO usb cable, NOT a Mini-USB cable like my previous phone and all my previous phone accessories. I was annoyed at Motorola for switching, as I had to buy a 2nd charger and 2nd data cable with the new &#8220;micro&#8221; USB end. Plus, my Bluetooth headsets, headphones, and e-book reader are now using a different charger than my phone. On the plus side, even though it&#8217;s not the same plug, it is still an industry standard plug, so you can buy chargers and cables from anybody. (And Micro to Mini USB adapters do exist, so with some advance planning I can charge all my devices with a Mini-USB charger and a Mini-to-Micro adapter.)</p>
<p><strong>Web browser:</strong><br />
The standard Android Web browser is very usable. You are aware that you&#8217;re looking at at a web page on a phone, but the entire page renders as you&#8217;d expect. I haven&#8217;t found a standard (non-flash) web page where I haven&#8217;t been able to log into and get things done if I needed to (albeit slowly, with lots of scrolling around.) Ebay, Amazon, Sakai, WordPress, they all just work.</p>
<p><strong>Android/MotoBlur:</strong><br />
The Backflip is running Android 1.5 (Eventually to be upgraded to 2.1, but that hasn&#8217;t happened yet). Not having used any other version of android, I felt that 1.5 had all the features I really needed. (The only feature I have heard of but can&#8217;t use is WPA Enterprise Encrypted Wifi, animated homescreen backgrounds and the B&#038;N Nook Reader for Android.) I&#8217;ll be happy to upgrade when the OTA updates start going out, but I don&#8217;t know of any other 1.6, 2.1 or 2.2 feature that I&#8217;m really missing by running &#8220;only&#8221; 1.5.  The ability to move applications to the flash card really hasn&#8217;t been needed. I have a <a href="http://www.summet.com/blog/2010/07/16/jays-list-of-the-best-android-apps/">large list of applications</a> installed, and so far I&#8217;m only using up 223MB (of my 336MB total application storage area).</p>
<p>The MotoBlur software that Motorola adds to the stock phone appears to be limited to a &#8220;MotoBlur&#8221; account setup/login screen when you first start up the phone, social network integration with the contacts/dialer applications, and a few custom widgets on the home screen. The MotoBlur website allows you to track your phone via GPS if it&#8217;s lost/stolen, backs up your contacts, and allows you to restore your contacts to a new MotoBlur phone later. I removed the news RSS applications, but kept the &#8220;Happenings&#8221; application that pulls in my Facebook and twitter feeds. As I haven&#8217;t used a &#8220;stock&#8221; Android phone, I may not be noticing some other MotoBlur features by just assuming that all Android phones &#8220;do that&#8221;, but I have noticed that the contacts application pulls photos from my Facebook account and lists people&#8217;s status messages, which I believe is part of the MotoBlur experience. Overall I have not ran into anything about MotoBlur that made me hate it. Several control panel settings allow you to disable background data downloads, Facebook feed updates, etc. should you not want to use these features. After using the HTC &#8220;Sense&#8221; UI, I have decided that the MotoBlur &#8220;happenings&#8221; widget is the best I&#8217;ve seen so far for Facebook/Twitter updates.</p>
<p><a href="http://www.summet.com/blog/wp-content/uploads/2010/07/BM_upgrade_to_0.13.37.en_.US_.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2010/07/BM_upgrade_to_0.13.37.en_.US_-300x99.jpg" alt="Screenshots from a software upgrade process on the Motorola Backflip" title="BM_upgrade_to_0.13.37.en.US" width="300" height="99" class="alignleft size-medium wp-image-1303" /></a><br />
I did receive one software upgrade (13.37, in two parts) while using the phone, which I downloaded over WiFi. This was a stability and bug-fix patch to Android 1.5. The install/upgrade process took a few minutes, and went flawlessly. It added a new &#8220;AT&#038;T Deathstar&#8221; logo to the boot-up process (and made the boot-up process appear to take even longer than before). Other than this, I didn&#8217;t notice any material improvements from the upgrade, but I was happy with how the phone had worked before the patch.</p>
<p><strong>Unlocking/Rooting the phone:</strong><br />
I was able to buy an unlock code on the Internet for $3 which successfully removed the carrier lock on the phone (so I can use it with T-Mobile, or an international roaming SIM card if I need to), which was easier than trying to get AT&#038;T to give me the code as I had purchased the phone 2nd-hand.</p>
<p>The only real complaint I have about it is that Motorola has done a better than average job of locking it down, so nobody has posted easy to follow &#8220;rooting&#8221; directions on the web yet. So far there are only two reasons I want root access, which is to make the phone into a wifi hot-spot (useful for traveling), and to replace the stock boot-up animation (not really needed). </p>
<p>Other than wifi-tethering and reading B&#038;N Nook content, everything else I&#8217;ve wanted to be able to do with the phone has been easily achievable <a href="http://www.summet.com/blog/2010/07/16/jays-list-of-the-best-android-apps/">via applications available (for free) in the Google App Store</a>. Motorola has also made it difficult to &#8220;sideload&#8221; applications from sources other than the Google App Store. It can be done, you just have to install the Android SDK or Sideload Wonder Machine (which uses the SDK tool) on a computer to do so. (So far I haven&#8217;t found any applications that I needed that were not in the Google App Store, so it hasn&#8217;t been an issue for me.)</p>
<p><strong>Battery Life:</strong><br />
The Backflip wants to be fed at least once a day, and prefers to have a top-up at lunch. This is NOT a phone you can leave in your purse all week and be ready to make a call on Friday.</p>
<p>Unplugging my phone from the charger at work, taking it home but not plugging it in at home, and bringing it back to work the next day resulted in a battery charge of 65%. That&#8217;s 35% used over 16 hours being almost entirely idle. (I had used the phone for no more than 20 minutes.) The battery drains noticeably faster when you are traveling (and the radio has to constantly switch cell phone towers) than when you are static.</p>
<p>Although the standby time isn&#8217;t great, the &#8220;talk-time&#8221; (or rather, surfing the Internet, checking email, and updating Facebook time) of the phone is relatively good. You can use it continuously (for talking, or surfing) for around six hours. If you plug it in every night, you shouldn&#8217;t have any problems under normal usage scenarios.  If you are the type of person who spends your two hour commutes playing mobile video, (or if you sometimes forget to plug the phone in at night) you may want to invest in a charger<br />
at the office. If you plug it in at night and also charge it at the office, the battery will  never go below 75% charged, and have plenty of reserve power for heavy usage.</p>
<p><strong>Overall:</strong><br />
Overall I&#8217;ve been very impressed with the new capabilities of the Android phone. I&#8217;ve had Motorola phones for the last five years (V551, V3xx) and I&#8217;m also happy with the Backflip. For a low cost Android phone, it really shines.</p>
<p>I am going to be trying out an HTC Aria next. The Aria has a smaller form factor, no keyboard, faster processor, and runs Android 2.1 out of the box, but otherwise it has almost exactly the same specifications.<br />
The smaller form factor and easy availability of rooting instructions and tools online may win me over to the Aria, but it costs about twice what the Backflip did, and I have a hunch that I&#8217;ll really miss the QWERTY keyboard.</p>
<p><map name='google_ad_map_1293_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1293?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1293_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1293&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2010%2F07%2F24%2Fmotorola-backflip-mb300-review%2F' /></p>

<p>Related posts:<ol><li><a href='http://www.summet.com/blog/2010/05/30/android-phones-on-att/' rel='bookmark' title='Permanent Link: Android Phones on AT&#038;T'>Android Phones on AT&#038;T</a></li>
<li><a href='http://www.summet.com/blog/2010/08/05/htc-aria-on-att-review/' rel='bookmark' title='Permanent Link: HTC Aria on AT&#038;T Review'>HTC Aria on AT&#038;T Review</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2010/07/24/motorola-backflip-mb300-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sony PRS-300 Review</title>
		<link>http://www.summet.com/blog/2010/06/04/sony-prs-300-review/</link>
		<comments>http://www.summet.com/blog/2010/06/04/sony-prs-300-review/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 12:49:58 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ebook]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1188</guid>
		<description><![CDATA[I recently purchased a silver Sony digital reader (Pocket Edition , PRS-300) e-book reader. Electronic Ink e-book readers have been on the market for a while, but downward price pressure from tablets such as the iPad are making them much more affordable. I typically read paperback books for around 80 minutes a day on my [...]


Related posts:<ol><li><a href='http://www.summet.com/blog/2007/02/27/paperbackswap/' rel='bookmark' title='Permanent Link: Review: PaperbackSwap.com'>Review: PaperbackSwap.com</a></li>
<li><a href='http://www.summet.com/blog/2007/03/05/geekmafia/' rel='bookmark' title='Permanent Link: e-Book Review: Geek Mafia by Rick Dakan'>e-Book Review: Geek Mafia by Rick Dakan</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.summet.com/blog/wp-content/uploads/2010/06/prs-300-with-book.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2010/06/prs-300-with-book-300x211.jpg" alt="A Sony pocket reader (PRS-300) on top of a (slightly larger) paperback book." title="prs-300-with-book" width="300" height="211" class="alignleft size-medium wp-image-1191" /></a><br />
I recently purchased a <a href="http://www.amazon.com/gp/product/B002MSNS4S?ie=UTF8&#038;tag=burningorg-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B002MSNS4S">silver Sony digital reader (Pocket Edition , PRS-300) </a><img src="http://www.assoc-amazon.com/e/ir?t=burningorg-20&#038;l=as2&#038;o=1&#038;a=B002MSNS4S" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> e-book reader. Electronic Ink e-book readers have been on the market for a while, but downward price pressure from tablets such as the iPad are making them much more affordable.</p>
<p>I typically read paperback books for around 80 minutes a day on my round trip train commute, and I have spent two days reading off of the Sony e-reader. These are my early experiences.<span id="more-1188"></span></p>
<p><strong>Device Size, Weight, and Feel</strong><br />
Physically, the unit is the same width as a normal paperback book, although about<br />
2cm shorter and about one-third to one-half the thickness. However, it weighs slightly (1.3oz)  more than a paperback  and the extra thinness makes it &#8220;feel&#8221; more solid and substantial than a<br />
book. Because I typically hold paperbacks &#8220;open&#8221; with both hands, which doubles their size, the Sony PRS-300 feels &#8220;smaller&#8221; than a paperback when reading. I have not yet tried reading using only one hand, although that could be a different physical mode that would work well with the e-reader. Total weight on the reader is 219g (7.9oz) for the reader plus an extra 23g (0.78oz) for the neoprene protective slipcover case I keep in my backpack vs 181g (6.38oz) for the book in the picture.</p>
<p><strong>Differences from a closed book</strong><br />
Because I don&#8217;t want to get fingerprints on the screen, I hold it differently than a closed book, grasping the edges instead of the faces when walking around on trains and station platforms, which is slightly less comfortable for short train/bus changes.I also habitually slide the power/sleep button before and after short trips so the book is &#8220;closed&#8221; and people can&#8217;t see the text on it while I&#8217;m walking. This is an unnecessary habit left over from walking with a &#8220;closed&#8221; book. I doubt many people could read anything on such a small screen moving quickly, and most readers probably wouldn&#8217;t mind flashing a page of text to the world. </p>
<p>For longer periods of walking I simply put it back into my backpack. This operation takes longer than with a paperback, because I take the time to carefully slide it inside the protective slip cover and position it more carefully than I would a $3 paperback due to the fact that I believe it is more fragile than a typical paperback, and I know it cost more! </p>
<p><strong>Using it for reading</strong><br />
The e-ink display is much closer to real paper than a computer monitor. The contrast level looks to be a little less than regular printed paper, but this doesn&#8217;t present a problem. It works perfectly in full sunlight, and is readable in all situations where a normal book would be, but does need a light in the dark just like a regular book.</p>
<p><a href="http://www.summet.com/blog/wp-content/uploads/2010/06/prs-300-open-book.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2010/06/prs-300-open-book-300x225.jpg" alt="A Sony PRS pocket (PRS-300) digital reader on top of an open paperback book." title="prs-300-open-book" width="300" height="225" class="alignleft size-medium wp-image-1194" /></a><br />
The screen has around 61% of the &#8220;surface area&#8221; of a normal paperback book page. Because it is nearly as wide as a normal book&#8217;s usable page area, your left-to-right eye scan is about the same. When the text size is set to &#8220;small&#8221; it averages about<br />
9 words per line and looks &#8220;thiner&#8221; and &#8220;lighter&#8221; than a normal paperback book&#8217;s font. (My comparison paperback averaged 10.4 words per line) (The &#8220;small&#8221; text is slightly smaller than normal paperback text, and the &#8220;medium&#8221; text is slightly larger, and averages around 7.4 words per line. The &#8220;large&#8221; font size is comparable to a large print book.)</p>
<p>My reference paperback had 40 lines of text per page, while the e-book reader could fit only 25 (small), 19 (medium) or 14 (large), mostly because it&#8217;s screen is significantly shorter than a full book page. The screen measures around 7.9cm by 10.5cm, or 83cm squared, while a normal paperback book page has around 8.5cm by 16cm or 136cm squared usable printing area.</p>
<p>It does take significantly longer to refresh or update the display when you want to change it than a cell phone or computer monitor, but the quick &#8220;flash flash&#8221; of the page changing is comparable or faster to physically turning a page and does not detract from the reading experience. </p>
<p>The slow update becomes annoying only when using interactive menus, and Sony has done a good job of making most menu items selectable with a single button push of the numbered buttons along the side, which mostly makes up for the slight delay in screen updates.</p>
<p><strong>Processor Speed</strong><br />
It takes about 4 seconds to &#8220;reformat&#8221; a 270 page e-pub book, such as when you open a book or change the font size between Small/Medium/Large. I have also noticed a ten second delay when you unplug the reader from your computer as it determines what changes you have made to the books, but neither of these delays is a major problem, as these activities happen relatively infrequently. The screen refresh rate does slow menu interactions slightly, but the processor of the system appears to be waiting for the screen to update, and not the other way around. When reading, it appears the the next page is always cached and ready to go, so changing pages is plenty fast.</p>
<p>The (Factory Refurbished) unit I purchased came with Firmware version 1.0.00.18160.<br />
I booted into windows and installed the Sony Library software to check for any updates, but this firmware appears to be the newest as of June 2010.</p>
<p><strong>Main Features</strong><br />
 1. You can read books. While reading you can:<br />
   -Move to the next/previous page using the arrow buttons.<br />
   -You can jump forward/back 10 pages by holding the arrow buttons.<br />
   -You can key in a specific page number using the number buttons and press enter to<br />
    jump to it.<br />
   -You can toggle between three font sizes (small/medium/large) using the &#8220;magnifying glass&#8221; button.<br />
   -You can change the orientation from portrait to landscape by holding the &#8220;magnifying glass&#8221; button.<br />
   -You can set a &#8220;bookmark&#8221; using the &#8220;bookmark&#8221; button, which visibly &#8220;dog-ears&#8221; a corner of the page with a small triangle shape. (Note that the e-reader automatically remembers which page you were at in each book, without having to manually set a bookmark, but this may be useful to mark an interesting passage or allow two readers to share the same books on one e-book reader.)<br />
   -You can return to a table of contents or previous screen/menu with the &#8220;return arrow&#8221; button.<br />
   -You can jump to the home screen with the &#8220;house&#8221; button.</p>
<p> 2. At the home screen, you can select a book to read or change a few settings.<br />
   -You can choose books by Title, Author, Date, or &#8220;Collections&#8221; which appear to be  decided by tags. When dealing with many books, it intelligently lets you drill down by sections of the alphabet (A-C, D-F, etc)<br />
  -You can also see a list of all of your bookmarks.<br />
  -From the Settings screen you can set the date and time, the display format for the date and time, pick the menu language, set the default orientation of the reader, turn on or off automatic &#8220;sleep mode&#8221;, and see the &#8220;about&#8221; screen.<br />
  -Sleep mode can be activated by sliding the power switch at the top, or if  automatic sleep mode is turned on (the default) leaving the reader idle for 60 minutes. When in sleep mode, the reader still uses a very small amount of power. When you slide the power switch it will resume showing the last viewed page. This small power draw can be avoided by using the advanced setting &#8220;Forced Shutdown&#8221;. After a forced shutdown, the boot-up process takes around five seconds before the screen shows an &#8220;Opening book&#8230;&#8221; message, and 50 seconds before the device can be used.<br />
  -You also have advanced settings that allow you to set a 4 digit lock code (default code is: 0000), format the internal memory, or force a full shutdown of the device.</p>
<p><strong>Desired Extra Features</strong><br />
This is a single purpose device, and the above features are everything you need to read books. I would have liked Sony to add a few features:</p>
<p>Device Customization features:<br />
1. A &#8220;Screensaver&#8221; image. Since the e-ink display can be left in any configuration,<br />
I would like the ability to have the device display a JPG or PNG of my choosing when in sleep mode.<br />
2. It would also be nice to be able to enter a owners Name/email/phone number to be displayed either on the sleep screen, or lock screen.</p>
<p><strong>System Compatibility</strong><br />
When plugged into a computer via USB, the device charges it&#8217;s internal battery, and acts like two USB flash drives. One drive (called &#8220;LAUNCHER&#8221; is 10 MB in size and has install software for Microsoft Windows and Macintosh computers. The install software goes to the Internet and downloads the latest version of the Sony Library software. The other drive is approximately 465MB and stores your e-books. I am currently using 28.1MB of this drive, and have 414.3MB free with 44 &#8220;books&#8221; loaded on my e-reader. (10 of these are web scraped news sources such as the AP wire or comics that calibre loaded for me, the rest are actual e-books).<br />
Even if you don&#8217;t install the provided software, you can simply drag books in<br />
the supported formats onto the USB drive to install them on the device.<br />
Note that the device itself has no way to tell how much free space is left until you plug it into a computer. But because plugging it into a computer is the only way to add books to it, this shouldn&#8217;t pose a problem.</p>
<p><strong>Suggested Software</strong><br />
I have used the free and open-source <a href="http://calibre-ebook.com/">calibre</a> e-book library management software, which works great on Linux (It also works in Windows and Mac&#8217;s, and many users prefer it to the Sony provided software). It provides an easy way to manage your e-book library, easy device syncing, e-book previewing and it can convert ebooks from one format to another format to be compatible with your device.</p>
<p><strong>Linux Internals</strong><br />
Internally the reader is running a version of <a href="http://en.wikipedia.org/wiki/MontaVista_Linux">linux</a>. The <a href="http://code.google.com/p/prs-plus/">PRS+ firmware</a> is a third party firmware that adds extra features, but as of June 2010 it is only available for the 505 models. A port for the 300 models has been funded by donations (I contributed $15) and will hopefully be available soon.</p>
<p><strong>E-book Compatibility</strong><br />
I have not tried ebook formats other than e-pub and PDF, nor have I tried books protected by DRM. I may try checking e-books out from the local library electronically at a later date, but I suspect I will have to boot into windows and &#8220;register&#8221; and &#8220;authorize&#8221; my device to use it with DRM protected e-books.</p>
<p><strong>Annoyances</strong><br />
A few things annoy me about the reader. First, although it can charge over the mini-USB port, it will only do so if it recognizes a computer on the other end. So if you plug it into a USB wall charger for a cell phone, etc, it will not charge, and in fact will discharge quickly while plugged in and trying to communicate via USB.</p>
<p>Second, I would really, really like to have a page-advance button somewhere on the top of the device. With the current firmware, the only way to advance a page is to press the four way joystick left or down. Because the 4-way pad is located on the bottom center of the unit, it&#8217;s practically impossible to read while holding the device with one hand. If you try and hold the device by the bottom, to position your thumb over the 4-way pad, it&#8217;s top heavy. Any other way of holding it requires you to use your other hand to press the button, and if you are doing that you may as well hold it two handed. I would love to be able to re-task the number 1 button as a &#8220;page advance&#8221; button. (I&#8217;d be willing to &#8220;press and hold&#8221; to get the &#8220;number 1&#8243; functionality, because I so rarely type in a page number to jump to when reading a book). I tried turning the device sideways (landscape orientation) to position the 4-way pad under my left thumb, which would work well, except for my third annoyance&#8230;.</p>
<p>Third, when you change the orientation to &#8220;landscape&#8221; mode, it doesn&#8217;t actually take advantage of the extra width. Instead, it simply scales the text up larger, so that the same number of words fit &#8220;widthwise&#8221; on the screen as when it was in &#8220;portrait&#8221; mode. If you were using Medium sized text in portrait mode and can now switch to small sized text this may work for you, but since I&#8217;m using small sized text already, it just gets bigger when I change the orientation. Because it&#8217;s in landscape mode and you have less height, you have to advance the screen twice as often, once to look at the top of the page and once to look at the bottom of the page. Why not take advantage of the different aspect ratio? I don&#8217;t know. Perhaps this helps when viewing PDF&#8217;s, but it&#8217;s darn annoying for e-books.</p>
<p><strong>Places to get Free  eBooks</strong></p>
<ul>
<li><a href="http://www.baen.com/library/">http://www.baen.com/library/</a></li>
<li><a href="http://www.feedbooks.com/">http://www.feedbooks.com/</a></li>
<li><a href="http://www.fictionwise.com/ebooks/freebooks.htm">http://www.fictionwise.com/ebooks/freebooks.htm</a></li>
<li><a href="http://www.gutenberg.org/">http://www.gutenberg.org/</a></li>
<li><a href="http://www.mobileread.com/">http://www.mobileread.com/</a></li>
<li><a href="http://www.epubbooks.com/">http://www.epubbooks.com/</a></li>
<li>
<a href="http://manybooks.net/">http://manybooks.net/</a></li>
<li><a href="http://inkmesh.com/free-ebooks/">http://inkmesh.com/free-ebooks/</a></li>
<li><a href="http://baencd.thefifthimperium.com/">http://baencd.thefifthimperium.com/</a></li>
</ul>
<p><map name='google_ad_map_1188_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1188?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1188_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1188&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2010%2F06%2F04%2Fsony-prs-300-review%2F' /></p>

<p>Related posts:<ol><li><a href='http://www.summet.com/blog/2007/02/27/paperbackswap/' rel='bookmark' title='Permanent Link: Review: PaperbackSwap.com'>Review: PaperbackSwap.com</a></li>
<li><a href='http://www.summet.com/blog/2007/03/05/geekmafia/' rel='bookmark' title='Permanent Link: e-Book Review: Geek Mafia by Rick Dakan'>e-Book Review: Geek Mafia by Rick Dakan</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2010/06/04/sony-prs-300-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Phones on AT&amp;T</title>
		<link>http://www.summet.com/blog/2010/05/30/android-phones-on-att/</link>
		<comments>http://www.summet.com/blog/2010/05/30/android-phones-on-att/#comments</comments>
		<pubDate>Sun, 30 May 2010 19:30:27 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Phones]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1168</guid>
		<description><![CDATA[If you are looking for a 3G phone running Android on AT&#038;T, the pickings are slim. (Mostly because AT&#038;T&#8217;s 3G bands are not compatible with many other carriers, and most Android GSM phones work with T-Mobile&#8217;s 3G bands. If you are willing to drop down to quad-band EDGE data most GSM Android phones will &#8220;work&#8221; [...]


Related posts:<ol><li><a href='http://www.summet.com/blog/2010/08/05/htc-aria-on-att-review/' rel='bookmark' title='Permanent Link: HTC Aria on AT&#038;T Review'>HTC Aria on AT&#038;T Review</a></li>
<li><a href='http://www.summet.com/blog/2010/08/05/wifi-tether-on-the-htc-aria/' rel='bookmark' title='Permanent Link: Wifi Tether on the HTC Aria'>Wifi Tether on the HTC Aria</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you are looking for a 3G phone running Android on AT&#038;T, the pickings are slim. (Mostly because AT&#038;T&#8217;s 3G bands are not compatible with many other carriers, and most Android GSM phones work with T-Mobile&#8217;s 3G bands. If you are willing to drop down to quad-band EDGE data most GSM Android phones will &#8220;work&#8221; with AT&#038;T, they just suffer from slow networking.)<span id="more-1168"></span></p>
<p>The first AT&#038;T official phone was the <a href="http://www.motorola.com/Consumers/US-EN/Consumer-Product-and-Services/Mobile-Phones/Motorola-BACKFLIP-with-MOTOBLUR-US-EN">Motorola Backflip</a>. AT&#038;T will sell it to you for $199 with a $99 mail-in-maybe-you&#8217;ll-get-refunded-sometime-next-year-rebate if you sign up for a 2 year contract. Perhaps a better bet is to buy it <a href="http://www.amazon.com/gp/product/B003B04XTU?ie=UTF8&#038;tag=burningorg-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B003B04XTU">from Amazon</a><img src="http://www.assoc-amazon.com/e/ir?t=burningorg-20&#038;l=as2&#038;o=1&#038;a=B003B04XTU" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />  without a contract for $339. Or  <a href="http://www.amazon.com/gp/product/B003A4HWYU?ie=UTF8&#038;tag=burningorg-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B003A4HWYU">with a contract for 1 cent.</a><img src="http://www.assoc-amazon.com/e/ir?t=burningorg-20&#038;l=as2&#038;o=1&#038;a=B003A4HWYU" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
The Backflip has a slower processor than the Nexus One (below), but it does have a  fold around full QWERTY keyboard and nifty back-of-the-screen touch-pad so you don&#8217;t get grimy fingerprints on your nice 3.1 inch 320&#215;480 pixel screen.  Of course, mobile carriers are always slow to upgrade your Phone&#8217;s OS, so the Backflip is running Android version 1.5 now, upgradeable to 2.1 at some point in the future&#8230;<br />
Also note that if you buy one flashed for AT&#038;T, it is likely to have some features (such as the ability to load applications from anywhere) disabled. You can read my full review of the <a href="http://www.summet.com/blog/2010/07/24/motorola-backflip-mb300-review/">Motorola Backflip here.</a></p>
<p>The new phone on the AT&#038;T block is the HTC Aria. This phone is smaller than the Backflip (and has no physical keyboard) with a faster processor, but otherwise the hardware specifications are almost identical. AT&#038;T will charge you $129 with a rebate, but you can get it <a href="http://www.amazon.com/gp/product/B003RCJA6S?ie=UTF8&#038;tag=burningorg-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B003RCJA6S">with a contract from Amazon for 1 cent!</a><img src="http://www.assoc-amazon.com/e/ir?t=burningorg-20&#038;l=as2&#038;o=1&#038;a=B003RCJA6S" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> Or, you can purchase it <a href="http://www.amazon.com/gp/product/B003T0OM9S?ie=UTF8&#038;tag=burningorg-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B003T0OM9S">without a contract for $339.</a><img src="http://www.assoc-amazon.com/e/ir?t=burningorg-20&#038;l=as2&#038;o=1&#038;a=B003T0OM9S" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p>
<p>If you are willing to pay for the phone, you used to be able to buy an unlocked Nexus One from <a href="http://www.google.com/phone/">Google</a> with the correct 3G radio for the high high price of $529. (Don&#8217;t forget to click the &#8220;AT&#038;T&#8221; radio-button!). However, they have sold out of their final Nexus One, so if you want one you&#8217;ll have to hit E-Bay!</p>
<p>The Nexus one lacks a QWERTY keyboard, but with a 3.7 inch screen sporting 480&#215;800 pixels, the on-screen keyboard can have more pixels dedicated to it than the Backflip&#8217;s entire screen. Did I mention it runs a 1Ghz Snapdragon processor? Your applications will run smooth and fast for 5 hours before the battery dies. Although this phone isn&#8217;t sold by AT&#038;T, the software and hardware is officially supported by Google, meaning that upgrades to Android will probably roll out on this phone first. It&#8217;s running Android 2.1 right now, and over the air upgrades to 2.2 are on the way!</p>
<p>Now that we&#8217;ve gotten the two official and semi-official phones out of the way, lets talk about options for people who don&#8217;t mind buying a Windows Mobile phone and installing a custom Android operating system on it! These options are completely 100% not supported by AT&#038;T or HTC (the phone hardware manufacturer), so they are not for the faint of heart.  They are also only somewhat stable, do not support all phone hardware features, and in most cases run off of the SD card, so you can expect a serious performance hit.</p>
<p>HTC manufactures three phones for AT&#038;T running Windows Mobile that can run (with varrying degrees of sucess) Android. I will refer to them by their HTC &#038; <a href="http://www.androidonhtc.com/">Android on HTC wiki</a> names: Kaiser, Raphael, and Rhodium. (a.k.a. AT&#038;T Tilt, AT&#038;T Fuse, and AT&#038;T Tilt 2) Before you even think about running Android on these phones, you need to examine the <a href="http://www.androidonhtc.com/wiki/Port_Status">&#8220;Port Status&#8221; table here</a>, and note what features are NOT supported. Only the Tilt/Kaiser has most features supported, because it&#8217;s the oldest phone. The Fuze/Raphael phones are lacking support for the cameras, ambient light sensor, and some bluetooth, and the Tilt2/Rhodium is missing even more. In some cases certain things which you may take for granted (such as speakerphone support) just don&#8217;t work.</p>
<p>All three of these phones have a slide out QWERTY keyboard, charge via mini-USB (which is good!) and have proprietary audio jacks (which is bad). The Raphael is probably the easiest to put in your pocket, while the Rhodium has the best screen.</p>
<ul>
<li>
Kaiser (AT&#038;T Tilt) &#8211; Best supported by the Android port, but oldest phone. 400 Mhz processor, 2.8 inch 240 X 320 display,  190 grams   </li>
<li>Raphael (AT&#038;T Fuze)  528 Mhz processor, 2.8 inch 480&#215;640 screen, 165 grams Forum based<a href="http://forum.xda-developers.com/showthread.php?t=486792"> install instructions</a> and <a href="http://www.youtube.com/watch?v=MAl2Oux4pMQ">Youtube Demo Video</a>.</li>
<li>Rhodium (AT&#038;T Tilt 2)  528 Mhz processor, 3.8 inches 480&#215;800 screen, proprietary audio jack, 178 grams </li>
</ul>
<p><map name='google_ad_map_1168_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1168?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1168_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1168&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2010%2F05%2F30%2Fandroid-phones-on-att%2F' /></p>

<p>Related posts:<ol><li><a href='http://www.summet.com/blog/2010/08/05/htc-aria-on-att-review/' rel='bookmark' title='Permanent Link: HTC Aria on AT&#038;T Review'>HTC Aria on AT&#038;T Review</a></li>
<li><a href='http://www.summet.com/blog/2010/08/05/wifi-tether-on-the-htc-aria/' rel='bookmark' title='Permanent Link: Wifi Tether on the HTC Aria'>Wifi Tether on the HTC Aria</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2010/05/30/android-phones-on-att/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
