Hi Nisha,
This panic is raised when an unhandled exception occurs. Exceptions have many causes, but the most common are access violations caused, for example, by dereferencing NULL. Among other...
Type: Posts; User: parthasaradhi6; Keyword(s):
Hi Nisha,
This panic is raised when an unhandled exception occurs. Exceptions have many causes, but the most common are access violations caused, for example, by dereferencing NULL. Among other...
Hi All,
Is it possible to get the network status change information like cellid change or location area code changes.
Hi All,
what are the key parameters of the WCDMA network.
suppose my devices supports WCDMA network , in that case which values i need to retrive form the networkinfo.
Regards,
partha.
Hi symsta,
Is it First Call or Second call ? I also faced same issue when one call is active and the incoming call comes that i disconnect fist call and then answere the second call,this case i...
Hi symbianyucca,
Thanks for your reply, i had tried the HTTPclient Example also it also not giving the bodyreceived data event.
can you please help me.
Regards,
Partha.
Hi Madz,
can you check in your .rss file,how many number_of_icons = 1; is there ,if it is "0" it does not work.
Regards,
Partha.
Hi All,
I am using the HTTP POST and GET method in my application.In that i found some problems.
When i give a request via HTTP GET i had received below evets.
1.Headers...
Hi Chris,
you can use both,but use fs.connect() is the better way.
sample code
_LIT(KDefault,"Default path for fsSession is %S\n");
_LIT(KSession,"Session path for fsSession is %S\n");
RFs...
Hi chris,
Which SDK are you installed and what type of Example Application you required,please tell me.
Regards,
Partha.
Thnaks for your reply,
but when i can get the uninstallation event(for ex:exit,softkeyexit command)?
Which API gives?
Regards,
Partha.
Is there any events being fired to application when someone tries to uninstall the application while its still open? I want to do some operations before the application is being uninstalled or...
Thanks for your reply,
in Eclipse format what is the way to visit Help.
Hi All,
I had installed the S60-3.2-SDK successfully,but i am not able finding the SDk help file in FP2.In 3rd edition Mr and Fp1 i seened. please any one help me.
In FP2 is any specific install...
Hi Mich2424,
can you please check below link.
http://www.newlc.com/BTFileSend-for-Symbian-S60-3rd-Ed.html
Regards,
Partha
Hi can u try out ExecuteLD(); instead of PrepareLC and RunLD();
the find method accepts 8-bit descriptor, your passing 16-bit which is TBuf<> aBuf,
use this
_LIT8(KSlash,"/");
TBuf8<25> aBuf(KSlash);
Hi,
in SDK Help file select contents and the select the Symbian OS v9.1 » then follow the path.
or search in sdk help "Database" word.
Hi,
please check the below path in SDK.
Symbian OS v9.1 » Symbian OS reference » C++ component reference » Base F32 » RFs
Hi,
please go through below path in sdk,
Symbian OS v9.1 » Symbian OS Tools And Utilities » Emulator » Emulator guide » Comms database configuration tools
HI,
The RSoket Does not provided any function to check the status of the sockect but, when you try to open or connect the exixting connect the result will give the KErrAlreadyExists(-11).
Hi Yucca please reply me...
Hi All,
I am not able to answer the call, i am getting the answer failed -33 error.
the scenario like this,
1. one call is active
2.second call ring
3. Disconnect the first call
4. then...
Hi if your Sending First time please Use this one
User::NTickCount();
after that you can call ..
PowerMgmt is TCB capability, When you create the certificate and Key file you will get 13 capabilities in that PowerMgmt is also included.
If your not added the PowerMgmt capabilty add you .cer...
Hi,
Which SDK u are using , if u are Using 3rd edition you search S60Example folder, if your Using 2nd edition you need to install SIP Plug in that it self having the one good Example..