I would like to pragmatically open the native music player and play a file from my console app. I am using an E51 device (3rd ed, FP1). Is there a standard way of doing this? Any code examples?
Thanks,
~Mike
I would like to pragmatically open the native music player and play a file from my console app. I am using an E51 device (3rd ed, FP1). Is there a standard way of doing this? Any code examples?
Thanks,
~Mike
Hi,
Yes, you can launch the application and also send the argument to the application. I am not sure whether the music player application argument passing but you can launch it. check link hope this will hwlpful to you.
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
RApaLsSession::GetAllApps can probably find it for you. But you can also try checking the open source Symbian code, it probably uses the same UID. The name of the component in the Symbian^3 code is mpx as I know.
RProcess::Create does that (though it needs the name of the executable "mpx.exe", not the visible name of the application)