I've writed a little plugin who uses instructions like audio_stop(), audio_next(), playlist_start(), audio_pause(), audio_resume().... The idea is to control the playback from the plugin and it works properly. But, I have a little problem: If I restart my sansa and then go into my plugin, it can't resume the playback, I must resume the playback in rockbox and then start my plugin. I wanna avoid this step, How can I resume the playback in the plugin??
Thanks