It works Perfect, Thank's yucca!
Type: Posts; User: fukatoki; Keyword(s):
It works Perfect, Thank's yucca!
May be something like this?
iCallSelectionUse.iLine = CTelephony::EVoiceLine;
iCallSelectionUse.iSelect = CTelephony::EInProgressCall;...
Thank's, pavarang I've made it like this:
iCallSelectionUse.iLine = CTelephony::EVoiceLine;
iCallSelectionUse.iSelect = CTelephony::EInProgressCall;...
Yes, this is the whole project ftp://fukatoki.dyndns.org/S60_Camera_Example.rar
This is DoCancel :
void CamExTimer::DoCancel()
{
iTimer.Cancel();
}
Excuse me. KERN-EXEC 15 it gives me when I'm using Inactive function.
void CamExTimer::Inactivity(TTimeIntervalSeconds aSeconds)
{
Cancel();
iTimer.Inactivity(iStatus,aSeconds);...
But it has a cancel function.
This is After Function.
void CamExTimer::After(TTimeIntervalMicroSeconds32 aInterval)
{
Cancel();
iInterval = aInterval;...
Thanks :) That was the problem.
Hi, I have this switch-case operator and it works fine. When I press OK key it takes a picture. I want to make it after 5 sec. to send a simulate key OK. I found some sources about that , but I don't...
Hi, I'm using this Example: http://www.developer.nokia.com/Community/Wiki/File:S60_Camera_Example_AutoFocus_3rd_Ed_FP2.zip ,and I want to make it to Snap when I Start the application. Is that...
Hi, I'm trying to build and install on the phone this application http://www.developer.nokia.com/Community/Wiki/File:S60_Camera_Example_AutoFocus_3rd_Ed_FP2.zip.When I try to install it on Nokia...
You are great. I remove this reference and now it work like a charm. Thank you for everyting.
Hello, I'm trying to build my application, but it found an error that says "\S60\devices\S60_3rd_FP2_SDK_v1.1\epoc32\release\ARMV5\LIB\aknappui.dso: No such file: No such file or directory". How can...
Thank you, wizard! Tomorrow I'll try to rebuild my application with the corrections. Thank's again for the help.
Yes, that worked and no errors now, but nothing happend. I call from other phone and nothing. The program is open and it must write som file, but no file.
P.S. What is this file "aknappui.dso" And...
I try that today, it gives me a many errors. Some of them I removed. But there is one that I Can't.
On Every case in the function there is a red X in front of it and it says "The message is tihs ...
Hello All, I want to know if it's possible to build app for Symbian S60 3rd, which captures specific incomming call and then automatically turn on the camera and take picture? Can I start a research...
Hello, I'm new here and I have Big problem. I am a Student and I have to make thesis about Smartphones. I must to write program than enable the camera and make record when call from a certain...