<?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; Linux</title>
	<atom:link href="http://www.summet.com/blog/category/technology/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.summet.com/blog</link>
	<description>My external memory</description>
	<lastBuildDate>Mon, 23 Jan 2012 01:54:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using the Microchip PIC Kit 1 with Linux</title>
		<link>http://www.summet.com/blog/2012/01/01/using-the-microchip-pic-kit-1-with-linux/</link>
		<comments>http://www.summet.com/blog/2012/01/01/using-the-microchip-pic-kit-1-with-linux/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 22:15:40 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Useful Links]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1819</guid>
		<description><![CDATA[The PICKit 1 is a combination programmer and development board for midrange PIC micro-controllers. In addition to being able to program FLASH pic devices, it also allows them to run and access 8 (charlieplexed) LED&#8217;s, a pushbutton switch, and a potentiometer. It&#8217;s a great little board for learning the basic of micrcontroller programing, but unfortunately [...]
Related posts:<ol>
<li><a href='http://www.summet.com/blog/2007/06/13/upgrading-the-minipci-wireless-card-in-a-thinkpad-x31/' rel='bookmark' title='Upgrading the miniPCI wireless card in a Thinkpad X31'>Upgrading the miniPCI wireless card in a Thinkpad X31</a></li>
<li><a href='http://www.summet.com/blog/2007/03/21/running-a-physical-windows-xp-partition-in-vmware-from-linux/' rel='bookmark' title='Running a physical Windows (XP) partition in VMware from Linux'>Running a physical Windows (XP) partition in VMware from Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.summet.com/blog/wp-content/uploads/2012/01/IMG_0331.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2012/01/IMG_0331-300x225.jpg" alt="Microchip PICKit 1" title="PICKit 1" width="300" height="225" class="alignleft size-medium wp-image-1820" /></a></p>
<p>The PICKit 1 is a combination programmer and development board for midrange PIC micro-controllers. In addition to being able to program FLASH pic devices, it also allows them to run and access 8 (charlieplexed) LED&#8217;s, a pushbutton switch, and a potentiometer. It&#8217;s a great little board for learning the basic of micrcontroller programing, but unfortunately it is not supported by Microchip&#8217;s new MPLAB X software (that is written in Java, and supports Linux/Mac in addition to Windows).</p>
<p>You CAN however use the PICKit 1 under linux. The <a href="http://piklab.sourceforge.net/devices.php">piclab software</a> is supposed to support it (I have not tested this). I use <a href="http://tfc.duke.free.fr/pickit.html" > version 1.6</a> of the <a href="http://www.teammojo.org/PICkit/pickit1.html"> PicKit1 flash usb programmer for unix</a>.  Even the newest 1.6 version reports checksum errors after writing the hex file, but it does work correctly.</p>
<p>To make it work as an external program in MPLABX I had to select the &#8220;format HEX file for download&#8221; option under the Linker so that it would not fill all 2048 flash bytes when the program was smaller than that.  I am able to manually run the usb_pickit command after building to flash the code, but it&#8217;s kind of annoying, as that program has a problem verifying the checksum and reports an error every time (which is interpreted as a build failure) plus, I have to run mplab X with root permissions to be able to access my USB port. </p>
<p><map name='google_ad_map_1819_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1819?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_1819_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1819&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2012%2F01%2F01%2Fusing-the-microchip-pic-kit-1-with-linux%2F' /></p><p>Related posts:<ol>
<li><a href='http://www.summet.com/blog/2007/06/13/upgrading-the-minipci-wireless-card-in-a-thinkpad-x31/' rel='bookmark' title='Upgrading the miniPCI wireless card in a Thinkpad X31'>Upgrading the miniPCI wireless card in a Thinkpad X31</a></li>
<li><a href='http://www.summet.com/blog/2007/03/21/running-a-physical-windows-xp-partition-in-vmware-from-linux/' rel='bookmark' title='Running a physical Windows (XP) partition in VMware from Linux'>Running a physical Windows (XP) partition in VMware from Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2012/01/01/using-the-microchip-pic-kit-1-with-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 AMD Radeon M6 chipset and Extron Electronics video multiplexer</title>
		<link>http://www.summet.com/blog/2011/09/23/ubuntu-10-04-amd-radeon-m6-chipset-and-extron-electronics-video-multiplexer/</link>
		<comments>http://www.summet.com/blog/2011/09/23/ubuntu-10-04-amd-radeon-m6-chipset-and-extron-electronics-video-multiplexer/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 00:37:29 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1718</guid>
		<description><![CDATA[After working perfectly for 4.5 weeks with the same podium setup, my Thinkpad X31 laptop refused to output VGA video to the Extron Electronics video multiplexer box at school. It appears that the Extron Electronics box is not sending out proper Extended Display Identification Data (edid) which tells the laptop what resolutions it supports. My [...]
Related posts:<ol>
<li><a href='http://www.summet.com/blog/2008/01/24/external-monitor-support-mirroring-spanning-on-ubuntu-710/' rel='bookmark' title='On the fly external monitor support (mirroring / spanning) on Ubuntu 7.10'>On the fly external monitor support (mirroring / spanning) on Ubuntu 7.10</a></li>
<li><a href='http://www.summet.com/blog/2007/11/01/turning-off-video-overlay-on-linux-ubuntu-710/' rel='bookmark' title='Turning off Video Overlay on Linux (Ubuntu 7.10)'>Turning off Video Overlay on Linux (Ubuntu 7.10)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>After working perfectly for 4.5 weeks with the same podium setup, my Thinkpad X31 laptop refused to output VGA video to the Extron Electronics video multiplexer box at school.<br />
It appears that the Extron Electronics box is not sending out proper Extended Display Identification Data (edid) which tells the laptop what resolutions it supports. My xrandr command finds the data for my laptop video display screen, but not for the VGA-0 port:</p>
<pre>
VGA-0 connected (normal left inverted right x axis y axis)
LVDS connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768       60.0*+   60.0
   800x600        60.3     59.9
   640x480        59.9     59.4
</pre>
<p>I have no idea why this started today. I don&#8217;t remember applying any patches to X-org in the last two days, and the technicians in charge of the podium swear that they didn&#8217;t change out anything.</p>
<p>I figured out a fix to make it (mostly) work. Tell xrandr to go ahead and force the VGA-0 port to a specific resolution with the following command:</p>
<pre>
 xrandr --addmode VGA-0 1024x768
</pre>
<p>This mostly works, but the sync signal is slightly off, leaving a black bar of 20-30 pixels on the left side of the screen. It is also annoying to have to run that command every time I want to display to the podium.</p>
<p><map name='google_ad_map_1718_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1718?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_1718_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1718&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2011%2F09%2F23%2Fubuntu-10-04-amd-radeon-m6-chipset-and-extron-electronics-video-multiplexer%2F' /></p><p>Related posts:<ol>
<li><a href='http://www.summet.com/blog/2008/01/24/external-monitor-support-mirroring-spanning-on-ubuntu-710/' rel='bookmark' title='On the fly external monitor support (mirroring / spanning) on Ubuntu 7.10'>On the fly external monitor support (mirroring / spanning) on Ubuntu 7.10</a></li>
<li><a href='http://www.summet.com/blog/2007/11/01/turning-off-video-overlay-on-linux-ubuntu-710/' rel='bookmark' title='Turning off Video Overlay on Linux (Ubuntu 7.10)'>Turning off Video Overlay on Linux (Ubuntu 7.10)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2011/09/23/ubuntu-10-04-amd-radeon-m6-chipset-and-extron-electronics-video-multiplexer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetMedia iViewHD 2M POE Camera Review with ZoneMinder</title>
		<link>http://www.summet.com/blog/2011/07/31/netmedia-iviewhd-2m-poe-camera-review-with-zoneminder/</link>
		<comments>http://www.summet.com/blog/2011/07/31/netmedia-iviewhd-2m-poe-camera-review-with-zoneminder/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 11:17:33 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1686</guid>
		<description><![CDATA[I have recently purchased a NetMedia iViewHD 2M power over Ethernet (POE) camera (retail price $105) for use with ZoneMinder. This small camera must be hard-wired into a switch that provides power over Ethernet (which will cost another $80-100, but allows you to power up to 4 POE devices). I bought mine used, and plan [...]
Related posts:<ol>
<li><a href='http://www.summet.com/blog/2010/08/01/philips-spc-900nc-webcam-linux-zoneminder-compatable/' rel='bookmark' title='Philips SPC 900NC webcam: Linux / ZoneMinder Compatible'>Philips SPC 900NC webcam: Linux / ZoneMinder Compatible</a></li>
<li><a href='http://www.summet.com/blog/2007/03/24/lg-cu-500-mobile-phone-review-cingular/' rel='bookmark' title='LG CU-500 Mobile Phone Review (Cingular)'>LG CU-500 Mobile Phone Review (Cingular)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.summet.com/blog/wp-content/uploads/2011/06/netmedia-2hd.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2011/06/netmedia-2hd-147x300.jpg" alt="Small silver camera" title="netmedia-2m" width="147" height="300" class="alignright size-medium wp-image-1703" /></a><br />
I have recently purchased a NetMedia iViewHD 2M power over Ethernet (POE) camera (retail price $105) for use with ZoneMinder. </p>
<p>This small camera must be hard-wired into a switch that provides power over Ethernet (which will cost another $80-100, but allows you to power up to 4 POE devices). I bought mine used, and plan on buying (up to three) more, but not at retail prices. If I find a similar POE camera with a better lens at the same price I would probably try it out, but at used prices the NetMedia iViewHD 2M is a good deal despite my image quality complaints below.<br />
<span id="more-1686"></span><br />
<strong>Image Quality</strong><br />
Note that the fancy looking lens in the image is actually a sticker around a small (almost pinhole really) plastic lens that would not look out of place on a cell phone. That being said, I have been mostly happy with the image quality for the price. The camera has a 2 Mega-Pixel sensor which provides images up to 1600&#215;1200 in size. The large images look good, but are unsuitable for security systems due to the relatively long exposure time the small aperture requires. This leads to motion blur on important things such as people walking by. This motion blur happens even in full daylight with the camera set to &#8220;best for day&#8221; frame rate and exposure settings.  If you want to make a time lapse movie of a construction site or flower bed growing at 1600&#215;1200 the iView HD 2M will work great, but don&#8217;t expect to get usable images of things in motion at the highest supported resolution. I have found that by using it set to 1024&#215;768 resolution the exposure time is small enough to capture good pictures of moving people. (I have not yet tried it on cars.) This is still 2.5 times the resolution of a typical 640&#215;480 network camera, and looks very clear when displayed full-screen on a 720p TV monitor.</p>
<p><strong>Using it with ZoneMinder.</strong><br />
As this is a megapixel camera, you are likely going to need to <a href="http://www.zoneminder.com/wiki/index.php/FAQ#What_does_a_.27Can.27t_shmget:_Invalid_argument.27_error_in_my_logs_mean.3F_and_my_cameras_won.27t_display_video_at_higher_resolutions.">increase your maximum amount of shared memory that can be allocated at a single time</a> (/proc/sys/kernel/shmmax) before you can use it. The camera works well with ZoneMinder using the &#8220;single image&#8221; grab url:</p>
<p>/image.cgi?CAPTURE=YES&#038;STREAM=0&#038;COMMAND=</p>
<p>When I tried turning on MJPEG (STREAM=1) the connection would &#8220;glitch&#8221; several times a day leading to phantom events. Not a show stopper, but things appear to just work better for ZoneMinder when dealing with single image capture. I have not measured which (stream or single images) setting uses more CPU time on the ZoneMinder server.</p>
<p><map name='google_ad_map_1686_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1686?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_1686_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1686&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2011%2F07%2F31%2Fnetmedia-iviewhd-2m-poe-camera-review-with-zoneminder%2F' /></p><p>Related posts:<ol>
<li><a href='http://www.summet.com/blog/2010/08/01/philips-spc-900nc-webcam-linux-zoneminder-compatable/' rel='bookmark' title='Philips SPC 900NC webcam: Linux / ZoneMinder Compatible'>Philips SPC 900NC webcam: Linux / ZoneMinder Compatible</a></li>
<li><a href='http://www.summet.com/blog/2007/03/24/lg-cu-500-mobile-phone-review-cingular/' rel='bookmark' title='LG CU-500 Mobile Phone Review (Cingular)'>LG CU-500 Mobile Phone Review (Cingular)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2011/07/31/netmedia-iviewhd-2m-poe-camera-review-with-zoneminder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Full Disk encryption on Ubuntu 10.04</title>
		<link>http://www.summet.com/blog/2011/03/26/howto-full-disk-encryption-on-ubuntu-10-04/</link>
		<comments>http://www.summet.com/blog/2011/03/26/howto-full-disk-encryption-on-ubuntu-10-04/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 21:15:15 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1658</guid>
		<description><![CDATA[How to set up an entirely encrypted disk using Ubuntu 10.04 (LTS): Use the Alternative installer (text based) ISO image so that you have access to the LVM and Encrypted Disk options. Assuming you want to keep a windows partition or some other pre-existing partitions intact, you will have to manually partition things instead of [...]
Related posts:<ol>
<li><a href='http://www.summet.com/blog/2007/03/22/fixing-a-grub-bootloader-what-to-do-when-your-computer-wont-boot/' rel='bookmark' title='Fixing a GRUB Bootloader (What to do when your computer won&#8217;t boot!)'>Fixing a GRUB Bootloader (What to do when your computer won&#8217;t boot!)</a></li>
<li><a href='http://www.summet.com/blog/2009/07/18/encrypted-home-partition-for-ubuntu-9-04/' rel='bookmark' title='Encrypted home partition for Ubuntu 9.04'>Encrypted home partition for Ubuntu 9.04</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to set up an entirely encrypted disk using Ubuntu 10.04 (LTS):</p>
<ol>Use the Alternative installer (text based) ISO image so that you have access to the LVM and Encrypted Disk options.</ol>
<ol>Assuming you want to keep a windows partition or some other pre-existing partitions intact,  you will have to manually partition things instead of using the guided partitioner, so select &#8220;manual&#8221;.</ol>
<p><span id="more-1658"></span></p>
<ol>Set up two partitions. One will be your /boot partition and should be around 250MB. This is the only data that will be unencrypted on the disk. The other will be your encrypted volume, that will hold an LVM physical volume that will contain all of your other partitions such as your swap partition, / (root) partition and any /home /var etc partitions that you want to set up.  You should select &#8220;Use as:&#8221; &#8220;physical volume for encryption&#8221; when setting  it up.</ol>
<ol>Then go back up to the top of the menu to the &#8220;Configure  Encrypted Volumes&#8221; option, select the large partition and set up a pass-phrase for it. </ol>
<ol> This will create an encrypted volume (defaults to using ext4). Select it and change the  &#8220;Use as:&#8221; to &#8220;Physical volume for LVM&#8221;</ol>
<ol>Now, go back up to the top of the menu to the &#8220;Configure the Logical Volume Manager&#8221; option. Create a volume group (vg0 is as good of a name as any) using the /dev/mapper encrypted  volume you created above.</ol>
<ol>Create a logical volume (I named mine &#8220;swap&#8221;) that will hold your swap partition. It should be at least as large as the maximum amount of RAM you ever intend on installing in your computer if you want to suspend to disk (hibernate). </ol>
<ol>Depending upon how many other partitions you want (one big root, or /home and /var, etc&#8230;) create other partitions using the rest of the space inside of your LVM volume group. </ol>
<ol>Once you leave the LVM configuration area, you will see all of the LVM logical partitions that you have created. Select each of them and configure their mount point and file system type. (or use as Swap in the case of your swap partition.)</ol>
<ol>Write everything to disk (which will also format partitions) and you are ready to continue with the rest of your installation!</ol>
<p><map name='google_ad_map_1658_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1658?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_1658_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1658&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2011%2F03%2F26%2Fhowto-full-disk-encryption-on-ubuntu-10-04%2F' /></p><p>Related posts:<ol>
<li><a href='http://www.summet.com/blog/2007/03/22/fixing-a-grub-bootloader-what-to-do-when-your-computer-wont-boot/' rel='bookmark' title='Fixing a GRUB Bootloader (What to do when your computer won&#8217;t boot!)'>Fixing a GRUB Bootloader (What to do when your computer won&#8217;t boot!)</a></li>
<li><a href='http://www.summet.com/blog/2009/07/18/encrypted-home-partition-for-ubuntu-9-04/' rel='bookmark' title='Encrypted home partition for Ubuntu 9.04'>Encrypted home partition for Ubuntu 9.04</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2011/03/26/howto-full-disk-encryption-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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='Wifi Tether on the HTC Aria'>Wifi Tether on the HTC Aria</a></li>
<li><a href='http://www.summet.com/blog/2009/07/19/ubuntu-8-04-ssh-login-slow/' rel='bookmark' title='Ubuntu 8.04 SSH login slow'>Ubuntu 8.04 SSH login slow</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='Wifi Tether on the HTC Aria'>Wifi Tether on the HTC Aria</a></li>
<li><a href='http://www.summet.com/blog/2009/07/19/ubuntu-8-04-ssh-login-slow/' rel='bookmark' title='Ubuntu 8.04 SSH login slow'>Ubuntu 8.04 SSH login slow</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>4</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='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='How to Root the HTC Aria on At&amp;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='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='How to Root the HTC Aria on At&amp;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='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='HTC Aria on AT&amp;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='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='HTC Aria on AT&amp;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/18/logitech-webcam-linux/' rel='bookmark' title='Logitech Webcam for Notebooks Pro on Linux'>Logitech Webcam for Notebooks Pro on Linux</a></li>
<li><a href='http://www.summet.com/blog/2007/03/21/list-of-wifi-adapters-supported-by-linux/' rel='bookmark' title='List of WiFi Adapters supported by Linux'>List of WiFi Adapters supported by 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.<br />
<a href="http://www.summet.com/blog/wp-content/uploads/2010/08/settings-source.png"><img src="http://www.summet.com/blog/wp-content/uploads/2010/08/settings-source.png" alt="Source Settings in ZoneMinder" title="settings-source" width="386" height="448" class="alignleft size-full wp-image-1560" /></a></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/18/logitech-webcam-linux/' rel='bookmark' title='Logitech Webcam for Notebooks Pro on Linux'>Logitech Webcam for Notebooks Pro on Linux</a></li>
<li><a href='http://www.summet.com/blog/2007/03/21/list-of-wifi-adapters-supported-by-linux/' rel='bookmark' title='List of WiFi Adapters supported by Linux'>List of WiFi Adapters supported by 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>11</slash:comments>
		</item>
		<item>
		<title>XLH-3800 Barcode Scanner: Linux Compatible</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='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='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='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='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>5</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/2011/01/15/motorola-backflip-android-2-1-upgrade/' rel='bookmark' title='Motorola Backflip Android 2.1 upgrade'>Motorola Backflip Android 2.1 upgrade</a></li>
<li><a href='http://www.summet.com/blog/2007/01/12/motorola-v330-mini-review/' rel='bookmark' title='Motorola V330 (a.k.a. V551) with GPRS / EDGE &amp; bluetooth mini-review'>Motorola V330 (a.k.a. V551) with GPRS / EDGE &#038; bluetooth mini-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 (Update: You can upgrade to 2.1, <a href="http://www.motorola.com/Support/US-EN/Android_Products/Software_Update_Landing_Page/Backflip_Software_Update_Page">here</a>). 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/2011/01/15/motorola-backflip-android-2-1-upgrade/' rel='bookmark' title='Motorola Backflip Android 2.1 upgrade'>Motorola Backflip Android 2.1 upgrade</a></li>
<li><a href='http://www.summet.com/blog/2007/01/12/motorola-v330-mini-review/' rel='bookmark' title='Motorola V330 (a.k.a. V551) with GPRS / EDGE &amp; bluetooth mini-review'>Motorola V330 (a.k.a. V551) with GPRS / EDGE &#038; bluetooth mini-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>5</slash:comments>
		</item>
	</channel>
</rss>

