Resource information
This resource is archived because it is not considered relevant for developers creating commercial solutions today.
The resource is believed to be still valid for the original topic scope.
S60 Platform: FEP Example v2.0
- file name:
-
S60_Platform_FEP_Example_v2_0_en.zip
- description:
-
This C++ code example demonstrates how to create and install a custom Front End Processor (FEP). It consists of two components: FepSetup, which can be used to install/switch the active FEP, and FepExample, which contains the actual FEP implementation. FepExample contains a sample multi-tap input engine, which modifies the behavior of the mobile phone's numeric keys.
Note that because the active FEP is actually loaded by all applications, platform security (introduced in S60 3rd Edition) requires ALL-TCB capabilities, and thus the FepExample component has to be signed using the Manufacturer Approved Developer Certificate.
Note also that FEP might not be compatible with all S60 applications. The known issues are described in the release notes in the example package.
The example includes an AknEditStateIndicator.h header that is needed to define
MAknEditingStateIndicator. The header was not available in the S60 SDKs until
S60 3rd Edition, Feature Pack 1.
Main classes: CCoeFep, CCoeFepPlugIn, CFepGenericGlobalSettings, MAknEditingStateIndicator.
- type:
-
Example
- topic:
-
Base/System
S60
Symbian C++
- language:
-
English (en)
- media encoding:
-
Zip Archive (.zip)
- compatibility:
-
(S60 3rd Edition), S60 2nd Edition, S60 1st Edition. Tested with Nokia 3650, Nokia 6600, Nokia 7610, Nokia 6630, Nokia N70, and Nokia E60.
Created / tested with S60 1st Edition SDK (6.1) for Symbian OS; with S60 2nd Edition SDK (7.0s) for Symbian OS, Supporting Feature Pack 2 for C++, Supporting Metrowerks CodeWarrior;
and with S60 3rd Edition SDK (9.1) for Symbian OS, for C++, Supporting Metrowerks CodeWarrior.