Thanks,
Implemented counter is reliable for me. However, the problem I see is the fact that users can find sis file using file manager and reinstall or even copy it to the computer (the latter is...
Type: Posts; User: bart12; Keyword(s):
Thanks,
Implemented counter is reliable for me. However, the problem I see is the fact that users can find sis file using file manager and reinstall or even copy it to the computer (the latter is...
Hello,
I really need your help. I am about to publish a Symbian 9.3 application. The application is intended to be available by WAP and it will work 6 months (counter is implemented inside the...
Hi!
I would like to ask if you know any methods of storing an information that an application has been installed to a device. In my scenario, the application can be used freely for a period of...
Thanks for your reply. My need is to set manually at least focus and shutter. When everything is automatic I cannot process frames correctly in my project.
Hi
I am developing an application for 3rd edition FP2 that requires manual setting of focus of the built-in camera. Unfortunately, while using CCameraAdvancedSettings, I have found that this...
Hi!
I would like to protect my application by having an expiration date after which the application will stop working. The problem is the same as with signed applications - user can freely change...
check TLex8 class
Thanks for your help. I have found them on Z: drive using Y-Browser :)
One question more:
Does anyone know anything about a license of these ringtones? In other words, can I include them in...
Yes. My mobile phone is Nokia 6210 Navigator.
Are these files hidden in some way (do I need AllFiles to read them)? Z: drive does not contain any multimedia - I am using SExplorer.
Hello!
Can someone tell me how to access files of Nokia ringtones from my application? They are stored on a phone because I can set them in profile settings, however, I cannot find their location...
I would like to ask the same question.
Anyone has a documentation for TMsvEntry::iError?
These are standard error codes: http://www.newlc.com/Symbian-OS-Error-Codes.html
I agree but I would like to exchange securely information between two applications using RSA. One application has information only about public key and the other one about private key (I think of...
Hi,
I would like to use RSA algorithm between two mobile phones. Private key is stored in a 'server' application while public key is stored in a 'user' application. Hence, I generated CRSAKeyPair...
Is it possible using public API to intercept system messages (those messages in blue note - "message not sent", "low battery", "charger plugged in", etc.)
My application would get rid of them or...
I guess that you are exceeding stack. Try to use
TBuf<100> buf;
If I understood you correctly, you can try changing current profile settings.
Look at these:
MProEngEngine* engine = ProEngFactory::NewEngineLC();
MProEngEngine::ActiveProfileL()...
Hi,
I am developing a small image processing application that is processing in real time images recorded from view finder.
I am using the following methods:
...
Thanks for your answer. I have checked that it is working for E51 and 6210 Navigator.
Hi!
Is there any public API which would make it possible to turn off lcd display?
I have only found how to turn off backlight or keyboard light.
Thanks for your reply!
I have found that in order to get real TRgb (with true channel values) I should use TRgb::Gray2(value), TRgb::Color256(value), etc., where value is obtained from...
Hi!
I am working on some image processing functions. I have written a filtering function. It is working correctly when I process image which has 24bpp (EColor16M), yet it is not working for other...
Hi!
CSMSHeader is working properly for this purpose. You have to remember that you can obtain the number using
- FromAddress() for INBOX
- Recipients() for OUTBOX, DRAFTS and SENT boxes.
You...
You can implement FocusChanged() function in your Container (class deriving CCoeControl). Use in the body of FocusChanged() method like IsFocused() to determine if the app is in background - stop...
Thanks for your suggestions!
Now I know that I should disable soft notifications. However,
RAknKeylock2::EnableSoftNotifications (TBool aEnable)
is not working.
I am using Nokia...
Hi!
Is there any possibility to get rid off this message by means of my application? I would like to 'mark' a log event as handled/read so that "1 missed call" disappears? When it comes to...