There is another thing i've noticed, altough i can't able to play the file from the directory but also the file which already exist in my listbox is being overwritten by the file which i had to...
Type: Posts; User: ssabestian; Keyword(s):
There is another thing i've noticed, altough i can't able to play the file from the directory but also the file which already exist in my listbox is being overwritten by the file which i had to...
so how would i set the codec at the beginning?
Hi,
In my application i want that when i select a setting item a text query dialog should get open not the editor of that setting item and when i write a number in that text query dialog that...
Well, there is a problem with the first file which i need to add in the list, suppose if my list was empty and i add file1.wav from library and when i press play it won't work, but if i recorded some...
Hi, I've created a recorder which used to record and play audio files. The problem is whenever i create a new file it records fine and then plays it, but whenever there is no item in list and i want...
I've set this command in the ConstructL() of AppUi but still no result!! My RED key is not handeling it doesn't respond, I've also Implemented the HandleWsEventL method but still no response!! Can...
how can i make it a system application?
Thier is one more thing i require suppose when i open my application and switch to any particular view and their i press EKeyPhoneEnd my application exit from the task list, so how would i handle...
Thnks guys i've done it, just forgot to handle left and right tab in refrence of the previous view index.
well i have taken a method in which i'm checking that which index has been selected by the user and drawing that particular index but when i click on back i'm taking the Uid of prevView and it always...
Hi, I've created 3 items sms/call/profiles in my listbox and according to these items each and every item has a particular view with a tab, when i select the first item sms, i switch over to its...
Thanks people, for such a quick reponse!!
Hi,
I want to hide my application as i click on hide(one of the softkey in a view), can somebody plz tell me how can i do it.
Have you checked where's your code leaving?
So, how would i open that particular file which i've recorded?
well its my own class and here's the code for play fxn:
void CMrCallMediaAdaptor::PlayL()
{
iMdaAudioRecorderUtility->SetGain(iMdaAudioRecorderUtility->MaxGain());
// Delete current...
I tried to debug my code what i find out is that it doesn't go inside that loop, it only displays the wait note but my code for playing file is not running, i try to do this:
...
i've tried this but this is not working, any other solution?
hi i've also overcome with the playing problem, now there is one more problem i created a wait dialog to show the progress of running audio file but the problem is when my code for playing the...
hi, i m able to get record the message now, but didn't able to play that particular file can anyone tell me whts the problem is? I'm getting this error: App Closed MMFControllerProxyServer 530274ee...
I put this code in my RecordL() fxn and still i'm getting this feature not supported error Why??
_LIT(file,"C:\\myrecord.amr");
// Set maximum gain for recording
...
I've also toke the code from the Sound example of series 8.1 but the same problem arise, I am not able to find out the problem here's my code:
/* Copyright (c) 2004, Nokia. All rights reserved */...
i am sorry i forgot to initialize iMdaAudioRecorderUtility, Now the function is Working fine, but when iMdaAudioRecorderUtility->RecordL(); executes one error occur at runtime that feature not...
Hi,
Can somebody plz tell me how can i record sounds using CMdaAudioRecorderUtility, I've implemented this function but it's giving me a KERN-EXEC 3 error
void CMrCallMediaAdaptor::RecordL()
{...
Hi,
Can somebody plz tell me how can i record sounds using CMdaAudioRecorderUtility, I've implemented this function but it's giving me a KERN-EXEC 3 error
void CMrCallMediaAdaptor::RecordL()
{...