Hi bill,
Thanks for the reply. The program works now when I convert all 16 bit data to 8 bit in my MHFRunL(). The problem was occurring because RHTTP works only with 8 bit data.
Thanks again :)
Type: Posts; User: razas; Keyword(s):
Hi bill,
Thanks for the reply. The program works now when I convert all 16 bit data to 8 bit in my MHFRunL(). The problem was occurring because RHTTP works only with 8 bit data.
Thanks again :)
Hi ,
I am trying to download an image file using the HTTP API. I am able to successfully download and display a text file.
However, when I download an image file , the file gets downloaded but...
Hello srigans1 ,
To create a release build of a Series 60 third edition project in Carbide.C++ Express v1.0 you need to do the following steps.
Step 1)From the Project menu select Properties.
...
Ok..I got the meaning of the Error -17896 from SdpCodecErr.h file in the SDK of S60 3rd Edition . The error means KErrSdpCodecStringPool and in the documentation it is specified as follows :
...
Hi ,
I am using the Series 60 2nd Editon FP2 SDK and have downloaded and installed the SIP Plugin V4.0 which is meant for Series 60 2nd Edition FP2 . The ChipFlip example works so I know that my...
Hi ,
I am using the Series 60 2nd Editon FP2 SDK and have downloaded and installed the SIP Plugin V4.0 which is meant for Series 60 2nd Edition FP2 . The ChipFlip example works so I know that my...
Hey priju ,
Thanks for the reply :) . Well, the ecom.rom.dat is a dat file which i opened in a hex editor.
What exactly am i supposed to look for in that file ? . Also, Im unable to find...
Hi ,
I am using the Series 60 2nd Editon FP2 SDK and have downloaded and installed the SIP Plugin V4.0 which is meant for Series 60 2nd Edition FP2 . The ChipFlip example works so I know that my...
Hello rafeeqpv ,
Thanks for ur reply :). There is a SIP Example called SIPExample in the Series 60 SDK v9.1 however its a big example and since Im new to SIP Im facing certain difficulties with...
Hi,
I am new to SIP and have downloaded the SIP Plugin for Series 60 SDK and installed it . I am using V4.0 of the plugin which is meant for Series 60 2nd Edn FP2 SDK. I am able to successfully...
hi wizard_hu_ ,
Thanks a million ur help :). I just have a couple of questions though .
Q 1) Could you please explain in simple terms the way you handle the Initial Connection Point problem in...
Hello wizard_hu_ ,
Thank you very much for sharing such a useful resource :) . However Im relatively new to Symbian and am experiencing some difficulties in understanding exactly how to implement...
Hello,
I am planning to develop a p2p application using symbian c++ and it would involve SIP . There is an open source framework for p2p called JXTA ( http://www.jxta.org/ ) .
However the...
Hello friends,
Please disregard the previous post. I have found what I was actually looking for i.e. a real SIP server for testing SIP apps.
There is a nice free SIP server called OnDo SIP Server...
Hi hemanth,
Thanks for the reply :) . I have installed the S60 Third Edition SDK i.e. SDK v9.1 . However I dont find any SIP server in the S60Tools folder . Is this the folder you are talking...
Hi,
I am new to SIP and have downloaded the SIP Plugin for Series 60 SDK and installed it . I am able to successfully run the Chip Flip example which means that my environment is set up correctly....
Hi,
I know this reply is coming 4 years since u posted ur question but since i have found a resource i thought its my responsibility to share it just in case you still need it or some one else...
Hi PushL,
Thanks a lot , that worked :)
Hello PushL,
Thanks for ur reply . I am relatively new to Symbian so could you please tell me where to put the line of code you suggested.
The flow of code in my application is as follows :...
Hello,
I am dialing a phone number programmatically from my application using the ETel API . However when the dialing starts my application loses focus and after I end the call my application...
Hello,
I need to make an application that will play a video file when the user receives a call.
However I dont want to implement this by writing an application that would run in the background...
Hi ,
I am using Carbide.C++ Express and the final third edition SDK . I am trying to create an icon for my application that would show in the applications list and also on the applications status...
Hello mitts,
Thanks for the reply :) . I looked up the documentation and there it says that a special make file called Icons.mk is required . The documentation shows an example of Icons.mk file...
Hi,
Thanks for the reply :) . I still have the following three questions, and hope you would be kind enough to answer them :)
Q 1) If aifdef should not be used then what is this option...
Hi,
I am using Carbide.C++ Express and Series 60 third edition final SDK . I am trying to create an aif file for my application . For this purpose I have created a folder called aif in my main...