Hi mateen,
Thank you for the info....
Regards,
Keerthi
Type: Posts; User: keerthi.ck06; Keyword(s):
Hi mateen,
Thank you for the info....
Regards,
Keerthi
Hi,
I have an application which when build for 3rd edition it generates an exe whose size is 500kb but when i build it for 3rd edition fp1 it is generating an exe of size 400Kb and for fp2 it...
Hi Friends,
I have used the MCalChangeCallBack2 class for getting the notification about any changes done for the calendar entries but
it does not give the notification of the appointment start...
thanks wizard i was confused thanks for reminding me.. thats what i wanted to do..
then what is the solution if i have multiple pkg files.. how can i use single pkg which i want..
thank you so much wizard will check and let you know..
Hi Champs,
I have two source code lite and full, i wanted to merge the code and did it using compilation condition with macros but i have a problem in pkg. problem is i have two different pkg...
Can i use this macros to check the condition for .ccp and .mmp, .inf files.. ..?
#ifdef __SERIES60_30__
#ifdef __SERIES60_31__
#ifdef __SERIES60_32__
Draw the image on window and bring to foreground, i hope that solves your problem..
its not public you have to use private api to create conference call.
RMobileConferenceCall iConfcall;
TInt err =iConfcall.Open( iTel->iPhone );
iConfcall.CreateConference( iStatus );...
Hi friends,
i have completed an application for S60 3rd edition devices, now what i want i have different source code for 3rd edition, 3rd edition fp1 and 3rd edition fp2. I do not want to...
Hi,
I haven't changed any priority of the screen for the application.
Also this is happening only in 3rd edition fp2 (i am using E72) and not happening in fp1(E71).
In e71 the application works...
Hi Friends,
i'm dialing a new call using the CTelephony::DialNewCall API but The phone is not showing any dialog of dialing or connected but the call is dialled and it can be answered from by the...
thank you so much..
its working..
Regards,
keerthi
thanks vineet,
i dont know how to increase, can please tell how to do it..
regards,
keerthi
Hi,
same folder for dll also..
c:\sys\bin
regards,
keerthi
Hi friends,
I am trying to read a media file and copying into a descriptor like this..
void fun()
{
if(iPostDataImage)
{
delete iPostDataImage;
iPostDataImage=NULL;
check this link for sms operation.
http://wiki.forum.nokia.com/index.php/SMS_Operations#Inbox_2
Regards,
keerthi
Nokia N72 is a S60 2nd edition fp3 device you should use only that sdk and carbide v1.2 to build your application.
Regards,
keerthi
you can not use publisher ID directly for debugging, request a developer certificate for your device from symbiansigned then use that to sign and debug..
Hi Friends,
I have followed the example given at http://wiki.forum.nokia.com/index.php/Symbian_C%2B%2B_:_Multipart/form-data but i am able to send only text files successfully. i am not able to...
you are notifying voiceline status change thats why you are getting second call notification also..
iTelephony->NotifyChange(iStatus,CTelephony::EVoiceLineStatusChange,iCurrentStatusPckg);
...
SDK docs says that
KERN-EXEC 3 = 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...
Running Executables on Install or Uninstall
You can specify that an executable be run during an installation by adding FILERUN (FR)and RUNINSTALL (RI) keywords at the end of the executable’s file...
i think you are checking 'NotifyChange' only for the voice line like this
CTelephony::NotifyChange(iStatus, CTelephony::EVoiceLineStatusChange,iCallStatusPkg);
in this you will not get first call...