Getting placelabs working on S60 v3 FP1

View: New views
1 Messages — Rating Filter:   Alert me  

Getting placelabs working on S60 v3 FP1

by Nicholas Albion :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Is anybody still active here?  I'm trying to update placelab for S60 v3 FP1 (CellID is only available to Java apps on v3 FP2 and later).

Is this legal?

void CSpotterServer::GetGSMData() {
  RTelServer server;
  User::LeaveIfError(server.Connect());
 
  _LIT8(KFormat1,"%d,%d,%d,%d,%d,");
 
#ifdef EKA2
    iTelephony->GetCurrentNetworkInfo(iStatus, iNetworkInfoV1Pckg);
    iTelephony->GetSignalStrength(iStatus, iSigStrengthV1Pckg);
    iActiveSchedulerWait->Start();
    ...


...or do I need to create 2 new values for the enum and then call GetCurrentNetworkInfo() and GetSignalStrength on different invocations of RunL()?

enum TDataState {
        EWaiting,
        ERecvData,
        ESendData,
        EGetNetworkInfo,
        EGetSignalStrength
    };

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Placelab-devel mailing list
Placelab-devel@...
https://lists.sourceforge.net/lists/listinfo/placelab-devel