CTelephony class doubt.
| Mon, 2008-04-07 10:01 | |
|
Can we use "CTelephony" class in S60 fp2 2nd edition. Actually I have tried using it but I have read somewhere that we have to use "RCall" in fp2 2nd edition. Is it true. I am developing an playerI (MP3). I want to get notify when a call comes so that I will pause my |
|






Forum posts: 462
I dont have FP2 installed, so dont know what docs says, but I think your code should compile, but it might not run on most devices: etel3rdparty.dll is missing for some reason
Forum posts: 18
Ya the code is compiling, but on installing it on phone (Nokia 6600 and 6630), application is not opening.
It means if I will use 3rd edition "CTelephony" sholud work!!!
I think I have also read something similar "etel3rdparty.dll is missing in FP2 " , anyways thanks !!!!
Forum posts: 462
Am not sure, but mobinfo API might be of help to you
Forum posts: 1886
CTelephony should work on S60 2nd Edition FP2. At least devices like 6680 and N70 which do have the etel3rdpartytelephony library. Not sure for 6630 however as I don't own this device.
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 462
Here is some read which might clarify :
http://wiki.forum.nokia.com/index.php/TSS000644_-_Retrieving_current_network_information_on_S60_2nd_Edition,_Feature_Pack_2_devices
Forum posts: 18
Hey Neil thanks!!!