hello All,
I am working on an application that fetches the data from the CTelephoney class like CellId, Location area code etc. and then send them by sms. Its working pretty fine with the S60 3rd edition devices.
Now i need to port the same on Nokia's second edition phones. To do this i downloaded Carbide 1.2 and S60 Sdk 2nd Edition.
1.>I created a class which derives from CActive
2.>I included etel3rdparty as
3.>I created an object of CTelephoney ClassCode:#include <etel3rdparty.h>
4.> In the CPP file i am trying to initialize the CTelephony class by calling its NewL asCode:CTelephony* iTelephony;
5.>finally in the AppUi in the test button click i am creating an object of CGetCellId class.Code:void CGetCellId::ConstructL() { iTelephony = CTelephony::NewL(); }
6.> Now ,when i try to Debug this application i found out that its not going ahead ofCode:CGetCellId* cellid = CGetCellId::NewL();
iTelephony = CTelephony::NewL(); . I.e it is probably not Creating the object of CTelephony class.
the same thing is working pretty fine in the 3rd Edition devices and carbide 2.0 ....
I also have the etel3rdparty.lib in the MMP file.
some help please
many thanks

,


