Please tell me in which condition of power off ? Do you want yours application should respond when battery is low or drained? I think for these kind of event handling there are defined external event...
Type: Posts; User: umesh.roy; Keyword(s):
Please tell me in which condition of power off ? Do you want yours application should respond when battery is low or drained? I think for these kind of event handling there are defined external event...
Your application is crashing at the time of launch. Please try to put log. There could be various reason like Panic , out of memory , wrong use of active object or file operation.
What is the use case of your's problem ? Red Right key should not be deactivated, since it is used device power off too. What if use want to switch off the mobile ?
You should use Active Object to get yours dialog. Your's event should trigger the acitve object and RUNL function should take care of showing Dialog.
Thanks for Reply. We have uses Exif Decoder to decode Exif Encoded Jpeg Image and tried to read and write , In this case read is success but writing is not happening into the file and there is no...
I want to modify or add exif information into a image file which has already Exif information. We are able to modify exif information if we decode and write exif information. But we want to write...
From S60 3rd edition, all applicaiton are .exe application in Symbian. Earlier by default application were polymorphic dll which has .app extension.
You should write yours applicaiton in S60 3rd...
Sim Card change can be tested. But API's which can check this, are not available with free SDKs.
I want to write a TSY module which communicates with the modem ? We have some vague idea about AT commands and ETEL Server architecture. Can we communicate with the Modem escaping exisiting TSY...
I want to write a TSY module which communicates with the modem ? We have some vague idea about AT commands and ETEL Server architecture. Can we communicate with the Modem escaping exisiting TSY...
I am developing a application for nokia 6630 and 6680 for sending voice when telephony call is in progress. I get to know that 6630 is not supporting this feature but even on 6680 i am not able to do...
I am using following .pkg file , which contains one sis file also which should must installed first. I am not able to get
the application icon during installation. After installation on , i...
I have same problem. I want to add some details , along with phone number. Through my R&D , i also found that we have to modify log file , but how ? do we have any other option.?
This link is useful for all the build related problem on Symbian
...
This link is useful for changing symbian file to worlk with Microsoft Visual Studio .Net 2002
http://www.antonypranata.com/articles/abldvc7.html
Very Very important link for Incoming phone related queries
http://forum.newlc.com/viewtopic.php?t=1172&highlight=incoming+call
//Below link is complete example on trapping incoming calls on...