<?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: Turn programs on and off with Bluetooth in Ubuntu</title>
	<atom:link href="http://www.prupert.co.uk/2009/03/15/ubuntu-bluetooth-presence-activation-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prupert.co.uk/2009/03/15/ubuntu-bluetooth-presence-activation-script/</link>
	<description>putting the know back in technology</description>
	<lastBuildDate>Thu, 13 Oct 2011 11:51:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: prupert</title>
		<link>http://www.prupert.co.uk/2009/03/15/ubuntu-bluetooth-presence-activation-script/comment-page-1/#comment-39</link>
		<dc:creator>prupert</dc:creator>
		<pubDate>Fri, 31 Jul 2009 08:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.prupert.co.uk/?p=124#comment-39</guid>
		<description>Hey Lars

Thanks for dropping by. To be honest, it might have been a case of BlueProximity being TOO good. It was a while ago now, but I think I found that the program had too many options, most of them seemed to relate to the proximity of the phone, rather than simply there being an simple On/Off choice. I guess I just found the interface and options a little confusing and couldn&#039;t work out how to do exactly what I wanted to do with it. This was most likely me being dumb, rather than any problems with your program. And in any case, it gave me an excuse to learn a little bit more about Bash, something I have been keen to learn for a long while, so it was a good learning experience for me.

So, in the end, your program is very powerfull, but it did too many things. I just wanted to do one simple thing, run a command if the phone is not found, and then run another when it is.

Hope that sheds some light on the reasons for my little script ;)</description>
		<content:encoded><![CDATA[<p>Hey Lars</p>
<p>Thanks for dropping by. To be honest, it might have been a case of BlueProximity being TOO good. It was a while ago now, but I think I found that the program had too many options, most of them seemed to relate to the proximity of the phone, rather than simply there being an simple On/Off choice. I guess I just found the interface and options a little confusing and couldn&#8217;t work out how to do exactly what I wanted to do with it. This was most likely me being dumb, rather than any problems with your program. And in any case, it gave me an excuse to learn a little bit more about Bash, something I have been keen to learn for a long while, so it was a good learning experience for me.</p>
<p>So, in the end, your program is very powerfull, but it did too many things. I just wanted to do one simple thing, run a command if the phone is not found, and then run another when it is.</p>
<p>Hope that sheds some light on the reasons for my little script <img src='http://www.prupert.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Friedrichs</title>
		<link>http://www.prupert.co.uk/2009/03/15/ubuntu-bluetooth-presence-activation-script/comment-page-1/#comment-36</link>
		<dc:creator>Lars Friedrichs</dc:creator>
		<pubDate>Thu, 23 Jul 2009 09:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.prupert.co.uk/?p=124#comment-36</guid>
		<description>Hi,

I am somewhat puzzled that you cannot do what you describe  with BlueProximity. There are &quot;lock&quot; and &quot;unlock&quot; commands.

As I am the author I would like to know what my program is missing so I can make it better.

Bye
Lars</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am somewhat puzzled that you cannot do what you describe  with BlueProximity. There are &#8220;lock&#8221; and &#8220;unlock&#8221; commands.</p>
<p>As I am the author I would like to know what my program is missing so I can make it better.</p>
<p>Bye<br />
Lars</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prupert</title>
		<link>http://www.prupert.co.uk/2009/03/15/ubuntu-bluetooth-presence-activation-script/comment-page-1/#comment-33</link>
		<dc:creator>prupert</dc:creator>
		<pubDate>Mon, 11 May 2009 08:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.prupert.co.uk/?p=124#comment-33</guid>
		<description>If the file is saved as say bluetoothscan.sh and then saved in say /home/user/bluetoothscan.sh then to run the file, you first navigate to the folder where the file is, via the command line, so type in a Terminal:

cd /home/user

Then to run the script, you need to type the following in a Terminal:

./bluetoothscan.sh

You might need superuser privalages to run it, so in this case you type:

sudo ./bluetoothscan.sh

You can also set up a cron job to run it every five minutes or so, by editing /etc/crontab</description>
		<content:encoded><![CDATA[<p>If the file is saved as say bluetoothscan.sh and then saved in say /home/user/bluetoothscan.sh then to run the file, you first navigate to the folder where the file is, via the command line, so type in a Terminal:</p>
<p>cd /home/user</p>
<p>Then to run the script, you need to type the following in a Terminal:</p>
<p>./bluetoothscan.sh</p>
<p>You might need superuser privalages to run it, so in this case you type:</p>
<p>sudo ./bluetoothscan.sh</p>
<p>You can also set up a cron job to run it every five minutes or so, by editing /etc/crontab</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biggs</title>
		<link>http://www.prupert.co.uk/2009/03/15/ubuntu-bluetooth-presence-activation-script/comment-page-1/#comment-32</link>
		<dc:creator>Biggs</dc:creator>
		<pubDate>Wed, 15 Apr 2009 02:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.prupert.co.uk/?p=124#comment-32</guid>
		<description>how would i get it to run?</description>
		<content:encoded><![CDATA[<p>how would i get it to run?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

