sgravel wrote:This is an issue with many media players on ICS. You may want to check out Media Button Router or a similar app on the Market for a workaround until everyone updates their code or Google fixes whatever is wrong on their end.
Media Button Router is a decent option, but me being the perfectionist, I'd prefer for the app to work as intended. After digging a bit more, I found these two links to be useful:
http://code.google.com/p/android/issues ... =23172#c28http://code.google.com/p/media-button-r ... l?id=10#c5Apparently before ICS, android would transmit a KeyEvent.KEYCODE_MEDIA_PLAY_PAUSE. Now there are seperate play and pause commands sent. Since the codes changed, it explains why Subsonic does nothing.
Haxamatic, could you put this fix in your code and release a new apk? If not, could you share your SVN code so I can investigate putting a fix in and providing a patch back to you? I'll be browsing the SVN source in the mean time learning how to fix the code. Thanks.