please ignore message # 7 ,I fixed it , I am running into another trouble now,
Actually I need to play the wav file in a static member function of this class, will that be possible, I tried making...
Type: Posts; User: javed@advoss.com; Keyword(s):
please ignore message # 7 ,I fixed it , I am running into another trouble now,
Actually I need to play the wav file in a static member function of this class, will that be possible, I tried making...
Thanks for your reply , this code works fine with the skeleton project I was working with and I Correctly hear the file played,
But when I port this code to my existing project , I get this error,...
Thanks for the reply it works,
But moving forward I want the ding file to be packaged with the sis file , and be run from the private directory of the application ,
I did something like this in...
I have written the code according to that link , it compiles well, but unfortunately i dont hear the audio file being played in both the emulator and the E71 set.
Can you please tell what wrong...
After looking thoroughly into previous posts I couldnt find any easy to do code for playing an audio file, can someone please give me some sample code for this.
Thanks a lot, it worked, much appreciated
I have various sis files which I have signed using my developer certificate, and express signed , I do have a publisher ID , can anyone please tell me how do I sign a sis with my publisher ID , what...
I meant Voip audio services
Hi,
can anyone please tell me if the Nokia phone model N96 has VAS support, I have an application which uses VAS and its working fine on my E71 but it freezes on N96, so I just want to know if N96...
I checked by connecting the set via USB , the directiry doesnt exist, the path that I am creating for the file is correct, I have verified that by displaying in a message box.
I just checked that...
Hi,
I have a code that reads and writes a file in private path of the program's installed directory, however the problem is that its not working when I have installed the program in memory card and...
ok I got it , thanks , I will have the variable part in the client which requires no special capabilities, and sign the server part just once, it will reduce the cost.
How does this solve the problem , considering that the server has the capability , then the client is different for each customer, so shouldnt I still be needing to sign the client for each different...
Hi,
I have an application which has MultimediaDD capability, so according to the policy I need to use Certified Signing to sign my sis file.
The problem with this application is that its nature...
yes still -8, I am out of ideas :(
Thats exactly what I have done now, I have moved the loading code into constructL and made the bitmap a member variable,
I am not sure what could be the memory leak here , the application works...
I succeeded in displaying it in emulator in a test application , it works,
Besides I can now see the error code being displayed , its -8 (invalid handle) , can you please tell me any possible...
Its not some hacked environment , actually I am using VAS and its giving compile errors with emulator thats why I can run it only on mobile,
The container does draw other controls, I can see other...
I have verified the path by displaying it in a message box, its fine, unfortunately I cant run it in emulator, have to run it on mobile directly.
Any other suggestions??
Hi,
I am trying to display a bitmap on my symbian c++ application in this manner,
Adding this in mmp file
START BITMAP logo.mbm
HEADER
TARGETPATH \resource\apps
SOURCEPATH ...
Hi,
I ported pjsip voip dialer on symbian and added g729 codec support by enabling VAS. Now I want to know if I need to pay g729 licence fee for usage of g729 or not. I read on pjsip forums...
After successfully compiling pjsip with VAS , I changed the code symbian_ua_init() function in symbian_ua.cpp file like this
pj_str_t codec_id = pj_str("g729/8000");...
Voila.
Thanks vineet , it works after I enabled the flag in symbian_ua.mmp.
no I have not made a separate project , I am using the existing symbian_ua_gui.mmp file provided with pjsip
Yes I copied all the files that I found in the lib directory of the VoIPAudioServiceAPI sdk to my local directory.