<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Bluetooth Proximity Detection on OS X</title>
	<atom:link href="http://www.technocrat.ca/?feed=rss2&#038;p=44" rel="self" type="application/rss+xml" />
	<link>http://www.technocrat.ca/?p=44</link>
	<description>Musings and Ramblings on Life, The Universe, and Technology</description>
	<lastBuildDate>Thu, 24 Jun 2010 23:05:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Francois</title>
		<link>http://www.technocrat.ca/?p=44&#038;cpage=3#comment-81872</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Thu, 24 Jun 2010 23:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://hollington.ca/technocrat/?p=44#comment-81872</guid>
		<description>Just to keep this forum alive: I dloaded Proximity (a bit difficult to find it), copied-pasted the code in the original post, commented out the &quot;notif&quot; lines and voilà, everything worked fine. Then I added
    tell application &quot;iTunes&quot; to pause
and
   tell application &quot;iTunes&quot; to play.
I tried Romeo but it kept connecting - disconnecting from the phone (must say my Sony C510 is not listed as compatible, my old T68i was, and Romeo worked perfectly wit it).</description>
		<content:encoded><![CDATA[<p>Just to keep this forum alive: I dloaded Proximity (a bit difficult to find it), copied-pasted the code in the original post, commented out the &#8220;notif&#8221; lines and voilà, everything worked fine. Then I added<br />
    tell application &#8220;iTunes&#8221; to pause<br />
and<br />
   tell application &#8220;iTunes&#8221; to play.<br />
I tried Romeo but it kept connecting &#8211; disconnecting from the phone (must say my Sony C510 is not listed as compatible, my old T68i was, and Romeo worked perfectly wit it).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Automatically lock your computer when you go away &#171; No Relation To&#8230;</title>
		<link>http://www.technocrat.ca/?p=44&#038;cpage=3#comment-77341</link>
		<dc:creator>Automatically lock your computer when you go away &#171; No Relation To&#8230;</dc:creator>
		<pubDate>Thu, 01 Apr 2010 19:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://hollington.ca/technocrat/?p=44#comment-77341</guid>
		<description>[...] other blog entry has a fairly compete setting example. I personally purposely do not unlock the screen when I come [...]</description>
		<content:encoded><![CDATA[<p>[...] other blog entry has a fairly compete setting example. I personally purposely do not unlock the screen when I come [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.technocrat.ca/?p=44&#038;cpage=3#comment-76326</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 16 Mar 2010 04:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://hollington.ca/technocrat/?p=44#comment-76326</guid>
		<description>I&#039;ll give Airlock a try. In the meantime I have been using deskshade (http://macrabbit.com/deskshade/) in conjunction with proximity inorder to get around the screensaver issue. The Away and Available scripts are posted below.

--##Available##--

-- Desk Shade Unlock
tell application &quot;DeskShade&quot;
	unlock
	quit
end tell


--##Away##--

-- Lock DeskShade
tell application &quot;DeskShade&quot;
	lock
end tell
end run</description>
		<content:encoded><![CDATA[<p>I&#8217;ll give Airlock a try. In the meantime I have been using deskshade (<a href="http://macrabbit.com/deskshade/" rel="nofollow">http://macrabbit.com/deskshade/</a>) in conjunction with proximity inorder to get around the screensaver issue. The Away and Available scripts are posted below.</p>
<p><del>-##Available##</del>-<br />
&#8212;Desk Shade Unlock<br />
tell application &#8220;DeskShade&#8221;<br />
unlock<br />
quit<br />
end tell</p>
<p><del>-##Away##</del>-<br />
&#8212;Lock DeskShade<br />
tell application &#8220;DeskShade&#8221;<br />
lock<br />
end tell<br />
end run</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hello Simon &#171; DoneBySimon</title>
		<link>http://www.technocrat.ca/?p=44&#038;cpage=3#comment-74979</link>
		<dc:creator>Hello Simon &#171; DoneBySimon</dc:creator>
		<pubDate>Thu, 18 Feb 2010 15:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://hollington.ca/technocrat/?p=44#comment-74979</guid>
		<description>[...] je dat kan fixen lees je hier, je hebt er wel een mobieltje en een laptop met Bluetooth voor [...]</description>
		<content:encoded><![CDATA[<p>[...] je dat kan fixen lees je hier, je hebt er wel een mobieltje en een laptop met Bluetooth voor [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timmy</title>
		<link>http://www.technocrat.ca/?p=44&#038;cpage=3#comment-73489</link>
		<dc:creator>Timmy</dc:creator>
		<pubDate>Sat, 09 Jan 2010 02:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://hollington.ca/technocrat/?p=44#comment-73489</guid>
		<description>I have the same Snow Leopard problem. When I come in range I get a black screen with the cursor...I hope this gets worked out somehow...</description>
		<content:encoded><![CDATA[<p>I have the same Snow Leopard problem. When I come in range I get a black screen with the cursor&#8230;I hope this gets worked out somehow&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gui Bahia</title>
		<link>http://www.technocrat.ca/?p=44&#038;cpage=3#comment-73376</link>
		<dc:creator>Gui Bahia</dc:creator>
		<pubDate>Wed, 06 Jan 2010 04:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://hollington.ca/technocrat/?p=44#comment-73376</guid>
		<description>Hi guys, I&#039;m a teacher and I&#039;m trying to develop an app to notice if my students are or are not attempting to my classes. To do so  I wonder if it is possible to check every MAC address of every student bluetooth phone previously assigned in my app&#039;s data base. So, if the student is in the class room, I would no it checking his phone proximity. Any one can help me accomplish this goal. I work with applescript. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi guys, I&#8217;m a teacher and I&#8217;m trying to develop an app to notice if my students are or are not attempting to my classes. To do so  I wonder if it is possible to check every MAC address of every student bluetooth phone previously assigned in my app&#8217;s data base. So, if the student is in the class room, I would no it checking his phone proximity. Any one can help me accomplish this goal. I work with applescript. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias Linder</title>
		<link>http://www.technocrat.ca/?p=44&#038;cpage=3#comment-72327</link>
		<dc:creator>Tobias Linder</dc:creator>
		<pubDate>Sun, 13 Dec 2009 21:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://hollington.ca/technocrat/?p=44#comment-72327</guid>
		<description>I&#039;m not that happy with AirLock. It produces so much activity on the disk and the items it consists of are scatered all over the drive. Proximity is so slim and elegant and I would really love to find a solution, to get it run again in Snow Leo.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not that happy with AirLock. It produces so much activity on the disk and the items it consists of are scatered all over the drive. Proximity is so slim and elegant and I would really love to find a solution, to get it run again in Snow Leo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.technocrat.ca/?p=44&#038;cpage=3#comment-72168</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 09 Dec 2009 21:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://hollington.ca/technocrat/?p=44#comment-72168</guid>
		<description>It looks like there&#039;s an application that may finally do what we want in Snow Leopard. Unfortunately right now it only supports the iPhone and iPod touch.  They say, however, that they plan to include support for other bluetooth devices in the future.  The application is called Airlock: http://themha.com/airlock/</description>
		<content:encoded><![CDATA[<p>It looks like there&#8217;s an application that may finally do what we want in Snow Leopard. Unfortunately right now it only supports the iPhone and iPod touch.  They say, however, that they plan to include support for other bluetooth devices in the future.  The application is called Airlock: <a href="http://themha.com/airlock/" rel="nofollow">http://themha.com/airlock/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.technocrat.ca/?p=44&#038;cpage=3#comment-69168</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 02 Oct 2009 07:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://hollington.ca/technocrat/?p=44#comment-69168</guid>
		<description>@Chris, @ Kevin, I am having the same issues on Snow Leopard, I don&#039;t know if either of you are the users on this forum or have seen it, but just fyi:

http://discussions.apple.com/thread.jspa?threadID=2133574&amp;start=15&amp;tstart=1</description>
		<content:encoded><![CDATA[<p><code>Chris, </code> Kevin, I am having the same issues on Snow Leopard, I don&#8217;t know if either of you are the users on this forum or have seen it, but just fyi:</p>
<p><a href="http://discussions.apple.com/thread.jspa?threadID=2133574&#038;start=15&#038;tstart=1" rel="nofollow">http://discussions.apple.com/thread.jspa?threadID=2133574&#038;start=15&#038;tstart=1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.technocrat.ca/?p=44&#038;cpage=3#comment-68945</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 26 Sep 2009 21:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://hollington.ca/technocrat/?p=44#comment-68945</guid>
		<description>Has anyone found a fix for the blank screensaver issue in snow leopard 10.6?</description>
		<content:encoded><![CDATA[<p>Has anyone found a fix for the blank screensaver issue in snow leopard 10.6?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
