<?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>Max Clark &#187; howto</title>
	<atom:link href="http://www.clarksys.com/blog/tag/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clarksys.com</link>
	<description>Rants and Raves!</description>
	<lastBuildDate>Thu, 10 Nov 2011 17:12:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>HOWTO Improve iPhone Battery Life</title>
		<link>http://www.clarksys.com/blog/2011/11/10/howto-improve-iphone-battery-life/</link>
		<comments>http://www.clarksys.com/blog/2011/11/10/howto-improve-iphone-battery-life/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 17:12:10 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=560</guid>
		<description><![CDATA[There are quite a few guides on how to improve the iPhone 4S / IOS 5 battery life. If you are just starting to research this search for: Disabling APP Notifications Disabling Location Services Disabling System Services I found a &#8230; <a href="http://www.clarksys.com/blog/2011/11/10/howto-improve-iphone-battery-life/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There are quite a few guides on how to improve the iPhone 4S / IOS 5 battery life. If you are just starting to research this search for:</p>
<ul>
<li>Disabling APP Notifications</li>
<li>Disabling Location Services</li>
<li>Disabling System Services</li>
</ul>
<p>I found a new one this week &#8211; disconnect your AT&#038;T MicroCell. I don&#8217;t know what the cause of this one is, but my battery drain slowed to about 25% of the rate before with the MicroCell on. I was never really happy with the MicroCell, and it literally sucks. My reception and call quality is actually better now without it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2011/11/10/howto-improve-iphone-battery-life/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Name Based SSL Virtual Hosting</title>
		<link>http://www.clarksys.com/blog/2011/10/26/name-based-ssl-virtual-hosting/</link>
		<comments>http://www.clarksys.com/blog/2011/10/26/name-based-ssl-virtual-hosting/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 23:55:38 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=556</guid>
		<description><![CDATA[Wait, before you say to yourself that it&#8217;s impossible to use Name Based SSL Virtual Hosting and that you have to use IP Based SSL Virtual Hosting checkout this link: http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI It turns out that there is an undocumented (or &#8230; <a href="http://www.clarksys.com/blog/2011/10/26/name-based-ssl-virtual-hosting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wait, before you say to yourself that it&#8217;s impossible to use Name Based SSL Virtual Hosting and that you have to use IP Based SSL Virtual Hosting checkout this link:</p>
<p><a href="http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI" target="_blank">http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI</a></p>
<p>It turns out that there is an undocumented (or poorly documented) extension to the SSL protocol called Server Name Indication.</p>
<blockquote><p>The solution is an extension to the SSL protocol called Server Name Indication (RFC 4366), which allows the client to include the requested hostname in the first message of its SSL handshake (connection setup). This allows the server to determine the correct named virtual host for the request and set the connection up accordingly from the start.</p>
<p>With SNI, you can have many virtual hosts sharing the same IP address and port, and each one can have its own unique certificate (and the rest of the configuration).</p></blockquote>
<p>Of course there is a gotcha &#8211; your clients need to be running a modern browser (no IE6), but really who cares? This is just too awesome to pass up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2011/10/26/name-based-ssl-virtual-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO Create ISO on Mac OS X</title>
		<link>http://www.clarksys.com/blog/2011/08/17/howto-create-iso-on-mac-os-x/</link>
		<comments>http://www.clarksys.com/blog/2011/08/17/howto-create-iso-on-mac-os-x/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 18:40:19 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=551</guid>
		<description><![CDATA[Found here: 1. Insert CD/DVD source 2. Fire up a Terminal, you can then determine the device that is you CD/DVD drive using the following command: $ drutil status Vendor Product Rev MATSHITA DVD-R UJ-835E GAND Type: DVD-ROM Name: /dev/disk1 &#8230; <a href="http://www.clarksys.com/blog/2011/08/17/howto-create-iso-on-mac-os-x/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Found <a href="http://www.slashdotdash.net/2006/08/14/create-iso-cd-dvd-image-with-mac-os-x-tiger-10-4/">here</a>:</p>
<p>1. Insert CD/DVD source</p>
<p>2.  Fire up a Terminal, you can then determine the device that is you CD/DVD drive using the following command:</p>
<p><code><br />
$ drutil status<br />
 Vendor   Product           Rev<br />
 MATSHITA DVD-R   UJ-835E   GAND</p>
<p>           Type: DVD-ROM              Name: /dev/disk1<br />
      Cur Write:    8x DVD          Sessions: 1<br />
      Max Write:    8x DVD            Tracks: 1<br />
   Overwritable:   00:00:00         blocks:        0 /   0.00MB /   0.00MiB<br />
     Space Free:   00:00:00         blocks:        0 /   0.00MB /   0.00MiB<br />
     Space Used:  364:08:27         blocks:  1638627 /   3.36GB /   3.13GiB<br />
    Writability:<br />
      Book Type: DVD-ROM<br />
</code></p>
<p>3. Unmount the disk with the following command:</p>
<p><code><br />
$ diskutil unmountDisk /dev/disk1<br />
Disk /dev/disk1 unmounted<br />
</code></p>
<p>4. Create the ISO file with the dd utility (may take some time):</p>
<p><code><br />
$ dd if=/dev/disk1 of=file.iso bs=2048<br />
</code></p>
<p>5. Test the ISO image by mounting the new file (or open with Finder):</p>
<p><code><br />
$ hdid file.iso<br />
</code></p>
<p>6. The ISO image can then be burnt to a blank CD/DVD.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2011/08/17/howto-create-iso-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharing a Screen Session</title>
		<link>http://www.clarksys.com/blog/2011/01/26/sharing-a-screen-session/</link>
		<comments>http://www.clarksys.com/blog/2011/01/26/sharing-a-screen-session/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 02:01:55 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[screen]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=518</guid>
		<description><![CDATA[Let’s assume that I elubow want to share my console with jdoe. The easiest way to do this next part is to actually name your screen session. So let’s call our session test. $ screen -S test This will create the &#8230; <a href="http://www.clarksys.com/blog/2011/01/26/sharing-a-screen-session/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Let’s assume that I elubow want to share my console with jdoe. The easiest way to do this next part is to actually name your screen session. So let’s call our session test.</p>
<blockquote><p>$ screen -S test</p></blockquote>
<p>This will create the session and put you in it. Now we need to add the access control. Note: You can automate the multiuser piece by adding it to you .screenrc.</p>
<blockquote><p>CTRL-A<br />
:multiuser on</p>
<p>CTRL-A<br />
:acladd jdoe</p></blockquote>
<p>All jdoe has to do now is connect to the same machine and type the following command:</p>
<blockquote><p>$ screen -x elubow/test   # $user/$session_name</p></blockquote>
<p>There are other security combinations as the above gives jdoe full access. Here are a few common ones:</p>
<blockquote><p>:aclchg user +rx  # Give &#8216;user&#8217; read-only access<br />
:aclchg user -x &#8220;#,at,aclchg,acladd,acldel,quit&#8221;  # Don&#8217;t allow &#8216;user&#8217; any of the previous commands<br />
:aclchg user +rwx  # Give &#8216;user&#8217; read-write access (open permission on the session)</p></blockquote>
<p>via <a href="http://eric.lubow.org/2010/system-administration/sharing-a-screen-session/">Sharing a Screen Session | Erics Tech Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2011/01/26/sharing-a-screen-session/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MongoDB: Handling Master Crashes in Master/Slave Setups « myNoSQL</title>
		<link>http://www.clarksys.com/blog/2010/10/26/mongodb-handling-master-crashes-in-masterslave-setups-%c2%ab-mynosql/</link>
		<comments>http://www.clarksys.com/blog/2010/10/26/mongodb-handling-master-crashes-in-masterslave-setups-%c2%ab-mynosql/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 18:30:43 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mongodb]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=489</guid>
		<description><![CDATA[MongoDB: Handling Master Crashes in Master/Slave Setups « myNoSQL. remove the lock file start mongod with --repair after the repair is complete, then you can restart mongod]]></description>
			<content:encoded><![CDATA[<p><a href="http://nosql.mypopescu.com/post/1395694914/mongodb-handling-master-crashes-in-master-slave-setups">MongoDB: Handling Master Crashes in Master/Slave Setups « myNoSQL</a>.</p>
<blockquote></blockquote>
<blockquote>
<li><span style="font-style: normal; font-size: 13px; line-height: 18px;">remove the lock file</span></li>
<li><span style="font-style: normal; font-size: 13px; line-height: 18px;">start mongod with <code style="outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; font-family: Courier, 'Courier New', serif; line-height: 1.3em; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">--repair</code></span></li>
<li><span style="font-style: normal; font-size: 13px; line-height: 18px;">after the repair is complete, then you can restart mongod</span></li>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2010/10/26/mongodb-handling-master-crashes-in-masterslave-setups-%c2%ab-mynosql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO Configure Unix ODBC</title>
		<link>http://www.clarksys.com/blog/2010/10/25/howto-configure-unix-odbc/</link>
		<comments>http://www.clarksys.com/blog/2010/10/25/howto-configure-unix-odbc/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 16:34:05 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[odbc]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=486</guid>
		<description><![CDATA[Taken from: How to setup a mySQL (DSN) datasbase source in CentOS with myODBC and unixODBC command line odbcinst -j vi /etc/odbcinst.ini vi /etc/odbc.inst odbcinst -i -d -f /etc/odbcinst.ini odbcinst -i -s -l -f /etc/odbc.ini odbcinst -s -q isql -v]]></description>
			<content:encoded><![CDATA[<p>Taken from: <a href="http://www.webaj.com/how-setup-mysql-dsn-datasbase-source-centos-myodbc-and-unixodbc-command-line.htm">How to setup a mySQL (DSN) datasbase source in CentOS with myODBC and unixODBC command line</a></p>
<blockquote><p>odbcinst -j<br />
vi /etc/odbcinst.ini<br />
vi /etc/odbc.inst<br />
odbcinst -i -d -f /etc/odbcinst.ini<br />
odbcinst -i -s -l -f /etc/odbc.ini<br />
odbcinst -s -q<br />
isql -v <datasource></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2010/10/25/howto-configure-unix-odbc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Set the time zone on a per user basis</title>
		<link>http://www.clarksys.com/blog/2009/09/01/set-the-time-zone-on-a-per-user-basis/</link>
		<comments>http://www.clarksys.com/blog/2009/09/01/set-the-time-zone-on-a-per-user-basis/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 21:24:31 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=449</guid>
		<description><![CDATA[Continuing on my general rant that all computer systems should use UTC/GMT for their system clocks the question is often posed by users that want to see their own local time when they log into a remote computer. Procedure &#8211; &#8230; <a href="http://www.clarksys.com/blog/2009/09/01/set-the-time-zone-on-a-per-user-basis/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Continuing on my general rant that all computer systems should use UTC/GMT for their system clocks the question is often posed by users that want to see their own local time when they log into a remote computer.</p>
<p><strong>Procedure &#8211; set the time zone on a per user basis</strong></p>
<p>Open user <strong>~/.bashrc </strong>or <strong>~/.bash_profile</strong> file using vi text editor and set up TZ environment variable. Append or SET TZ as follows:</p>
<p><strong>export TZ=&#8221;/usr/share/zoneinfo/{TIMEZONE-DIRECTORY}/{TIMEZONE_FILE}&gt;&#8221;</strong></p>
<p>If your username is foo and you would like to set TZ to Asia/Calcutta (INDIA IST) type command:</p>
<p><code># vi /home/foo/.bashrc</code></p>
<p>Append following:</p>
<p><code>export TZ="/usr/share/zoneinfo/Asia/Calcutta"</code></p>
<p>Save and close the file.</p>
<p>(via <a href="http://www.cyberciti.biz/faq/howto-linux-set-time-zone-per-user-basis/" target="_blank">http://www.cyberciti.biz/faq/howto-linux-set-time-zone-per-user-basis/</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2009/09/01/set-the-time-zone-on-a-per-user-basis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO Install OS X on a Dell Mini 9</title>
		<link>http://www.clarksys.com/blog/2009/05/04/howto-install-os-x-on-a-dell-mini-9/</link>
		<comments>http://www.clarksys.com/blog/2009/05/04/howto-install-os-x-on-a-dell-mini-9/#comments</comments>
		<pubDate>Mon, 04 May 2009 18:27:23 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=441</guid>
		<description><![CDATA[I just finished installing OS X on my Dell Mini 9 pic (as an aside &#8211; probably one of the best form factors I have owned for a traveling laptop). The instructions here: How-To: Install Mac OS X &#8211; DellEFI Method &#8230; <a href="http://www.clarksys.com/blog/2009/05/04/howto-install-os-x-on-a-dell-mini-9/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just finished installing OS X on my Dell Mini 9 <a href="http://twitpic.com/4jxqw">pic</a> (as an aside &#8211; probably one of the best form factors I have owned for a traveling laptop). The instructions here:</p>
<p><a href="event:http://twitpic.com/4jxqw"></a></p>
<p><a href="event:http://twitpic.com/4jxqw"></a></p>
<p><a href="http://www.mydellmini.com/forum/how-to-install-mac-os-x-dellefi-method-t3925.html-st=0&amp;sk=t&amp;sd=a">How-To: Install Mac OS X &#8211; DellEFI Method</a></p>
<p>are pretty good. I followed Section 2 Part A. One thing to note, when booting the system via the &#8220;small&#8221; USB drive you will have to press &#8220;esc&#8221; and select the larger USB drive to boot from. The syslinux/isolinux on the small USB drive will continue to boot in a loop until you break the cycle. Other than that everything worked like a charm right from the start (camera, audio, wifi, etc&#8230;).</p>
<p>I still need to install and tweet some additional settings and my 16 GB USB drive will always be close by (6 GB installation). Additional links and information are below &#8211; enjoy.</p>
<ul>
<li><a href="http://gizmodo.com/5156903/how-to-hackintosh-a-dell-mini-9-into-the-ultimate-os-x-netbook">How To: Hackintosh a Dell Mini 9 Into the Ultimate OS X Netbook</a></li>
<li><a href="http://mydellmini.com/forum/virtually-increase-your-dell-mini-screen-resolution-t2179.html-st=0&amp;sk=t&amp;sd=a">Virtually increase your Dell Mini Screen Resolution</a></li>
<li><a href="http://code.google.com/p/mydellmini/downloads/list">http://code.google.com/p/mydellmini/downloads/list</a></li>
<li><a href="http://www.eternalstorms.at/utilities/presentyourapps/index.html">http://www.eternalstorms.at/utilities/presentyourapps/index.html</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2009/05/04/howto-install-os-x-on-a-dell-mini-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto Subnet IPv6</title>
		<link>http://www.clarksys.com/blog/2009/03/12/howto-subnet-ipv6/</link>
		<comments>http://www.clarksys.com/blog/2009/03/12/howto-subnet-ipv6/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 10:46:30 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ipv6]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=399</guid>
		<description><![CDATA[I&#8217;ve been trying to get my head around IPv6 subnetting for some time now. Today was finally the day that forced the issue&#8230; First some background: All IP addresses (IPv4 and IPv6) are allocated in large blocks to a regional &#8230; <a href="http://www.clarksys.com/blog/2009/03/12/howto-subnet-ipv6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to get my head around IPv6 subnetting for some time now. Today was finally the day that forced the issue&#8230;</p>
<p>First some background:</p>
<p>All IP addresses (IPv4 and IPv6) are allocated in large blocks to a regional registry (ARIN, RIPE, etc&#8230;) these registries then in turn allocate addresses down to ISPs, ISPs to customers and so on. By default the registry will allocate a /32 to an ISP and the ISP is supposed to allocate a /48 to a customer. The IPv6 equivalent of a IPv4 /24 subnet is a /64 which is the space a customer should break their network segments into.</p>
<p>This is where my brain starts to hurt.</p>
<p>An IPv6 /32 is 2^16 (65536) /48 subnets, which in turn are each 2^16 /64 subnets. A /64 is 2^64 addresses, the square of the size of the entire IPv4 Internet. It took me a while to find a calculator that would actually give the expanded result &#8211; 18,446,744,073,709,552,000.</p>
<p>The numbers are just unbelievably large. Anyways back to the problem at hand, how does an ISP properly subnet their /32 space to customers (or better put what are the breakpoints in the subnets)?<br />
The answer is incredibly simple, since IPv6 is going to be subnetted based on the existing &#8220;:&#8221; octet separator all you need to do is increase the number and volia. Phyber&#8217;s IPv6 allocation is 2637:f238/32 which means the subnets are:</p>
<p><code><br />
2607:f238:0000/48<br />
2607:f238:0001/48<br />
2607:f238:0002/48<br />
</code></p>
<p>And so on and so on. Another trick, IPv6 isn&#8217;t just 0-9, the numbering is 0-9 + a-f or:</p>
<p><code><br />
2607:f238:0008/48<br />
2607:f238:0009/48<br />
2607:f238:000a/48<br />
2607:f238:000b/48<br />
</code></p>
<p>It is a ridiculous amount of IP space. I&#8217;ll post more when I figure out what we are doing for our cross connects and loopback interfaces.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2009/03/12/howto-subnet-ipv6/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>HOWTO Remove Emergency Dialing from Blackberry when Locked</title>
		<link>http://www.clarksys.com/blog/2008/08/25/howto-remove-emergency-dialing-from-blackberry-when-locked/</link>
		<comments>http://www.clarksys.com/blog/2008/08/25/howto-remove-emergency-dialing-from-blackberry-when-locked/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 12:59:13 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=395</guid>
		<description><![CDATA[I have what seems to be a relatively straightforward problem. I lock my blackberry, put it in my pocket and discover that a perfect series of motions result in the phone dialing 911. I find out the phone has dialed &#8230; <a href="http://www.clarksys.com/blog/2008/08/25/howto-remove-emergency-dialing-from-blackberry-when-locked/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have what seems to be a relatively straightforward problem. I lock my blackberry, put it in my pocket and discover that a perfect series of motions result in the phone dialing 911. I find out the phone has dialed 911 when the emergency dispatcher calls me back to ask if I have an emergency. Should I be concerned when they accept my &#8220;no Sir/Maam, we do not&#8221;?</p>
<p>After scouring the Internet this weekend, and waiting on hold with AT&#038;T my fears were confirmed. There is simply no way to remove the &#8220;Emergency Call&#8221; option when the phone is locked. However I did find another option which has been working just as good if not better. By holding down the mute key the phone will go into standby mode disabling all of the keys except the mute button. Unfortunately I cannot figure out how to map the side keys to the standby function, but it is a step in the right direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2008/08/25/howto-remove-emergency-dialing-from-blackberry-when-locked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

