Customizing Emulator Configuration
From Forum Nokia Wiki
There are a variety of settings in epoc.ini that you can be used to customize emulator behavior.
1 ) You can define the text in the emulator title bar via the WindowTitle statement.
2) You can also define virtual buttons and hot keys for the emulator, mapping them to key code events via the VirtualKey and KeyMap statements.
The individual SDKs use these settings to simulate specific phones, so normally you would not modify them – however you may want to customize them in developing specific tests or demos.
// Example for Series 60 epoc.ini # Series 60 in emulator title bar. WindowTitle Series 60 # button at defined rect pixel area simulates 0 on keyboard. VirtualKey 0 rect 126,568 64,28 # Following causes left Alt-1 to send EstdKeyDevice0 # keycode (keycodes in e32keys.h). KeyMap LeftAlt 1 EStdKeyDevice0
epoc.ini is located at epoc32\data,Following are the available configuration options available :
- Screen size and position
- Fascia bitmap
- Window title
- Digitiser size
- Virtual key regions
- Key mapping
- LEDs
- Debugging
- Pointer type
- Memory capacity
- Colour depth
- Alias name
- Comments
For detailed explanation for all the available options refer SDK : Developer Library » Tools and Utilities » Emulator » Emulator reference » Emulator configuration file: epoc.ini
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Regarding Pkg file and build configuration | tiyyob | General Symbian C++ | 1 | 2008-05-21 18:52 |
| nokia 6600 camera plugin with carbide | Hiroko Kato | Carbide.c++ and CodeWarrior Tools | 2 | 2007-06-17 14:48 |
| Series 80 MIDP sdk and Websphere Studio Device Developer | kartikbansal | Mobile Java Tools & SDKs | 0 | 2006-08-06 11:44 |
| Terminating application problem, using nmss v1.2 | rmelgaco | General Messaging | 4 | 2004-02-25 10:36 |
| 2nd or 3rd edition? | fatma | Bluetooth Technology | 3 | 2007-02-24 13:29 |
