<?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>Good/Bad/Tech &#187; Mobile</title>
	<atom:link href="http://goodbadtech.com/category/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://goodbadtech.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 15 Jul 2011 18:33:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>iPhone Email Error: Exchange account verification failed</title>
		<link>http://goodbadtech.com/2009/11/06/iphone-account-verification-failed/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://goodbadtech.com/2009/11/06/iphone-account-verification-failed/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 20:42:17 +0000</pubDate>
		<dc:creator>goodbadtech</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ActiveSync]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Microsoft Exchange]]></category>
		<category><![CDATA[Microsoft Windows]]></category>

		<guid isPermaLink="false">http://goodbadtech.com/?p=200</guid>
		<description><![CDATA[Have you ever tried to configure an iPhone to use an Exchange email account and gotten the dreaded, &#8220;Exchange account verification failed&#8221; error? Well, this recently happened for me on a Microsoft Windows 2003 SP2 server running Exchange 2007 SP1.  Here is how I resolved the error. Note: This post assumes you have a valid [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever tried to configure an iPhone to use an Exchange email account and gotten the dreaded, &#8220;Exchange account verification failed&#8221; error? Well, this recently happened for me on a Microsoft Windows 2003 SP2 server running Exchange 2007 SP1.  Here is how I resolved the error.<span id="more-200"></span><em></em></p>
<p><em>Note: This post assumes you have a valid multi-domain SSL certificate installed.  I won&#8217;t go into that process here, but if I get a few questions I can certainly do a post on that as well.</em></p>
<p>The first thing I needed to do was run some tests on the local IIS server that provides my Exchange services.  In my case, Exchange and IIS were running on the same server, so I logged in to the server, opened Internet Explorer and typed in:</p>
<p>https://&lt;Servername&gt;/Microsoft-Server-Activesync</p>
<p>You should be prompted for credentials using basic authentication, then you should see an &#8220;HTTP 501 Not Implemented/HTTP 505 Version Not Supported Error&#8221;</p>
<p><a href="http://goodbadtech.com/wp-content/uploads/2009/11/501.JPG#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="alignnone size-medium wp-image-201" title="501" src="http://goodbadtech.com/wp-content/uploads/2009/11/501-300x101.jpg" alt="501" width="300" height="101" /></a></p>
<p>If you see this, ActiveSync itself, which the iPhone relies on for communication with Exchange, should be working correctly.  I did not see this error.  I saw an HTTP 401 file not found error. Now, with Exchange 2007, I generally try not to do a lot of troubleshooting, it&#8217;s just easier to start over and reinstall ActiveSync support.</p>
<ol>
<li>On the Exchange server, open the Exchange Management Shell, and run (this command may take a minute to output:
<pre class="brush: powershell">Get-ActiveSyncVirtualDirectory | fl</pre>
</li>
<li>Search through the text output and look for the line that starts with, <strong>Identity</strong>, copy/paste the corresponding value into notepad.  It may be something like,  SERVERNAME\Microsoft-Server-ActiveSync (Default Web Site)</li>
<li>In Exchange Management Shell, run the command
<pre class="brush: powershell">Remove-ActiveSyncVirtualDirectory</pre>
<ol>
<li>When prompted, paste in the Identity value you copied in step 2.</li>
<li>Verify that you want to remove ActiveSync</li>
</ol>
</li>
<li>Refresh your IIS Admin window to make sure the Microsoft-Server-ActiveSync virtual directory is no longer there.</li>
<li>In Exchange Management Shell, run the command
<pre class="brush: powershell">New-ActiveSyncVirtualDirectory</pre>
</li>
<li>Refresh your IIS Admin window to make sure the Microsoft-Server-ActiveSync virtual directory is back.</li>
<li>Close any open Internet Explorer windows and then access https://&lt;Servername&gt;/Microsoft-Server-Activesync again.</li>
<li>Hopefully you see the &#8220;HTTP 501 Not Implemented/HTTP 505 Version Not Supported&#8221; error now.  If you do, your iPhone should be ready to go.  This error means the correct files are there, but that your web request doesn&#8217;t include the data that ActiveSync is looking for.</li>
</ol>
<p>If you didn&#8217;t get the 501/505 error, then it&#8217;s back to the drawing board.  Post a comment below and I&#8217;ll see if I can help out.</p>
<p>Also, check out the link below, it&#8217;s a very slick troubleshooting tool from <a href="http://www.microsoft.com" target="_blank">Microsoft</a> that can be used to troubleshoot Exchange 2003/2007 servers for remote connectivity services like Autodiscover, ActiveSync, RPC over HTTP, and many other tests for Exchanged based services.  Its very easy to use and provides detailed test results regarding what works and what doesn&#8217;t.</p>
<p><a href="https://www.testexchangeconnectivity.com/" target="_blank">https://www.testexchangeconnectivity.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://goodbadtech.com/2009/11/06/iphone-account-verification-failed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Review of iPhone OS 3.0&#039;s Stereo Bluetooth (A2DP)</title>
		<link>http://goodbadtech.com/2009/06/17/iphone-os-30-stereo-bluetooth-a2dp/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://goodbadtech.com/2009/06/17/iphone-os-30-stereo-bluetooth-a2dp/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 21:59:23 +0000</pubDate>
		<dc:creator>goodbadtech</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Plantronics]]></category>

		<guid isPermaLink="false">http://goodbadtech.com/?p=98</guid>
		<description><![CDATA[I know there will be lots of immediate feedback as soon as the new iPhone 3.0 OS is rolled out today.  I wanted to get some feedback out right away on one thing I've really been looking for, the stereo bluetooth support.]]></description>
			<content:encoded><![CDATA[<p>I know there will be lots of immediate feedback as soon as the new iPhone 3.0 OS is rolled out today.  I wanted to get some feedback out right away on one thing I&#8217;ve really been looking for, the <a href="http://en.wikipedia.org/wiki/Bluetooth_profile#Advanced_Audio_Distribution_Profile_.28A2DP.29" target="_blank">stereo bluetooth</a> support.  <img class="alignleft size-medium wp-image-99" style="border: 0px none; margin: 13px;" title="p590" src="http://goodbadtech.com/wp-content/uploads/2009/06/p590-264x300.jpg" alt="p590" width="111" height="126" />On the computer at home I have a pair of <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26x%3D0%26ref%255F%3Dnb%255Fss%255Fb%26y%3D0%26field-keywords%3Dplantronics%2520590%26url%3Dsearch-alias%253Daps&amp;tag=phot011-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Plantronics P590</a><img style="border:none !important; margin:0px !important;" src="https://www.assoc-amazon.com/e/ir?t=phot011-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" /> headphones.  They are great bluetooth headphones, but I&#8217;ve never taken the time to use the phone features on my <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26x%3D0%26ref%255F%3Dnb%255Fss%255Fgw%26y%3D0%26field-keywords%3Diphone%25203g%26url%3Dsearch-alias%253Daps&amp;tag=phot011-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">iPhone</a><img style="border:none !important; margin:0px !important;" src="https://www.assoc-amazon.com/e/ir?t=phot011-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" /> because what&#8217;s the point of wearing an ear piece that I can&#8217;t listen to music on??  After I got the new iPhone OS installed today I paired up the P590&#8242;s and tested out the audio quality and the effects on battery life.<span id="more-98"></span></p>
<h3><strong>Audio Quality</strong></h3>
<p>Starting off with <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26x%3D0%26ref%255F%3Dnb%255Fss%255Fgw%26y%3D0%26field-keywords%3Dgreen%2520day%26url%3Dsearch-alias%253Daps&amp;tag=phot011-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Green Day</a><img style="border:none !important; margin:0px !important;" src="https://www.assoc-amazon.com/e/ir?t=phot011-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" /> I sat down about two feet away from the phone, the audio was perfect.  I decided to hit up <a title="Google Charts" href="http://code.google.com/apis/chart/" target="_blank">Google Charts</a> to show how the audio quality was as I stepped away from the phone. Overall I was very impressed.  I actually had to go outside to find enough room to really test the signal. Note: The audio quality was measured scientifically by me deciding how well I could hear the music compared to how well I thought I should be able to hear it.</p>
<div style="width: 100%; text-align: center;"><img style="border:1px solid black;" title="Audio Quality Over Distance" src="http://chart.apis.google.com/chart?chs=450x200&amp;cht=ls&amp;chco=334DD2&amp;chm=B,334DD2,0,0,0&amp;chtt=Audio+Quality+Over+Distance|(in+steps)&amp;chd=t:100,100,100,100,100,100,100,100,100,100,100,100,100,50,0,0&amp;chxl=0:|0|2|4|6|8|10|12|14|16|18|20|22|24|26|28|30|&amp;chxt=x,y&amp;chxr=1,0,100" alt="" /></div>
<p>I also ran an indoor/outdoor test.  With the phone left inside, I was able to take about 8 steps to the door, and then 4 or 5 steps outside before the audio cut out.  One last comment, I&#8217;m not sure if this is standard or not, but I had to get back within 10 feet or so to reestablish a reliable audio connection after I got out of range.  I figured I should test the phone call audio quality too, just to make sure that was still okay.  I decided to call my good friend the <a title="The Billionaire Girl" href="http://thebillionairegirl.com/" target="_blank">Billionaire Girl</a>.  Here is our conversation:</p>
<ul>
<li>Me &#8220;Hey Billionaire Girl, Can you hear me now?&#8221;</li>
<li>BG &#8220;Yeah, what do you want? I&#8217;m crazy busy.&#8221;</li>
<li>Me &#8220;I&#8217;m testing the stereo bluetooth functionality on the new iPhone OS 3.0&#8243;</li>
<li>BG &#8220;I&#8217;m jealous, I just have this Blackberry junk that always seems to fall apart&#8221;</li>
<li>Me &#8220;Yeah, that sucks.  Okay, bye.&#8221;</li>
<li>BG &#8220;You suck.&#8221;</li>
</ul>
<p>The Billionaire Girl is amazing, and I suggest you subscribe to her blog, but she hates iPhone talk.  At any rate, I&#8217;d say the audio quality for the phone works as expected, as well as switching over from iPod to iPhone and back within your Bluetooth headset.</p>
<h3><strong>Battery Life</strong></h3>
<p>I gave both my iPhone and Headphones a full charge then I let the music play all afternoon with the exception of about 30 minutes in phone use, a couple text messages, and very limited web browsing.  Note: My email syncs every hour and I have Wi-Fi, Location Services, 3G, and of course Bluetooth enabled.  &#8230; A couple hours in, things are looking pretty good.  The battery is definitely going down, but it doesn&#8217;t appear to be draining any faster than using the iPod with the included wired headphones.  &#8230; Three and a half hours in I got the 20% Battery remaining warning.  I think we&#8217;re fading fast now.  &#8230; Almost exactly 5 hours in my phone went dead. What are your thoughts, is 5 hours a respectable amount of time?</p>
<h3><strong>Conclusion</strong></h3>
<p>This feature was long overdue in my opinion.  I&#8217;m very happy it&#8217;s here, I just don&#8217;t like wires, but it seems that I&#8217;ll need charging wires to get through a day of work.  Maybe the 3G s will fare better on the batter.  In general, I noticed as I was listening throughout the afternoon that my audio would peridocially &#8220;skip&#8221; like a CD skipping in random places.  I wonder if that is just bluetooth cutting out for a moment here and there.   The iPhone felt a little snappier than it did yesterday, if that&#8217;s from the upgrade to the 3.0 OS I&#8217;m happy to take any speed improvements I can get.  Last, don&#8217;t miss any of the new 3.0 features, <a href="http://www.ismashphone.com/2009/06/how_to_use_best_40_features_of_iphone_3.html" target="_blank">here is a great write up I came across today</a> from the folks over at ismashphone.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://goodbadtech.com/2009/06/17/iphone-os-30-stereo-bluetooth-a2dp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SSL Certs &amp; OWA on Windows mobile devices</title>
		<link>http://goodbadtech.com/2009/05/14/ssl-certs-owa-on-windows-mobile-devices/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://goodbadtech.com/2009/05/14/ssl-certs-owa-on-windows-mobile-devices/#comments</comments>
		<pubDate>Thu, 14 May 2009 15:28:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[OWA]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://goodbadtech.com/?p=41</guid>
		<description><![CDATA[This is something I come across every now and then.  If someone has an SSL cert on their OWA/Outlook Anywhere server that issued by someone like GoDaddy, they may not be able to access their account from an older phone.]]></description>
			<content:encoded><![CDATA[<p>This is something I come across every now and then.  If someone has an SSL cert on their OWA/Outlook Anywhere server that issued by someone like <a href="http://godaddy.com" target="_blank">GoDaddy</a>, they may not be able to access their account from an older phone.  The notes below are pretty much pulled from GoDaddy&#8217;s document on how to setup the phone correclty.  There are similar instructions for other certificate authorities as well, if you&#8217;re having problems feel free to send me a message <a href="http://twitter.com/goodbadtech" target="_blank">@goodbadtech</a> and I&#8217;ll see if I can help out.<span id="more-41"></span></p>
<p>GoDaddy &#8217;s Valicert root  certificate is installed on all mobile devices that run Windows Mobile 5.0 AKU 2  or a later incarnation of the operating system. However, devices that run older  versions of Windows Mobile 5.0 do not have the Go Daddy root installed.</p>
<p>To check if the Go Daddy root is installed on your device, please visit  the root store on your device:</p>
<ul>
<li>Open the &#8220;Settings&#8221; menu.</li>
<li>Select &#8220;System.&#8221;</li>
<li>Select &#8220;Certificates.&#8221;</li>
<li>Verify that the &#8220;http://www.valicert.com&#8221; is listed in the root store.</li>
<li>If the root is included, your device is running Windows Mobile 5 AKU 2 or  later. No further action is required.</li>
<li>If the root is <em>not</em> included, follow the instructions below to  import and install it.</li>
</ul>
<p style="margin-top: 0px; margin-bottom: 0px;">To install the root certificate  on your Windows Mobile 5 device:</p>
<ul>
<li>Download the root certificate to your PC in DER format with a .cer file  extension (i.e., valicert_class2_root.cer&#8221;). The root can be downloaded from the  Go Daddy <a href="https://certs.godaddy.com/Repository.go#root_der">repository</a>.</li>
<li>Copy the downloaded root certificate to your device using ActiveSync.</li>
<li>On your mobile device, locate the imported file using File Explorer and  click on it.</li>
<li>The device will display the following prompt: &#8220;You are about to install  valicert_class2_root.cer certificate issued by http://www.valicert.com/. Do you  want to continue?&#8221; (If you saved the root under a different name, that file name  will show up in the prompt.)</li>
<li>Accept the prompt to install the root certificate on your device.</li>
</ul>
<p><a href="https://certs.godaddy.com/InstallationInstructions_alt.go">https://certs.godaddy.com/InstallationInstructions_alt.go</a></p>
]]></content:encoded>
			<wfw:commentRss>http://goodbadtech.com/2009/05/14/ssl-certs-owa-on-windows-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

