<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>crashsystems.net &#187; android</title>
	<atom:link href="http://crashsystems.net/tag/android/feed/" rel="self" type="application/rss+xml" />
	<link>http://crashsystems.net</link>
	<description>Home of Crashsystems LLC, and a blog about miscellaneous things</description>
	<lastBuildDate>Sun, 20 Jun 2010 19:28:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.5.3" -->
	<copyright>2006-2007 </copyright>
	<managingEditor>crashsystems@gmail.com (Douglass Clem)</managingEditor>
	<webMaster>crashsystems@gmail.com (Douglass Clem)</webMaster>
	<category>posts</category>
	<ttl>1440</ttl>
	<image>
		<url>http://crashsystems.net/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>crashsystems.net &#187; android</title>
		<link>http://crashsystems.net</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>A blog about technology, world travel, spirituality, and random combinations of these themes.</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &amp; Culture" />
	<itunes:author>Douglass Clem</itunes:author>
	<itunes:owner>
		<itunes:name>Douglass Clem</itunes:name>
		<itunes:email>crashsystems@gmail.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://crashsystems.net/wp-content/plugins/podpress/images/powered_by_podpress.jpg" />
		<item>
		<title>Creating DIY mobile reception with Google Voice and VOIP</title>
		<link>http://crashsystems.net/2010/04/google-voice-gizmo5-sipdroid/</link>
		<comments>http://crashsystems.net/2010/04/google-voice-gizmo5-sipdroid/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 19:03:33 +0000</pubDate>
		<dc:creator>Douglass Clem</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Gizmo5]]></category>
		<category><![CDATA[Google Voice]]></category>
		<category><![CDATA[Nexus One]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[VOIP]]></category>

		<guid isPermaLink="false">http://crashsystems.net/?p=323</guid>
		<description><![CDATA[Like many people in the USA who live in rural communities, I have no cellular reception at home. My mobile provider, T-Mobile, does not have enough economic incentive to build a tower close to my home. Also, they have not yet seen fit to give me the privilege of paying to compensate for their lack [...]]]></description>
			<content:encoded><![CDATA[<p>Like many people in the USA who live in rural communities, I have no cellular reception at home. My mobile provider, T-Mobile, does not have enough economic incentive to build a tower close to my home. Also, they have not yet seen fit to give me the privilege of paying to compensate for their lack of service via a <a href="http://en.wikipedia.org/wiki/Femtocell" target="_blank">Femtocell</a>.</p>
<p>Fortunately I have found a solution: <a href="http://google.com/voice">Google Voice</a> + <a href="http://www.google.com/gizmo5/" target="_blank">Gizmo5</a> + <a href="http://sipdroid.org/" target="_blank">Sipdroid</a>. Google Voice is a free service which lets it&#8217;s users unify all their phones under one number. Simply give friends, family and coworkers that one number, and calls will ring through to whatever phones the user chooses, based upon rules they define. Gizmo5 is a <a href="http://en.wikipedia.org/wiki/Session_Initiation_Protocol" target="_blank">SIP</a> provider that can connect to Google Voice and allow users to make phone calls over the Internet. Gizmo5 has been bought by Google, so registration is currently closed. However, everyone expects that it will eventually be integrated with Google Voice. Finally, Sipdroid is a nice, Open Source SIP client for <a href="http://www.android.com/">Android</a> that can connect to services like Gizmo5.</p>
<p>I&#8217;ve played with this combination before, when I was using a G1 Android phone from <a href="http://www.htc.com/us/" target="_blank">HTC</a>. The reasons I did not stick with it then were because the G1&#8242;s battery life was pretty bad, and the G1 struggled enough with performance that it was not feasible to keep Sipdroid running in the background.</p>
<p>Now that I have the amazing <a href="http://www.google.com/phone" target="_blank">Nexus One</a> though, all this has changed. The battery life on the N1 is pretty good by smart phone standards, and it&#8217;s performance is high enough that I can easily run Sipdroid in the background all the time without any noticeable performance impact.</p>
<p>I&#8217;m using my home WiFi for Sipdroid. I have always been told that WiFi eats battery life rather quickly. However, I&#8217;ve been surprised at how much this has not been the case. After a full day of being connected to wireless almost all the time, WiFi only used up about 2% of my phone&#8217;s battery (this is with moderate use of the connection). I&#8217;ve come to the conclusion that simply having wireless connected does not use much power, but actually transferring data does.</p>
<p>This solution has been working great, but has not been completely without problems. When I receive calls, both parties (the person I talk with and I) have excellent sound quality. However, when I initiate the call via my phone, the person on the receiving end gets tons of latency and a lot of static. I have worked around this issue by initiating the calls via the Google Voice web interface. This hack is slightly annoying, but it is not too bad since I almost always have my laptop on.</p>
<p>After a few days of use, I am quite happy with this solution, and am looking forward to hopefully seeing <a href="http://en.wikipedia.org/wiki/VOIP" target="_blank">VOIP</a> kill off traditional telephone providers in the future. AT&amp;T, T-Mobile and others should be very afraid, especially if municipal WiFi becomes more common.</p>
]]></content:encoded>
			<wfw:commentRss>http://crashsystems.net/2010/04/google-voice-gizmo5-sipdroid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress for Android</title>
		<link>http://crashsystems.net/2010/02/wordpress-for-android/</link>
		<comments>http://crashsystems.net/2010/02/wordpress-for-android/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 19:58:19 +0000</pubDate>
		<dc:creator>Douglass Clem</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://crashsystems.net/2010/02/wordpress-for-android/</guid>
		<description><![CDATA[WordPress for Android just released 1.0. This is a test post, but so far it is quite nice! You can download it here.]]></description>
			<content:encoded><![CDATA[<p>WordPress for Android just released 1.0. This is a test post, but so far it is quite nice! You can download it <a href="http://android.wordpress.org/2010/02/02/wordpress-for-android-1-0/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://crashsystems.net/2010/02/wordpress-for-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Screenshots</title>
		<link>http://crashsystems.net/2009/07/android-screenshots/</link>
		<comments>http://crashsystems.net/2009/07/android-screenshots/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 01:07:29 +0000</pubDate>
		<dc:creator>Douglass Clem</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[multmedia]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://crashsystems.net/?p=267</guid>
		<description><![CDATA[I just got done taking some screenshots of my snazzy Android phone. I ran into a bit of difficulty getting the DDMS (Dalvik Debug Monitor Service) tool running in Ubuntu 9.04 64 bit, but post #2 on this thread helped. To summarize: Use the package manager of your choice to install ia32-sun-java6-bin. Download the Android [...]]]></description>
			<content:encoded><![CDATA[<p>I just got done taking some screenshots of my snazzy Android phone. I ran into a bit of difficulty getting the DDMS (Dalvik Debug Monitor Service) tool running in Ubuntu 9.04 64 bit, but post #2 on <a href="http://groups.google.com/group/android-developers/browse_thread/thread/2077f2d8b385f54b/c855391abf432aee?pli=1" target="_blank">this thread</a> helped. To summarize:</p>
<ol>
<li>Use the package manager of your choice to install ia32-sun-java6-bin.</li>
<li><a href="http://developer.android.com/index.html" target="_blank">Download</a> the Android SDK for Linux, then extract the zip file.</li>
<li>In the SDK tools folder, open up the ddms file in your favorite text editor.</li>
<li>Modify line #72 to the following: java_cmd=&#8221;/usr/lib/jvm/ia32-java-6-sun/bin/java&#8221;</li>
</ol>
<p>Here are the screenshots I took:</p>

<div class="ngg-galleryoverview" id="ngg-gallery-10-267">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-158" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://crashsystems.net/wp-content/gallery/android-screenshots/1.png" title=" " class="thickbox" rel="set_10" >
								<img title="Home screen - Portrait" alt="Home screen - Portrait" src="http://crashsystems.net/wp-content/gallery/android-screenshots/thumbs/thumbs_1.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-159" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://crashsystems.net/wp-content/gallery/android-screenshots/2.png" title=" " class="thickbox" rel="set_10" >
								<img title="Home screen- Landscape" alt="Home screen- Landscape" src="http://crashsystems.net/wp-content/gallery/android-screenshots/thumbs/thumbs_2.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-160" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://crashsystems.net/wp-content/gallery/android-screenshots/3.png" title=" " class="thickbox" rel="set_10" >
								<img title="Application list on the move" alt="Application list on the move" src="http://crashsystems.net/wp-content/gallery/android-screenshots/thumbs/thumbs_3.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-161" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://crashsystems.net/wp-content/gallery/android-screenshots/4.png" title=" " class="thickbox" rel="set_10" >
								<img title="Application list. Gmote is awesome!" alt="Application list. Gmote is awesome!" src="http://crashsystems.net/wp-content/gallery/android-screenshots/thumbs/thumbs_4.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-162" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://crashsystems.net/wp-content/gallery/android-screenshots/5.png" title=" " class="thickbox" rel="set_10" >
								<img title="usic app. Unlike iPhone, I can use whatever music app I want." alt="usic app. Unlike iPhone, I can use whatever music app I want." src="http://crashsystems.net/wp-content/gallery/android-screenshots/thumbs/thumbs_5.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-163" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://crashsystems.net/wp-content/gallery/android-screenshots/6.png" title=" " class="thickbox" rel="set_10" >
								<img title="Full web browser." alt="Full web browser." src="http://crashsystems.net/wp-content/gallery/android-screenshots/thumbs/thumbs_6.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p>As you can see, I&#8217;m running a clone of the theme on <a href="http://www.htc.com/www/product/hero/overview.html" target="_blank">HTC&#8217;s Hero</a> Android phone. This theme can be downloaded <a href="http://forum.xda-developers.com/showthread.php?t=520629">here</a>. All the install took was downloading the theme, putting it on my phone&#8217;s SD card as update.zip, booting into recovery mode and flashing the update. Of course, you&#8217;ll need a rooted G1 for this to work. I&#8217;m running JesusFreke&#8217;s wonderful 1.5 build. Read <a href="http://androidandme.com/2009/05/guides/beginners-guide-for-rooting-your-android-g1-to-install-cupcake/" target="_blank">this guide</a> for instructions for rooting your G1.</p>
]]></content:encoded>
			<wfw:commentRss>http://crashsystems.net/2009/07/android-screenshots/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
