<?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: Start Service at boot</title>
	<atom:link href="http://www.androidcompetencycenter.com/2009/06/start-service-at-boot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.androidcompetencycenter.com/2009/06/start-service-at-boot/</link>
	<description>Tutorials, Tips and tricks, Tools for Android development</description>
	<lastBuildDate>Mon, 30 Jan 2012 19:28:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.androidcompetencycenter.com/2009/06/start-service-at-boot/comment-page-1/#comment-665</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 16 Jan 2012 19:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=406#comment-665</guid>
		<description>HI;
I am developing an android application where the user enters his login and password. ThenI have to connect to an external database in order to check if the data entered by the userare correct. I can not recover the data entered by the user to check. someone could help me?
</description>
		<content:encoded><![CDATA[<p>HI;<br />
I am developing an android application where the user enters his login and password. ThenI have to connect to an external database in order to check if the data entered by the userare correct. I can not recover the data entered by the user to check. someone could help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sackofils</title>
		<link>http://www.androidcompetencycenter.com/2009/06/start-service-at-boot/comment-page-1/#comment-656</link>
		<dc:creator>Sackofils</dc:creator>
		<pubDate>Mon, 19 Dec 2011 11:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=406#comment-656</guid>
		<description>Hi, I tried your example in my device (Archos 7oi android 2.2) but it doesn&#039;t work porperly. It shows me a warning message as : &quot;Sudden closure of the application ... Test_Boot_Time (of the process com.android.test) Thank you to retry.&quot;

I don&#039;t understand what isn&#039;t fine there. Does anybody can help me please ?</description>
		<content:encoded><![CDATA[<p>Hi, I tried your example in my device (Archos 7oi android 2.2) but it doesn&#8217;t work porperly. It shows me a warning message as : &#8220;Sudden closure of the application &#8230; Test_Boot_Time (of the process com.android.test) Thank you to retry.&#8221;</p>
<p>I don&#8217;t understand what isn&#8217;t fine there. Does anybody can help me please ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syed Ahmed</title>
		<link>http://www.androidcompetencycenter.com/2009/06/start-service-at-boot/comment-page-1/#comment-650</link>
		<dc:creator>Syed Ahmed</dc:creator>
		<pubDate>Mon, 05 Dec 2011 08:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=406#comment-650</guid>
		<description>its not working i did everything as mentioned , when i run it there is message that there are error in your project fix it, but it is not showing any errors</description>
		<content:encoded><![CDATA[<p>its not working i did everything as mentioned , when i run it there is message that there are error in your project fix it, but it is not showing any errors</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: App for volunteer firefighters - Android Forums</title>
		<link>http://www.androidcompetencycenter.com/2009/06/start-service-at-boot/comment-page-1/#comment-649</link>
		<dc:creator>App for volunteer firefighters - Android Forums</dc:creator>
		<pubDate>Thu, 01 Dec 2011 19:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=406#comment-649</guid>
		<description>[...] Why start an alarm? Rather I think you need to register and intent filter for boot time like this: Start Service at boot &#124; Android Competency Center  [...]</description>
		<content:encoded><![CDATA[<p>[...] Why start an alarm? Rather I think you need to register and intent filter for boot time like this: Start Service at boot | Android Competency Center  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dougler</title>
		<link>http://www.androidcompetencycenter.com/2009/06/start-service-at-boot/comment-page-1/#comment-642</link>
		<dc:creator>Dougler</dc:creator>
		<pubDate>Thu, 17 Nov 2011 20:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=406#comment-642</guid>
		<description>Example:
&lt;code&gt;
public void onReceive(Context context, Intent intent) {
  if (startAtBoot == 0){    Intent serviceIntent = new Intent();    serviceIntent.setAction(&quot;com.wissen.startatboot.MyService&quot;);		    context.startService(serviceIntent);
  } }&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Example:<br />
<code><br />
public void onReceive(Context context, Intent intent) {<br />
  if (startAtBoot == 0){    Intent serviceIntent = new Intent();    serviceIntent.setAction("com.wissen.startatboot.MyService");		    context.startService(serviceIntent);<br />
  } }</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ApplicationBistro</title>
		<link>http://www.androidcompetencycenter.com/2009/06/start-service-at-boot/comment-page-1/#comment-641</link>
		<dc:creator>ApplicationBistro</dc:creator>
		<pubDate>Thu, 17 Nov 2011 20:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=406#comment-641</guid>
		<description>You can stop the service from starting at boot time by using a variable and an if statement in the onReceive method.  Add a preferences screen to your app and store a preference that enables/disables starting the service at boot time.  Then inside the onReceive method, get the value of the preference and test it using an if statement that will start the service if enabled and skip the service start code otherwise.</description>
		<content:encoded><![CDATA[<p>You can stop the service from starting at boot time by using a variable and an if statement in the onReceive method.  Add a preferences screen to your app and store a preference that enables/disables starting the service at boot time.  Then inside the onReceive method, get the value of the preference and test it using an if statement that will start the service if enabled and skip the service start code otherwise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shashidhar Yamsani</title>
		<link>http://www.androidcompetencycenter.com/2009/06/start-service-at-boot/comment-page-1/#comment-638</link>
		<dc:creator>Shashidhar Yamsani</dc:creator>
		<pubDate>Wed, 19 Oct 2011 13:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=406#comment-638</guid>
		<description>Thanks, Nice and simple. Got it working with one shot.</description>
		<content:encoded><![CDATA[<p>Thanks, Nice and simple. Got it working with one shot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Android Useful Info &#124; Nothing Interesting</title>
		<link>http://www.androidcompetencycenter.com/2009/06/start-service-at-boot/comment-page-1/#comment-631</link>
		<dc:creator>Android Useful Info &#124; Nothing Interesting</dc:creator>
		<pubDate>Thu, 08 Sep 2011 16:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=406#comment-631</guid>
		<description>[...] http://www.androidcompetencycenter.com/2009/06/start-service-at-boot/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.androidcompetencycenter.com/2009/06/start-service-at-boot/" rel="nofollow">http://www.androidcompetencycenter.com/2009/06/start-service-at-boot/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Findingpoint</title>
		<link>http://www.androidcompetencycenter.com/2009/06/start-service-at-boot/comment-page-1/#comment-630</link>
		<dc:creator>Findingpoint</dc:creator>
		<pubDate>Thu, 25 Aug 2011 21:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=406#comment-630</guid>
		<description>Can anybody explain how to stop (cancel) a service at boot ?       
google_map for instance ?
Are there any OS tweaks to do this?

</description>
		<content:encoded><![CDATA[<p>Can anybody explain how to stop (cancel) a service at boot ? <br />
google_map for instance ?<br />
Are there any OS tweaks to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Findingpoint</title>
		<link>http://www.androidcompetencycenter.com/2009/06/start-service-at-boot/comment-page-1/#comment-629</link>
		<dc:creator>Findingpoint</dc:creator>
		<pubDate>Thu, 25 Aug 2011 21:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=406#comment-629</guid>
		<description>Can anybody explain how to stop (cancel) a service at boot ?</description>
		<content:encoded><![CDATA[<p>Can anybody explain how to stop (cancel) a service at boot ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

