<?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>MobilityDojo.net &#187; Utilities</title>
	<atom:link href="http://mobilitydojo.net/category/utilities/feed/" rel="self" type="application/rss+xml" />
	<link>http://mobilitydojo.net</link>
	<description>place of the mobility way</description>
	<lastBuildDate>Wed, 21 Jul 2010 09:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>DojoCrypt &#8211; Windows Mobile Standard Edition</title>
		<link>http://mobilitydojo.net/2010/07/06/dojocrypt-windows-mobile-standard-edition/</link>
		<comments>http://mobilitydojo.net/2010/07/06/dojocrypt-windows-mobile-standard-edition/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 21:00:00 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=1140</guid>
		<description><![CDATA[While it’s starting to become quite a while since I published DojoCrypt for enabling the built-in encryption on Windows Mobile Professional I’ve had a couple requests along the way to build a version for Windows Mobile Standard as well. So far I haven’t invested much energy in creating that since my experience is that the Standard devices are far less common than the touch-based Professional devices and I didn’t want to invest re-creating the GUI for those devices. (You are free to call me lazy if you will.)
(...)
DojoCrypt for WM Standard devices is here.]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2010/07/06/dojocrypt-windows-mobile-standard-edition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>EAS MD &#8211; Version 0.9 Beta</title>
		<link>http://mobilitydojo.net/2010/04/22/eas-md-version-0-9-beta/</link>
		<comments>http://mobilitydojo.net/2010/04/22/eas-md-version-0-9-beta/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 21:30:00 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=1034</guid>
		<description><![CDATA[Update of EAS MD to version 0.9 Beta. Added client certificates as an authentication option.]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2010/04/22/eas-md-version-0-9-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rolling Your Own Exchange ActiveSync Client</title>
		<link>http://mobilitydojo.net/2010/03/30/rolling-your-own-exchange-activesync-client/</link>
		<comments>http://mobilitydojo.net/2010/03/30/rolling-your-own-exchange-activesync-client/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 22:30:00 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[How-to's]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=1021</guid>
		<description><![CDATA[I got my hands dirty with ActiveSync two weeks back (http://mobilitydojo.net/2010/03/17/digging-into-the-exchange-activesync-protocol), and shared the results with you here. I also mentioned that doing the things I did required a few lines of code since not everything could be done in Fiddler. Because of this I promised you I had something in the works to let you actually play around too, without cracking open your Visual Studio, and now I’m trying to make good on this promise :)

I introduce to you, the first beta release of “Exchange ActiveSync MD”. It is a desktop app that will let you emulate a device connecting to ActiveSync. Yes, it is similar to what www.testexchangeconnectivity.com, but I only focus on EAS, and I have a couple of options not present in the ActiveSync test MSFT provide. It will require you to have .Net 3.5 installed on your computer – I’ve tested it running on Windows 7 and Windows Server 2008 R2, but it should work on other Windows versions too with .Net present. It will not require an installation, and you can just run the .exe file itself.
(...)
ActiveSync diagnostic utility]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2010/03/30/rolling-your-own-exchange-activesync-client/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lazy Dialing Made Accessible</title>
		<link>http://mobilitydojo.net/2009/12/02/lazy-dialing-made-accessible/</link>
		<comments>http://mobilitydojo.net/2009/12/02/lazy-dialing-made-accessible/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 22:30:00 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[How-to's]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=929</guid>
		<description><![CDATA[Have you ever been ever so slightly lazy when it comes to making phone calls? No, I don’t mean procrastinating when it comes to making calls you for some reason don’t feel like you’re in a hurry to do. But the kind of laziness where you feel it’s a hassle to pick up the phone to send an sms, and end up doing it on your desktop instead. I have a plug-in in Outlook that will let me send sms, or I could do it via something built upon Kannel, etc, so that’s sorted though. I decided to have a look at something similar for making calls from the desktop.
(...)
The lines of code necessary to make calls programmatically.]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2009/12/02/lazy-dialing-made-accessible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DojoCert &#8211; Maintenance Release</title>
		<link>http://mobilitydojo.net/2009/11/08/dojocert-maintenance-release/</link>
		<comments>http://mobilitydojo.net/2009/11/08/dojocert-maintenance-release/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 12:30:00 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Device Management]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/2009/11/08/dojocert-maintenance-release/</guid>
		<description><![CDATA[A maintenance release of DojoCert, adding SSL parameter control and upping version number to 1.0.1.]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2009/11/08/dojocert-maintenance-release/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DojoCert &#8211; Certificate Enroller</title>
		<link>http://mobilitydojo.net/2009/03/11/dojocert-certificate-enroller/</link>
		<comments>http://mobilitydojo.net/2009/03/11/dojocert-certificate-enroller/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 21:30:15 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Device Management]]></category>
		<category><![CDATA[SCMDM]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=704</guid>
		<description><![CDATA[I promised a few days ago that I&#8217;d tidy up some code and release the certificate enroller utility. So here it is; in a cab file and ready for consumption. Since I covered most aspects in my previous article I&#8217;ll keep this short. I am aware that my naming convention for my small utilities is [...]]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2009/03/11/dojocert-certificate-enroller/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Enrolling Personal Certificates with SCMDM</title>
		<link>http://mobilitydojo.net/2009/03/09/enrolling-personal-certificates-with-scmdm/</link>
		<comments>http://mobilitydojo.net/2009/03/09/enrolling-personal-certificates-with-scmdm/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 13:00:00 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Device Management]]></category>
		<category><![CDATA[SCMDM]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=685</guid>
		<description><![CDATA[User certificates has been sort of an illusion when it comes to Windows Mobile. It's been around for a while, but there's been a few obstacles implementing this. Granted it's part due to the fact that not everyone's comfortable setting up a CA, and possibly not require one either. The general understanding of how Windows Mobile works. (Maybe there is a PKI guru in the company, but he doesn't know what provisioning xml means, and the Windows Mobile guru doesn't know how the CA works, and you've got things going.) Maybe I'm painting a dark picture, but I'm just saying it's a possible obstacle. And there are of course many companies who are using certificates with success too for that matter.
...
Taking a closer look at your options to enrolling certificates in an easy way.]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2009/03/09/enrolling-personal-certificates-with-scmdm/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Setting Email Signatures From Your MDM Platform</title>
		<link>http://mobilitydojo.net/2009/02/23/setting-email-signatures-from-your-mdm-platform/</link>
		<comments>http://mobilitydojo.net/2009/02/23/setting-email-signatures-from-your-mdm-platform/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 08:00:00 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Device Management]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=678</guid>
		<description><![CDATA[Have you noticed that most newer devices come preconfigured with something like “Sent from my Windows Mobile device” as the tag-line on emails? Have you been annoyed by this? Or worse – have you received emails from other people who have found out how to change this, and configure it to be something catchy/annoying?
...
Here's a utility that enables you to configure this signature from your MDM platform.]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2009/02/23/setting-email-signatures-from-your-mdm-platform/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>SCMDM 2008 &#8211; Web Services &#8211; MobileDeviceManagerAdmin</title>
		<link>http://mobilitydojo.net/2008/12/05/scmdm-2008-web-services-mobiledevicemanageradmin/</link>
		<comments>http://mobilitydojo.net/2008/12/05/scmdm-2008-web-services-mobiledevicemanageradmin/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 12:00:00 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[SCMDM]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=463</guid>
		<description><![CDATA[This article is a walkthrough of the MobileDeviceManagerAdmin web service in SCMDM. It follows two previous articles on web services in SCMDM. Code samples on how to programmatically interact with the web service are included, as well as showing how you can use the web service through your browser. You learn how to perform remote wipes of devices from your own program - just imagine the fun :)]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2008/12/05/scmdm-2008-web-services-mobiledevicemanageradmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCMDM 2008 &#8211; Web Services &#8211; EnrollmentAdmin</title>
		<link>http://mobilitydojo.net/2008/12/04/scmdm-2008-web-services-enrollmentadmin/</link>
		<comments>http://mobilitydojo.net/2008/12/04/scmdm-2008-web-services-enrollmentadmin/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 10:00:00 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[SCMDM]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://mobilitydojo.net/?p=438</guid>
		<description><![CDATA[This article is a walkthrough of the EnrollmentAdmin web service in SCMDM. It picks up where the introduction to web services article left off. Code samples on how to programmatically interact with the web service are included, as well as showing how you can use the web service through your browser.]]></description>
		<wfw:commentRss>http://mobilitydojo.net/2008/12/04/scmdm-2008-web-services-enrollmentadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
