Hello,
Thanks for your reply. I expected Qt 4.7.3 to be supported by smart installer. But still have problems with it. You are right, the problem in Client Platform for Notifications API.
My...
Type: Posts; User: sergey.payu; Keyword(s):
Hello,
Thanks for your reply. I expected Qt 4.7.3 to be supported by smart installer. But still have problems with it. You are right, the problem in Client Platform for Notifications API.
My...
Hello,
I waited till Qt 4.7.3 and QtMobility is finally released to use my app with smart installer. Unfortunatelly I still get Device not supported message. I'm trying to install it on 5800
...
Hello,
You can find all icons among with their Ids here: http://symbiantricks.info/tricks/avkon2_mif_icons/
Sergey
Hello,
We have created the article about getting installation notification on 3rd and working on the 2nd edition example.
...
How have you calculated that timer was calledin less than a second?
If you have access to the RMobilePhone class, you can use RMobilePhone::TMobilePhoneIdentityV1 passed to the GetPhoneId() function. Look at the iModel member - it contains phone model in a text...
Look at the http://www3.symbian.com/faq.nsf/0/CFC451B5E73EEF7580256A570051B8E1?OpenDocument
How about triggering your application if both Idle or Log app is in foreground?
Or you can use the TableNamesL() function to get a list of all database tables and check if the required table is present
You can use the FindLC() function of the CContactDatabase class. You will get a contact Id array matching a defined text string. And there...
Hi everybody!
If experts and moderators don't mind, I'd like to represent my own collection of templates for Carbide.c++
Please, take a look at...
Creating a project from scratch is a complex process. Maybe it's better to use the template wizard to create an empty project without any headache
Have you tried to use a Carbide.c++ template wizard to create a start project?
Or use BaflUtils::EnsurePathExistsL()
Look at the BaflUtils::PathExists() function.
Hello,
I've posted a solution for Carbide formatting problems. Hope this helps
http://symbiantricks.info/tricks/a_story_about_carbide_c_and_code_formatter/
Sergey
Hi,
I wrote a simple wrapper for Mtm to have an easy access to the service center number.
http://symbiantricks.info/tricks/retrieving_default_sms_service_center/
Sergey
Hi,
If your app is not autostarted before a message arrives, then nothing could be done. From my experience, pending smes are usually come with some delay 1-5 minutes after phone is booted. I...
Hello,
You need to notify the system about successful receiving using the KIoctlReadMessageSucceeded command of the Ioctl() function. This should solve your problem. Here is a small example...
Hi,
If anybody is interested, there is a small tutorial http://symbiantricks.info/tricks/creating_new_carbide_template_wizard/
Sergey
Hi,
I have strange problem. I'm developing VoIP solution using APS APIs. I have 2 threads, in first one i'm creating and initializing RAPSSession, in second - i'm observing recordQueue for...