Hi
Did you get the solution for the above problem. Could you please guide me coz I am also facing the same problem. If I select the silent profile I can hear the sound, but if my profile is not...
Type: Posts; User: dalvineal; Keyword(s):
Hi
Did you get the solution for the above problem. Could you please guide me coz I am also facing the same problem. If I select the silent profile I can hear the sound, but if my profile is not...
Hi,
I too have the same problem, when I wait for pin code to be entered at the startup, for a long time then I get system error. I tried the above code by Daniel, but the same thing happened....
Hi
I want to wait until the phone is loaded. i.e. my application starts at the startup but should wait until the pin number is been entered.
How should I wait until the pin number is...
Hi Etienne
I am also blocked at this stage. Did you get the solution for the same? How to wait until the phone application is started.
Thanks
-Nilesh
Hi
To trap the power key in offerkeyEventL you have to add few lines of code. You have to add this code before OfferKeyEventL is called. (in my case ConstructL but might not be in your case).
...
Hi
I am able to trap the power off key. But what if I want to disable the power off key when my applicatin is running? Also in the OfferKeyEventL function I return EKeyWasConsumed after trapping...
Hi
I have tried the above code, I am able to send the email. But the problem is I get "E32USER-Cbase 46" after sending the email. I have created a timer and at RunL of the timer I send the email....
Hi Sreenivasulu
Ok, you have to include aknkeylock.h you have to connect the RAknKeyLock object i.e.
RAknKeyLock objKeyLock ;
objKeyLock.Connect () ;
objKeyLock.EnableKeyLock...
hi
I got the help working on the emulator. But when I load it on the phone it do not show the help. What could be the problem. Is there anything that I have to write in the pkg file or any other...
Hi,
Is there any way to trap the outgoing calls.
Thanks;
Nilesh
Hi;
Can we change the font that is displayed by
iEikonEnv->InfoWinL ( .., .. )
Thanks;
when i call User::Inactivitytime() it always return 0
do i have to do anything before/after.
i have a timer set when that timer timesout i check inactivitytime
how do we check...
Hi;
How can menu key be disabled by HandleWsEventL????
Thanks;
Nilesh
Hi Yucca
I got the solution and my application is running properly.
Thanks;
Nilesh
Hi Yucca,
Thanks again for your reply. Yes I have traced my application and seen that the when the object is initialized the value is 00000. I m not using any other class before this.
my code is...
Hi,
I have tried instancing the class RAknKeyLock, but while using any of the functions of this class I get an error message “KERN-EXEC 0”. Can anybody help me out for this.
Thanks,...
Hi
Thanks yucca I got the solution… Thanks for the reply. I got it working
Thanks,
Nilesh
hi yucca & Matthias
I tired to use RAdvGsmPhone's GetSubscriberId, it compile well but while running on device it gives panic. can you plz place the code for it.
Thanks,
Nilesh