Join Now
Quality Rating:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)
Expertise Level:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)

This page was last modified 17:27, 23 June 2008.

How to switch on the email LED indicator in S60 devices ?

From Forum Nokia Wiki

There is an API for controlling Email LED on S60 devices( available in the new E-Series plugin SDK ). The main Purpose of this API is to control Email LED of device via Publish&Subscribe API. So the 3rd party applications can set Email LED blinking but cannot stop blinking programmatically. Any user activity stops the blinking LED indicator.

Here is the code snippet for demonstrating the functionality:

Header file: EmailLedValues.h, e32property.h
Library: euser.lib
TInt retVal = KErrNone;
 retVal = RProperty::Set( KPropertyUidEmailLedCategory, KEmailLEDOnRequest, KSetEmailLedOn );
 if( retVal != KErrNone ) 
 {
 switch( retVal )
    {
      case KErrNotFound:
        {
         // Property was not defined. Device does not have an Email LED.
        CEikonEnv::InfoWinL(_L("No Email LED indicator"),_L(""));
        }
        break;
       default:
        {
         // Some other error.
        }
        break;
      }
    }

The URL for downloading E-Series plugin SDK for 3rd edition and 3rd edition FP1 devices is given below:

http://www.forum.nokia.com/info/sw.nokia.com/id/c136eec5-5496-43cc-be53-83a7a6ed8a31/Nokia_Eseries_SDK_Plug-Ins_for_S60.html

Related Discussions
Thread Thread Starter Forum Replies Last Post
Real-time help with development problems through IM m00gl3 Symbian User Interface 0 2007-07-27 10:01
Real-time help with development problems through IM m00gl3 OMA DM/DS/CP 4 2007-07-27 12:51
S60 3rd for .NET tools Eugeniy Kiver Symbian Tools & SDKs 8 2007-05-05 15:14
Test for S40 Scalc Mobile Java General 17 2006-07-21 00:22
How to develop Screensaver for 60 series? jjump Graphics & Video & Streaming 18 2006-07-08 12:18
 
Powered by MediaWiki
     
     RDF Facets:
     
     
     qfnZtopicQUqfnTopicZemailQ
     qfnZtypeQUqfnTypeZCommunityContentQ
     qfnZtypeQUqfnTypeZWebpageQ
     qfnZtypeQUqfnTypeZWikiContentQ
     qmarsZlanguageQUxhttpE3aE2fE2fswE2enokiaE2ecomE2flanguageE2d1E2fenX