Hi All
I want my function to be called when some one will delete calendar entry.
Is there in observer class available?
-Nirav
Type: Posts; User: parikhnirav.aits; Keyword(s):
Hi All
I want my function to be called when some one will delete calendar entry.
Is there in observer class available?
-Nirav
Hi All,
I am creating one Alarm
RASCliSession iSession; // client interface to alarm server
iSession.Connect();
TASShdAlarm iAlarm; //Alarm...
Hi All,
I want to do same thing for N70.
Is it possible to work this code in 2nd Edition Fp3?
Or i have to use CTelephony API.
Thanks yucca,
I can play video with high priority.
Hi Everyone,
I want to play video when incoming call comes, i have done this in 3rd edition phones. In 2nd edition i can detect incoming call but for muting call what i have to do? so after...
TBool CMyclass::CheckStatus()
{
return ETrue;
}
Now if i call this function from any function of my CMyclass it gives error. That error i already mention in my thread.
& if i not call...
It is not coming at running time it is coming at release time,
How can i run application without building in release mode?
I thinks this is another problem
If i make any function & trying to...
hi
Yes,
It is coming at release time. There is nothing in this function, if i remove this function then no error occur at release time.(while i am calling that function)
Hi Everyone,
I am getting error like
`CMyclass::ConstructL(CMyApplicationAppUi*)':
Myclass.cpp:(.text+0x1c8): undefined reference to `CMyclass::CheckIfSilentMode()'
make[1]: ***...
Hi Everyone,
Currently i am giving answer using my key
like key1 for answer
key2 reject.
I want to use both key for answer. green key & my key1, if any one of this...
Hi Thanks
I can do it with the use of Phone Client Extension API.
Nirav
Hi,
Thanks for reply, actually i was listing iTelephony->NotifyChange(iStatus, CTelephony::EVoiceLineStatusChange,
iCallStatusPkg);
SetActive();
& again i am giving answer...
Hi Everyone,
I want to answer incoming call when user press answer command in my cba button.
I am calling
iTelephony->AnswerIncomingCall(iStatus,iCallId);
SetActive();
then runL...
Hi,
This means that if mobile profile is in silent mode that means call is already mute. At that time i am tried to play video that should be play. But when incoming call comes video player...
Hi,
That is right, i have already download that. But Is it possible that after muting call i can play my video file?
Nirav
Hi Everyone,
My application running in background. When incoming call comes my application comes into foreground, now i want to play video file.
How can i do this?
I have to mute call...
Hi,
Thanks for reply. It is working correctly. Can we mute ring tone without Publisher ID? means can we access WriteDeviceData with out Publisher ID?
Hi Everyone,
I want to mute call when the incoming call comes. I am uses N73 mobile phone. there is link do mute call...
Hi,
Thank you for giving solution. I have tried by increasing priority of active object, but situation is same. if possible then give me solution immediately.
Nirav
Hi Everyone,
Thnks for help. I got my application on top instead of call window when the incoming call come. But when the incoming call come that call window shown for one or two seconds...
Hi Every One,
I am getting error in this code
task = new TApaTask(iEikonEnv->WsSession());
I have already include eikdef.h, EIKENV.H, EIKAPP.H & link with eikcore.lib
It shows...
Hi,
Is this possible without symbian partnership?
Hello Everyone,
I am developing one application, in that i have to put my own popup window instead of default call popup window, when call came i have to show my own window.
Is it...
Try this,
iEdwin->SetAknEditorFlags(EAknEditorFlagEnableScrollBars);
But we can do hold ans swap also. only conference is not possible...