I've checked that code last week, same result.
Type: Posts; User: halimz; Keyword(s):
I've checked that code last week, same result.
Hi all,
I want to lookup any existence of a number in phone book using CContactDatabase::MatchPhoneNumber.
Here is my code:
TBool CMyClass::SearchPhNumberL(const TDesC& aNumber)
{
...
Hi all,
I have short question: is YourEasyCert.com legal?
What do you think?
Anyone?
I contacted symbian via spn.general@symbian.com and "Contact Us" but no reply :(
Hi all,
I need access to ETel API and Symbian is no longer accept new partnering member. How can we access that API immediately? From http://www.symbian.org/membenefits.php:
Does it mean we...
Hi yucca,
What happen if I use ETel for public release without partnering? Can I sign this application in symbiansigned?
Hi,
Did you have solution for this problem? Please share.
Where can I find ctsydomainpskeys.h header file?
Hi,
It's solved. I use
EMultiDataSecondEdwin for second line editor instead of
EMultiDataSecondPhoneEd. Resource dialog is like this:
RESOURCE DIALOG r_add_number_query
{
Hi all,
I create a multiline editor. First line is text editor and second is phone number editor (layout: EMultiDataSecondPhoneEd). It works fine except in S60 3rd FP2: only numbers are accepted....
Hi All,
I need to monitor video call status in S60 3rd FP2. Is there any API I can use? This link: http://wiki.forum.nokia.com/index.php/TSS001152_-_Monitoring_video_call_status
doesn't work in...
Hi all,
I'm looking for any solutions to observe camera power state in S60 3.x.
Is there any PubSub or CenRep key to watch?
Thank you
I don't think protected UID is a requirement.
Quoted from SDK doc:
We still can use unprotected UID but the sis must be signed with valid devcert.
Please CMIIW.
Look at bold lines.
Hi Suyash,
Thanks for your reply. It was iStatus problem from CRepository::NotifyRequest(). In RunL, iStatus has value of 1. So, my RunL should be like this:
void CBtBlock::RunL()
{
...
Hi, It does work in S60 3rd but not in S60 3rd FP2 :(
The above code detects for bluetooth get scanning event change in FP2.
I also try the following approach:
Use CenRep with UID...
Hi,
Ic.. Is there any way to make it quicker?
Hi all,
I develop an application that can do autostart. But the application is launched approx 30 seconds after startup in 6220c (S60 3rd Edition FP2) which is too long. Modified HelloWordBasic...
Got it!
Update Carbide.c++ to the latest version first.
Anyone?
I can't install s60_3_1_app_trk_2_8_6.sisx in my 6220c. Where is version for 3rd Edition FP2?
Hello,
Can you give me some lines of code as example?
Hi,
How do you get notification of second incoming call (call waiting)?
I use CTelephony::NotifyChange() that only able to notify the first incoming call.
I elevate the subscriber to highest priority and do nothing with the publisher.
Any idea how the subscriber also be notified in high priority process/thread?
Hi TeddyBear,
My simple idea: launch the application then start timer in AppUi::ConstructL() for some microseconds.
Hi all,
Any idea? Thanks in advance.
Hi,
Set your application process and thread to highest priority.
Here's sample code:
void CMyAppUi::SetProcessPriority()
{
#ifndef __WINS__