got uor point @wizard and thanks lot symbianyucca......dll's were in project without my knowledge.
Type: Posts; User: brewwindow; Keyword(s):
got uor point @wizard and thanks lot symbianyucca......dll's were in project without my knowledge.
c:\\System\\Apps\\uuid_abc.mp3
mentioning it again .. Things were working fine before I added UserEnvironment' capability, which I needed to use CMdaAudioRecorderUtility
exact piece of code which actually causing error pop-up is
iMdaPlayer->OpenFileL(iFile->Des());
I am using play only on callback, something like this
Media::MapcInitComplete(TInt aError, const TTimeIntervalMicroSeconds &aDuration)
{
if(iMdaPlayer && aError == KErrNone)
{...
UseSharedHeap did't helped and I am calling play on callback only as I have mentioned everything works fine without ...UserEnvironment' capability.
No I am not using dll in project. I am putting up piece of code to run media and how I read from c:\\System\\Apps\\uuid_abc.mp3
iMdaPlayer= CMdaAudioPlayerUtility::NewL(*this,...
Hi,
I rechecked with my old code which runs smoothly after uor reply and just added 'UserEnvironment' to the capability list in it .
Here also I get error popup
'Unable to execute file for...
I am getting warning popup when I try to play media file (though it runs successfully) from \\System\\Apps\\uuid_abc.mp3 .
I was playing files successfully from this path until I added...
Hi,
I am using 'CMdaAudioPlayerUtility' to play media files and 'CMdaAudioRecorderUtility' is the one I am using to record voice.
Regards,
brewwindow
Hi,
If I add 'UserEnvironment' capability to my program , then whenever I try to run media file stored in "\\System\\Apps" folder through my program ,I get warning tht "unable to...
Hi,
My Qt app need to know whether it is foreground or background. App needs event when it is going background and comes foreground. I did't find anything relevent in forums regarding this. ...
Hi,
Is there support for SVG animation with symbian. I read somewhere that vector graphic animation is not supported by the s60 platform, need to confirm this and since doc I read was of around...