by daneren2005 » Fri Mar 08, 2013 6:23 pm
Well in the logcat it appears that that particular song is never paused. IT just tries to "start" it multiple times. Relevant part:
03-07 15:32:32.000 I/MediaButtonIntentReceiver(11043): Got MEDIA_BUTTON key event: KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_MEDIA_PLAY, scanCode=200, metaState=0, flags=0x8, repeatCount=0, eventTime=52647860, downTime=52647860, deviceId=13, source=0x101 }
03-07 15:32:32.010 I/DownloadServiceImpl(11043): STARTED -> STARTED (DownloadFile (13 RAD 10 Taylor Swift Is A Liar))
03-07 15:32:32.945 I/MediaButtonIntentReceiver(11043): Got MEDIA_BUTTON key event: KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_MEDIA_PLAY, scanCode=200, metaState=0, flags=0x8, repeatCount=0, eventTime=52648829, downTime=52648829, deviceId=13, source=0x101 }
03-07 15:32:32.960 I/DownloadServiceImpl(11043): STARTED -> STARTED (DownloadFile (13 RAD 10 Taylor Swift Is A Liar))
I'm wondering if that is the problem. I will have to add a check so that if it is already playing it won't try to start it again. I'm quite curious as to why you are receiving a series of random media events to start playing though.
Developer of DSub for Android