<?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: Android - binding to the Music app service to find currently playing song</title>
	<atom:link href="http://www.alexc.me/android-music-app-service-currently-playing-song/231/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alexc.me/android-music-app-service-currently-playing-song/231/</link>
	<description>Fun things about web development, Facebook, iPhone, and whatever else I happen to be working on.</description>
	<pubDate>Fri, 10 Sep 2010 15:53:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Grzegorz Madajczak</title>
		<link>http://www.alexc.me/android-music-app-service-currently-playing-song/231/comment-page-1/#comment-918</link>
		<dc:creator>Grzegorz Madajczak</dc:creator>
		<pubDate>Sun, 15 Aug 2010 08:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexc.me/?p=231#comment-918</guid>
		<description>&lt;blockquote cite="#commentbody-838"&gt;
&lt;strong&gt;&lt;a href="#comment-838" rel="nofollow"&gt;mytharak&lt;/a&gt; :&lt;/strong&gt;
          Cool article!
You should be able to access the media player’s service from your app without including it manually. 
Have you tried “import com.android.music.IMediaPlaybackService” instead of manually including the aidl file?
         &lt;/blockquote&gt;
It is impossible, because com.android.music is not in android SDK.</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-838"><p>
<strong><a href="#comment-838" rel="nofollow">mytharak</a> :</strong><br />
          Cool article!<br />
You should be able to access the media player’s service from your app without including it manually.<br />
Have you tried “import com.android.music.IMediaPlaybackService” instead of manually including the aidl file?
         </p></blockquote>
<p>It is impossible, because com.android.music is not in android SDK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grzegorz Madajczak</title>
		<link>http://www.alexc.me/android-music-app-service-currently-playing-song/231/comment-page-1/#comment-917</link>
		<dc:creator>Grzegorz Madajczak</dc:creator>
		<pubDate>Sun, 15 Aug 2010 08:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexc.me/?p=231#comment-917</guid>
		<description>Hello!
First of all - thank you for nice article. It's clear and very usefull.
I tried to implement this method in my project, but always I have exception: java.lang.RuntimeException: java.lang.SecurityException: Binder invocation to an incorrect interface.
My pastebin with whole exception is: http://android.pastebin.com/Xj7WpiJ3.

