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

<channel>
	<title>Yet Another Mobile Blog (YAMB)</title>
	<atom:link href="http://juandg.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://juandg.wordpress.com</link>
	<description>Mobile thoughts on Smartphones and other portable platforms</description>
	<lastBuildDate>Tue, 04 May 2010 22:31:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='juandg.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/aa07f3c2d2ea4c4dfa1c4d0c6ca7322a?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Yet Another Mobile Blog (YAMB)</title>
		<link>http://juandg.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://juandg.wordpress.com/osd.xml" title="Yet Another Mobile Blog (YAMB)" />
	<atom:link rel='hub' href='http://juandg.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to change the default OS on Grub 2 (Ubuntu 9.10)</title>
		<link>http://juandg.wordpress.com/2010/01/25/how-to-change-the-default-os-on-grub-2-ubuntu-9-10/</link>
		<comments>http://juandg.wordpress.com/2010/01/25/how-to-change-the-default-os-on-grub-2-ubuntu-9-10/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 06:03:41 +0000</pubDate>
		<dc:creator>Juan Gomez</dc:creator>
				<category><![CDATA[Off Topic]]></category>

		<guid isPermaLink="false">http://juandg.wordpress.com/?p=337</guid>
		<description><![CDATA[Although it’s not Mobile related I just wanted to post a general Linux tip that might be useful for Linux beginners (like me!) that switch to Ubuntu 9.10 or that for any reason have switched to Grub 2. It all started because I wanted to change the default OS on the Grub 2 boot screen. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=337&subd=juandg&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Although it’s not Mobile related I just wanted to post a general Linux tip that might be useful for Linux beginners (like me!) that switch to Ubuntu 9.10 or that for any reason have switched to Grub 2. It all started because I wanted to change the default OS on the Grub 2 boot screen. The default OS is, of course, Ubuntu 9.10 but I needed it to be Windows since I’m not the only user of this computer!</p>
<p>As any computer savvy user would do, I Googled my issue to find the answer… The problem with that is that 90% of the posts on the internet, reference an older version of Grub that uses a file called “menu.lst” and this new version (Grub 2) has deprecated that file! So after wasting a few hours reading through unhelpful posts, I finally decided to read the Grub 2 documentation and finally found the answer.</p>
<p>Therefore the reason behind this post is, that hopefully, all those lazy Linux beginners (like me), who want to find the exact set of commands to accomplish this task, can find this post and move on to bigger and better things!</p>
<p><strong>OK This is what you have to do -&gt;</strong> Open a terminal window and type:</p>
<blockquote><p>cd ..<br />
cd ..<br />
cd /etc/default<br />
sudo gedit grub</p></blockquote>
<p>The GEdit window will pop-up and the only line you have to change is this one:</p>
<blockquote><p>GRUB_DEFAULT=0</p></blockquote>
<p>Change the 0 to whatever number your windows OS is located at when your computer starts (remember that the list is zero-based) so if your Windows is number 7, you should change it for this:</p>
<blockquote><p>GRUB_DEFAULT=6</p></blockquote>
<p>Then you click on save, close GEdit and type this:</p>
<blockquote><p>sudo update-grub</p></blockquote>
<p>And that’s it!!! Now every time you start your machine or reboot it, it will default to Windows, or whatever OS you want it to go by default for that matter… Hope it helps.</p>
<p>Enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/juandg.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/juandg.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/juandg.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/juandg.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/juandg.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/juandg.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/juandg.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/juandg.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/juandg.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/juandg.wordpress.com/337/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=337&subd=juandg&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://juandg.wordpress.com/2010/01/25/how-to-change-the-default-os-on-grub-2-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/898e54ca0e526384e3d0a4177edbb480?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">juandg</media:title>
		</media:content>
	</item>
		<item>
		<title>Maintenance Update for Sprint’s Samsung Moment</title>
		<link>http://juandg.wordpress.com/2010/01/16/maintenance-update-for-sprint%e2%80%99s-samsung-moment/</link>
		<comments>http://juandg.wordpress.com/2010/01/16/maintenance-update-for-sprint%e2%80%99s-samsung-moment/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 23:20:45 +0000</pubDate>
		<dc:creator>Juan Gomez</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Operators]]></category>
		<category><![CDATA[Smartphones]]></category>

		<guid isPermaLink="false">http://juandg.wordpress.com/2010/01/16/327/</guid>
		<description><![CDATA[originally published at AndroidGuys.com Sprint just announced through their twitter account, and their support forum, that they have released a Maintenance Update for their Samsung Moment handset. Pleased to announce Maintenance Release CL14 is now available for the Samsung Moment. Details here &#8211; http://bit.ly/7shVpY. &#8211; Sprint via twitter If you&#8217;re like me and you&#8217;re already [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=327&subd=juandg&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><em><span style="color:#808080;">originally published at</span> </em><a href="http://www.androidguys.com/" target="_blank"><em>AndroidGuys.com</em></a><br />
Sprint just announced through their twitter account, and their support forum, that they have released a Maintenance Update for their Samsung Moment handset.</p>
<blockquote><p>Pleased to announce Maintenance Release CL14 is now available for the Samsung Moment. Details here &#8211; http://bit.ly/7shVpY. &#8211; <a href="http://twitter.com/sprint/status/7790874223" target="_blank"><strong>Sprint via twitter</strong></a></p></blockquote>
<p>If you&#8217;re like me and you&#8217;re already hitting the update button on your phone like a maniac, you&#8217;ll be disappointed to find out two things. First, this is <strong><span style="text-decoration:underline;">NOT</span></strong> the Android 2.1 updated <a href="http://www.androidguys.com/2009/12/17/sprint-clarifies-we-meant-android-2-1-for-hero-and-moment/">promised by Sprint last month</a>; and second, this update is only <span style="text-decoration:underline;">currently </span>available by visiting a Sprint retail location with a Repair Center.</p>
<p style="text-align:center;"><a rel="attachment wp-att-12745" href="http://juandg.wordpress.com/?attachment_id=12745"><img class="aligncenter size-full wp-image-12745" src="http://www.androidguys.com/wp-content/uploads/2010/01/forum.jpg" alt="" width="592" height="399" /></a></p>
<p>But don&#8217;t despair.  Sprint says that &#8220;The ability to download the update directly on your Moment will be available in the near future&#8221;.   That&#8217;s good news for those of you who don&#8217;t enjoy long lines on Fridays with people paying their cell phone bills.  Before you hop in your car and run to nearest Sprint store, here&#8217;s the complete list of goodies contained in the update:</p>
<ul>
<li>Network Assist GPS to allow indoor location fix</li>
<li>Updates to several third-party apps, including Visual Voicemail, NFL, NASCAR and Sprint TV</li>
<li>Change to Emergency Dial on lock screen</li>
<li>Hard reset available in recovery mode: remove and reinsert battery; press volume down, send and end keys until reboot option pops up; scroll to wipe data/factory reset; press OK</li>
<li>Various improvements to battery life</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/juandg.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/juandg.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/juandg.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/juandg.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/juandg.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/juandg.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/juandg.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/juandg.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/juandg.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/juandg.wordpress.com/327/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=327&subd=juandg&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://juandg.wordpress.com/2010/01/16/maintenance-update-for-sprint%e2%80%99s-samsung-moment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/898e54ca0e526384e3d0a4177edbb480?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">juandg</media:title>
		</media:content>

		<media:content url="http://www.androidguys.com/wp-content/uploads/2010/01/forum.jpg" medium="image" />
	</item>
		<item>
		<title>General Mobile Has Next DUAL-SIM Handset Readied for Jan 2010 Launch?</title>
		<link>http://juandg.wordpress.com/2010/01/08/general-mobile-has-next-dual-sim-handset-readied-for-jan-2010-launch/</link>
		<comments>http://juandg.wordpress.com/2010/01/08/general-mobile-has-next-dual-sim-handset-readied-for-jan-2010-launch/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 04:08:04 +0000</pubDate>
		<dc:creator>Juan Gomez</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://juandg.wordpress.com/?p=282</guid>
		<description><![CDATA[originally published at AndroidGuys.com The folks at the AndroidSpin.com forums been tipped to some exclusive information about a new General Mobile Android device to be released in “late January 2010”. For those of you who don’t remember, early this year, General Mobile presented its Dual-sim DSLT1 that grabbed attention for its striking resemblance to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=282&subd=juandg&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><em><span style="color:#808080;">originally published at</span> </em><a href="http://www.androidguys.com/" target="_blank"><em>AndroidGuys.com</em></a></p>
<p style="text-align:left;">The folks at the <a href="http://www.androidspin.com/forum/" target="_blank">AndroidSpin.com forums</a> been tipped to some exclusive information about a new<strong><a href="http://www.generalmobile.com" target="_blank"> General Mobile</a></strong> Android device to be released in “late January 2010”. For those of you who don’t remember, early this year, General Mobile presented its<a href="http://www.androidguys.com/2009/01/28/general-mobiles-dual-sim-handset-to-debut-at-mwc/"> Dual-sim DSLT1</a> that grabbed attention for its striking resemblance to the HTC Touch Diamond.</p>
<div id="attachment_11760" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-11760" title="dstl1_01" src="http://www.androidguys.com/wp-content/uploads/2009/12/dstl1_01-e1261486004211-300x181.jpg" alt="" width="300" height="181" /><p class="wp-caption-text">DSTL1</p></div>
<p style="text-align:center;">
<p style="text-align:left;">While advancing the OS from Donut to Eclair and keeping their Dual-SIMfeature,  the new rumored handset is promising to address most of the DSTL1 gripes.  Gripes that include its lack of 3G, screen resolution and touch interface. This time they’ll trade the resistive touch screen for its capacitive counterpart and swap resolutions from the odd WQVA to the pervasive HVGA.</p>
<p style="text-align:left;"><a href="http://www.androidspin.com/component/content/article/3-latest-news/381-new-dual-sim-android-q1-of-2010" target="_blank">These are the rumored specs:</a></p>
<blockquote><p><strong>OS:</strong> Android 2.0<br />
<strong>Kernel:</strong> 2.6.29 (and newer is supported by processor)<br />
<strong>SIM:</strong> Dual SIM (as is customary for GM)<br />
<strong>Cellular data link:</strong> WCDMA (3g)<br />
<strong>Display Diagonal:</strong> 3.2&#8243;<br />
<strong>Display Resolution:</strong> 480&#215;320 pixels (3:2 aspect ratio) or 640×240 pixels (8:3 aspect ratio) [HVGA]<br />
<strong>CPU Clock:</strong> 624Mhz<br />
<strong>CPU Processor:</strong> PXA935<br />
<strong>Scroll Wheel:</strong> supported (trackball)<br />
<strong>Touch Interface:</strong> Capacitative<br />
<strong>Camera:</strong> 5MP<br />
<strong>Wi-Fi:</strong> b/g supported</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/juandg.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/juandg.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/juandg.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/juandg.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/juandg.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/juandg.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/juandg.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/juandg.wordpress.com/282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/juandg.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/juandg.wordpress.com/282/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=282&subd=juandg&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://juandg.wordpress.com/2010/01/08/general-mobile-has-next-dual-sim-handset-readied-for-jan-2010-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/898e54ca0e526384e3d0a4177edbb480?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">juandg</media:title>
		</media:content>

		<media:content url="http://www.androidguys.com/wp-content/uploads/2009/12/dstl1_01-e1261486004211-300x181.jpg" medium="image">
			<media:title type="html">dstl1_01</media:title>
		</media:content>
	</item>
		<item>
		<title>Samsung Moment Showcased at CES with Live Mobile DTV Chip</title>
		<link>http://juandg.wordpress.com/2010/01/08/samsung-moment-showcased-at-ces-with-live-mobile-dtv-chip/</link>
		<comments>http://juandg.wordpress.com/2010/01/08/samsung-moment-showcased-at-ces-with-live-mobile-dtv-chip/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 03:27:52 +0000</pubDate>
		<dc:creator>Juan Gomez</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Smartphones]]></category>

		<guid isPermaLink="false">http://juandg.wordpress.com/2010/01/08/samsung-moment-showcased-at-ces-with-live-mobile-dtv-chip/</guid>
		<description><![CDATA[originally published at AndroidGuys.com In the style of the best Russian hackers, Samsung Mobile basically modded its own &#8220;Moment&#8221; handset and inserted a mobile DTV chip into it along with some circuitry and an Android app to control it. The resulting concoction is being served at CES with mixed reviews. The news was broken by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=312&subd=juandg&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><em><span style="color:#808080;">originally published at</span> </em><a href="http://www.androidguys.com/" target="_blank"><em>AndroidGuys.com</em></a></p>
<p><a rel="attachment wp-att-12441" href="http://juandg.wordpress.com/?attachment_id=12441"><img class="size-full wp-image-12441    alignleft" src="http://www.androidguys.com/wp-content/uploads/2010/01/samsung-moment-dtv-00-sm.jpg" alt="samsung-moment-dtv" width="233" height="350" /></a>In the style of the best Russian hackers, Samsung Mobile basically <a href="http://en.wikipedia.org/wiki/Modding">modded</a> its own &#8220;Moment&#8221; handset and inserted a <a href="http://www.openmobilevideo.com/about-mobile-dtv/standards/">mobile DTV</a> chip into it along with some circuitry and an Android app to control it.  The resulting concoction is being served at CES with mixed reviews.</p>
<p>The news was broken by Samsung Mobile US on their <a href="http://twitter.com/SamsungMobileUS/status/7408773656">twitter </a>account accompanied by a <a href="http://www.samsungusanews.com/2010/01/samsung-moment-exclusively-from-sprint-selected-as-first-mobile-phone-to-demonstrate-mobile-digital-tv-chip-at-international-ces-2010/">press release</a> and quickly followed by a <a href="http://www.engadget.com/2010/01/05/samsungs-mobile-dtv-enabled-moment-hands-on/">hands-on video</a> from Engadget.</p>
<p>An excerpt from the press release:</p>
<blockquote><p>[Samsung] Moment was selected because of its 3.2-inch AMOLED display screen, which delivers crisp colors, bright pictures outdoors, and wide viewing angles.</p></blockquote>
<p>Unfortunately no launch details for a Mobile DTV version of the Android handset have been announced, but Samsung did confirmed that is rolling a &#8220;Consumer Showcase &#8221; of the device, involving Sprint customers in the Washington, D.C. and Baltimore markets during the first quarter of 2010.</p>
<p>So what do you think? will this eliminate the need of an Android version of the <a href="http://www.androidguys.com/2009/02/01/slingmedias-android-plans/">Sling Player</a>? chime in at the comments section!</p>
<p>Via <a href="http://phandroid.com/2010/01/07/samsung-moment-first-mobile-phone-to-demonstrate-mobile-tv-chip/">Phanrdoid</a>, <a href="http://www.engadget.com/2010/01/05/samsung-moment-being-trialed-with-mobile-dtv/">Engadget</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/juandg.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/juandg.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/juandg.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/juandg.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/juandg.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/juandg.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/juandg.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/juandg.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/juandg.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/juandg.wordpress.com/312/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=312&subd=juandg&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://juandg.wordpress.com/2010/01/08/samsung-moment-showcased-at-ces-with-live-mobile-dtv-chip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/898e54ca0e526384e3d0a4177edbb480?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">juandg</media:title>
		</media:content>

		<media:content url="http://www.androidguys.com/wp-content/uploads/2010/01/samsung-moment-dtv-00-sm.jpg" medium="image">
			<media:title type="html">samsung-moment-dtv</media:title>
		</media:content>
	</item>
		<item>
		<title>Saygus Vphone Runs On Android, Claims it Can Make Video Calls Over CDMA or EDGE</title>
		<link>http://juandg.wordpress.com/2010/01/08/saygus-vphone-runs-on-android-claims-it-can-make-video-calls-over-cdma-or-edge/</link>
		<comments>http://juandg.wordpress.com/2010/01/08/saygus-vphone-runs-on-android-claims-it-can-make-video-calls-over-cdma-or-edge/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 03:27:10 +0000</pubDate>
		<dc:creator>Juan Gomez</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://juandg.wordpress.com/?p=309</guid>
		<description><![CDATA[originally published at AndroidGuys.com Chances are you’ve never heard of Utah based manufacturer Saygus. If you&#8217;re deeply involved in Android (like us), you learned about them back in November when leaks of an FCC filing for an Android phone got the buzz rolling about them. Even with that, we know little of the handset. Well [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=309&subd=juandg&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><em><span style="color:#808080;">originally published at</span> </em><a href="http://www.androidguys.com/" target="_blank"><em>AndroidGuys.com</em></a></p>
<p>Chances are you’ve never heard of Utah based manufacturer Saygus.  If you&#8217;re deeply involved in Android (like us),  you learned about them back in November when leaks of an <a href="http://www.androidguys.com/2009/11/05/a-third-verizon-droid-clears-the-fcc/">FCC filing</a> for an Android phone got the buzz rolling about them. Even with that, we know little of the handset.  Well prepare yourself to keep hearing that name, as they get ready to roll out their first handset, the Saygus VPhone (V1).</p>
<p><a rel="attachment wp-att-12185" href="http://juandg.wordpress.com/?attachment_id=12185"><img class="aligncenter size-full wp-image-12185" src="http://www.androidguys.com/wp-content/uploads/2010/01/500x_100105_unvieled_017.jpg" alt="Saygus VPhone (V1)" width="500" height="346" /></a></p>
<p>In the specs department, it features a 3.5-inch screen, a 624 MHz Marvell processor, and a 5-megapixel camera with autofocus and flash. While the camera may seem standard for most Android handsets lately, the cool feature about this one is that it is a front facing camera.  Using the company’s proprietary video algorithm, it  allows them to transfer video data at 18-22 frames per second over video challenged technologies like CDMA or EDGE.</p>
<p>Unlike HSPA(UMTS), the technology used by AT&amp;T and T-Mobile on their 3G networks, CDMA (Verizon, Sprint) is not natively equipped to allow for video calling.  It’s up to the phone to pack and send that video through the data network. Other technologies like EDGE that predate UMTS are not equipped for video calling either and that’s where Saygus is hoping to make big business.</p>
<p>The first version of the VPhone is for CDMA networks and Saygus is close to signing on with a major carrier, said CEO Chad Sayers, That would likely mean Verizon or Sprint in a month or so. A GSM version (T-Mobile, At&amp;T) is also in the works for the second quarter and will allow video conferencing over EDGE.</p>
<p>Via <a href="http://gizmodo.com/5442114/saygus-vphone-runs-on-android-claims-it-can-make-video-calls-over-edge">GizMondo</a>, <a href="http://www.sfgate.com/cgi-bin/blogs/techchron/detail?entry_id=54683">SFGate</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/juandg.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/juandg.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/juandg.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/juandg.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/juandg.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/juandg.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/juandg.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/juandg.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/juandg.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/juandg.wordpress.com/309/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=309&subd=juandg&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://juandg.wordpress.com/2010/01/08/saygus-vphone-runs-on-android-claims-it-can-make-video-calls-over-cdma-or-edge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/898e54ca0e526384e3d0a4177edbb480?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">juandg</media:title>
		</media:content>

		<media:content url="http://www.androidguys.com/wp-content/uploads/2010/01/500x_100105_unvieled_017.jpg" medium="image">
			<media:title type="html">Saygus VPhone (V1)</media:title>
		</media:content>
	</item>
		<item>
		<title>Dell Officially Announces Android Handset for AT&amp;T</title>
		<link>http://juandg.wordpress.com/2010/01/08/dell-officially-announces-android-handset-for-att/</link>
		<comments>http://juandg.wordpress.com/2010/01/08/dell-officially-announces-android-handset-for-att/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 03:26:26 +0000</pubDate>
		<dc:creator>Juan Gomez</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://juandg.wordpress.com/?p=306</guid>
		<description><![CDATA[originally published at AndroidGuys.com After months of speculation, finally today at CES, No. 2 PC-maker Dell confirmed it’s launching an Android handset for the U.S. The not-so-surprising news is that the carrier behind this launch is the iPhone’s own home network: AT&#38;T. There are no details about hardware specifications, price or availability, but from previous [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=306&subd=juandg&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><em><span style="color:#808080;">originally published at</span> </em><a href="http://www.androidguys.com/" target="_blank"><em>AndroidGuys.com</em></a></p>
<p><a rel="attachment wp-att-12151" href="http://juandg.wordpress.com/?attachment_id=12151"><img class="size-full wp-image-12151 alignright" src="http://www.androidguys.com/wp-content/uploads/2010/01/att_dell_mini_3.jpg" alt="Dell Mini 3" width="236" height="419" /></a>After <a href="http://www.androidguys.com/2009/10/07/good-news-bad-news-dells-android-handset-att-bound/">months of speculation</a>, finally today at CES, No. 2 PC-maker Dell confirmed it’s launching an Android handset for the U.S. The not-so-surprising news is that the carrier behind this launch is the iPhone’s own home network: <a href="http://www.androidguys.com/2010/01/06/att-confirms-android-plans-5-handsets-in-first-half-of-2010/">AT&amp;T.</a></p>
<p>There are no details about hardware specifications, price or availability, but from previous rumors we&#8217;re expecting it to feature a 3.5 inch capacitive touchscreen display, with a resolution of 640×360 and a 3 megapixel camera. We&#8217;ll keep you posted as details become available.</p>
<p>A copy of Dell&#8217;s press release can be found over at <a href="http://www.slashgear.com/att-dell-mini-3-android-smartphone-official-0668153/">SlashGear</a></p>
<p>Dell is not a new comer to the handheld market and this is technically not their first Android offer either.  This smartphone will be a revised version of the <a href="http://www.androidguys.com/2009/11/13/dells-mini-3-headed-to-china-mobile-this-month/">Dell Mini 3i </a>that’s being sold in China and Brazil. They are also highly regarded in the industry by their very successful line of PDAs back in the early 2000’s the Axims.  A little, yet ironic fact is that those were manufactured by the then unknown HTC, marketed under the Dell brand.</p>
<p>Via <a href="http://content.usatoday.com/communities/technologylive/post/2010/01/ces-dell-launches-mini-3-smartphone-for-the-us/1">USAToday</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/juandg.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/juandg.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/juandg.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/juandg.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/juandg.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/juandg.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/juandg.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/juandg.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/juandg.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/juandg.wordpress.com/306/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=306&subd=juandg&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://juandg.wordpress.com/2010/01/08/dell-officially-announces-android-handset-for-att/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/898e54ca0e526384e3d0a4177edbb480?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">juandg</media:title>
		</media:content>

		<media:content url="http://www.androidguys.com/wp-content/uploads/2010/01/att_dell_mini_3.jpg" medium="image">
			<media:title type="html">Dell Mini 3</media:title>
		</media:content>
	</item>
		<item>
		<title>Mobile Browsing Explodes in December, Android Big Winner With 54.8% Gain</title>
		<link>http://juandg.wordpress.com/2010/01/08/mobile-browsing-explodes-in-december-android-big-winner-with-54-8-gain/</link>
		<comments>http://juandg.wordpress.com/2010/01/08/mobile-browsing-explodes-in-december-android-big-winner-with-54-8-gain/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 03:25:47 +0000</pubDate>
		<dc:creator>Juan Gomez</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://juandg.wordpress.com/2010/01/08/mobile-browsing-explodes-in-december-android-big-winner-with-54-8-gain/</guid>
		<description><![CDATA[originally published at AndroidGuys.com Mobile browsing now accounts for 1.3% of all web browsing, according to the latest figures released by NetApplications yesterday. A brief post on their web site claims that mobile devices were the biggest usage share winners this past holiday season. All major mobile operating systems attained large percentage gains; with Android [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=305&subd=juandg&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><em><span style="color:#808080;">originally published at</span> </em><a href="http://www.androidguys.com/" target="_blank"><em>AndroidGuys.com</em></a></p>
<p>Mobile browsing now accounts for 1.3% of all web browsing, according to the latest figures released by NetApplications yesterday. A <a href="http://marketshare.hitslink.com/report.aspx?qprid=61&amp;sample=13">brief post</a> on their web site claims that mobile devices were the biggest usage share winners this past holiday season. All major mobile operating systems attained large percentage gains; with Android leading the pack obtaining twice the gain of the competition!</p>
<p style="text-align:center;"><a href="http://marketshare.hitslink.com/report.aspx?qprid=61&amp;sample=13"><img class="aligncenter size-full wp-image-11936" src="http://www.androidguys.com/wp-content/uploads/2010/01/browsing-by-device.png" alt="Browsing by Device Category Trend" width="580" height="239" /></a></p>
<p>1.3% market share might not seem like a lot at first, but when you think that&#8217;s more than half of Opera&#8217;s market share, it really helps put that figure in perspective. These are the numbers for each of the leading mobile platforms:</p>
<table align="center">
<tbody>
<tr>
<td><strong>Mobile O/S</strong></td>
<td align="right"><strong>Percentage Gain (November &#8211; December)</strong></td>
</tr>
<tr>
<td><a href="http://marketshare.hitslink.com/report.aspx?qprid=9&amp;qpcustom=Android&amp;sample=1" target="_blank">Android</a></td>
<td align="right">+54.8%</td>
</tr>
<tr>
<td>Blackberry</td>
<td align="right">+22.2%</td>
</tr>
<tr>
<td>iPhone</td>
<td align="right">+20.1%</td>
</tr>
<tr>
<td>Symbian</td>
<td align="right">+19.0%</td>
</tr>
<tr>
<td>Java ME</td>
<td align="right">+15.6%</td>
</tr>
</tbody>
</table>
<p>A detailed look at Android&#8217;s worldwide trend, shows solid growth throughout the year, but a definitive spike on Novemeber and December, indisputably ignited by US events like Droid&#8217;s ad campaign, the holiday offers on most Android devices and the fact that is now carried by 3 of the 4 nationwide mobile operators.</p>
<p style="text-align:center;"><a href="http://marketshare.hitslink.com/report.aspx?qprid=9&amp;qpcustom=Android&amp;sample=1"><img class="aligncenter size-full wp-image-11937" src="http://www.androidguys.com/wp-content/uploads/2010/01/browsing-Android.png" alt="Browsing trend for Android" width="580" height="239" /></a></p>
<p>Net Applications measures browser usage share by tracking the systems used to visit the 40,000 sites it monitors for clients, which results in a pool of about 160 million unique visitors per month. Their numbers have been widely used to measure the pulse of browser usage trends.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/juandg.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/juandg.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/juandg.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/juandg.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/juandg.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/juandg.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/juandg.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/juandg.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/juandg.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/juandg.wordpress.com/305/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=305&subd=juandg&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://juandg.wordpress.com/2010/01/08/mobile-browsing-explodes-in-december-android-big-winner-with-54-8-gain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/898e54ca0e526384e3d0a4177edbb480?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">juandg</media:title>
		</media:content>

		<media:content url="http://www.androidguys.com/wp-content/uploads/2010/01/browsing-by-device.png" medium="image">
			<media:title type="html">Browsing by Device Category Trend</media:title>
		</media:content>

		<media:content url="http://www.androidguys.com/wp-content/uploads/2010/01/browsing-Android.png" medium="image">
			<media:title type="html">Browsing trend for Android</media:title>
		</media:content>
	</item>
		<item>
		<title>Engadget gets its very own Nexus One</title>
		<link>http://juandg.wordpress.com/2010/01/08/engadget-gets-its-very-own-nexus-one/</link>
		<comments>http://juandg.wordpress.com/2010/01/08/engadget-gets-its-very-own-nexus-one/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 03:25:13 +0000</pubDate>
		<dc:creator>Juan Gomez</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://juandg.wordpress.com/2010/01/08/engadget-gets-its-very-own-nexus-one/</guid>
		<description><![CDATA[originally published at AndroidGuys.com Three full days before Google&#8217;s official event, Engadget managed to get their very own Nexus One. Besides the obvious bragging, they don&#8217;t mention how they got the device which should probably hint at Google distributing a few actual units to the media, before and probably during the launch event. The good [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=304&subd=juandg&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><em><span style="color:#808080;">originally published at</span> </em><a href="http://www.androidguys.com/" target="_blank"><em>AndroidGuys.com</em></a></p>
<p>Three full days before <a href="http://www.androidguys.com/2009/12/29/google-inviting-press-to-android-gathering/">Google&#8217;s official event</a>, Engadget managed to get their very own <a href="http://www.androidguys.com/2009/12/30/everything-we-know-about-the-nexus-one-and-plenty-we-still-dont/">Nexus One</a>.</p>
<p>Besides the obvious bragging, they don&#8217;t mention how they got the device which should probably hint at Google distributing a few actual units to the media, before and probably during the launch event.</p>
<p style="text-align:center;"><a href="http://www.engadget.com/2010/01/02/exclusive-google-nexus-one-hands-on-video-and-first-impressio/"><img class="aligncenter size-full wp-image-11940" src="http://www.androidguys.com/wp-content/uploads/2010/01/eng_nexus_60079-1262473186.jpg" alt="" width="480" height="319" /></a></p>
<p>The good news here is that we&#8217;ll FINALLY have plenty of high resolution pictures and video of our favorite device, at least for this three agonizing days before the device<a href="http://www.androidguys.com/2010/01/02/t-mobile-employee-confirms-nexus-one/"> becomes available to the general public</a>.</p>
<p>Go ahead an indulge yourself with Engadget&#8217;s <a href="http://www.engadget.com/2010/01/02/exclusive-google-nexus-one-hands-on-video-and-first-impressio/">first impressions article</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/juandg.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/juandg.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/juandg.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/juandg.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/juandg.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/juandg.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/juandg.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/juandg.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/juandg.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/juandg.wordpress.com/304/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=304&subd=juandg&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://juandg.wordpress.com/2010/01/08/engadget-gets-its-very-own-nexus-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/898e54ca0e526384e3d0a4177edbb480?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">juandg</media:title>
		</media:content>

		<media:content url="http://www.androidguys.com/wp-content/uploads/2010/01/eng_nexus_60079-1262473186.jpg" medium="image" />
	</item>
		<item>
		<title>Nexus One Rooted Already</title>
		<link>http://juandg.wordpress.com/2010/01/08/nexus-one-rooted-already/</link>
		<comments>http://juandg.wordpress.com/2010/01/08/nexus-one-rooted-already/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 03:24:44 +0000</pubDate>
		<dc:creator>Juan Gomez</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://juandg.wordpress.com/?p=301</guid>
		<description><![CDATA[originally published at AndroidGuys.com Well, the title kind of says it all. The high honor is being claimed by MoDaCo&#8217;s founder Paul O&#8217;Brien, who reported on a thread back at his site, he had created &#8220;Superboot&#8221;. Superboot is a boot.img that when flashed, will root your device the first time you boot The news was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=301&subd=juandg&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><em><span style="color:#808080;">originally published at</span> </em><a href="http://www.androidguys.com/" target="_blank"><em>AndroidGuys.com</em></a></p>
<p>Well, the title kind of says it all. The high honor is being claimed by MoDaCo&#8217;s founder <strong><a href="http://twitter.com/paulobrien">Paul O&#8217;Brien</a></strong>, who reported on <strong><a href="http://android.modaco.com/content/google-nexus-one-nexusone-modaco-com/298782/30-12-1-1-superboot-rooting-the-nexus-one/">a thread</a></strong> back at his site, he had created &#8220;Superboot&#8221;.</p>
<blockquote><p>Superboot is a boot.img that when flashed, will root your device the first time you boot</p></blockquote>
<p>The news was broken by <strong><a href="http://www.engadget.com/2009/12/30/nexus-one-rooted-already/">Engadget</a></strong> yesterday afternoon, they included this picture from forum user <a href="http://twitter.com/Stericson">Stericson </a>as confirmation of the achievement.</p>
<p style="text-align:center;"><a rel="attachment wp-att-11908" href="http://juandg.wordpress.com/?attachment_id=11908"><img class="aligncenter size-full wp-image-11908" src="http://www.androidguys.com/wp-content/uploads/2009/12/rootednexusone.jpg" alt="Rooted Nexus One" width="337" height="600" /></a></p>
<p>If it weren&#8217;t for Paul&#8217;s reputation on the mobile space I would say this is totally bogus, especially since Stericson is already saying on his Twitter account that the root hack <a href="http://twitter.com/Stericson/status/7214646350">won&#8217;t work on the device once it goes on sale</a></p>
<blockquote><p><span><span>I hate to kill everyone&#8217;s high, But the root that we managed to get on the Nexus root Probably will not work on the shipped phone.</span></span></p></blockquote>
<p>Only time will tell&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/juandg.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/juandg.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/juandg.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/juandg.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/juandg.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/juandg.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/juandg.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/juandg.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/juandg.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/juandg.wordpress.com/301/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=301&subd=juandg&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://juandg.wordpress.com/2010/01/08/nexus-one-rooted-already/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/898e54ca0e526384e3d0a4177edbb480?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">juandg</media:title>
		</media:content>

		<media:content url="http://www.androidguys.com/wp-content/uploads/2009/12/rootednexusone.jpg" medium="image">
			<media:title type="html">Rooted Nexus One</media:title>
		</media:content>
	</item>
		<item>
		<title>ABI Research: iPhone’s App Market Share to Shrink, Android to Benefit</title>
		<link>http://juandg.wordpress.com/2010/01/08/abi-research-iphone%e2%80%99s-app-market-share-to-shrink-android-to-benefit/</link>
		<comments>http://juandg.wordpress.com/2010/01/08/abi-research-iphone%e2%80%99s-app-market-share-to-shrink-android-to-benefit/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 03:24:09 +0000</pubDate>
		<dc:creator>Juan Gomez</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://juandg.wordpress.com/?p=298</guid>
		<description><![CDATA[originally published at AndroidGuys.com ABI Research, a marketing research firm based in New York, released a study about the future of the mobile app market in the next five years. The firm expects application downloads to reach five billion by 2014, up from an estimated 2.3 billion in 2009. The remarkable part of the study [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=298&subd=juandg&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><em><span style="color:#808080;">originally published at</span> </em><a href="http://www.androidguys.com/" target="_blank"><em>AndroidGuys.com</em></a></p>
<p style="text-align:left;">ABI Research, a marketing research firm based in New York, released a study about the future of the mobile app market in the next five years. The firm expects application downloads to reach five billion by 2014, up from an estimated 2.3 billion in 2009.</p>
<p style="text-align:center;"><a rel="attachment wp-att-11837" href="http://juandg.wordpress.com/?attachment_id=11837"><img class="size-full wp-image-11837 aligncenter" src="http://www.androidguys.com/wp-content/uploads/2009/12/abi-research-market-report.jpg" alt="" width="301" height="186" /></a></p>
<p>The remarkable part of the study is their prediction of Android as a heavyweight challenger of Apple&#8217;s reign. Their dominance will peak next year, but only to start its decline into the following years ceding ground to Android&#8217;s aggressive offer.</p>
<p>Here&#8217;s an excerpt of the press release:</p>
<blockquote><p>“The iPhone’s share of the app market will contract from its 2010 level during the latter part of the forecast period, but it will remain the leading platform for applications&#8230;The big beneficiary will be Android, which will see its market share of total application downloads increase from 11% of the market in 2009 to 23% in 2014. This rapid growth is driven by the mass adoption of the Android OS by both vendors and consumers from 2009 onwards. There are now more than 14 phones that run the Android OS, and many more will launch in 2010. This, coupled with the rollout of application stores from both smartphone vendors and network operators, will see the iPhone’s share of the total market shrink between 2010 and 2014.”</p></blockquote>
<p>You can read the entire press release <a href="http://www.abiresearch.com/press/1569-Mobile+Application+Downloads+to+Hit+Five+Billion+in+2014" target="_blank">here</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/juandg.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/juandg.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/juandg.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/juandg.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/juandg.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/juandg.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/juandg.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/juandg.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/juandg.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/juandg.wordpress.com/298/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juandg.wordpress.com&blog=1077848&post=298&subd=juandg&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://juandg.wordpress.com/2010/01/08/abi-research-iphone%e2%80%99s-app-market-share-to-shrink-android-to-benefit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/898e54ca0e526384e3d0a4177edbb480?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">juandg</media:title>
		</media:content>

		<media:content url="http://www.androidguys.com/wp-content/uploads/2009/12/abi-research-market-report.jpg" medium="image" />
	</item>
	</channel>
</rss>