Hello!
I'm tweaking mPSM to write the media info to PSM not to 'what I'm listening to'. It works fine now, but there's a small problem: when I stop the music, onEvent_MyMediaChange isn't called (at least it isn't shown in the debug tool), so I can't remove the last music info from my PSM...
eg.
Music info: artist1 - title1
My PSM looks like: personalmessage || artist1 - title1
If I skip to music : artist2 - title2, the PSM will be: personalmessage || artist2 - title2
So it's fine. But if I stop the music, my PSM remains this: personalmessage || artist2 - title2
instead of : personalmessage
Is there any way to solve this problem?
Thanks in advance,
Bhaclash
EDIT: ohh, I've found a code
here, but it doesn't work.