<?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/tag/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>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 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>
		<item>
		<title>After 5000 Tweets: A Review/HowTo of Twitter</title>
		<link>http://laslow.net/2010/06/11/after-5000-tweets-a-reviewhowto-of-twitter/</link>
		<comments>http://laslow.net/2010/06/11/after-5000-tweets-a-reviewhowto-of-twitter/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 18:56:22 +0000</pubDate>
		<dc:creator>Laslow</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://www.laslow.net/?p=796</guid>
		<description><![CDATA[I recently hit the 5,000 tweet mark on Twitter, and figured that it&#8217;s as good a time as any to write something about my experience on the abbreviated social networking site. It also seems appropriate as I permanently deleted my Facebook account (well, I&#8217;m in the process, anyway). Click &#8216;Continue Reading&#8217; below for the wall-of-text review. What&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://twitter.com/laslow/status/15580456836" target="_blank">I recently hit the 5,000 tweet mark</a> on Twitter, and figured that it&#8217;s as good a time as any to write something about my experience on the abbreviated social networking site. It also seems appropriate as I permanently deleted my Facebook account (well, I&#8217;m in <a href="http://www.laslow.net/2010/06/06/how-to-delete-your-facebook-account/" target="_blank">the process</a>, anyway).</p>
<p>Click &#8216;Continue Reading&#8217; below for the wall-of-text review.</p>
<p><span id="more-796"></span></p>
<p><strong><span style="text-decoration: underline;">What&#8217;s This Twitter Thing About?</span></strong></p>
<p><a href="twitter.com"><img class="alignright" title="Twitter" src="http://a0.twimg.com/a/1276197224/images/twitter_logo_header.png" alt="Twitter" width="155" height="36" /></a>Well, the short of it is that Twitter was originally designed for mobile phone users. You could setup an account linked to your phone and text your thoughts. When someone you follow updated their status you&#8217;d get a text in return. This is the reason for the 140 character limit. SMS messages can be a maximum of 160 characters, so Twitter gives 140 for the message, and 20 for your username.</p>
<p>These days, most people use either the Twitter website of one of the plethora of clients to tweet their thoughts, as when you follow a lot of people (in my case, just over 100) you&#8217;d get more text messages than you&#8217;d be able to deal with.</p>
<p><strong><span style="text-decoration: underline;">What&#8217;s With the @&#8217;s and the #&#8217;s</span></strong></p>
<p>There are a few different special symbols you can use on Twitter. The most common one is @, which you place in front of the username of someone you want to mention. For example, if you tweet &#8220;Hey @laslow, what&#8217;s up&#8221;, you tweet will show up in my &#8216;Mentions&#8217; section regardless of whether I follow you or not. If you start a tweet out with an @, though, such as &#8220;@laslow What&#8217;s up?&#8221; none of your followers will see the tweet unless they either follow me or click on your profile to see all of your tweets.</p>
<p>The # symbol denotes a <em>hash tag</em>. The intent of this is that if you tag a tweet with something that follows a particular theme, and other people do the same, you can easily find similar tweets. For example, my favourite hash tag is <em><a href="http://twitter.com/#search?q=%23firstworldproblems" target="_blank">#firstworldproblems</a></em> &#8211; I use it when I whine about something that&#8217;s more of an inconvenience than a real issue (a perfect example: <em><a href="http://twitter.com/ferrous" target="_blank">@ferrous</a> My hot chocolate is now a lukewarm chocolate. <a href="https://twitter.com/#search?q=%23firstworldproblems" target="_blank">#firstworldproblems</a></em>). People also tend to use them as one-offs that really bring attention to something (&#8220;@<a href="https://twitter.com/angelamelick" target="_blank">angelamelick</a> Of course there is a BOATLOAD of work AFTER that but I am NOT thinking about it right now #denydenydeny&#8221;).</p>
<p><strong><span style="text-decoration: underline;">What Do You Tweet About?</span></strong></p>
<p>Some people tweet about the mundane (&#8220;I just ate a turkey sandwich #lunchtweets&#8221;) or for profit (&#8220;Follow me to get another 2000 followers instantly #scam #spam&#8221;), or to impersonate <a href="http://twitter.com/garyjbusey" target="_blank">celebrities</a>/<a href="http://twitter.com/darthvader" target="_blank">fictional characters</a>. Some <a href="https://twitter.com/simonpegg" target="_blank">actual celebrities use Twitter to tweet about their daily lives</a>, and others <a href="https://twitter.com/grantimahara" target="_blank">tweet about what they do behind the scenes</a>.</p>
<p>Myself? I tend to tweet just about anything that happens to pop in to my head. Odd thoughts, rants, when I post to my blog, technology advice, and occasionally even to help people. I also have a penchant for getting in to arguments with people.</p>
<p><strong><span style="text-decoration: underline;">So Is It Fun?</span></strong></p>
<p>If it wasn&#8217;t, I wouldn&#8217;t be using it.</p>
<p>&#8230;Okay, that&#8217;s a bit of a cop-out. Really, though, it is. You get a quick way of staying up-to-date with things (I tend to follow a large number of Android developers to stay on top of what&#8217;s going to be coming to my phone), you can quickly communicate with any number of people about any number of topics, and best of all, there really are no privacy issues (unlike Facebook).</p>
<p><strong><span style="text-decoration: underline;">Wait, No Privacy Issues?</span></strong></p>
<p>Well, it&#8217;s more to the tune of, you don&#8217;t post anything to Twitter than you want to keep private, even if your profile is marked as such. By making your Twitter profile private, you have control over who can see your tweets. Unfortunately, you have no control over what those people do with your tweets. If you post something personal that you don&#8217;t want getting out, someone who has access to your profile can still re-tweet that message and all of their followers will suddenly have access to it.</p>
<p>The best policy? Don&#8217;t post anything that you don&#8217;t want public.</p>
<p>In regards to personal information, though, Twitter really doesn&#8217;t want it. Unlike Facebook, which immediately asks for the <em>password to your email account(s)</em> when you sign up (just so that they can get your contact lists &#8212; honest!), Twitter doesn&#8217;t require any of it. You can fill in what you want and leave it. They only ask for your cell number if you want to use the SMS features, and otherwise couldn&#8217;t care less. Even your location is totally up to you &#8211; I have GPS coordinates listed as mine (48.5236 S 123.2336 W, if you&#8217;re curious). As such, even if someone does happen to break in to Twitter&#8217;s servers, they aren&#8217;t going to get a lot of information on you.</p>
<p><strong><span style="text-decoration: underline;">What&#8217;s With the Fail Whale?</span></strong></p>
<p>The Fail Whale is Twitter&#8217;s one truly annoying point &#8211; occasionally their servers get overloaded by increased demand (usually when there&#8217;s breaking news of a celebrity dying or a massive oil slick, or Justin Beiber), and the site tanks. When this happens, you get the Fail Whale:</p>
<p><a href="http://www.laslow.net/wp-content/uploads/2010/06/whale.jpg"><img class="aligncenter size-medium wp-image-834" title="The Fail Whale" src="http://www.laslow.net/wp-content/uploads/2010/06/whale-300x225.jpg" alt="The Fail Whale" width="300" height="225" /></a></p>
<p><a href="http://www.laslow.net/wp-content/uploads/2010/06/whale.jpg"></a><strong><span style="text-decoration: underline;">What&#8217;s a Trend?</span></strong></p>
<p>When enough people are tweeting about something, Twitter picks up the key related words in the tweets and adds them to the Trending Topics list. For a long period of time (far too long, really), Justin Beiber was a Trending Topic because a massive number of people would only tweet about him, and some created accounts just to tweet about him. Fortunately, Twitter changed their method of determining trends and now focuses on thing that are recent &#8211; topics now rarely trend for more than a few days.</p>
<p>Often, the reason a topic is trending isn&#8217;t always clear. When it a particularly strange topic (for example, &#8220;Bellana&#8221;) trends, you often get more tweets asking &#8220;Why is <em>x</em> trending&#8221; that obscure the original reason for the trend. One site, <a href="http://whatthetrend.com/" target="_blank">What the Trend</a>, is a community-based system that allows people to comment on a trend and spread insight as to why something is trending. Twitter itself has recently added a line at the top on the page when you click on certain trending topics that explains what&#8217;s going on (in the previous example, &#8220;Bellana&#8221;, the text is &#8220;Bellana means &#8216;Whale&#8217; in English&#8221;, which goes in line with Twitter continually going over capacity at the time I was writing this post). Sadly, this text doesn&#8217;t appear for all topics.</p>
<p><strong><span style="text-decoration: underline;">Mobile Tweeting, and Clients in General</span></strong></p>
<p>I tend to stay away from Twitter clients on my computer for a few reasons &#8211; they rarely add anything to the experience beyond what Twitter&#8217;s own website can do, and typically, when I&#8217;m not gaming I have Chrome open. As such, having yet another program running doesn&#8217;t make a lot of sense.</p>
<p>However, I do tweet from my phone quite a bit, and that&#8217;s where third-party Twitter clients really shine. For a while I was using <a href="http://seesmic.com/android" target="_blank">Seesmic for Android</a>, but I recently switched to Touiteur (pronounced the same as Twitter, just with a French accent). The darker theme is a lot easier on the eyes, and the built-in browser is much less flaky than the one in Seesmic (although you have to buy the premium version of Touiteur for the browser).</p>
<p>There are a plethora of clients for Android, and even more for the iPhone, but the vast majority of them are buggy and ugly. Twitter recently entered the mobile app market by <a href="http://blog.twitter.com/2010/04/twitter-for-iphone.html" target="_blank">buying Tweetie for iPhone</a> and turning it in a free, Twitter-branded client. They then proceeded to make <a href="http://blog.twitter.com/2010/04/twitter-for-android-robots-like-to.html" target="_blank">an Android client</a> as well. I&#8217;ve tried Twitter for Android, and although it is pretty slick, it&#8217;s full of bloat (who needs an animated background, anyway?) and misses some key features such as the ability to remember your place in the timeline (Seesmic and Touiteur both do this).</p>
<p><strong><span style="text-decoration: underline;">In Summary</span></strong></p>
<p>So, will I still be using Twitter in another year? Most likely yes. As long as there are interesting people tweeting about things I like, I&#8217;ll check it, and as long as I have something that I want to write/rant/scream about, I&#8217;ll be tweeting. It&#8217;s a fun, mindless time-sink that keeps me up to date with the world and some of my favourite things, and as long as it does that, Twitter will be my social network of choice.</p>
<p>Now if only they&#8217;d upgrade their damn servers&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://laslow.net/2010/06/11/after-5000-tweets-a-reviewhowto-of-twitter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rogers Wireless Hijacks Wildcard DNS Records</title>
		<link>http://laslow.net/2010/06/07/rogers-wireless-hijacks-wildcard-dns-records/</link>
		<comments>http://laslow.net/2010/06/07/rogers-wireless-hijacks-wildcard-dns-records/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 18:14:11 +0000</pubDate>
		<dc:creator>Laslow</dc:creator>
				<category><![CDATA["It's a Feature"]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Rogers]]></category>

		<guid isPermaLink="false">http://www.laslow.net/?p=806</guid>
		<description><![CDATA[Although I can&#8217;t confirm when this happened (it may have happened a while ago and I just never noticed), I was browsing the internet last night on my Google Nexus One and noticed that, when I mistyped http://imdb.com, I was redirected to http://www20.search.rogers.com (which doesn&#8217;t work outside of Rogers&#8217; network) instead of receiving a normal Not Found [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.laslow.net/wp-content/uploads/2010/06/rogers_logo.jpg"><img class="alignright size-full wp-image-809" title="Rogers Logo" src="http://www.laslow.net/wp-content/uploads/2010/06/rogers_logo.jpg" alt="Rogers Logo" width="145" height="101" /></a>Although I can&#8217;t confirm when this happened (it may have happened a while ago and I just never noticed), I was browsing the internet last night on my Google Nexus One and noticed that, when I mistyped <a href="http://imdb.com" target="_blank">http://imdb.com</a>, I was redirected to <a href="http://www20.search.rogers.com" target="_blank">http://www20.search.rogers.com</a> (which doesn&#8217;t work outside of Rogers&#8217; network) instead of receiving a normal <em>Not Found</em> error. This all smacks of the infamous <a href="http://en.wikipedia.org/wiki/Site_Finder" target="_blank">VeriSign Site Finder fiasco</a>.</p>
<p>I&#8217;m no fan of browser redirects in any form, and I&#8217;m even less of a fan of Yahoo which Rogers partners with to, among other things, provide results on their hijacked landing page. But what can you do? It&#8217;s their service, and there&#8217;s no opt-out link on the page.</p>
<p>Well, the answer is to manually opt-out. Unfortunately, you need to have a rooted/jail-broken phone to do this. As stated above, I have a Google Nexus One which runs CyanogenMod, but this should work with any other rooted Android phone and even jail-broken iPhones (although the paths are different &#8212; you&#8217;ll need to alter them as applicable).</p>
<p>To manually opt-out, do the following (assumes Android phone):</p>
<ol>
<li>Open a shell on your phone. You can use ConnectBot, Terminal Emulator, or <em>adb shell</em>.</li>
<li>Assume root (<em>su</em> command).</li>
<li>Remount the system partition in to read/write mode &#8212;  <em>mount -o rw,remount /system</em></li>
<li>Browse to <em>/system/etc</em>.</li>
<li>Use your favourite text editor to open <em>hosts</em>.</li>
<li>Add the following to the bottom of the <em>hosts</em> file &#8212; <em>127.0.0.1 www20.search.rogers.com</em></li>
<li>Save and quit!</li>
</ol>
<p>You&#8217;re done! You&#8217;ve just manually opt&#8217;ed-out of Rogers Wildcard DNS hijack. Now you&#8217;ll just get the normal &#8216;Not Found&#8217; errors, as when Rogers see that the domain you&#8217;ve entered doesn&#8217;t exist and tried to redirect you to their search page, your phone will point that domain to itself and fail as it isn&#8217;t running a webserver.</p>
<p><strong>TL;DR Version: To prevent getting directed to Rogers&#8217; Search Page when you mistype an address, edit your <em>hosts</em> file to point <em>www20.search.rogers.com</em> to the <em>127.0.0.1</em> loopback address.</strong></p>
<p><span style="color: #ff0000;"><strong>Update (05/01/2011): You can now officially opt-out using this link: <a href="http://searchassist.teoma.com/templates/rogers/optout" target="_blank">http://searchassist.teoma.com/templates/rogers/optout</a></strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://laslow.net/2010/06/07/rogers-wireless-hijacks-wildcard-dns-records/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

