Hey -14 means KErrInUse, that is the file u want to use is already in Use.
Ref : But the problem is first time whe nit runs it is doing perfectly all things, but second time while recording i got...
Type: Posts; User: NevePankaj; Keyword(s):
Hey -14 means KErrInUse, that is the file u want to use is already in Use.
Ref : But the problem is first time whe nit runs it is doing perfectly all things, but second time while recording i got...
Hi
check this
PathInfo::MemoryCardRootPath();
Hi,
Have you provided required CAPABILITY to you application? Just check for it.
here is the function
//Create SMS in Inbox
void CMyXXXClass::CreateSmsL()
{
TMsvEntry msvEntry;
msvEntry.SetInPreparation(ETrue);
msvEntry.iMtm = KUidMsgTypeSMS;
Hi,
I'm creating a text message in inbox, it's working perfectly. Only the thing is, I'm not able to set the from address to my sms entry.
I'm using SetFromAddressL() of class CSmsHeader as...
Thanks skumar_rao,
It's working.
Hi,
I'm trying to add miss call entry to phones log application.
Anybody have reference link or example code, please guide me.
Right now I'm trying with CLogClient and CLogEvent
Following is...
Hi,
From SDK help I have following information.
Log client
The log client is the main direct interface on the log engine. It is used to add, delete, and change log events, and allows log...
Hi,
I want to add miss call entries to the Log through my application.
When I went through the SDK help, I found CLogClient and CLogEvent which can be use.
There is a member function AddEvent()...
yes, I have added my AO to Scheduler. It's not a problem.
Anyway Thanks. :)
C<MyClass>::GetWlanInfo (RPointerArray<TWlanNtwrksInfo>& aNetworks)
{
iConnMonitor.GetPckgAttribute(EBearerIdWLAN, 0, KNetworkNames, iPkgNetworks, iStatus);
// reset networks list...
I didn't get your suggestion. The member 'iStatus' is from CActive, how do i change to other. And I don't think it will solve the problem, because anyway I need to pass the TRequestStatus to async...
Hi,
I'm getting E32User-CBase 46 error. I know this is because of 'CActiveScheduler stray signal'
And it happening because Passing the same iStatus to two service providers at the same time (...
Hi,
Take a refernce from the key capturere example from WIKI.
Hi Deepchand,
The link you provided is the code gives you all the available WLAN network name and respective strength value around you.
I want to read the WLAN Network Name from the phone, I'm...
Thanks nuker85,
But it is not helpful.
I want to get the 'WLAN Network Name'
From the following flow
Tools->Settings->Connection->Accesspoints
here it show's list of available AP created by...
Hi,
I'm using 3rd Edition phone(Nokia E51).If we look at the AP settings
Tools->Settings->Connection->Accesspoints
From this I want to read WLan Network name(offcource if the Data Bearer is...
Thanks buddy, It worked.
But when I'm allocating memory on heap, I must free it before I go out of scope. And that is what I was doing.
Didn't understood why it behaved like that.
Hi,
I'm using RPointerArray, problem is, after finish the appending to array when I take all values from array. It is returning each Item as a last Item I appended.
Following is the code...
What do you mean by Machine ID?
Are you trying to retrieve Manufacturer name, Phone IMEI?
I would suggest you to use CTelephony.
Hello,
Still having a problem. Please, somebody help me.
Hi,
Use
TKeyEvent::iCode
TKeyCode for Switch Off key is EKeyDevice2.
Hi,
virtual ~MStateObserver()=0;
this is wrong. You can not have pure virtual destructor .
But, why do you need destructor in a M class?
Hello,
I want to check the stream I write is correct or not.
So I'm just creating heap descriptor using the stream and want to LOG it, so that I can check.
Following is the code:
void...
Hi,
I'm getting panic at line
HBufC8* buf8 = HBufC8::NewL(readStream, size);