| View previous topic :: View next topic |
| Author |
Message |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Wed Jul 09, 2008 10:55 pm Post subject: How to check is XMB Music player is playing? |
|
|
How do I check is music is currently playing in the XMB player?
I understand that there might not be a 100% reliable way to do the above because its probably completely software controlled, but anyways.. |
|
| Back to top |
|
 |
jean

Joined: 05 Jan 2008 Posts: 489
|
Posted: Thu Jul 10, 2008 12:02 am Post subject: |
|
|
well i don't know the details, but the solution might be always the same: hook the player module's functions that start/stop music with fake ones like
| Code: | newFunctionA()
{
signalFunctionACalled();
functionA(); // call old function
} |
...just the idea for it...if you ask me how to do it,....well i'm still having headaches with my projects using this technique.
To start you could take a look into pikey sources; then, remember to always hook kernel functions with kernel functions and so on... |
|
| Back to top |
|
 |
jean

Joined: 05 Jan 2008 Posts: 489
|
Posted: Thu Jul 10, 2008 12:04 am Post subject: |
|
|
| arghhh!! doublepost! sorry. |
|
| Back to top |
|
 |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Thu Jul 10, 2008 3:07 am Post subject: |
|
|
| Thanks but I no longer need to check the music player, I found another way to do what I want. |
|
| Back to top |
|
 |
|