<?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: Proximity Alerts in Android</title>
	<atom:link href="http://www.gauntface.co.uk/blog/2010/01/04/proximity-alerts-in-android/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gauntface.co.uk/blog/2010/01/04/proximity-alerts-in-android/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:03:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gaunt Face &#124; Matthew Gaunt &#124; How-To: Multiple Proximity Alerts in Android</title>
		<link>http://www.gauntface.co.uk/blog/2010/01/04/proximity-alerts-in-android/#comment-104</link>
		<dc:creator>Gaunt Face &#124; Matthew Gaunt &#124; How-To: Multiple Proximity Alerts in Android</dc:creator>
		<pubDate>Wed, 30 Nov 2011 22:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauntface.co.uk/blog/?p=387#comment-104</guid>
		<description>[...] http://www.gauntface.co.uk/blog/2010/01/04/proximity-alerts-in-android/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.gauntface.co.uk/blog/2010/01/04/proximity-alerts-in-android/" rel="nofollow">http://www.gauntface.co.uk/blog/2010/01/04/proximity-alerts-in-android/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaunt Face - Matthew Gaunt &#124; How-To: Multiple Proximity Alerts in Android</title>
		<link>http://www.gauntface.co.uk/blog/2010/01/04/proximity-alerts-in-android/#comment-61</link>
		<dc:creator>Gaunt Face - Matthew Gaunt &#124; How-To: Multiple Proximity Alerts in Android</dc:creator>
		<pubDate>Tue, 28 Dec 2010 16:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauntface.co.uk/blog/?p=387#comment-61</guid>
		<description>[...] http://www.gauntface.co.uk/pages/blog/2010/01/04/proximity-alerts-in-android/ [...] </description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.gauntface.co.uk/pages/blog/2010/01/04/proximity-alerts-in-android/" rel="nofollow">http://www.gauntface.co.uk/pages/blog/2010/01/04/proximity-alerts-in-android/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flavio</title>
		<link>http://www.gauntface.co.uk/blog/2010/01/04/proximity-alerts-in-android/#comment-60</link>
		<dc:creator>Flavio</dc:creator>
		<pubDate>Tue, 05 Oct 2010 12:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauntface.co.uk/blog/?p=387#comment-60</guid>
		<description>Did you have any luck finding and implementing the code to trigger the alert? I manage to create the alerts but they never get fired. I only tryin in the emulator for now, could you explain to me a bit more what you said about to disable the GPS provider and use the network provider? 