I will be appreciated for advice, how to resolve this problem...
I will add, that this is the same problem as in #10 post by Sathya.</description>
		<content:encoded><![CDATA[<p>Hello!<br />
First of all - thank you for nice article. It&#8217;s clear and very usefull.<br />
I tried to implement this method in my project, but always I have exception: java.lang.RuntimeException: java.lang.SecurityException: Binder invocation to an incorrect interface.<br />
My pastebin with whole exception is: <a href="http://android.pastebin.com/Xj7WpiJ3" rel="nofollow">http://android.pastebin.com/Xj7WpiJ3</a>.</p>
<p>I will be appreciated for advice, how to resolve this problem&#8230;<br />
I will add, that this is the same problem as in #10 post by Sathya.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chopcsu</title>
		<link>http://www.alexc.me/android-music-app-service-currently-playing-song/231/comment-page-1/#comment-885</link>
		<dc:creator>chopcsu</dc:creator>
		<pubDate>Tue, 03 Aug 2010 05:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexc.me/?p=231#comment-885</guid>
		<description>So found out HTC have started using their own music player, as well as Sony Ericsson, so this method will not work on X10's &amp; Legends..will post other phones I come across that do not have the default android music player</description>
		<content:encoded><![CDATA[<p>So found out HTC have started using their own music player, as well as Sony Ericsson, so this method will not work on X10&#8217;s &amp; Legends..will post other phones I come across that do not have the default android music player</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to bind to services from the android source &#124; Aditya Talpade</title>
		<link>http://www.alexc.me/android-music-app-service-currently-playing-song/231/comment-page-1/#comment-883</link>
		<dc:creator>How to bind to services from the android source &#124; Aditya Talpade</dc:creator>
		<pubDate>Sat, 31 Jul 2010 05:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexc.me/?p=231#comment-883</guid>
		<description>[...] over here has a great tutorial to get you app to bind to the [...]</description>
		<content:encoded><![CDATA[<p>[...] over here has a great tutorial to get you app to bind to the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mytharak</title>
		<link>http://www.alexc.me/android-music-app-service-currently-playing-song/231/comment-page-1/#comment-838</link>
		<dc:creator>mytharak</dc:creator>
		<pubDate>Tue, 20 Jul 2010 06:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexc.me/?p=231#comment-838</guid>
		<description>Cool article!

You should be able to access the media player's service from your app without including it manually. 

Have you tried "import com.android.music.IMediaPlaybackService" instead of manually including the aidl file?</description>
		<content:encoded><![CDATA[<p>Cool article!</p>
<p>You should be able to access the media player&#8217;s service from your app without including it manually. </p>
<p>Have you tried &#8220;import com.android.music.IMediaPlaybackService&#8221; instead of manually including the aidl file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chopcsu</title>
		<link>http://www.alexc.me/android-music-app-service-currently-playing-song/231/comment-page-1/#comment-806</link>
		<dc:creator>chopcsu</dc:creator>
		<pubDate>Mon, 05 Jul 2010 03:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexc.me/?p=231#comment-806</guid>
		<description>Does anyone if there are any other mechanisms to detect a song change other than just polling?</description>
		<content:encoded><![CDATA[<p>Does anyone if there are any other mechanisms to detect a song change other than just polling?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shubham</title>
		<link>http://www.alexc.me/android-music-app-service-currently-playing-song/231/comment-page-1/#comment-764</link>
		<dc:creator>shubham</dc:creator>
		<pubDate>Wed, 26 May 2010 09:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexc.me/?p=231#comment-764</guid>
		<description>Hi friends,
Any body have idea How cna i play music file over coming call.
Pls reply ,
thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi friends,<br />
Any body have idea How cna i play music file over coming call.<br />
Pls reply ,<br />
thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Rivera</title>
		<link>http://www.alexc.me/android-music-app-service-currently-playing-song/231/comment-page-1/#comment-583</link>
		<dc:creator>Jorge Rivera</dc:creator>
		<pubDate>Thu, 10 Dec 2009 19:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexc.me/?p=231#comment-583</guid>
		<description>Hi,

Thanks a lot for the post, it was really helpful!

Has anyone tried to enqueue a list of songs using the .enqueue method?  I have a little problem with it: I send a bunch of songs and only the first HALF of the songs get added to the list. I tried using the NOW, NEXT and LAST position options, and various sizes of lists of songs. For an odd number of songs, it adds half of (list+1).

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks a lot for the post, it was really helpful!</p>
<p>Has anyone tried to enqueue a list of songs using the .enqueue method?  I have a little problem with it: I send a bunch of songs and only the first HALF of the songs get added to the list. I tried using the NOW, NEXT and LAST position options, and various sizes of lists of songs. For an odd number of songs, it adds half of (list+1).</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NPS</title>
		<link>http://www.alexc.me/android-music-app-service-currently-playing-song/231/comment-page-1/#comment-581</link>
		<dc:creator>NPS</dc:creator>
		<pubDate>Sat, 05 Dec 2009 21:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexc.me/?p=231#comment-581</guid>
		<description>Hi can you pls give us a working example ,
What we are trying to do is tag the currently playing song so for that we need to get the info like the actual path to the song and also the artist info and all some how i cannot find the IMediaPlaybackService.aidl file in my android sdk 

could you direct me towards that</description>
		<content:encoded><![CDATA[<p>Hi can you pls give us a working example ,<br />
What we are trying to do is tag the currently playing song so for that we need to get the info like the actual path to the song and also the artist info and all some how i cannot find the IMediaPlaybackService.aidl file in my android sdk </p>
<p>could you direct me towards that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sathya</title>
		<link>http://www.alexc.me/android-music-app-service-currently-playing-song/231/comment-page-1/#comment-571</link>
		<dc:creator>Sathya</dc:creator>
		<pubDate>Mon, 30 Nov 2009 14:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexc.me/?p=231#comment-571</guid>
		<description>Hi MarGau,

Thanks for the reply. It worked.. :-)</description>
		<content:encoded><![CDATA[<p>Hi MarGau,</p>
<p>Thanks for the reply. It worked.. <img src='http://www.alexc.me/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
