<?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>Google Android</title>
	<atom:link href="http://android.marvinlee.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://android.marvinlee.net</link>
	<description>All about Google Android</description>
	<lastBuildDate>Wed, 01 Sep 2010 17:23:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Connect Nexus One to Windows 7 PC and get screen capture</title>
		<link>http://android.marvinlee.net/2010/09/connect-nexus-one-to-windows-7-pc-and-get-screen-capture/</link>
		<comments>http://android.marvinlee.net/2010/09/connect-nexus-one-to-windows-7-pc-and-get-screen-capture/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 17:23:59 +0000</pubDate>
		<dc:creator>marvin</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[ADB]]></category>
		<category><![CDATA[Nexus One]]></category>
		<category><![CDATA[screen capture]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://android.marvinlee.net/?p=1192</guid>
		<description><![CDATA[Please take note that this post is meant only for Windows 7 PC, with the objective to connect to the Nexus One phone via USB cable.
For Windows XP, please refer to this post.
Click on the images to enlarge.
When you plug in your Nexus One via USB cable to a Windows 7 PC, it will usually [...]]]></description>
			<content:encoded><![CDATA[<p>Please take note that this post is meant only for Windows 7 PC, with the objective to connect to the Nexus One phone via USB cable.</p>
<p>For Windows XP, please refer to <a href="http://android.marvinlee.net/2010/03/how-to-snap-shot-or-screen-capture-nexus-one/"><strong>this post</strong></a>.</p>
<p>Click on the images to enlarge.</p>
<p>When you plug in your Nexus One via USB cable to a Windows 7 PC, it will usually be recognized as a USB drive instead of an Android phone.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb.jpg" alt="" title="nexus_one_usb" width="414" height="525" class="aligncenter" /></a></p>
<p>You can however, set it to recognize it as Nexus One phone to use the tools that come with Android SDK, namely the Dalvik Debug Monitor (DDMS) and the Android Debug Bridge (ADB).</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb_eclipse.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb_eclipse.jpg" alt="" title="nexus_one_usb_eclipse" width="449" height="300" class="aligncenter" /></a></p>
<p>First off, run your Eclipse IDE to update your Android SDK or AVD Manager.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb_eclipse2.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb_eclipse2.jpg" alt="" title="nexus_one_usb_eclipse"  class="aligncenter" /></a></p>
<p>Look out for the <strong>USB Driver package</strong> &#8211; revision 3 or later.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb_eclipse1.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb_eclipse1.jpg" alt="" title="nexus_one_usb_eclipse"  class="aligncenter" /></a></p>
<p>Install it and then back at the Windows Device Manager screen, select the Nexus One which has an exclamation warning icon. Right click on it and select<strong> Update Driver Software&#8230;</strong>.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb2.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb2.jpg" alt="" title="nexus_one_usb2" width="500"  class="aligncenter" /></a></p>
<p>Choose the <strong>Browse my computer for driver software</strong> option.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb3.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb3.jpg" alt="" title="nexus_one_usb2" width="500"  class="aligncenter" /></a></p>
<p>Browse to your Android SDK home directory and then the<strong> usb_driver</strong> folder.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb4.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb4.jpg" alt="" title="nexus_one_usb2" width="500"  class="aligncenter" /></a></p>
<p>Proceed to install the driver.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb5.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb5.jpg" alt="" title="nexus_one_usb2" width="500"  class="aligncenter" /></a></p>
<p>It is successful when you see the <strong>Android Composite ADB interface</strong> installed.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb6.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb6.jpg" alt="" title="nexus_one_usb2"  class="aligncenter" /></a></p>
<p><strong>Android Phone</strong> will now appear as one of the devices in your computer.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb7.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/09/nexus_one_usb7.jpg" alt="" title="nexus_one_usb2" class="aligncenter" /></a></p>
<p>You are now able to use the <em>ddms.bat</em> (to get the screen capture of the phone) and <em>adb.bat</em> that come with the Android SDK in the tools folder.</p>
<p>Do note that once you installed the ADB driver, your computer might not be able to recognize it as USB driver anymore.</p>
<p>Installing the ADB driver is useful if your Nexus One is NOT ROOTED, yet you need to get the screen capture.</p>
<p>If you have a ROOT-ed Nexus One, then there is a better way to get screen capture, which is using the <a href="http://android.marvinlee.net/2010/03/how-to-snap-shot-or-screen-capture-nexus-one/#comment-1523">ShootMe app</a> and keep your phone-PC connection as USB drive. There is another way to get ADB working, post will be coming up after this.<br />
Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://android.marvinlee.net/2010/09/connect-nexus-one-to-windows-7-pc-and-get-screen-capture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Country Code and Mobile Network Code</title>
		<link>http://android.marvinlee.net/2010/08/mobile-country-code-and-mobile-network-code/</link>
		<comments>http://android.marvinlee.net/2010/08/mobile-country-code-and-mobile-network-code/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 19:20:08 +0000</pubDate>
		<dc:creator>marvin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[MCC]]></category>
		<category><![CDATA[MNC]]></category>

		<guid isPermaLink="false">http://android.marvinlee.net/?p=1179</guid>
		<description><![CDATA[You might wonder what is MCC and MNC, if you happen to venture to the screen where APN (Access Point Name) is set.

By definition:
A Mobile Network Code (MNC) is used in combination with a Mobile Country Code (MCC) (also known as a &#8220;MCC / MNC tuple&#8221;) to uniquely identify a mobile phone operator/carrier using the [...]]]></description>
			<content:encoded><![CDATA[<p>You might wonder what is MCC and MNC, if you happen to venture to the screen where APN (Access Point Name) is set.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/mcc_mnc.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/mcc_mnc.jpg" alt="" title="mcc_mnc" width="240"  class="aligncenter size-full wp-image-1182" /></a></p>
<p>By definition:</p>
<blockquote><p>A Mobile Network Code (MNC) is used in combination with a Mobile Country Code (MCC) (also known as a &#8220;MCC / MNC tuple&#8221;) to uniquely identify a mobile phone operator/carrier using the GSM, CDMA, iDEN, TETRA and UMTS public land mobile networks and some satellite mobile networks.</p></blockquote>
<p>In short, it is the ID for the mobile network you are connected to.</p>
<p>Following is part of the list, for USA and Malaysia.</p>
<p><strong>United States of America</strong><br />
<br/></p>
<table border="1" cellspacing="0" cellpadding="0" width="756">
<col span="2" width="64"></col>
<col width="121"></col>
<col width="142"></col>
<col width="194"></col>
<col width="171"></col>
<tbody>
<tr height="20">
<td width="64" height="20">MCC</td>
<td width="64">MNC</td>
<td width="121">Brand</td>
<td width="142">Operator</td>
<td width="194">Bands (MHz)</td>
<td width="171">References and   notes</td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">200</td>
<td width="64" align="right">53</td>
<td width="121"></td>
<td width="142">Virgin   Mobile US</td>
<td width="194">CDMA   1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">200</td>
<td width="64" align="right">54</td>
<td width="121"></td>
<td width="142">Alltel   US</td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">200</td>
<td width="64" align="right">66</td>
<td width="121"></td>
<td width="142">U.S.   Cellular</td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">0</td>
<td width="121">nTelos</td>
<td width="142"></td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">0</td>
<td width="121">Mid-Tex   Cellular</td>
<td width="142"></td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">4</td>
<td width="121">Verizon</td>
<td width="142">Verizon   Wireless</td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">12</td>
<td width="121">Verizon</td>
<td width="142"><a title="Verizon Wireless" href="http://en.wikipedia.org/wiki/Verizon_Wireless">Verizon   Wireless</a></td>
<td width="194">CDMA   850 / CDMA 1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">14</td>
<td width="121"></td>
<td width="142">Testing</td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">16</td>
<td width="121"></td>
<td width="142">Cricket   Communications</td>
<td width="194">CDMA   / EV-DO 1900 1700 2100</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">17</td>
<td width="121"></td>
<td width="142">North   Sight Communications Inc.</td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">20</td>
<td width="121"></td>
<td width="142">Union   Telephone Company</td>
<td width="194">GSM   850 / GSM 1900</td>
<td width="171">Or   APC Sprint Spectrum</td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">26</td>
<td width="121">T-Mobile</td>
<td width="142"></td>
<td width="194">GSM   1900 / UMTS 1700 / UMTS 2100</td>
<td width="171">Formerly   Cook Inlet Voicestream</td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">30</td>
<td width="121">Centennial</td>
<td width="142"><a title="Centennial Communications" href="http://en.wikipedia.org/wiki/Centennial_Communications">Centennial Communications</a></td>
<td width="194">GSM   850</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">34</td>
<td width="121">Airpeak</td>
<td width="142"></td>
<td width="194">Unknown</td>
<td width="171">Formerly   Nevada Wireless</td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">40</td>
<td width="121">Concho</td>
<td width="142">Concho   Cellular Telephone Co., Inc.</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">46</td>
<td width="121">SIMMETRY</td>
<td width="142">TMP   Corp</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">60</td>
<td width="121"></td>
<td width="142">Consolidated   Telcom</td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">70</td>
<td width="121"></td>
<td width="142">Highland   Cellular</td>
<td width="194">Unknown</td>
<td width="171">Cellular   One reseller</td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">80</td>
<td width="121">Corr</td>
<td width="142">Corr   Wireless Communications LLC</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">90</td>
<td width="121">AT&amp;T</td>
<td width="142">AT&amp;T   Mobility</td>
<td width="194">GSM   1900 / UMTS 1900</td>
<td width="171"><a title="Edge Wireless" href="http://en.wikipedia.org/wiki/Edge_Wireless">Formerly   Edge Wireless</a></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">100</td>
<td width="121">Plateau   Wireless</td>
<td width="142">New   Mexico RSA 4 East Ltd. Partnership</td>
<td width="194">GSM   850</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">110</td>
<td width="121">PTI   Pacifica</td>
<td width="142">PTI   Pacifica Inc.</td>
<td width="194">GSM   850</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">120</td>
<td width="121">Sprint</td>
<td width="142"></td>
<td width="194">CDMA   1900</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">180</td>
<td width="121">West   Central</td>
<td width="142">West   Central Wireless</td>
<td width="194">GSM   850 / UMTS 850 / UMTS 1900</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">190</td>
<td width="121">Dutch   Harbor</td>
<td width="142">Alaska   Wireless Communications, LLC</td>
<td width="194">GSM   850</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">260</td>
<td width="121"></td>
<td width="142">T-Mobile</td>
<td width="194">GSM   1900 / UMTS 1700 / UMTS 2100</td>
<td width="171">Universal   USA code</td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">300</td>
<td width="121">iSmart   Mobile</td>
<td width="142">Smart   Call (Truphone)</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">311</td>
<td width="121"></td>
<td width="142">Farmers   Wireless</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">320</td>
<td width="121"><a title="Cellular One" href="http://en.wikipedia.org/wiki/Cellular_One">Cellular   One</a></td>
<td width="142">Smith   Bagley, Inc.</td>
<td width="194">GSM   850 / GSM 1900</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">340</td>
<td width="121">Westlink</td>
<td width="142">Westlink   Communications</td>
<td width="194">GSM   1900</td>
<td width="171">Kansas</td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">390</td>
<td width="121">Cellular   One of East Texas</td>
<td width="142">TX-11   Acquisition, LLC</td>
<td width="194">GSM   850</td>
<td width="171"></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">400</td>
<td width="121">i   CAN_GSM</td>
<td width="142">Wave   Runner LLC (Guam)</td>
<td width="194">GSM   1900</td>
<td width="171"></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">410</td>
<td width="121">AT&amp;T</td>
<td width="142">AT&amp;T   Mobility</td>
<td width="194">GSM   850 / GSM 1900 / UMTS 850 / UMTS 1900</td>
<td width="171"><a title="Cingular Wireless" href="http://en.wikipedia.org/wiki/Cingular_Wireless">Formerly Cingular Wireless</a></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">420</td>
<td width="121"><a title="Cincinnati Bell" href="http://en.wikipedia.org/wiki/Cincinnati_Bell">Cincinnati   Bell</a></td>
<td width="142">Cincinnati   Bell Wireless</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">430</td>
<td width="121"></td>
<td width="142">Alaska   Digitel</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">450</td>
<td width="121">Viaero</td>
<td width="142">Viaero   Wireless</td>
<td width="194">GSM   850</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">460</td>
<td width="121">Simmetry</td>
<td width="142">TMP   Corporation</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">480</td>
<td width="121"></td>
<td width="142">Choice   Phone</td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">490</td>
<td width="121">T-Mobile</td>
<td width="142"></td>
<td width="194">GSM   850 / GSM 1900</td>
<td width="171"><a title="SunCom" href="http://en.wikipedia.org/wiki/SunCom">Formerly SunCom</a></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">500</td>
<td width="121">Alltel</td>
<td width="142"></td>
<td width="194">CDMA   / EV-DO 800 / 1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">510</td>
<td width="121">Airtel</td>
<td width="142">Airtel   Wireless</td>
<td width="194">Unknown</td>
<td width="171">Formerly   PSC Wireless</td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">530</td>
<td width="121"></td>
<td width="142">West   Virginia Wireless</td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">540</td>
<td width="121">Oklahoma   Western</td>
<td width="142">Oklahoma   Western Telephone Company</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">560</td>
<td width="121">AT&amp;T</td>
<td width="142"><a title="AT&amp;T Mobility" href="http://en.wikipedia.org/wiki/AT%26T_Mobility">AT&amp;T   Mobility</a></td>
<td width="194">GSM   850</td>
<td width="171">Formerly   Cellular One DCS, Dobson</td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">570</td>
<td width="121">Cellular   One</td>
<td width="142">MTPCS,   LLC</td>
<td width="194">GSM   1900</td>
<td width="171">Formerly   Chinook Wireless</td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">590</td>
<td width="121"><a title="Alltel" href="http://en.wikipedia.org/wiki/Alltel">Alltel</a></td>
<td width="142">Alltel   Communications Inc</td>
<td width="194">GSM   850 / GSM 1900</td>
<td width="171">GSM   roamer network only</td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">610</td>
<td width="121">Epic   Touch</td>
<td width="142">Elkhart   Telephone Co.</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">620</td>
<td width="121">Coleman   County Telecom</td>
<td width="142">Coleman   County Telecommunications</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">630</td>
<td width="121">AmeriLink   PCS</td>
<td width="142">Choice   Wireless</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">640</td>
<td width="121">Airadigm</td>
<td width="142">Airadigm   Communications</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">650</td>
<td width="121">Jasper</td>
<td width="142">Jasper   Wireless, inc</td>
<td width="194">GSM   850</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">670</td>
<td width="121">Northstar</td>
<td width="142"></td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">680</td>
<td width="121">AT&amp;T</td>
<td width="142">AT&amp;T   Mobility</td>
<td width="194">GSM   850 / GSM 1900</td>
<td width="171">Formerly   Cellular One DCS, NPI Wireless</td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">690</td>
<td width="121">Conestoga</td>
<td width="142">Conestoga   Wireless Company</td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">730</td>
<td width="121">SeaMobile</td>
<td width="142"></td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">740</td>
<td width="121">Convey</td>
<td width="142">Convey   Communications Inc.</td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="60">
<td width="64" height="60" align="right">310</td>
<td width="64" align="right">760</td>
<td width="121">Panhandle</td>
<td width="142">Panhandle   Telecommunications Systems Inc.</td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">770</td>
<td width="121"><a title="I wireless" href="http://en.wikipedia.org/wiki/I_wireless">i wireless</a></td>
<td width="142">Iowa   Wireless Services</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">790</td>
<td width="121">PinPoint</td>
<td width="142">PinPoint   Communications</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">830</td>
<td width="121">Caprock</td>
<td width="142">Caprock   Cellular</td>
<td width="194">GSM   850</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">850</td>
<td width="121">Aeris</td>
<td width="142"><a title="Aeris Communications, Inc. (page does not exist)" href="http://en.wikipedia.org/w/index.php?title=Aeris_Communications,_Inc.&amp;action=edit&amp;redlink=1">Aeris   Communications, Inc.</a></td>
<td width="194">CDMA   850 / CDMA 1900 / GSM 850 / GSM 1900</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">870</td>
<td width="121">PACE</td>
<td width="142">Kaplan   Telephone Company</td>
<td width="194">GSM   850</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">880</td>
<td width="121">Advantage</td>
<td width="142">Advantage   Cellular Systems</td>
<td width="194">GSM   850</td>
<td></td>
</tr>
<tr height="80">
<td width="64" height="80" align="right">310</td>
<td width="64" align="right">890</td>
<td width="121"><a title="Unicel" href="http://en.wikipedia.org/wiki/Unicel">Unicel</a></td>
<td width="142">Rural   Cellular Corporation</td>
<td width="194">GSM   850 / GSM 1900</td>
<td width="171">Former   Unicel markets split between AT&amp;T Mobility and Verizon Wireless.</td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">900</td>
<td width="121">Mid-Rivers   Wireless</td>
<td width="142">Mid-Rivers   Communications</td>
<td width="194">CDMA   850/1900</td>
<td width="171">Assigned   3/1/2010</td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">910</td>
<td width="121">First   Cellular</td>
<td width="142">First   Cellular of Southern Illinois</td>
<td width="194">GSM   850</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">940</td>
<td width="121"></td>
<td width="142">Iris   Wireless LLC</td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">310</td>
<td width="64" align="right">950</td>
<td width="121">XIT   Wireless</td>
<td width="142">Texas   RSA 1 dba XIT Cellular</td>
<td width="194">GSM   850</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">960</td>
<td width="121">Plateau   Wireless</td>
<td width="142"></td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">310</td>
<td width="64" align="right">970</td>
<td width="121">Globalstar</td>
<td width="142"></td>
<td width="194">Satellite</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">311</td>
<td width="64" align="right">0</td>
<td width="121"></td>
<td width="142">Mid-Tex   Cellular</td>
<td width="194">CDMA   850 / CDMA 1900</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">311</td>
<td width="64" align="right">10</td>
<td width="121">Chariton   Valley</td>
<td width="142">Chariton   Valley Communications</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">311</td>
<td width="64" align="right">20</td>
<td width="121"></td>
<td width="142">Missouri   RSA 5 Partnership</td>
<td width="194">GSM   850</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">311</td>
<td width="64" align="right">30</td>
<td width="121"></td>
<td width="142">Indigo   Wireless</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">311</td>
<td width="64" align="right">40</td>
<td width="121"></td>
<td width="142">Commnet   Wireless</td>
<td width="194">GSM   850 / GSM 1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">311</td>
<td width="64" align="right">50</td>
<td width="121"></td>
<td width="142">Wikes   Cellular</td>
<td width="194">GSM   850 / GSM 1900</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">311</td>
<td width="64" align="right">60</td>
<td width="121">Farmers   Cellular</td>
<td width="142">Farmers   Cellular Telephone</td>
<td width="194">GSM   850 / GSM 1900</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">311</td>
<td width="64" align="right">70</td>
<td width="121">Easterbrooke</td>
<td width="142">Easterbrooke   Cellular Corporation</td>
<td width="194">GSM   850</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">311</td>
<td width="64" align="right">80</td>
<td width="121">Pine   Cellular</td>
<td width="142">Pine   Telephone Company</td>
<td width="194">GSM   850</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">311</td>
<td width="64" align="right">90</td>
<td width="121">Long   Lines Wireless</td>
<td width="142">Long   Lines Wireless LLC</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">311</td>
<td width="64" align="right">100</td>
<td width="121"></td>
<td width="142">High   Plains Wireless</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">311</td>
<td width="64" align="right">110</td>
<td width="121"></td>
<td width="142">High   Plains Wireless</td>
<td width="194">GSM   1900</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">311</td>
<td width="64" align="right">120</td>
<td width="121"></td>
<td width="142">Choice   Phone</td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">311</td>
<td width="64" align="right">130</td>
<td width="121"></td>
<td width="142">Cell   One Amarillo</td>
<td width="194">GSM   850</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">311</td>
<td width="64" align="right">140</td>
<td width="121">Sprocket</td>
<td width="142">MBO   Wireless</td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">311</td>
<td width="64" align="right">150</td>
<td width="121"></td>
<td width="142">Wilkes   Cellular</td>
<td width="194">GSM   850</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">311</td>
<td width="64" align="right">160</td>
<td width="121"></td>
<td width="142">Endless   Mountains Wireless</td>
<td width="194">Unknown</td>
<td></td>
</tr>
<tr height="20">
<td width="64" height="20" align="right">311</td>
<td width="64" align="right">170</td>
<td width="121">PetroCom</td>
<td width="142">Broadpoint   Inc</td>
<td width="194">GSM   850</td>
<td width="171">Maritime</td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">311</td>
<td width="64" align="right">210</td>
<td width="121">Farmers   Cellular</td>
<td width="142">Farmers   Cellular Telephone</td>
<td width="194">GSM   850 / GSM 1900</td>
<td></td>
</tr>
<tr height="40">
<td width="64" height="40" align="right">316</td>
<td width="64" align="right">10</td>
<td width="121">Nextel</td>
<td width="142">Nextel   Communications</td>
<td width="194">iDEN   800</td>
<td width="171">Merged   with Sprint forming Sprint Nextel</td>
</tr>
<tr height="60">
<td width="64" height="60" align="right">316</td>
<td width="64" align="right">11</td>
<td width="121"></td>
<td width="142">Southern   Communications Services</td>
<td width="194">iDEN   800</td>
<td></td>
</tr>
</tbody>
</table>
<p><br/><br/><br />
<strong>Malaysia</strong></p>
<table border="1" cellspacing="0" cellpadding="0" width="1170">
<col span="2" width="64"></col>
<col width="92"></col>
<col width="217"></col>
<col width="263"></col>
<col width="470"></col>
<tbody>
<tr height="20">
<td width="64" height="20">MCC</td>
<td width="64">MNC</td>
<td width="92">Brand</td>
<td width="217">Operator</td>
<td width="263">Bands (MHz)</td>
<td width="470">References and notes</td>
</tr>
<tr height="20">
<td height="20" align="right">502</td>
<td align="right">12</td>
<td>Maxis</td>
<td>Maxis Communications Berhad</td>
<td>GSM 900 / GSM 1800 / UMTS 2100</td>
<td></td>
</tr>
<tr height="20">
<td height="20" align="right">502</td>
<td align="right">13</td>
<td>Celcom</td>
<td>Celcom Malaysia Sdn Bhd</td>
<td>GSM 900 / GSM 1800 / UMTS 2100</td>
<td>Formerly was TMTouch</td>
</tr>
<tr height="20">
<td height="20" align="right">502</td>
<td align="right">16</td>
<td>DiGi</td>
<td>DiGi Telecommunications</td>
<td>GSM 1800 / UMTS 2100</td>
<td></td>
</tr>
<tr height="20">
<td height="20" align="right">502</td>
<td align="right">17</td>
<td>Maxis</td>
<td>Maxis Communications Berhad</td>
<td>GSM 900 / GSM 1800 / UMTS 2100</td>
<td>Formerly was Timecel</td>
</tr>
<tr height="20">
<td height="20" align="right">502</td>
<td align="right">18</td>
<td>U Mobile</td>
<td>U Mobile Sdn Bhd</td>
<td>UMTS 2100 / GSM 900 / GSM 1800</td>
<td>**MVNO Of Celcom Where UMTS network is unavailable (Celcom&#8217;s MVNO)</td>
</tr>
<tr height="20">
<td height="20" align="right">502</td>
<td align="right">19</td>
<td>Celcom</td>
<td>Celcom Malaysia Sdn Bhd</td>
<td>GSM 900 / GSM 1800 / UMTS 2100</td>
<td></td>
</tr>
<tr height="20">
<td height="20" align="right">502</td>
<td align="right">18</td>
<td>TM CDMA</td>
<td>Telekom Malaysia Bhd</td>
<td>CDMA 800</td>
<td></td>
</tr>
<tr height="20">
<td height="20" align="right">502</td>
<td align="right">1</td>
<td>TM CDMA</td>
<td>Telekom Malaysia Bhd</td>
<td>CDMA 450</td>
<td></td>
</tr>
</tbody>
</table>
<p>Source : <a target="_blank" href="http://en.wikipedia.org/wiki/Mobile_Network_Code">Wikipedia</a></p>
]]></content:encoded>
			<wfw:commentRss>http://android.marvinlee.net/2010/08/mobile-country-code-and-mobile-network-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gogo Inflight Internet on AirTran flights</title>
		<link>http://android.marvinlee.net/2010/08/gogo-inflight-internet-on-airtran-flights/</link>
		<comments>http://android.marvinlee.net/2010/08/gogo-inflight-internet-on-airtran-flights/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 19:01:03 +0000</pubDate>
		<dc:creator>marvin</dc:creator>
				<category><![CDATA[Application]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[AirTran Airways]]></category>
		<category><![CDATA[Gogo Inflight Internet]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://android.marvinlee.net/?p=1107</guid>
		<description><![CDATA[On an aircraft? Boredom kills?
AirTran Airways and some other airline passengers can actually have Inflight Internet access, a service provided by Gogo Inflight Internet.


Look for the gogoinflight wifi network and connect to it.

Once the aircraft reaches 10,000 feet and the crew gives the okay to turn on portable electronic devices, simply connect to the &#8220;gogoinflight&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/gogo_inflight_internet.gif"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/gogo_inflight_internet.gif" alt="" title="gogo_inflight_internet" width="196" height="94" class="alignleft size-full wp-image-1158" /></a>On an aircraft? Boredom kills?<br />
<a href="http://www.gogoinflight.com/gogo/cms/airlines.do"><strong>AirTran Airways</strong> and some other airline</a> passengers can actually have Inflight Internet access, a service provided by <a href="http://www.gogoinflight.com/gogo/splash.do">Gogo Inflight Internet</a>.</p>
<p><br/><br/><br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100612_063213.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100612_063213.jpg" alt="" title="Gogo Inflight AirTran Airways" width="240" class="aligncenter" /></a></p>
<p>Look for the gogoinflight wifi network and connect to it.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100612_063334.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100612_063334.jpg" alt="" title="Gogo Inflight AirTran Airways" width="480" class="aligncenter" /></a></p>
<p>Once the aircraft reaches 10,000 feet and the crew gives the okay to turn on portable electronic devices, simply connect to the &#8220;gogoinflight&#8221; signal, sign up and log in.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100612_072025.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100612_072025.jpg" alt="" title="Gogo Inflight AirTran Airways" width="240" class="aligncenter" /></a></p>
<p>You didn&#8217;t expect premium services like this to be free don&#8217;t you?</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100612_072110.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100612_072110.jpg" alt="" title="Gogo Inflight AirTran Airways" width="240" class="aligncenter" /></a></p>
<p><a href="https://www.gogoinflight.com/gogo/purchase.do?execution=e1s1">Pricing might change</a>, but if you&#8217;re totally dependent on the internet for your life, it could probably be worth it while surfing above the clouds?  </p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100612_072230.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100612_072230.jpg" alt="" title="Gogo Inflight AirTran Airways" width="240" class="aligncenter" /></a></p>
<p>Even works for most VPN software? I would love to try it, maybe next time.</p>
<p><strong>WARNING </strong>: DO NOT USE YOUR CELLPHONE WHILE PILOTING AN AIRPLANE!</p>
]]></content:encoded>
			<wfw:commentRss>http://android.marvinlee.net/2010/08/gogo-inflight-internet-on-airtran-flights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Voice Action for Android</title>
		<link>http://android.marvinlee.net/2010/08/voice-action-for-android/</link>
		<comments>http://android.marvinlee.net/2010/08/voice-action-for-android/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 19:02:36 +0000</pubDate>
		<dc:creator>marvin</dc:creator>
				<category><![CDATA[Application]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Voice Action]]></category>

		<guid isPermaLink="false">http://android.marvinlee.net/?p=1108</guid>
		<description><![CDATA[I think computers, internet, instant messaging and smartphones actually made human speak less.
That doesn&#8217;t stop human from striking up a conversation anytime soon though.
Google launches Voice Action for Android, which is actually command based instruction above the Google Voice search.
Just like Voice search, you speak to the phone with a few set of keywords in [...]]]></description>
			<content:encoded><![CDATA[<p>I think computers, internet, instant messaging and smartphones actually made human speak less.</p>
<p>That doesn&#8217;t stop human from striking up a conversation anytime soon though.</p>
<p>Google launches Voice Action for Android, which is actually command based instruction above the Google Voice search.</p>
<p>Just like Voice search, you speak to the phone with a few set of keywords in front and it will determine if you are asking it to perform some actions or the usual search.</p>
<p>Speak any of these commands to perform a Voice Action on your phone:</p>
<p>    * send text to [contact] [message]<br />
    * listen to [artist/song/album]<br />
    * call [business]<br />
    * call [contact]<br />
    * send email to [contact] [message]<br />
    * go to [website]<br />
    * note to self [note]<br />
    * navigate to [location/business name]<br />
    * directions to [location/business name]<br />
    * map of [location]</p>
<p>Watch the video below, which originated from  <a target="<br />
_blank" href="http://www.youtube.com/googlemobile">Google Mobile YouTube Channel</a>.</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/gGbYVvU0Z5s&#038;color1=0xb1b1b1&#038;color2=0xd0d0d0&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/gGbYVvU0Z5s&#038;color1=0xb1b1b1&#038;color2=0xd0d0d0&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="385"></embed></object></p>
<p><strong>Marvin Lee&#8217;s test on Voice Action</strong></p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100813_164810.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100813_164810.jpg" alt="" title="Voice Action for Android" width="240" class="aligncenter" /></a></p>
<p>Launch your Voice Search app and speak to it with any of the action keywords above.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100813_164822.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100813_164822.jpg" alt="" title="Voice Action for Android" width="240" class="aligncenter" /></a></p>
<p>It will take some time to have the audio processed.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100813_164826.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100813_164826.jpg" alt="" title="Voice Action for Android" width="240" class="aligncenter" /></a></p>
<p>I tried to Set alarm (well I thought that was quite cool to set my alarm with voice)&#8230;</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100813_164832.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100813_164832.jpg" alt="" title="Voice Action for Android" width="240" class="aligncenter" /></a></p>
<p>Until I find out it couldn&#8217;t really recognize my pronunciation.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100813_164911.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100813_164911.jpg" alt="" title="Voice Action for Android" width="240" class="aligncenter" /></a></p>
<p>I tried again, and got a free gift!</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100813_164944.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100813_164944.jpg" alt="" title="Voice Action for Android" width="240" class="aligncenter" /></a></p>
<p>Clicking on any of the suggested results actually redirects to a search result.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100813_165049.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100813_165049.jpg" alt="" title="Voice Action for Android" width="240" class="aligncenter" /></a></p>
<p>Then when I finally got it right, only did I found out that the &#8216;Set alarm&#8217; voice action is not ready yet.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100813_165221.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100813_165221.jpg" alt="" title="Voice Action for Android" width="240" class="aligncenter" /></a></p>
<p>Google, can you please hold on to your half-baked products and only announce it when you&#8217;re fully ready? It&#8217;s not like this came from <a href="http://www.googlelabs.com/?tags=android">Google Labs</a>.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100813_165236.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100813_165236.jpg" alt="" title="Voice Action for Android" width="240" class="aligncenter" /></a></p>
<p>On the other hand, I will start to speak more and learn to pronounce my England correctly. <img src='http://android.marvinlee.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://android.marvinlee.net/2010/08/voice-action-for-android/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kindle app for Android &#8211; free for all</title>
		<link>http://android.marvinlee.net/2010/08/kindle-app-for-android-free-for-all/</link>
		<comments>http://android.marvinlee.net/2010/08/kindle-app-for-android-free-for-all/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 19:32:08 +0000</pubDate>
		<dc:creator>marvin</dc:creator>
				<category><![CDATA[Application]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Amazon Kindle]]></category>
		<category><![CDATA[ebook reader]]></category>
		<category><![CDATA[Kindle for Android]]></category>

		<guid isPermaLink="false">http://android.marvinlee.net/?p=1101</guid>
		<description><![CDATA[ 
Kindle for Android is a FREE ebook reader app from Amazon.com.
You can search for it in Android Market with keyword Kindle or Amazon Mobile.

Download it from the Android Market for free. It is currently limited to certain countries, and if are not in those countries but your Android phone is &#8216;root&#8216;ed, you are able [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200024.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200024.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a> </p>
<p>Kindle for Android is a FREE ebook reader app from Amazon.com.<br />
You can search for it in Android Market with keyword <strong>Kindle</strong> or <strong>Amazon Mobile</strong>.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200035.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200035.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a></p>
<p>Download it from the Android Market for free. It is currently limited to certain countries, and if are not in those countries but your Android phone is &#8216;<a href="http://android.marvinlee.net/tag/rooting/">root</a>&#8216;ed, you are able to use it.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200122.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200122.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a></p>
<p>If you cannot find the Kindle for Android in Android Market, download the Market Enabler from Android Market, and then fake your phone&#8217;s provider to T-Mobile.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200205.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200205.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a></p>
<p>Download Kindle for Android.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200218.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200218.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a></p>
<p>Register with Amazon through the Kindle app or at <a target="_blank" href="http://amazon.com">http://amazon.com</a>.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200258.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200258.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a></p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200313.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200313.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a></p>
<p>To browse for new books, select Kindle Store from the menu option. It will direct you to the Amazon website with the internet browser.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200358.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200358.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a></p>
<p>Do your search, there are many best sellers and free ebooks (Kindle edition).</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200427.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200427.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a><br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200443.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200443.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a></p>
<p>I looked for a Free version for testing purposes, and selected Buy Now.<br />
Do note that, it&#8217;s actually quite cheap for any books sold in Amazon, especially for Kindle version.<br />
If you&#8217;re an avid book reader, I&#8217;m sure you&#8217;ll say the price is attractive too?</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200618.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200618.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a><br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200643.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200643.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a></p>
<p>Yeah, Kindle editions are not available in Malaysia.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200729.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200729.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a></p>
<p>Select the &#8216;Manage Your Kindle on the PC Site&#8217; link to update your Country. <img src='http://android.marvinlee.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
There&#8217;s no issue with me &#8216;virtually&#8217; being elsewhere.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200818.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200818.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a></p>
<p>Then select the device you are going to use with the Kindle app.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200927.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_200927.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a></p>
<p>The ebook will automatically be listed in your Kindle for Android home screen.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_201114.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_201114.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a></p>
<p>So select &#8216;Go to Kindle for Android&#8217;.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_201134.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_201134.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a></p>
<p>There it is!</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_201142.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_201142.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a></p>
<p>The control instructions will appear on the first screen.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_201716.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_201716.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a></p>
<p>Sweep screen left or right to flip pages to the left or right.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_202230.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/snap20100630_202230.jpg" alt="" title="Amazon Kindle for Android" width="240" class="aligncenter" /></a></p>
<p>The physical Kindle device is selling for <a href="http://www.amazon.com/b/ref=sr_tc_sc_2_0?tag=maledone-20&#038;node=133141011&#038;qid=1281763610&#038;sr=8-2-tc"><strong>$159 or $189 in Amazon</strong></a>. </p>
<p>With Kindle app for Android, if you&#8217;re comfortable with reading on your Android device (nowadays Android devices do come with big screens), you can save some money and to purchase at least a few more books.</p>
<p>For me, this might just be good way to ensure my reading habit do not wear off, and probably getting a physical ebook reader in the future! <img src='http://android.marvinlee.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Whatcha say?</p>
]]></content:encoded>
			<wfw:commentRss>http://android.marvinlee.net/2010/08/kindle-app-for-android-free-for-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nexus One is now Android Dev Phone</title>
		<link>http://android.marvinlee.net/2010/08/nexus-one-is-now-android-dev-phone/</link>
		<comments>http://android.marvinlee.net/2010/08/nexus-one-is-now-android-dev-phone/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 16:56:10 +0000</pubDate>
		<dc:creator>marvin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Other devices]]></category>
		<category><![CDATA[Phone]]></category>
		<category><![CDATA[Android Dev Phone]]></category>
		<category><![CDATA[Android developer]]></category>
		<category><![CDATA[Android Market]]></category>
		<category><![CDATA[Nexus One]]></category>

		<guid isPermaLink="false">http://android.marvinlee.net/?p=1094</guid>
		<description><![CDATA[
The Nexus One online store has since closed but rumour mills that has mentioned that the Nexus One will be sold in store still remained as, rumour.
The Nexus One is now in the league of Android Developer phones, sold to Android Developers who has an account with the Android platform to distribute their apps.
The Nexus [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/nexus_one_not_available.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/nexus_one_not_available.jpg" alt="" title="nexus_one_not_available" width="500" class="aligncenter size-full wp-image-1096" /></a></p>
<p>The <a target="_blank" href="https://www.google.com/phone/">Nexus One online store</a> has since closed but rumour mills that has mentioned that the Nexus One will be sold in store still remained as, rumour.</p>
<p>The Nexus One is now in the league of Android Developer phones, sold to Android Developers who has an account with the Android platform to distribute their apps.</p>
<p>The Nexus One, priced at $529.00 USD, is now sold beside the Android Dev Phone 2 (which is also the G2 or the HTC Magic).</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/08/adp3_nexus_one.png"><img src="http://android.marvinlee.net/wp-content/uploads/2010/08/adp3_nexus_one.png" alt="" title="adp3_nexus_one" width="500" class="aligncenter size-full wp-image-1095" /></a><br />
(Don&#8217;t be surprised if you can&#8217;t find it, you need to be <a href="http://android.marvinlee.net/2010/02/submitting-your-app-to-android-market/">registered as a developer</a> with USD 25.00 Android Developer Registration Fee via Google Checkout.)</p>
<p>I&#8217;m not sure how many Nexus One would be sold as the Android Dev Phone, as Android developers who are REALLY excited with Android might have already gotten the Nexus One in one way or another.</p>
<p>Still, it&#8217;s good to know that the stocks are left for developers.<br />
Note that the Nexus One is unlocked (carrier independent) and will recognize SIM cards from any mobile service provider using the GSM standard. </p>
<p>This Android Dev Phone is available only for purchase in the approved markets (Canada, France, Germany, Hong Kong, Italy, Singapore, Spain, United Kingdom, and the United States) and limited to 10 phones per transaction..</p>
]]></content:encoded>
			<wfw:commentRss>http://android.marvinlee.net/2010/08/nexus-one-is-now-android-dev-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTC Desire Review – How is the Deal?</title>
		<link>http://android.marvinlee.net/2010/07/htc-desire-review-malaysia-how-is-the-deal/</link>
		<comments>http://android.marvinlee.net/2010/07/htc-desire-review-malaysia-how-is-the-deal/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 14:52:59 +0000</pubDate>
		<dc:creator>marvin</dc:creator>
				<category><![CDATA[Phone]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[#maxis10]]></category>
		<category><![CDATA[Android 2.1]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[HTC Desire]]></category>
		<category><![CDATA[Maxis]]></category>
		<category><![CDATA[Maxis10Reviews]]></category>

		<guid isPermaLink="false">http://android.marvinlee.net/?p=974</guid>
		<description><![CDATA[So there goes my HTC Desire Review, hopefully providing sufficient information for you to decide on an Android or iPhone? Or HTC or iPhone?  
HTC  Desire Review – Part 1
HTC  Desire Review – The Phone – Part 2
HTC  Desire Review – The Features – Part 3
HTC  Desire Review – Nexus [...]]]></description>
			<content:encoded><![CDATA[<p>So there goes my HTC Desire Review, hopefully providing sufficient information for you to decide on an Android or iPhone? Or HTC or iPhone? <img src='http://android.marvinlee.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://android.marvinlee.net/2010/07/htc-desire-review-part-1/">HTC  Desire Review – Part 1</a><br />
<a href="http://android.marvinlee.net/2010/07/htc-desire-review-%e2%80%93-the-phone-part-2/">HTC  Desire Review – The Phone – Part 2</a><br />
<a href="http://android.marvinlee.net/2010/07/htc-desire-review-malaysia-the-features-%e2%80%93-part-3/">HTC  Desire Review – The Features – Part 3</a><br />
<a href="http://android.marvinlee.net/2010/07/htc-desire-review-malaysia-nexus-one-comparison-%e2%80%93-part-4/">HTC  Desire Review – Nexus One Comparison – Part 4</a></p>
<p>I believe the <a href="http://android.marvinlee.net/2010/07/htc-desire-review-malaysia-nexus-one-comparison-%e2%80%93-part-4/">Part 4</a> comparison will help in your decision making. Personally, which manufacturer would you get if you&#8217;re looking for an Android phone? HTC is the only one consistently coming up with Android phone and each model got better than the earlier one.</p>
<p>Admittedly, I would still prefer the Nexus One, but getting a pricey smartphone, one should consider the after purchase factor, which is the support and warranty options.</p>
<p>Maxis current deal on HTC Desire is still the best in my own opinion. At the promotional price of<strong><a target="_blank" href="http://maxis.com.my/personal/android/Android_Packages.asp"> RM 1,499 </a></strong>you get a Nexus One substitute with a <strong>2 year</strong> warranty by local HTC Distributor <a href="http://www.sis.com.my/"><strong>SiS</strong></a>.</p>
<p><a href="http://maxis.com.my/personal/android/Android_Packages.asp"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/maxis_package.png" alt="" title="maxis_package" width="756"  class="aligncenter size-full wp-image-1082" /></a></p>
<p>Do note that you will need to sign up for a 12 months contract to get the promotional price. That would be adding RM 696 (assuming RM 58/month) to the RM 1,499, and sums it up to RM 2195 (excluding your phone call plan).<br />
This package will cost you roughly RM 183 per month for a year.<br />
What do you think? </p>
<p><strong>Acknowledgement</strong><br />
This review is not a sponsored post by Maxis, but the HTC Desire phone is given by Maxis for this review. They have specifically spelt out that it does not matter that the review is positive or negative, and there are no rules at all. All that is required is a fair review of the phone.</p>
]]></content:encoded>
			<wfw:commentRss>http://android.marvinlee.net/2010/07/htc-desire-review-malaysia-how-is-the-deal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTC Desire Review – Nexus One Comparison – Part 4</title>
		<link>http://android.marvinlee.net/2010/07/htc-desire-review-malaysia-nexus-one-comparison-%e2%80%93-part-4/</link>
		<comments>http://android.marvinlee.net/2010/07/htc-desire-review-malaysia-nexus-one-comparison-%e2%80%93-part-4/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 17:39:16 +0000</pubDate>
		<dc:creator>marvin</dc:creator>
				<category><![CDATA[Phone]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[#maxis10]]></category>
		<category><![CDATA[Android 2.1]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[HTC Desire]]></category>
		<category><![CDATA[Maxis]]></category>
		<category><![CDATA[Maxis10Reviews]]></category>

		<guid isPermaLink="false">http://android.marvinlee.net/?p=972</guid>
		<description><![CDATA[My important features of the Android smartphone comparison, between Nexus One and the HTC Desire.


Features
HTC Desire
Nexus One


Form
Visually longer screen although both having 3.7 inches screen
Only slightly thicker by 0.4mm
Has a slight chin bottom of the phone
Rubberized case

Slimmer and based on the rounded shape, it feels slimmer than 0.4mm

Special coating on the cover, smoother feel




Weight
135g 
130g, [...]]]></description>
			<content:encoded><![CDATA[<p>My important features of the Android smartphone comparison, between Nexus One and the HTC Desire.</p>
<table border="1" class="table-border">
<tr>
<td><strong>Features</strong></td>
<td><center><strong>HTC Desire</strong><br/><img alt="" src="http://android.marvinlee.net/wp-content/uploads/2010/07/HTC_Desire.jpg" class="alignnone" width="130" height="215" /></center></td>
<td><center><strong>Nexus One</strong><br/><a href="http://android.marvinlee.net/wp-content/uploads/2010/07/google-nexus-one.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/google-nexus-one.jpg" alt="" title="google-nexus-one" width="100"  class="aligncenter size-full wp-image-1046" /></a></center><br/></td>
</tr>
<tr>
<td><strong>Form</strong></td>
<td>Visually longer screen although both having 3.7 inches screen<br/><br />
Only slightly thicker by 0.4mm<br/><br />
Has a slight chin bottom of the phone<br/><br />
Rubberized case
</td>
<td>Slimmer and based on the rounded shape, it feels slimmer than 0.4mm<br />
<br/><br />
Special coating on the cover, smoother feel<br />
<br/><br />
<img alt="" src="http://android.marvinlee.net/wp-admin/images/yes.png" class="aligncenter" width="16" height="16" /></td>
</tr>
<tr>
<td><strong>Weight</strong></td>
<td>135g </td>
<td>130g, Based on the specifications, Nexus One is only 5g lighter, but there is a noticeable difference while holding it<br/><br />
<img alt="" src="http://android.marvinlee.net/wp-admin/images/yes.png" class="aligncenter" width="16" height="16" /></td>
</tr>
<tr>
<td><strong>Speed</strong></td>
<td colspan="2"><a href="http://android.marvinlee.net/wp-content/uploads/2010/07/desire_benchmark.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/desire_benchmark.jpg" alt="" title="desire_benchmark" width="200" class="aligncenter size-full wp-image-1059" /></a><br />
<br/><br />
As both of these devices are having very similar hardware specifications, the benchmark is actually very close to each other with minimal significant difference. This is a tie.<br/><br />
<img alt="" src="http://android.marvinlee.net/wp-admin/images/yes.png" class="aligncenter" width="16" height="16" /></td>
</tr>
<tr>
<td><strong>Hardware</strong></td>
<td>As compared to the Nexus One, HTC Desire&#8217;s sensor are either too sensitive or not sensitive.<br/><br />
The ambient light sensor is not sensitive and the Orientation sensor detects the roll and switch to landscape mode ever too often. It takes difficulty to switch it back to vertical mode.
 </td>
<td>Has noise cancellation, light sensor, and G sensor works extremely well<br/><br />
Touch screen or multi-touch is not perfectly accurate, same as HTC Desire<br/><br />
<img alt="" src="http://android.marvinlee.net/wp-admin/images/yes.png" class="aligncenter" width="16" height="16" /></td>
</tr>
<tr>
<td><strong>Software</strong></td>
<td>Runs Eclair, Android SDK 2.1<br/><br />
Runs HTC Proprietary UI, HTC Sense<br/><br />
I would rate HTC Sense higher so here&#8217;s Desire win<br/><br />
<img alt="" src="http://android.marvinlee.net/wp-admin/images/yes.png" class="aligncenter" width="16" height="16" /></td>
<td>Runs Eclair, Android 2.1 and latest update is Froyo Android 2.2.<br/><br />
With the Nexus One you can always expect early updates from the Android team</td>
</tr>
<tr>
<td><strong>Navigation buttons</strong></td>
<td>Optical trackpad on the phone is for navigating the links or items acting like a cursor. You need to swipe it like on a Blackberry optical trackpad.</td>
<td>Trackball is my favourite feature on the Nexus One.<br/><br />
Check out my videos:<br />
<a target="_blank" href="http://www.youtube.com/watch?v=0xrjAecRZH0"><img alt="" src="http://i1.ytimg.com/vi/0xrjAecRZH0/default.jpg" title="Nexus One doing disco " class="alignnone" width="120" height="90" /></a><br />
<a target="_blank" href="http://www.youtube.com/watch?v=un9vdZxJW1E"><img alt="" src="http://i2.ytimg.com/vi/un9vdZxJW1E/default.jpg" title="Nexus One Multicolor Trackball " class="alignnone" width="120" height="90" /></a><br />
<br/><br />
See how many people supported enabling the trackball lights: <a target="_blank" href="http://code.google.com/p/android/issues/detail?id=6018">http://code.google.com/p/android/issues/detail?id=6018</a><br/><br />
<img alt="" src="http://android.marvinlee.net/wp-admin/images/yes.png" class="aligncenter" width="16" height="16" /></td>
</tr>
<tr>
<td><strong>Virtual Keyboard</strong></td>
<td>HTC Sense made it so much easy to use the virtual keyboard and in your speed typing<br/><br />
<img alt="" src="http://android.marvinlee.net/wp-admin/images/yes.png" class="aligncenter" width="16" height="16" /></td>
<td>Stock Android keyboard is just, plain</td>
</tr>
<tr>
<td><strong>Accessories</strong></td>
<td>Unfortunately, the phone package doesn&#8217;t come with a case, although it&#8217;s common.<br/><br />
No other official accessories comes with the phone besides the battery charger and the headset</td>
<td>Android Case, and optionally you can purchase the car dock or desktop dock online. You can even purchase battery for backup<br/><br />
<img alt="" src="http://android.marvinlee.net/wp-admin/images/yes.png" class="aligncenter" width="16" height="16" /></td>
</tr>
<tr>
<td><strong>Warranty and Support</strong></td>
<td>Local Distributor Warranty &#8211; this I believe is the major advantage of this phone<br/><br />
<img alt="" src="http://android.marvinlee.net/wp-admin/images/yes.png" class="aligncenter" width="16" height="16" /></td>
<td>Google online support<br/>Due to the phone not sold in stores, you can only get help from Google via the website : <a target="_blank" href="http://www.google.com/phone/support?hl=en&#038;s7e=">http://www.google.com/phone/support</a> </td>
</tr>
<tr>
<td><strong>Total </strong><br />
<img alt="" src="http://android.marvinlee.net/wp-admin/images/yes.png" width="16" height="16" /></td>
<td><strong>4</strong></td>
<td><strong>6</strong></td>
</tr>
</table>
<p>Based on my personal opinion, the Nexus One would have two points up against the HTC Desire. However, do keep in mind that certain features has higher importance (weight) against other features. Put that into your own calculation based on your preference and I believe you should be able to make a reasonable choice between the two.<br />
What do you think? Do you agree with the above comparison?</p>
<p><strong>Acknowledgement</strong><br />
This review is not a sponsored post by Maxis, but the HTC Desire phone is given by Maxis for this review. They have specifically spelt out that it does not matter that the review is positive or negative, and there are no rules at all. All that is required is a fair review of the phone.<br />
<a href="http://android.marvinlee.net/2010/07/htc-desire-review-part-1/">HTC  Desire Review – Part 1</a><br />
<a href="http://android.marvinlee.net/2010/07/htc-desire-review-%e2%80%93-the-phone-part-2/">HTC  Desire Review – The Phone – Part 2</a><br />
<a href="http://android.marvinlee.net/2010/07/htc-desire-review-malaysia-the-features-%e2%80%93-part-3/">HTC  Desire Review – The Features – Part 3</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://android.marvinlee.net/2010/07/htc-desire-review-malaysia-nexus-one-comparison-%e2%80%93-part-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTC Desire Review – The Features – Part 3</title>
		<link>http://android.marvinlee.net/2010/07/htc-desire-review-malaysia-the-features-%e2%80%93-part-3/</link>
		<comments>http://android.marvinlee.net/2010/07/htc-desire-review-malaysia-the-features-%e2%80%93-part-3/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 16:49:04 +0000</pubDate>
		<dc:creator>marvin</dc:creator>
				<category><![CDATA[Phone]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[#maxis10]]></category>
		<category><![CDATA[Android 2.1]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[HTC Desire]]></category>
		<category><![CDATA[Maxis]]></category>
		<category><![CDATA[Maxis10Reviews]]></category>

		<guid isPermaLink="false">http://android.marvinlee.net/?p=970</guid>
		<description><![CDATA[Camera
The 5.0 MP camera performs well in a well-lighted environment and works with a Flash in a dark environment.
It has auto focus and you can point your finger on the screen to automatically switch the focus to the area you pointed.
The camera also comes with automatic face detection and it will highlight it in a [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Camera</strong><br />
The 5.0 MP camera performs well in a well-lighted environment and works with a Flash in a dark environment.<br />
It has auto focus and you can point your finger on the screen to automatically switch the focus to the area you pointed.<br />
The camera also comes with automatic face detection and it will highlight it in a box, even if the face is not in 3D. <img src='http://android.marvinlee.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/camera_face_recog.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/camera_face_recog.jpg" alt="" title="camera_face_recog" width="640" height="384" class="aligncenter size-full wp-image-1019" /></a></p>
<p>Following are more sample photos taken with the camera.<br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/IMAG00121.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/IMAG00121.jpg" alt="" title="IMAG0012" width="384" height="640" class="aligncenter size-full wp-image-1022" /></a><br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/IMAG00161.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/IMAG00161.jpg" alt="" title="IMAG0016" width="640" height="384" class="aligncenter size-full wp-image-1023" /></a></p>
<p>Sample video recorded using HTC Desire :<br />
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/F7oSVfhJgoU&amp;hl=en_US&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/F7oSVfhJgoU&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p><strong>Music player</strong><br />
I always somehow feel that the Music player has elements ported from iPod.<br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/music1.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/music1.jpg" alt="" title="music1" width="300" class="aligncenter size-full wp-image-1028" /></a><br />
It&#8217;s good, but not great. You have a few options of browsing the songs in your phone, play all or shuffle play.<br />
If you use the earphone, unplugging it will automatically pause the song you&#8217;re playing.<br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/music2.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/music2.jpg" alt="" title="music2" width="300" class="aligncenter size-full wp-image-1028" /></a></p>
<p><strong>Radio player</strong><br />
The FM Radio is something very much appreciated, as it is only among the few latest Android phones that come with a built-in FM Radio.<br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/radio1.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/radio1.jpg" alt="" title="radio1" width="300" class="aligncenter size-full wp-image-1033" /></a><br />
Like all other FM radio devices, it will require the earphone to be plugged-in to work as the antenna.<br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/radio2.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/radio2.jpg" alt="" title="radio2" width="300" class="aligncenter size-full wp-image-1033" /></a><br />
I found out there&#8217;s this option for Japan, supposedly switches the range of frequency to Japan. I doubt it&#8217;ll work outside of Japan though. <img src='http://android.marvinlee.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>Wi-Fi </strong><br />
Wi-Fi is a great deal in smartphone, allowing connectivity to Internet without being charged for mobile data consumption.<br />
The Desire will automatically use Wi-Fi only when it has a connection, even while you are using mobile network.<br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/wifi1.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/wifi1.jpg" alt="" title="wifi1" width="300" class="aligncenter size-full wp-image-1035" /></a><br />
The Wi-Fi in Android has improved much, and doesn&#8217;t require much explanation. You basically know how to use it. </p>
<p><strong>Bluetooth</strong><br />
Bluetooth in HTC Desire allow file transfer and if you have a compatible A2DP for wireless stereo set, you can listen to streaming music wirelessly!</p>
<p><strong>GPS</strong><br />
HTC Desire comes with geolocation feature and by default it uses your network point to estimate your location, be it your internet router or your mobile network station location. Using this option, it doesn&#8217;t accurately identify your location.<br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/gps1.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/gps1.jpg" alt="" title="gps1" width="300" class="aligncenter size-full wp-image-1020" /></a></p>
<p>To have a perfect identification of where you are, turn on the GPS satellite usage. This will drain your battery and heat your phone with prolonged use, so use with caution.<br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/gps2.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/gps2.jpg" alt="" title="gps2" width="300" class="aligncenter size-full wp-image-1020" /></a><br />
Only use when you need exact location, so when you use location based app like FourSquare, turning on GPS with satellite will be most beneficial.</p>
<p><strong>Phone</strong><br />
The phone is easy to use, without the need of much review, but it&#8217;s good to know that the phone feature now has come a long way since early introduction of Android.<br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/phone1.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/phone1.jpg" alt="" title="phone1" width="300" class="aligncenter size-full wp-image-1030" /></a><br />
I would say that the earlier phone feature was quite a disappointment as when you needed to key in number as options for Automated menu, the phone might have gone to sleep mode.<br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/phone2.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/phone2.jpg" alt="" title="phone2" width="300" class="aligncenter size-full wp-image-1030" /></a><br />
Now it utilizes the G-sensors smartly, so when placed on your ear for a period of time, it will sleep but after moving it, it will wake up and you will be able to bring up the menu or even go elsewhere.<br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/phone3.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/phone3.jpg" alt="" title="phone3" width="300" class="aligncenter size-full wp-image-1030" /></a></p>
<p><strong>MMS</strong><br />
MMS sending on Android is not easy and it was really a pain to send MMS.<br />
Read <a href="http://android.marvinlee.net/2010/07/maxis-mms-settings-for-htc-desire-or-nexus-one/">how to setup MMS settings with Maxis</a> from my previous post. I&#8217;m not sure how it&#8217;ll work for other telcos, but I would suggest it would be somewhat similar.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/07/mms1.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/mms1.jpg" alt="" title="mms1" width="300" class="aligncenter size-full wp-image-1024" /></a></p>
<p>To send a MMS, on the message composer screen, select <strong>Menu </strong>and select <strong>Attach</strong>.<br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/mms2.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/mms2.jpg" alt="" title="mms2" width="300" class="aligncenter size-full wp-image-1024" /></a></p>
<p><strong>Android market/apps</strong><br />
Some earlier Android users, especially HTC Hero or Magic users complained that there isn&#8217;t much apps on Android phones. That was because earlier phones do not come with Android Market!<br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/apps1.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/apps1.jpg" alt="" title="apps1" width="300" class="aligncenter size-full wp-image-1014" /></a></p>
<p>With Android Market, you can now spend the whole day or even months testing each of them out. You will not be able to install all of them though, as it&#8217;s limited by the space on the phone, but you CAN install, and uninstall those that you do not like.<br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/apps2.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/apps2.jpg" alt="" title="apps2" width="300" class="aligncenter size-full wp-image-1014" /></a></p>
<p>Paid apps are only available in certain countries and for the rest of the world, the Android Market caters free Android apps.<br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/apps3.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/apps3.jpg" alt="" title="apps3" width="300" class="aligncenter size-full wp-image-1014" /></a></p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/07/apps4.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/apps4.jpg" alt="" title="apps4" width="300" class="aligncenter size-full wp-image-1014" /></a></p>
<p>You can manage the installed apps from the <strong>Manage applications</strong> menu, or with Android Market, selecting the app that is already installed on your phone allow you to Update it or Uninstall it as well.<br />
<em>One recommended app to manage running app is the Advanced Task Killer Free by ReChild.</em><br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/apps5.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/apps5.jpg" alt="" title="apps5" width="300" class="aligncenter size-full wp-image-1014" /></a><br />
So with Android Market in the HTC Desire now, it is full of applications and some are great stuff that you don&#8217;t even know about it!</p>
<p><strong>Acknowledgement</strong><br />
This review is not a sponsored post by Maxis, but the HTC Desire phone is given by Maxis for this review. They have specifically spelt out that it does not matter that the review is positive or negative, and there are no rules at all. All that is required is a fair review of the phone.</p>
<p><strong>The HTC Desire Review Series:</strong><br />
<a href="http://android.marvinlee.net/2010/07/htc-desire-review-part-1/">HTC Desire Review – Part 1</a><br />
<a href="http://android.marvinlee.net/2010/07/htc-desire-review-%e2%80%93-the-phone-part-2/">HTC Desire Review – Part 2</a><br />
<a href="http://android.marvinlee.net/2010/07/htc-desire-review-malaysia-nexus-one-comparison-%e2%80%93-part-4/">HTC  Desire Review – Nexus One Comparison – Part 4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://android.marvinlee.net/2010/07/htc-desire-review-malaysia-the-features-%e2%80%93-part-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Maxis MMS Settings for HTC Desire or Nexus One</title>
		<link>http://android.marvinlee.net/2010/07/maxis-mms-settings-for-htc-desire-or-nexus-one/</link>
		<comments>http://android.marvinlee.net/2010/07/maxis-mms-settings-for-htc-desire-or-nexus-one/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 14:14:50 +0000</pubDate>
		<dc:creator>marvin</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Phone]]></category>
		<category><![CDATA[HTC Desire]]></category>
		<category><![CDATA[Maxis]]></category>
		<category><![CDATA[MMS Settings]]></category>
		<category><![CDATA[Nexus One]]></category>

		<guid isPermaLink="false">http://android.marvinlee.net/?p=977</guid>
		<description><![CDATA[How do you setup MMS sending on your HTC Desire or Nexus One?
This might apply to other Android phones as well, but it&#8217;s solely for your Maxis SIM card.

You might see the following items from Menu > Settings > Wireless &#038; Networks > Mobile Networks > Access Point Names > 

It might have preloaded with [...]]]></description>
			<content:encoded><![CDATA[<p>How do you setup MMS sending on your HTC Desire or Nexus One?</p>
<p>This might apply to other Android phones as well, but it&#8217;s solely for your Maxis SIM card.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/07/mobile1.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/mobile1.jpg" alt="" title="mobile1" width="300" class="aligncenter size-full wp-image-983" /></a></p>
<p>You might see the following items from <strong>Menu </strong>> <strong>Settings </strong>> <strong>Wireless &#038; Networks </strong>> <strong>Mobile Networks</strong> > <strong>Access Point Names</strong> > </p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/07/mobile2.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/mobile2.jpg" alt="" title="mobile2" width="300" class="aligncenter size-full wp-image-983" /></a></p>
<p>It might have preloaded with some profile settings beforehand, but MMS sending might not work out-of-the-box.</p>
<p>Following is my account on how to make the MMS sending work. If you have a better alternative, I would really appreciate if you could share it under the comments section.</p>
<p>First of all, you could get the MMS settings from <a target="_blank" href="http://www.maxis.com.my/phonesettings/index.asp?iStruct=0:5">Maxis Portal</a>.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/07/mms3.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/mms3.jpg" alt="" title="mms3" width="529" height="640" class="aligncenter size-full wp-image-979" /></a></p>
<p>You can create or edit the existing <strong>Maxis 3G MMS </strong>APN settings.<br />
<a href="http://android.marvinlee.net/wp-content/uploads/2010/07/mms4.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/mms4.jpg" alt="" title="mms4" width="300" class="aligncenter size-full wp-image-980" /></a></p>
<p>Do note that it has to be a new APN or different than the <strong>Maxis 3G Internet</strong> APN settings. I did tried putting the settings to <strong>Maxis 3G Internet</strong> APN hoping it would work on both Internet and MMS, but it just didn&#8217;t worked.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/07/mms5.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/mms5.jpg" alt="" title="mms5" width="300" class="aligncenter size-full wp-image-980" /></a></p>
<p>By default, you are not able to select the MMS APN, as shown on the second image.</p>
<p>What you need to do is change the APN type from <strong>mms</strong> to <strong>default</strong>.<br />
This will then allow you to switch APN.</p>
<p><a href="http://android.marvinlee.net/wp-content/uploads/2010/07/mms6.jpg"><img src="http://android.marvinlee.net/wp-content/uploads/2010/07/mms6.jpg" alt="" title="mms6" width="300" class="aligncenter size-full wp-image-980" /></a></p>
<p>When you need to send MMS, switch the default APN from <strong>Maxis 3G Internet</strong> to <strong>Maxis 3G MMS </strong>, and when you&#8217;re done sending, switch it back to  <strong>Maxis 3G Internet</strong>.</p>
<p>Sounds tricky? I think so too.</p>
]]></content:encoded>
			<wfw:commentRss>http://android.marvinlee.net/2010/07/maxis-mms-settings-for-htc-desire-or-nexus-one/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
