<?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>LaslowNET &#187; Android</title>
	<atom:link href="http://laslow.net/category/android/feed/" rel="self" type="application/rss+xml" />
	<link>http://laslow.net</link>
	<description></description>
	<lastBuildDate>Thu, 10 May 2012 20:19:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Updated &#8211; Android: ADB on Windows x64</title>
		<link>http://laslow.net/2012/05/10/android-adb-on-windows-x64/</link>
		<comments>http://laslow.net/2012/05/10/android-adb-on-windows-x64/#comments</comments>
		<pubDate>Thu, 10 May 2012 15:00:51 +0000</pubDate>
		<dc:creator>Laslow</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.laslow.net/?p=684</guid>
		<description><![CDATA[Update 03/14/2012: The below process works for the Windows 8 Consumer Preview. If you need to modify the driver .INF to support your device, please read this post for instructions on disabling Driver Signature Enforcement in Windows 8. It isn&#8217;t actually that difficult to get ADB (Android Debug Bridge) working correctly under Windows x64 (Windows [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #ff0000;">Update 03/14/2012: The below process works for the Windows 8 Consumer Preview. If you need to modify the driver .INF to support your device, <a href="http://laslow.net/2012/03/14/disable-driver-signature-enforcement-in-windows-8-cp/" target="_blank">please read this post for instructions on disabling Driver Signature Enforcement in Windows 8</a>.</span></strong></p>
<p><strong></strong>It isn&#8217;t actually that difficult to get ADB (Android Debug Bridge) working correctly under Windows x64 (Windows XP 64bit, 7 and Windows 8 x64 are supported) &#8211; you just need to perform a few steps in the right order.</p>
<ol>
<li>Download the latest 32-bit <strong><em>and</em></strong> 64-bit Java JDK from here: <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html" target="_blank">http://www.oracle.com/technetwork/java/javase/downloads/index.html</a> (click the JDK link).</li>
<li>Install the 32-bit JDK first, then the 64-bit. Note &#8212; Technically you can just use the 64-bit version, but you will occasionally get errors about the 32-bit version (x86) being missing. Best bet is to install both. Both Java 6 and Java 7 are supported.</li>
<li>Once Java is installed, download the Android development kit for Windows from here: <a href="http://developer.android.com/sdk/index.html">http://developer.android.com/sdk/index.html</a> &#8211; you can now opt to download the SDK install in .exe format, which is recommend (and will be used by this guide).</li>
<li>After the installer has finished downloading, run it. If you haven&#8217;t yet installed the JDK packages, the installer will remind you that they are required and won&#8217;t let you proceed.</li>
<li>The installer will automatically launch the Android SDK Manager and prompt you to install a number of default packages. Of those listed, only the first two options (<strong>Android SDK Tools</strong> and <strong>Android SDK Platform Tools</strong>) and the <strong>Google USB Driver package</strong> (located in the <strong>Extras</strong> tree, near the bottom of the list) are needed. After you have selected the packages you want, click <strong>Install (x) Packages</strong>. A new window will appear &#8211; any items without a green checkmark require that you select them, then click <strong>Approve</strong> before you can proceed.</li>
<li>After the process has finished, allow the Manager to restart the ADB process, then close the dialog box.</li>
<li>When it&#8217;s finished downloading and installing, enable debugging mode on your Android phone and plug it in. Windows should now automagically detect the correct ADB driver. Once Windows has completed the driver installation, open Device Manager and ensure that the &#8220;Android Phone&#8221; category at the top has an entry called &#8216;Android Composite ADB Interface&#8217; (pictured below). If the driver <em>wasn&#8217;t</em> installed automagically and appears in Device Manager as a <em>Nexus One</em> (or whatever your model of phone is), you can find the driver downloaded by the SDK Setup in the folder you extracted the SDK to (by default, <strong>C:\Program Files (x86)\Android\android-sdk-windows\google-usb_driver</strong>).</li>
<li>Finally, open a command prompt, navigate to the <strong>platform-tools</strong> directory in the SDK folder and type &#8216;adb devices&#8217; &#8212; ADB should now list your device (note: <strong>adb </strong>used to reside in the <em>tools</em> directory, but was moved to platform-tools with Gingerbread. As of r16 (the ICS update to the SDK), <strong>fastboot</strong> is also now located in platform-tools).</li>
</ol>
<div id="attachment_685" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.laslow.net/wp-content/uploads/2010/05/device_manager.png"><img class="size-medium wp-image-685" title="Device Manager" src="http://www.laslow.net/wp-content/uploads/2010/05/device_manager-300x214.png" alt="Device Manager showing the ADB Driver is correctly installed" width="300" height="214" /></a><p class="wp-caption-text">Device Manager showing the ADB Driver is correctly installed</p></div>
<p>Note that some devices aren&#8217;t supported by the official ADB driver. Check the comments below for instructions on how to modify the driver INF to support your device.</p>
]]></content:encoded>
			<wfw:commentRss>http://laslow.net/2012/05/10/android-adb-on-windows-x64/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Disable Driver Signature Enforcement in Windows 8 CP</title>
		<link>http://laslow.net/2012/03/14/disable-driver-signature-enforcement-in-windows-8-cp/</link>
		<comments>http://laslow.net/2012/03/14/disable-driver-signature-enforcement-in-windows-8-cp/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 23:19:13 +0000</pubDate>
		<dc:creator>Laslow</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Beta Testing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://laslow.net/?p=1406</guid>
		<description><![CDATA[So, one of the big issues I&#8217;ve had with the Windows 8 Consumer Preview is that Microsoft now not only forces you to use Digitally Signed Drivers (this isn&#8217;t new, as Windows 7 requires them as well), but also checks to see if the driver has been modified and will fail to install if it [...]]]></description>
			<content:encoded><![CDATA[<p>So, one of the big issues I&#8217;ve had with the Windows 8 Consumer Preview is that Microsoft now not only forces you to use Digitally Signed Drivers (this isn&#8217;t new, as Windows 7 requires them as well), but also checks to see if the driver has been modified and will fail to install if it has.</p>
<p>This is a problem for anyone who needs to modify a driver .INF to support their device (*cough*Android ADB Drivers*cough*). Fortunately, there is a (slightly complicated) workaround.</p>
<p>To get started:</p>
<ol>
<li>From the Metro Start Screen, open Settings (move your mouse to the bottom-right-corner of the screen and wait for the pop-out bar to appear, then click the Gear icon).</li>
<li>Click &#8216;More PC Settings&#8217;.</li>
<li>Click &#8216;General&#8217;.</li>
<li>Scroll down, and click &#8216;Restart now&#8217; under &#8216;Advanced startup&#8217;.</li>
<li>Wait a bit.</li>
<li>Click &#8216;Troubleshoot&#8217;.</li>
<li>Click &#8216;Advanced Options&#8217;</li>
<li>Click &#8216;Windows Startup Settings&#8217;</li>
<li>Click Restart.</li>
<li>???</li>
<li>Profit!</li>
</ol>
<p>When your computer restarts, select &#8216;<strong>Disable driver signature enforcement</strong>&#8216; from the list. You can now load your modified driver. Reboot again once the driver is installed and all will be well.</p>
]]></content:encoded>
			<wfw:commentRss>http://laslow.net/2012/03/14/disable-driver-signature-enforcement-in-windows-8-cp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rogers MMS APN Settings for CyanogenMOD 7</title>
		<link>http://laslow.net/2011/05/16/rogers-mms-apn-settings-for-cyanogenmod-7/</link>
		<comments>http://laslow.net/2011/05/16/rogers-mms-apn-settings-for-cyanogenmod-7/#comments</comments>
		<pubDate>Mon, 16 May 2011 18:01:48 +0000</pubDate>
		<dc:creator>Laslow</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[MMS]]></category>
		<category><![CDATA[Nexus One]]></category>
		<category><![CDATA[Rogers]]></category>

		<guid isPermaLink="false">http://laslow.net/?p=1230</guid>
		<description><![CDATA[I tried firing off an MMS from my Nexus One this morning to a friend only to have it hang on &#8216;Sending&#8230;&#8217; with no network activity. The short version of it is the APN settings for Rogers that are built-in to CyanogenMOD 7 are incorrect. Here&#8217;s what you need. For Data/Text: Name: Rogers APN: rogers-core-appl1.apn [...]]]></description>
			<content:encoded><![CDATA[<p>I tried firing off an MMS from my Nexus One this morning to a friend only to have it hang on &#8216;Sending&#8230;&#8217; with no network activity. The short version of it is the APN settings for Rogers that are built-in to CyanogenMOD 7 are incorrect. Here&#8217;s what you need.</p>
<p>For Data/Text:</p>
<blockquote><p>Name: Rogers<br />
APN: rogers-core-appl1.apn<br />
Proxy: &lt;Not Set&gt;<br />
Port: &lt;Not Set&gt;<br />
Username: &lt;Not Set&gt;<br />
Password: &lt;Not Set&gt;<br />
Server: &lt;Not Set&gt;<br />
MMSC: &lt;Not Set&gt;<br />
MMS proxy: &lt;Not Set&gt;<br />
MMS port: &lt;Not Set&gt;<br />
MMC: 302 (might be different &#8211; is auto-set by your SIM card)<br />
MNC: 720 (might be 72 &#8211; is auto0set by your SIM card)<br />
Authentication type: &lt;Not Set&gt;<br />
APN type: &lt;Not Set&gt;<br />
APN protocol: IPv4</p></blockquote>
<p>For MMS (edit the bottom entry in the APN list called &#8216;<strong>Rogers MMS</strong>&#8216;):</p>
<blockquote><p>Name: Rogers MMS<br />
APN: media.com<br />
Proxy: &lt;Not Set&gt;<br />
Port: &lt;Not Set&gt;<br />
Username: media<br />
Password: mda01<br />
Server: 172.25.0.107<br />
MMSC: http://mms.gprs.rogers.com (<span style="color: #ff0000;">IMPORTANT: in the default settings, this is listed as <em>grps</em> rather than <em>gprs</em> &#8211; make sure to correct this!</span>)<br />
MMS proxy: 10.128.1.69<br />
MMS port: 80<br />
MMC: 302 (might be different &#8211; is auto-set by your SIM card)<br />
MNC: 720 (might be 72 &#8211; is auto0set by your SIM card)<br />
Authentication type: &lt;Not Set&gt;<br />
APN type: mms<br />
APN protocol: IPv4</p></blockquote>
<p>And that should be it. Make sure that the first &#8216;Rogers&#8217; entry is selected, and your MMS messages should now send correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://laslow.net/2011/05/16/rogers-mms-apn-settings-for-cyanogenmod-7/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Android-Ipsum</title>
		<link>http://laslow.net/2011/01/14/android-ipsum/</link>
		<comments>http://laslow.net/2011/01/14/android-ipsum/#comments</comments>
		<pubDate>Sat, 15 Jan 2011 05:21:17 +0000</pubDate>
		<dc:creator>Laslow</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Wallpaper]]></category>

		<guid isPermaLink="false">http://www.laslow.net/?p=1107</guid>
		<description><![CDATA[Threw this together this evening because of a thread I saw on 4Chan (Not-Safe-For-Anywhere). The Android logo is owned by Google and I make no claim to creating it. Lorem Ipsum is, well, Lorem Ipsum.]]></description>
			<content:encoded><![CDATA[<p>Threw this together this evening because of a thread I saw on <a href="http://4chan.org" target="_blank">4Chan</a> (Not-Safe-For-Anywhere). The Android logo is owned by Google and I make no claim to creating it. Lorem Ipsum is, well, Lorem Ipsum.</p>
<p><a href="http://www.laslow.net/wp-content/uploads/2011/01/Android-Ipsum.png"><img class="aligncenter size-medium wp-image-1108" title="Android-Ipsum" src="http://www.laslow.net/wp-content/uploads/2011/01/Android-Ipsum-300x187.png" alt="Android-Ipsum" width="300" height="187" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://laslow.net/2011/01/14/android-ipsum/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cheat: How to get Custom Routes on Google Maps for Android</title>
		<link>http://laslow.net/2010/12/16/cheat-how-to-get-custom-routes-on-google-maps-for-android/</link>
		<comments>http://laslow.net/2010/12/16/cheat-how-to-get-custom-routes-on-google-maps-for-android/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 18:31:31 +0000</pubDate>
		<dc:creator>Laslow</dc:creator>
				<category><![CDATA["It's a Feature"]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Short]]></category>
		<category><![CDATA[Cheat]]></category>
		<category><![CDATA[Maps]]></category>

		<guid isPermaLink="false">http://www.laslow.net/?p=1075</guid>
		<description><![CDATA[One of my few complaints about the Maps app on Android, even the newly released 5.0 version, is that if you use the Directions feature there is no Alternate Route option. There isn&#8217;t even an option to manually re-draw the route, or to enter a second destination like in the web version. So I found [...]]]></description>
			<content:encoded><![CDATA[<p>One of my few complaints about the Maps app on Android, even the newly released 5.0 version, is that if you use the Directions feature there is no Alternate Route option. There isn&#8217;t even an option to manually re-draw the route, or to enter a second destination like in the web version.</p>
<p>So I found myself faced with an issue &#8211; I was about to go on a fairly long trip, however I was planning on taking a route different from the one Google had suggested. While I could use the web version of Google Maps on my phone, I wanted to use the actual app. The solution, as it turns out, is very simple.</p>
<p>The trick is to set everything up on the web version of Maps first. This gets tricky, depending on how sever the changes to the route are. I my case, I only needed to drag one route marker to change the route to go where I wanted it. Here&#8217;s the <a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=FWkb-QId51fh-CmzMMfjtox9UzH3xLTaPeX4Tg%3BFYwCMQMd7EU8-Skj_96ARSKgUzFdFfZKDKAfQQ&amp;q=Kelowna,+British+Columbia,+Canada+to+Edmonton+AB&amp;sll=50.263792,-119.279058&amp;sspn=0.010891,0.033023&amp;g=3105+32+Street,+Vernon,+British+Columbia,+Canada&amp;ie=UTF8&amp;ll=51.727028,-116.466064&amp;spn=5.377163,16.907959&amp;z=7&amp;saddr=Kelowna,+British+Columbia,+Canada&amp;daddr=Edmonton+AB" target="_blank">before route</a>, and <a href="http://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=Kelowna,+British+Columbia,+Canada&amp;daddr=52.79015,-119.2562+to:Edmonton+AB&amp;hl=en&amp;geocode=FWkb-QId51fh-CmzMMfjtox9UzH3xLTaPeX4Tg%3BFYaDJQMdeEvk-Cmn7ciTy6CDUzH9n2-x8YrpdQ%3BFYwCMQMd7EU8-Skj_96ARSKgUzFdFfZKDKAfQQ&amp;mra=dpe&amp;mrcr=0&amp;mrsp=1&amp;sz=7&amp;via=1&amp;sll=51.727028,-116.466064&amp;sspn=5.377163,16.907959&amp;ie=UTF8&amp;z=7" target="_blank">the after</a> (not my real start and destination, just an example).</p>
<p>So the cheat is actually very straight forward &#8211; after finalizing your route in web Maps, copy the link for the map (don&#8217;t use the address bar &#8211; use the Link button in the top-right corner of the map) and paste it in to a URL shortener like <a href="http://is.gd" target="_blank">Is.Gd</a>, then enter that URL on your Android phone. The browser will ask if you want to open the link in Maps or another program, so just choose maps and your custom route will appear, with full directions, right before your eyes.</p>
<p><strong>Edit</strong>: I should clarify that Google Navigation for Android has a &#8216;Recalculate Route&#8217; option, however if you aren&#8217;t planning on using it, or it isn&#8217;t available in your area, this is the solution.</p>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://laslow.net/2010/12/16/cheat-how-to-get-custom-routes-on-google-maps-for-android/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>An HTC DoA: Part 5</title>
		<link>http://laslow.net/2010/08/30/and-htc-doa-part-5/</link>
		<comments>http://laslow.net/2010/08/30/and-htc-doa-part-5/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 20:15:57 +0000</pubDate>
		<dc:creator>Laslow</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[Nexus One]]></category>
		<category><![CDATA[Refund]]></category>
		<category><![CDATA[WTF]]></category>

		<guid isPermaLink="false">http://www.laslow.net/?p=1003</guid>
		<description><![CDATA[Continued from Part 4 (read from the beginning). I took a trip to the UK at the beginning of the month, and when I returned on the 13th immediately checked my credit card statement. I wasn&#8217;t surprised to see that the refund still hadn&#8217;t been processed (now past the 14-business-day cut-off mark for credit card [...]]]></description>
			<content:encoded><![CDATA[<p>Continued from <a href="http://www.laslow.net/2010/07/13/an-htc-doa-part-4/" target="_blank">Part 4</a> (<a href="http://www.laslow.net/2010/07/06/an-htc-doa-part-1/" target="_blank">read from the beginning</a>).</p>
<p>I took a trip to the UK at the beginning of the month, and when I returned on the 13th immediately checked my credit card statement. I wasn&#8217;t surprised to see that the refund still hadn&#8217;t been processed (now past the 14-business-day cut-off mark for credit card refunds). I called HTC yet again, and after a bit of hold time was given some good-ish news.</p>
<p>The agent confirmed that yes, HTC&#8217;s warehouse had received my phone and they had accepted it. However, someone at said-warehouse hadn&#8217;t closed the ticket in their system which prevented the refund from being processed. I was promised that the ticket would once again be escalated and that the escalations team would get the warehouse to close the ticket and things would get moving again.</p>
<p>I asked if HTC would compensate me for the interest accrued on my credit card from having this charge sitting on it for nearly two months, but was told they wouldn&#8217;t do anything. It was worth asking about, though.</p>
<p>So, on Tuesday the 17th I once again checked my credit card statement and there it was! A line item showing a credit for the DoA Nexus One. Although I wasn&#8217;t happy with the time it took to deal with the issue, and the interest charges that built up from it, I was ready to put the issue to bed.</p>
<p>And then I got the following email from HTC:</p>
<blockquote><p>Dear Laslow,</p>
<p>Thank you for using HTC Customer Service. We  want to make your next visit even better and would like your feedback.  If you haven&#8217;t already done so please help us improve by taking a quick  survey on your experience using HTC Customer Service.</p>
<p><a href="Redacted" target="_blank">Get Started</a></p>
<p>Thank you very much for your time. Be sure to visit us online at <a href="http://www.htc.com/" target="_blank">http://www.htc.com</a> to read the latest announcements and check out our newly released products.</p>
<p>We are unable to receive replies to this email account. Please visit us at <a href="http://www.htc.com/" target="_blank">http://www.htc.com</a> if you have any questions or need further assistance.</p>
<p>Sincerely,</p>
<p>HTC</p></blockquote>
<p>I couldn&#8217;t pass it up. I filled out the survey and was <em>completely </em>honest about the experience I had with trying to get a refund for a DoA unit and how ridiculous that I had to choose that route in the first place, rather than having the option to simply get a new, non-refurbished replacement like American customers. I submitted it, and then completely forgot about it.</p>
<p>This morning, while I was off rebuilding a borked <a href="http://ipcop.org" target="_blank">IPCop</a> box, HTC left me a voice mail message that went something like this:</p>
<blockquote><p>Good morning Mr. Laslow. My name &lt;redacted&gt; from HTC, and I&#8217;m just calling to follow up on your return. I am very, <em>very</em> sorry that it took so long to process your refund. I&#8217;m also <em>very</em> sorry that you received a DoA unit in the first place. If you need any further assistance with this, please call us at 866-449-8358. Once again, we appreciate your business and are very sorry about this whole thing.</p></blockquote>
<p>I was stunned; I never expected to hear back from HTC at all. I&#8217;m not, however, surprised by the fact that they simply apologized rather than offering some form of compensation (be it an accessory, a t-shirt, anything really). Regardless, I&#8217;m happy that this is over and I can finally end the tale of an HTC DoA.</p>
]]></content:encoded>
			<wfw:commentRss>http://laslow.net/2010/08/30/and-htc-doa-part-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wish: Preload Map Data on Maps App for Android</title>
		<link>http://laslow.net/2010/08/05/wish-preload-map-data-on-maps-app-for-android/</link>
		<comments>http://laslow.net/2010/08/05/wish-preload-map-data-on-maps-app-for-android/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 16:34:12 +0000</pubDate>
		<dc:creator>Laslow</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[ICanWish]]></category>

		<guid isPermaLink="false">http://www.laslow.net/?p=971</guid>
		<description><![CDATA[While driving back from the Scottish Highlands to the South of England, I noticed something annoying about the Maps application for Android &#8211; when you pick out a route via the &#8216;Directions&#8217; feature, all is well and good until you enter an area with no cell reception. At this point, you&#8217;re screwed. I know it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>While driving back from the Scottish Highlands to the South of England, I noticed something annoying about the Maps application for Android &#8211; when you pick out a route via the &#8216;Directions&#8217; feature, all is well and good until you enter an area with no cell reception. At this point, you&#8217;re screwed.</p>
<p>I know it&#8217;s impossible to expect Google to preload hundreds of megabytes of map data on to your phone (you know, those pesky storage restrictions and all), but how about this: after Maps provides the directions for your route in text form, and you click &#8216;Show on map&#8217;, Maps could pop up an option (this could also be a configurable setting) asking if you want to preload map data.</p>
<div id="attachment_973" class="wp-caption aligncenter" style="width: 490px"><a href="http://www.laslow.net/wp-content/uploads/2010/08/crappy-mockup.png"><img class="size-full wp-image-973" title="Maps Mock-up" src="http://www.laslow.net/wp-content/uploads/2010/08/crappy-mockup.png" alt="Maps Mock-up" width="480" height="800" /></a><p class="wp-caption-text">My crappy mock-up of the prompt made on my netbook with a trackpad.</p></div>
<p>If you choose yes, it downloads the map data from Google&#8217;s servers for the planned route and caches it to your SD card. If existing map data is present that overlaps, it uses that after checking to make sure it&#8217;s up-to-date.</p>
<p>Probably a long shot that something like this could ever be implemented, but it would make life for those using their Android device as a Sat Nav so much easier, especially if you&#8217;re going on a long trip.</p>
]]></content:encoded>
			<wfw:commentRss>http://laslow.net/2010/08/05/wish-preload-map-data-on-maps-app-for-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An HTC DoA: Part 4</title>
		<link>http://laslow.net/2010/07/13/an-htc-doa-part-4/</link>
		<comments>http://laslow.net/2010/07/13/an-htc-doa-part-4/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 16:15:52 +0000</pubDate>
		<dc:creator>Laslow</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[Shipping]]></category>

		<guid isPermaLink="false">http://www.laslow.net/?p=949</guid>
		<description><![CDATA[Continued from Part 3. So the unthinkable has happened &#8211; I actually received the shipping label from HTC yesterday! I immediately boxed up the phone and dropped it at a nearby FedEx box, and then proceeded to hammer the F5 key on the FedEx tracking screen. Also to my surprise was the fact that the shipping label [...]]]></description>
			<content:encoded><![CDATA[<p>Continued from <a href="http://www.laslow.net/2010/07/09/an-htc-doa-part-3/" target="_blank">Part 3</a>.</p>
<p>So the unthinkable has happened &#8211; I actually received the shipping label from HTC yesterday! I immediately boxed up the phone and dropped it at a nearby FedEx box, and then proceeded to hammer the F5 key on the FedEx tracking screen.</p>
<p>Also to my surprise was the fact that the shipping label was for Priority Overnight shipping, and that the package reached its destination at 7:45am (PST) this morning! I&#8217;ll update this post later on when HTC contacts me regarding my refund.</p>
<p><strong>Update (07/16/2010): </strong>Still no contact from HTC. However, after re-reading the initial email they sent, it does state:</p>
<blockquote><p>Once we receive the items we will review the condition and we will contact you by phone or email if we have any further questions. If no additional information is needed a refund should show on your credit card within 14 business days of receipt of the return.</p></blockquote>
<p>So at this point I&#8217;ll be sitting back and waiting for my credit card balance to update. I did end up ordering the replacement phone from Google on Tuesday, and it arrived (in working condition, no less!) this morning! Good thing, to, because I hear that <a href="http://androidspin.com/2010/07/16/want-a-nexus-one-google-just-received-their-last-batch/" target="_blank">this is Google&#8217;s last batch of N1&#8242;s that they&#8217;ll be selling through the web store</a>&#8230;.</p>
<p>Concluded in <a href="http://www.laslow.net/2010/08/30/and-htc-doa-part-5/">Part 5</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://laslow.net/2010/07/13/an-htc-doa-part-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>An HTC DoA: Part 3</title>
		<link>http://laslow.net/2010/07/09/an-htc-doa-part-3/</link>
		<comments>http://laslow.net/2010/07/09/an-htc-doa-part-3/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 22:53:50 +0000</pubDate>
		<dc:creator>Laslow</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Gong Show]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[Nexus One]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://www.laslow.net/?p=939</guid>
		<description><![CDATA[Continued from Part 2. It&#8217;s day 5 now and still no shipping label. I called HTC again and got a slightly different answer out of this rep. This one told me that my ticket had *just* been escalated and was on it&#8217;s way to the warehouse now. When I told him that the other agents had told [...]]]></description>
			<content:encoded><![CDATA[<p>Continued from <a href="http://www.laslow.net/2010/07/08/an-htc-doa-part-2/" target="_blank">Part 2</a>.</p>
<p>It&#8217;s day 5 now and still no shipping label. I called HTC again and got a slightly different answer out of this rep. This one told me that my ticket had *just* been escalated and was on it&#8217;s way to the warehouse now. When I told him that the other agents had told me it had already gone up to the escalation team, he started backpedaling and said that although the ticket had been escalated it takes them time to look things over.</p>
<p>4 days? Ya, right.</p>
<p>So I asked for a supervisor. After waiting on hold (no music, just silence so you never know if you&#8217;ve been cut off), a &#8216;supervisor&#8217; came on the line (supervisor is in quotes as, having working in a call centre before I have first hand experience pretending to be a co-workers supervisor &#8211; it&#8217;s a very common practice). I asked again what was going on, and she had yet another story. Apparently, HTC&#8217;s shipping system has been &#8216;down&#8217; for &#8216;a few days&#8217;, and they have no ETA on things. She assured me, though, that (for real this time!) my ticket has been escalated, it should be at the attention of the warehouse, and I <em>should</em> have a label by Monday or Tuesday.</p>
<p>So, starting Monday afternoon (as nobody&#8217;s around to man the phones on weekends), I&#8217;ll continue with my daily phone campaign trying to find out when I can possibly expect to send back my wife&#8217;s brick&#8230;err&#8230;Nexus One.</p>
<p>Continued in <a href="http://www.laslow.net/2010/07/13/an-htc-doa-part-4/" target="_blank">Part 4</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://laslow.net/2010/07/09/an-htc-doa-part-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>An HTC DoA: Part 2</title>
		<link>http://laslow.net/2010/07/08/an-htc-doa-part-2/</link>
		<comments>http://laslow.net/2010/07/08/an-htc-doa-part-2/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 23:03:03 +0000</pubDate>
		<dc:creator>Laslow</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Gong Show]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[Nexus One]]></category>

		<guid isPermaLink="false">http://www.laslow.net/?p=934</guid>
		<description><![CDATA[Continued from Part 1. Day four of the return process and no real progress to report. According to the details given to me by HTC on Monday (see part 1), I should have received a shipping label in my email the following day. When I didn&#8217;t, I called HTC support back. The agent I spoke [...]]]></description>
			<content:encoded><![CDATA[<p>Continued from <a href=" http://www.laslow.net/2010/07/06/an-htc-doa-part-1/" target="_blank">Part 1</a>.</p>
<p>Day four of the return process and no real progress to report. According to the details given to me by HTC on Monday (see part 1), I should have received a shipping label in my email the following day. When I didn&#8217;t, I called HTC support back. The agent I spoke with told me to check my spam folder (already done &#8211; nothing), and then said that she would &#8216;escalate the ticket&#8217; and a label sent out right away. I thanked her, disconnected, and waited.</p>
<p>And waited.</p>
<p>End of day Wednesday rolled around and still no shipping label. I called HTC again and was told that it can take an extra day when things go through the escalation process and that I should expect it to show up in my email no later than Thursday.</p>
<p>Well, here we are on Thursday and still no label.</p>
<p>I called HTC yet again, and was told that yes, I should have received the shipping label today. The agent then proceeded to tell me that he update the ticket, &#8216;increase the priority&#8217;, and that I should keep waiting.</p>
<p>Really, HTC? I&#8217;m normally a pretty patient guy, but come on! I&#8217;ve heard of American customers getting new, replacement phones within days, but we Canadians need to go through this gong show of a return process and then re-purchase the device because otherwise we end up a refurbished phone instead of a new one. This is bad PR, people. It&#8217;s time to start spreading the news.</p>
<p>Find out what happens next in <a href="http://www.laslow.net/2010/07/09/an-htc-doa-part-3/" target="_blank">Part 3</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://laslow.net/2010/07/08/an-htc-doa-part-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

