<?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>AndroidSPIN &#187; Simon Says</title>
	<atom:link href="http://androidspin.com/category/features/simon-says/feed/" rel="self" type="application/rss+xml" />
	<link>http://androidspin.com</link>
	<description>Google Android News, Reviews, Updates and much more</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:03:13 +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>Is Multitasking Androids Achilles Heel and its Competitors Edge!</title>
		<link>http://androidspin.com/2012/01/17/is-multitasking-androids-achilles-heel-and-its-competitors-edge/</link>
		<comments>http://androidspin.com/2012/01/17/is-multitasking-androids-achilles-heel-and-its-competitors-edge/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 21:13:25 +0000</pubDate>
		<dc:creator>Simon Walker</dc:creator>
				<category><![CDATA[Simon Says]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Ice Cream Sandwich]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[multitasking]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[Spotlight]]></category>
		<category><![CDATA[webos]]></category>
		<category><![CDATA[Windows Phone 7]]></category>

		<guid isPermaLink="false">http://androidspin.com/?p=67443</guid>
		<description><![CDATA[&#8220;The more I use Androids competitors the more I start to dislike how Android works&#8221; That&#8217;s my opening statement and now I&#8217;m going to explain why! You&#8217;re probably reading this article, or at least the title and thinking; what the hell is going on with AndroidSPIN and all this Windows Phone 7 talk and bashing [...]]]></description>
			<content:encoded><![CDATA[<p><strong>&#8220;The more I use Androids competitors the more I start to dislike how Android works&#8221;</strong></p>
<p>That&#8217;s my opening statement and now I&#8217;m going to explain why!</p>
<p>You&#8217;re probably reading this article, or at least the title and thinking; what the hell is going on with AndroidSPIN and all this <a href="http://androidspin.com/tag/windows-phone-7/">Windows Phone 7</a> talk and bashing Android. First of all, this is all me and my thoughts and feelings about where Android is heading. These are the impressions I get when I use competitors products to try to keep up with the times, and see what Android has to compete with. I still love Android and it&#8217;s still my number one OS and I don&#8217;t see anything changing in the near future, but I also like to keep my mind open and see what other people do better or worse and feed this information back to you guys. Read this article before you start to judge and I hope it will get your brains kicked into motion and see if we can get some more informed answers to the questions I&#8217;m raising in this article. I&#8217;m no developer so all the opinions and findings in this article are based on my own experiences.</p>
<h1>Androids Achilles Heel? Maybe!</h1>
<p>Everyone states that we have complete multi tasking operating in Android and how awesome it is to have all that power, but I&#8217;m saying that&#8217;s it&#8217;s becoming Androids Achilles Heel.  Over the last few weeks I&#8217;ve been playing around with a Samsung Focus S from <a href="http://androidspin.com/tag/att/">AT&amp;T</a> that <a href="http://androidspin.com/tag/samsung/">Samsung</a> was kind enough to send me. While I have my concerns about the Interface and the lack of customization you get with Android, I have to say that Windows Phone 7 is pretty well done. It will never replace my Android phone, but it does work well. One of the main advantages is the <a href="http://androidspin.com/2011/12/18/microsoft-does-it-better-than-google-way-better-why-is-that/">battery life that I previously reported</a>.</p>
<p>The Windows Phone 7 has never had any problems with memory or slow down and I never have to worry about what&#8217;s running in the background.  I don&#8217;t have to think about the applications I&#8217;ve installed and if my phone is slowing down or becoming unstable due to badly written software running in the background that is not easy to track down or close.  It just seems to keep going.  I&#8217;ve gone through the Windows Marketplace and installed application after application, games, social tools and lots more and have not experienced any issues.</p>
<h1>What&#8217;s with all the developer options?</h1>
<p>The guys over at <a href="http://androidspin.com/tag/google/">Google</a> want us to believe that Android  has awesome memory and task management and that the operating system will simply take care of things and manage its memory as required.  If this is the case, why does Google keep adding more and more tools in the background to counteract badly written applications?</p>
<p><img class="aligncenter size-full wp-image-67561" title="ICS Developer Tools" src="http://androidspin.com/wp-content/uploads/2012/01/ICS-developerTools.png" alt="ICS Developer Tools" width="550" height="978" /></p>
<p>The option for <strong>&#8220;Don&#8217;t keep activities&#8221;</strong> appears to force android to clear out the data used by the application you are switching away from, thereby releasing more memory.  This is something the application should do on its own accord, if the developer has written the application correctly.  From what I&#8217;ve read, the function <strong>&#8220;onSaveInstanceState&#8221;</strong> is what a developer should use to save the application state from an activity before being killed so that the state can be restored later when the user returns to the application.  This is probably too much information for the average Android user, but I&#8217;m just trying to give some background.  You can also set the &#8220;<strong>Background process limit</strong>&#8221; which I&#8217;m assuming will prevent an application from starting too many background processes, leaving them running in the background.  I&#8217;ve done some searching for more information about these options, but I can&#8217;t really find any definitive answers.  Most of the answers I find just say that these options are for developers and should not be touched.</p>
<p>What I don&#8217;t understand is why we are even seeing these options.  Most people are end users of the phones and not developers so why not have a developer tools application that developers can install with extra setting for their application testing.  They are simply making Android more complicated to the average user and the over all experience.</p>
<p>I&#8217;ve talked about Windows Phone 7 before and people commented that they never have slow down on their devices and Android is simply awesome.  I seriously question those statements or say that those people are not really using the power of Android to its fullest or haven&#8217;t encountered one of the many badly written programs.</p>
<p>If a program is written correctly, it should release most of its memory and processes when you switch to another task, but this relies on each and every programmer to write their applications correctly in the first place.  Windows Phone 7, <a href="http://androidspin.com/tag/ios/">iOS</a> and WebOS  enforce this method and freeze an application when you switch away from it, only allowing specially written services to continue to do background tasks.</p>
<p>If a program is written badly on Android, it can refuse to release the memory it should and simply continues to run at full pace in the background eating your precious clock cycles and eventually slowing down your phone.</p>
<h1>Why are we trying to make our phone act like a desktop computer?</h1>
<p>Android is an operating system designed to run on phones, so the first question I ask is &#8220;Why do we need our phones to multi-task like a desktop computer?  Your screen is not big enough or capable of showing multiple applications at the same time so why do this!</p>
<p>I&#8217;m sitting at my desktop running Windows 7 and have a dual monitor setup.  I have 3 browser windows open, a number of Google Talk chats and I&#8217;m monitoring my tweets while I&#8217;m writing this article in Microsoft Word.  Do I want it to multi-task, of course I do!!  I can see everything at the same time so I want it all to keep running and updating in real-time.  That&#8217;s the nature of what I call multi-tasking.</p>
<p>Can I create this same view in Android?  No I can&#8217;t, so why do I want it all to act the same as my desktop?  I don&#8217;t!</p>
<p>It seems all other phone operating systems have stricter control over the applications released for them.  Windows Phone 7, iOS, and WebOS to name the major players.  It also seems that these other operating systems do everything we need them to do but don&#8217;t get bogged down with too many programs running at the same time.  They still perform all the same functions.  We still get our notifications for email, Twitter, Facebook and many other social applications.  They still receive phone calls and text messages in real-time in the background.  They just do it differently.  The tighter guidelines and controls over how people implement services that perform the background tasks of the applications seem to work much better and give much less chance of a rogue application causing chaos on our devices.</p>
<h1><strong>Is Android Too Much?</strong></h1>
<p>The BIG question is.. &#8220;Is Android overkill for a device that has a primary purpose of receiving phone calls and keeping an eye on some of our favorite social messaging and emailing accounts?</p>
<p>When we have a rogue application, why don&#8217;t we have an easy way to shut down that application?  Why isn&#8217;t there a task manager we can get to?  this also raises the never-ending debate of <a href="http://androidspin.com/2010/05/25/why-you-dont-need-a-task-killer-app-with-android/">whether we need a task manager</a> or not to make Android run better.</p>
<p style="text-align: center;"><a href="http://androidspin.com/wp-content/uploads/2012/01/ICS-RecentApplicationList.png" rel="lightbox[67443]"><img class="alignnone size-full wp-image-67560" title="ICS Recent Application List" src="http://androidspin.com/wp-content/uploads/2012/01/ICS-RecentApplicationList.png" alt="ICS Recent Application List" width="550" height="978" /></a></p>
<p>I made the mistake of thinking that the new &#8220;recent application list&#8221; in <a href="http://androidspin.com/tag/ice-cream-sandwich/">Ice Cream Sandwich</a> was in fact a pseudo tasks manager.  From watching initial videos and presentations from Google, I thought when you swiped your finger across an application from this list that is was not only removed from the list, but it also killed the application altogether.  Silly me.  It&#8217;s still just a recent application list the same as we&#8217;ve always had, they just changed the way you get to it.  This really makes no sense to me.</p>
<p><img class="aligncenter size-full wp-image-67559" title="ICS HomeScreen Softkeys" src="http://androidspin.com/wp-content/uploads/2012/01/ICS-HomeScreen-Softkeys.png" alt="ICS HomeScreen Softkeys" width="550" height="460" /></p>
<p>They have removed the long press of the Home button that we previously used and added a dedicated button.  Now a long press of the Home button does nothing.  What a waste of screen real estate.  We still have the Home button so why didn&#8217;t they just leave it alone and use the soft keys at the bottom for some other purpose or allow us to customize it ourselves?</p>
<p>So I open the debate!  What is wrong with Android?  Why do we need multi-core processors and gigabytes of memory to run what is primarily a phone?  I can understand this need more when we start to get some serious gaming on our phones, but then again, most of this performance comes from the GPU (Graphics Processing Unit) and no the CPU.</p>
<p>Forget your interface preferences at this point and just think about what I&#8217;m saying in this article!  Does Android need to be a fully multitasking operating system that acts like a desktop computer and why?</p>
]]></content:encoded>
			<wfw:commentRss>http://androidspin.com/2012/01/17/is-multitasking-androids-achilles-heel-and-its-competitors-edge/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Simon Says: What is Google Thinking?!?!</title>
		<link>http://androidspin.com/2010/12/07/simon-says-what-is-google-thinking/</link>
		<comments>http://androidspin.com/2010/12/07/simon-says-what-is-google-thinking/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 02:46:55 +0000</pubDate>
		<dc:creator>Simon Walker</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Phones]]></category>
		<category><![CDATA[Simon Says]]></category>
		<category><![CDATA[Google Nexus S]]></category>
		<category><![CDATA[Samsung]]></category>

		<guid isPermaLink="false">http://androidspin.com/?p=42033</guid>
		<description><![CDATA[OK ladies and gentlemen, here it is, the device of the future. I realize you&#8217;re all probably tired of hearing anything new about the Google Nexus S built by Samsung, so I&#8217;m not going to take up too much of your time.  I&#8217;ve been reading everything I can about the Google Nexus S and trying [...]]]></description>
			<content:encoded><![CDATA[<h2 style="text-align: center;"><strong>OK ladies and gentlemen, here it is, the device of the future.</strong></h2>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-42065" title="google-nexus-s-compilation" src="http://androidspin.com/wp-content/uploads/2010/12/google-nexus-s-compilation.png" alt="" width="650" height="349" /></p>
<p>I realize you&#8217;re all probably tired of hearing anything new about the <a href="http://androidspin.com/tag/google-nexus-s/">Google Nexus S</a> built by Samsung, so I&#8217;m not going to take up too much of your time.  I&#8217;ve been reading everything I can about the Google Nexus S and trying to work out in my brain&#8230;</p>
<p><em><strong>What is Google Thinking?</strong></em></p>
<p>When the Google Nexus One came out, it was the one and only device to get your hands on.  It had the external connectors for car and desktop docks, Aluminum casing and just looked and felt like the best Android phone ever released.  It&#8217;s still the best designed Android phone to date if you ask me.</p>
<p>Then comes the Google Nexus S, with the same old processor as current devices, in a plastic shell with no external connectors, no track ball or pad and the most ridiculous removal of any component ever.  Not to mention, no external upgradeable storage whatsoever.  I just don&#8217;t get it!</p>
<p>We better just hope that the GPS works when it arrives!</p>
<p>There are so many questions going around in my head; Why would Google release such a device? How can this mediocre device be launched as the flagship Android Gingerbread device?</p>
<p>So it has a curve to the screen! OMG, I think I&#8217;m going to wet my pants in excitement&#8230;. NOT</p>
<p>The hype has been abundant, been posted so many times on so many sites and you&#8217;ve all had a chance to absorb every detail about the Google Nexus S. What do you think?  Tell me why you&#8217;re going to purchase one, and why I should purchase one?  Tell me anything about this device that makes it any different from the existing line of Galaxy S phones available today.</p>
<p>Oh that&#8217;s right, I remember now, it has a Near Field Communications (NFC) capability we&#8217;ve all been eager to get our hands on.  That&#8217;s what makes it THE device to have this holiday season.  How silly of me to forget that!</p>
<p>Let me know your thoughts in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://androidspin.com/2010/12/07/simon-says-what-is-google-thinking/feed/</wfw:commentRss>
		<slash:comments>81</slash:comments>
		</item>
		<item>
		<title>Simon Says &#8220;More Hands Free Please&#8221;</title>
		<link>http://androidspin.com/2010/10/10/simon-says-more-hands-free-please/</link>
		<comments>http://androidspin.com/2010/10/10/simon-says-more-hands-free-please/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 17:25:26 +0000</pubDate>
		<dc:creator>Simon Walker</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Simon Says]]></category>
		<category><![CDATA[Driving Safety]]></category>
		<category><![CDATA[G2]]></category>
		<category><![CDATA[Hands-Free]]></category>
		<category><![CDATA[T-Mobile MyTouch 3G Slide]]></category>
		<category><![CDATA[Vlingo]]></category>

		<guid isPermaLink="false">http://androidspin.com/?p=31500</guid>
		<description><![CDATA[It&#8217;s been a long time since my last &#8220;Simon Says&#8221; article and if you&#8217;ve read them in the past you&#8217;ll know that one of my pet gripes is the lack of hands free support in the base Android OS.  This is just a little update along the same lines as some progress has been made [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-31504" title="hands-free-failure" src="http://androidspin.com/wp-content/uploads/2010/10/hands-free-failure.png" alt="" width="450" height="300" /></p>
<p>It&#8217;s been a long time since my last &#8220;<a href="http://androidspin.com/category/features/simon-says/">Simon Says</a>&#8221; article and if you&#8217;ve read them in the past you&#8217;ll know that one of my pet gripes is the lack of hands free support in the base Android OS.  This is just a little update along the same lines as some progress has been made and the functionality is in fact almost complete, with exceptions.</p>
<p>This is even more important with the introduction of more and more bans on phone usage while driving a vehicle.  Which is totally justifiable as the number of accidents increases due to phone usage while driving.</p>
<p style="text-align: left;">See the map below for the latest laws on text messaging bans around the country. The table shows states that have cellphone laws, whether they  specifically ban text messaging, and whether they are  enforced as  primary or secondary laws. Secondary laws mean an officer  must have  other reasons for stopping a vehicle before citing a driver for  using a  cellphone. Laws without this restriction are called primary laws.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-31501" title="txt-driving-ban-map" src="http://androidspin.com/wp-content/uploads/2010/10/txt-driving-ban-map.png" alt="" width="530" height="329" /><br />
 <em>Source: </em><a href="http://www.iihs.org/laws/maptextingbans.aspx" target="_blank"><em>Insurance Institute for Highway Safety </em></a></p>
<p>When T-Mobile released their update for the MyTouch 3G slide, they included a function called &#8220;<strong>Driving mode</strong>&#8220;.  If you&#8217;ve seen Driving Mode in action you&#8217;ll know that it&#8217;s a complete hands free system for your Android phone.  Text messages arrive and you are asked if you want your phone to read them,  once read, you have the option to send one back with confirmation prompts along the way.</p>
<p>Enter the T-Mobile G2 and lo and behold the functionality is no longer present.  Why oh why do they tempt us with something pretty cool and much safer for the Android driver and then fail to add the same functionality in future devices?  I was really hoping that even though the G2 was advertised as a base Android experience phone that some extras would be included and not just the stacks of bloatware we found.</p>
<p>Many of you will say that there are applications available on the Android Market that will provide the same functionality and you can download them for free.  I almost agree, there are applications that do MOST of this but I still maintain that this is one area where Google is failing with the base Android OS.  They have the time and money to invest in making <a href="http://androidspin.com/2010/10/10/designated-drivers-no-longer-required-android-takes-you-home/">cars that can drive themselves</a> all in the name of safer driving and then fail with something as simple as the phone operating system.</p>
<p>I also think if  T-Mobile (and any other carrier) are going to introduce something in a phone that they are selling then future devices released by them should at least have the same functionality.  This way you know if you purchase a phone from your carrier, you&#8217;re getting the same basic functionality as previous devices based on the same OS.</p>
<p>If you want a somewhat safer hands free driving experience, you should look to <a href="http://www.vlingo.com/" target="_blank">Vlingo</a>.  Vlingo has a function called &#8220;SafeReader&#8221; that will read out your incoming texts but unfortunately, does not give you the option to return the message like the Driving Mode T-Mobile provided.  Vlingo will also read out emails for you but you have to separately configure your email accounts in the Vlingo application, which is a little bit of a pain.</p>
<p>Vlingo is not stopping. They have built an &#8220;InCar&#8221; feature, currently only available for Sprint customers, that has a more complete hands free experience.  The system integrates with any Bluetooth connected device and offers a much richer experience.</p>
<p>They created a small video showing off some of the features of the InCar enhancements.</p>
<p style="text-align: center;">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="529" height="323" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Vqs8XfXxgz4?fs=1&amp;hl=en_US&amp;color1=0x234900&amp;color2=0x4e9e00" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="529" height="323" src="http://www.youtube.com/v/Vqs8XfXxgz4?fs=1&amp;hl=en_US&amp;color1=0x234900&amp;color2=0x4e9e00" allowscriptaccess="always" allowfullscreen="true"></embed></object>
</p>
<p>Vlingo has a report titled &#8220;<a href="http://www.vlingo.com/texting-while-driving" target="_blank">Distracted Driving</a>&#8221; that provides some numbers and statistics about this subject.</p>
<p>So come on guys, let&#8217;s see more hands free integration. Let&#8217;s make our driving experience safer without having to wait for our Google car to drive itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://androidspin.com/2010/10/10/simon-says-more-hands-free-please/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simon Says&#8230;</title>
		<link>http://androidspin.com/2010/02/06/simon-says/</link>
		<comments>http://androidspin.com/2010/02/06/simon-says/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 16:07:52 +0000</pubDate>
		<dc:creator>Simon Walker</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Simon Says]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[htc]]></category>
		<category><![CDATA[NubDialer]]></category>
		<category><![CDATA[OpenAndroidTeam]]></category>
		<category><![CDATA[Radio]]></category>
		<category><![CDATA[Simon Walker]]></category>

		<guid isPermaLink="false">http://www.androidspin.com/?p=2814</guid>
		<description><![CDATA[Open Android Team Gains Momentum! You know I&#8217;m a big fan of a community where everyone can work together as one big happy family sharing code and applications.  We&#8217;ll I&#8217;m glad to report that the momentum is moving in the right direction and people are talking.  The idea that I originally placed in the minds [...]]]></description>
			<content:encoded><![CDATA[<h2>Open Android Team Gains Momentum!</h2>
<p>You know I&#8217;m a big fan of a community where everyone can work together as one big happy family sharing code and applications.  We&#8217;ll I&#8217;m glad to report that the momentum is moving in the right direction and people are talking.  The idea that I originally placed in the minds of the community was a long time ago, but thanks to Chris Soyars for taking the first step with the developers, OpenEclair has gained momentum and is moving forward with WesGarner and BenBuchacher.</p>
<p>Now we have the first Open Android Team, an <a href="http://twitter.com/openandroidteam" target="_blank">OpenAndroidTeam</a> twitter account and the <a href="http://www.OpenAndroidTeam.com" target="_blank">OpenAndroidTeam.com</a> domain name.  Along with this we have created a central area to manage all the projects with private  areas for the team to chat among themselves and present ideas.  I was going to wait for the release of AndroidSPIN&#8217;s new site, but the momentum was to great to wait any longer.  This will only be improved once we release the new site with vBulletin forums and a much stronger team.</p>
<p>If you have any ideas for an Open Community project, please let us know in the forums and give the team your support at <a href="http://www.openandroidteam.com/" target="_blank">OpenAndroidTeam.com</a></p>
<h2>What are HTC and Google playing at?</h2>
<p>Firstly we have the whole total lack of plan options when you buy the phone forcing you into a 500 min individual plan.  Next we have the issues of the built in unlock functions as if they want us to unlock the phones and then tell us if we do, they provide NO WARRANTY at all, even if you have a hardware problem.</p>
<p>and finally (for now) we have the 3G connection issues plaguing the networks so they release a new radio update&#8230;..but wait&#8230;..it breaks it for people who didn&#8217;t have problems in the first place&#8230;.</p>
<p>It was awesome that they released an OTA update that gave us the new Radio, Multitouch in Gallery, Google Maps and the Browser plus new version of Google maps with lots of really nice enhancements.</p>
<p>Unfortunately, it turns out that the new Radio is starting to <a href="http://forum.xda-developers.com/showthread.php?t=628993" target="_blank">give people problems</a> and a downgrade has already been <a href="http://forum.xda-developers.com/showpost.php?p=5553214&amp;postcount=6" target="_blank">release by Enomther</a> to take you back to the original radio.</p>
<p>Come on guys. Test this stuff first.</p>
<h2>T9 Dialing for your Android</h2>
<p>One of the base features I still think should be included in the phone&#8217;s base OS is the ability to quickly search in your dialer using T9 input. This works by narrowing down your contact list as you type characters on your T9 dialer.</p>
<p>HTC include this is most of their HTC branded phones but it&#8217;s not part of the base Android it an enhanced dialer developed by HTC.</p>
<p>If you have a Nexus One&#8230;Install the new phone dialer from Wysie  called NubDial.  NubDial lets you narrow down your contact by dialing the  letters on a T9 style dialer.  As you type a new letter is narrows down  your contact list matching the characters your typing.</p>
<p>I would give NubDialer a try and see what you think.  It runs along side your existing phone dialer so you don&#8217;t have to worry about loosing anything.  Give it a try and let me know what you think.</p>
<p>In the mean time, Awesome job Wysei.</p>
]]></content:encoded>
			<wfw:commentRss>http://androidspin.com/2010/02/06/simon-says/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Simon Says&#8230;</title>
		<link>http://androidspin.com/2010/01/27/2225/</link>
		<comments>http://androidspin.com/2010/01/27/2225/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 13:58:38 +0000</pubDate>
		<dc:creator>Simon Walker</dc:creator>
				<category><![CDATA[Simon Says]]></category>
		<category><![CDATA[call for help]]></category>
		<category><![CDATA[hand free]]></category>
		<category><![CDATA[headset]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[Simon Walker]]></category>

		<guid isPermaLink="false">http://www.androidspin.com/?p=2225</guid>
		<description><![CDATA[Simon Says… As you’ve probably seen in the past.  I like to rant and rave about things.  I’m not one for drama in general and hate all the He said, She said bantering that goes on in the Android community.  I’ve been outspoken recently about the fragmentation of the Android community and how difficult it’s [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="font-size: large;">Simon Says…</span></strong></p>
<p>As you’ve probably seen in the past.  I like to rant and rave about things.  I’m not one for drama in general and hate all the He said, She said bantering that goes on in the Android community.  I’ve been outspoken recently about the fragmentation of the Android community and how difficult it’s becoming to find what you need for your Android device without searching through piles and piles of forums, tweets and wherever else you go to find your info.</p>
<p><strong><span style="font-size: medium;">Centralized Release repository</span></strong></p>
<p>You may have seen my latest call for help regarding a centralized release repository.  You may also say that we have something already in the AndroidSPIN ROM database.  Well we do, kind of, but it’s becoming an impossible task to maintain because it’s heading down the same road as everything else, fragmentation.  The only way for something like this to work is with the buy in from the community and mainly the developers.  Everyone is trying to entice the developer to their site, justifiably, as everyone wants the best developer on their site so the people will come and use it.</p>
<p>A centralized repository is not intended to take away the people from those sites; it becomes an index to those sites and would hopefully help those sites get more traffic.  The current AndroidSPIN ROM database is already an index.  Go into any ROM and Click the ROM Homepage link and it takes you to the site where the developer hosts that ROM.  This is what we need, but on a bigger scale.</p>
<p>We are already creating a completely new Release database for MobileTweek that will support any file type at all.  You may also have seen my call to create a team of leading Android community specialists to help define more of how that could work.  One concept is the creation of a common update application for Android devices in the vein of Cyanogens already excellent CyanogenMOD Update but one that will work for any ROM in the release database.</p>
<p>I started a thread in AndroidSPIN forums which you can find at:<br />
<a href="http://www.androidspin.com/forum/viewtopic.php?f=260&amp;t=226">http://www.androidspin.com/forum/viewtopic.php?f=260&amp;t=226</a></p>
<p>It’s hard for me to push this as many people see this as just another way for me to promote AndroidSPIN or MobileTweek, I can assure you that it’s not my goal and you’ll have to take my word for that.</p>
<p>If you have a spare minute, take a look at the thread linked above, tell your favorite developer how awesome this would be and let’s try to do something.  This would benefit the whole Android community.</p>
<p><strong><span style="font-size: medium;">The state of Android functionality</span></strong></p>
<p>I for one feel that Android is getting way too many new versions with lots of flashy enhancements in the graphics front, new menu systems, re-organizations of the setup system and more.  Yes, it’s getting better with every release but I feel that the core functionality is being ignored.  With more and more regulations and restrictions on the use of cell phones while driving, why isn’t the core hands free functionality being enhance more.  Yes, they are adding voice dictation and voice dialing has been there for a long time, but they all still require some form of physical interaction.  My Bluetooth headset has a long press action that used to launch voice dialing on my Windows Mobile phone.  It does nothing on the Android platform.  Instead I have to reach out, wake my phone up and then launch voice dialing with my hands.  It doesn’t make the functionality that’s already there pointless, but it still means I really don’t have a hands free device.  Why does this basic functionality never get addressed?  Even with the headset that came with my Nexus One, I can’t launch any form of voice control without touching my phone.  Come on guys, put some thought into the basic functionality of Android.  Even notification for missed calls and text’s there are no settings.  Yes, my trackball can flash but what about sounds?  If my phone is in my pocket, I can’t see the trackball flashing.  The functionality is there, in the background, so why not add a simple setting to say as well as flashing my trackball, make a sound.</p>
]]></content:encoded>
			<wfw:commentRss>http://androidspin.com/2010/01/27/2225/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

