Autostart application on emulator
Article Metadata
Code Example
Source file: Media:HelloWorld(AutoStartAppOnEmulator).zip
Article
Created: chenziteng
(14 Dec 2009)
Last edited: hamishwillee
(20 Jul 2012)
Overview
The Startup List Management API also works on emulator, verified on S60 5th Edition emulator:
1. Build your app for winscw and make a sis package (wisncw version!) , then clean the project with the "abld reallyclean" command (to remove the app from z: drive).
2. Signed your the sis package with a Symbian Signed cert (for example I use the Open Signed Online), note that the emulator's IMEI is "000000000000000".
3. Install the signed sis package on emulator and then restart the emulator, then you can see the app is started during emulator startup.
Example
HelloWorld(AutoStartAppOnEmulator).zip
Reference
How to autostart an application on boot up using Startup List Management API


(no comments yet)