Thanks in advance, any source would be appreciated</description>
		<content:encoded><![CDATA[<p>Did you have any luck finding and implementing the code to trigger the alert? I manage to create the alerts but they never get fired. I only tryin in the emulator for now, could you explain to me a bit more what you said about to disable the GPS provider and use the network provider? </p>
<p>Thanks in advance, any source would be appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avi</title>
		<link>http://www.gauntface.co.uk/blog/2010/01/04/proximity-alerts-in-android/#comment-59</link>
		<dc:creator>Avi</dc:creator>
		<pubDate>Sun, 12 Sep 2010 15:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauntface.co.uk/blog/?p=387#comment-59</guid>
		<description>how do i catch the request code in the broadcast reciever  ?</description>
		<content:encoded><![CDATA[<p>how do i catch the request code in the broadcast reciever  ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petar K</title>
		<link>http://www.gauntface.co.uk/blog/2010/01/04/proximity-alerts-in-android/#comment-58</link>
		<dc:creator>Petar K</dc:creator>
		<pubDate>Thu, 08 Jul 2010 21:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauntface.co.uk/blog/?p=387#comment-58</guid>
		<description>Can you post the actual source of this

Thanks</description>
		<content:encoded><![CDATA[<p>Can you post the actual source of this</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luiz</title>
		<link>http://www.gauntface.co.uk/blog/2010/01/04/proximity-alerts-in-android/#comment-57</link>
		<dc:creator>luiz</dc:creator>
		<pubDate>Tue, 22 Jun 2010 14:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauntface.co.uk/blog/?p=387#comment-57</guid>
		<description>Hi....
My proximity alert is now working fine, but, now I want to remove ALL proximity alerts, I have around 9000 alerts, but the android 2.1 SDK only allow to remove one by one passing the PendingIntent.

Now here comes the BIG problem, I add all alerts dinamically reading one config file. Do I have to keep in an array variable all PendingItents that I&#039;ve create to then remove then one by one, or it is an easier way to do that!?

Tks!</description>
		<content:encoded><![CDATA[<p>Hi&#8230;.<br />
My proximity alert is now working fine, but, now I want to remove ALL proximity alerts, I have around 9000 alerts, but the android 2.1 SDK only allow to remove one by one passing the PendingIntent.</p>
<p>Now here comes the BIG problem, I add all alerts dinamically reading one config file. Do I have to keep in an array variable all PendingItents that I&#8217;ve create to then remove then one by one, or it is an easier way to do that!?</p>
<p>Tks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sampath</title>
		<link>http://www.gauntface.co.uk/blog/2010/01/04/proximity-alerts-in-android/#comment-56</link>
		<dc:creator>sampath</dc:creator>
		<pubDate>Wed, 09 Jun 2010 05:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauntface.co.uk/blog/?p=387#comment-56</guid>
		<description>this worked like  a charm. thanks</description>
		<content:encoded><![CDATA[<p>this worked like  a charm. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mimi</title>
		<link>http://www.gauntface.co.uk/blog/2010/01/04/proximity-alerts-in-android/#comment-55</link>
		<dc:creator>mimi</dc:creator>
		<pubDate>Thu, 27 May 2010 21:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauntface.co.uk/blog/?p=387#comment-55</guid>
		<description>sorry steven but i used the request code but it seem to not work!!! ,you say that it work with you i use different request code but i still have the same problem help please.</description>
		<content:encoded><![CDATA[<p>sorry steven but i used the request code but it seem to not work!!! ,you say that it work with you i use different request code but i still have the same problem help please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.gauntface.co.uk/blog/2010/01/04/proximity-alerts-in-android/#comment-54</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 23 May 2010 22:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauntface.co.uk/blog/?p=387#comment-54</guid>
		<description>I&#039;ve been trying everything to get proximity alerts working with the emulator.  There&#039;s one small part you left out of your tutorial - the code to trigger the alert.  I&#039;ve read articles (and even the source code for LocationManagerService) and can&#039;t get the alerts to trigger the receiver.  According to some articles I&#039;ve read, one must disable the GPS provider and use the Network provider as these are the only two that proximity alerts deal with. Given that the network provider is disable in the emulator, you can safely use this provider and inject locations into it (once activated) and triggers the proximity alerts.  Seems well and good, only I haven&#039;t had any luck.   I also have been trying the receiver tag in the XML file but switched to code to see if that worked - no go, however.

Would you be able to follow up this article with one on how to test this code by injecting locations into the network provider?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying everything to get proximity alerts working with the emulator.  There&#8217;s one small part you left out of your tutorial &#8211; the code to trigger the alert.  I&#8217;ve read articles (and even the source code for LocationManagerService) and can&#8217;t get the alerts to trigger the receiver.  According to some articles I&#8217;ve read, one must disable the GPS provider and use the Network provider as these are the only two that proximity alerts deal with. Given that the network provider is disable in the emulator, you can safely use this provider and inject locations into it (once activated) and triggers the proximity alerts.  Seems well and good, only I haven&#8217;t had any luck.   I also have been trying the receiver tag in the XML file but switched to code to see if that worked &#8211; no go, however.</p>
<p>Would you be able to follow up this article with one on how to test this code by injecting locations into the network provider?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten Damen</title>
		<link>http://www.gauntface.co.uk/blog/2010/01/04/proximity-alerts-in-android/#comment-53</link>
		<dc:creator>Maarten Damen</dc:creator>
		<pubDate>Thu, 13 May 2010 09:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.gauntface.co.uk/blog/?p=387#comment-53</guid>
		<description>Thanks!
Finally got my proximityalert to work!</description>
		<content:encoded><![CDATA[<p>Thanks!<br />
Finally got my proximityalert to work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

