<?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: How to bind to services from the android source to your app</title>
	<atom:link href="http://www.adityatalpade.com/2010/07/31/how-to-bind-to-services-from-the-android-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adityatalpade.com/2010/07/31/how-to-bind-to-services-from-the-android-source/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 05 Aug 2011 11:06:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: R</title>
		<link>http://www.adityatalpade.com/2010/07/31/how-to-bind-to-services-from-the-android-source/#comment-926</link>
		<dc:creator>R</dc:creator>
		<pubDate>Thu, 14 Jul 2011 06:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.adityatalpade.com/?p=110#comment-926</guid>
		<description>Hello,
Thanks for the article :-)

I get a security exception - 07-14 12:09:01.940: ERROR/AndroidRuntime(451): Caused by: java.lang.SecurityException: Not allowed to bind to service Intent { cmp=com.android.music/.MediaPlaybackService }

:( What do I do?

Doesn&#039;t this method work any more?</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Thanks for the article <img src='http://www.adityatalpade.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I get a security exception &#8211; 07-14 12:09:01.940: ERROR/AndroidRuntime(451): Caused by: java.lang.SecurityException: Not allowed to bind to service Intent { cmp=com.android.music/.MediaPlaybackService }</p>
<p> <img src='http://www.adityatalpade.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  What do I do?</p>
<p>Doesn&#8217;t this method work any more?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathanial Longanecker</title>
		<link>http://www.adityatalpade.com/2010/07/31/how-to-bind-to-services-from-the-android-source/#comment-20</link>
		<dc:creator>Nathanial Longanecker</dc:creator>
		<pubDate>Fri, 27 Aug 2010 17:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.adityatalpade.com/?p=110#comment-20</guid>
		<description>Thanks alot this made for  intresting reading. I really like your site, the theme is really cool. I have came here numerous times but have never commented, just wanted to let you know... Keep up the excellent work!</description>
		<content:encoded><![CDATA[<p>Thanks alot this made for  intresting reading. I really like your site, the theme is really cool. I have came here numerous times but have never commented, just wanted to let you know&#8230; Keep up the excellent work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya</title>
		<link>http://www.adityatalpade.com/2010/07/31/how-to-bind-to-services-from-the-android-source/#comment-12</link>
		<dc:creator>Aditya</dc:creator>
		<pubDate>Sun, 15 Aug 2010 07:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.adityatalpade.com/?p=110#comment-12</guid>
		<description>Send the play, pause...etc commands the same way you send the pause command.

make
service.pause();

service.play();

Look at the AIDL for all the methods you can use.
:)</description>
		<content:encoded><![CDATA[<p>Send the play, pause&#8230;etc commands the same way you send the pause command.</p>
<p>make<br />
service.pause();</p>
<p>service.play();</p>
<p>Look at the AIDL for all the methods you can use.<br />
 <img src='http://www.adityatalpade.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grzegorz Madajczak</title>
		<link>http://www.adityatalpade.com/2010/07/31/how-to-bind-to-services-from-the-android-source/#comment-11</link>
		<dc:creator>Grzegorz Madajczak</dc:creator>
		<pubDate>Sat, 14 Aug 2010 22:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.adityatalpade.com/?p=110#comment-11</guid>
		<description>Hy!
Thank you for your artice... It was very usefull for me. I am developing an app for Android, which will use android media player. Please tell me how to send play or next command to media player using your methode.</description>
		<content:encoded><![CDATA[<p>Hy!<br />
Thank you for your artice&#8230; It was very usefull for me. I am developing an app for Android, which will use android media player. Please tell me how to send play or next command to media player using your methode.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

