How to uninstall application in emulator???
How to uninstall application in emulator???
Try to do this
orRight Click on project folder > Clean Project
use this command:
It should remove your applications from the emulator.abld reallyclean winscw udeb
If this doesn't help, the easiest way is to remove the files manually from the file system. Usually there are four files you have to delete, for example:
<path_to_SDK>\epoc32\release\winscw\udeb\HelloWorld_<UID>.exe
<path_to_SDK>\epoc32\data\z\resource\apps\HelloWorld_<UID>.rsc
<path_to_SDK>\epoc32\data\z\private\10003a3f\import\apps\HelloWorld_<UID>_reg.rsc
<path_to_SDK>\epoc32\data\z\resource\apps\HelloWorld_<UID>.mif
Was just wandering if there was a way i could install an app an run it throu the emulator before installing to phone !!
Cheers
Applications are deployed to the emulator during the build process so an attempt to "install" them would fail since they are already there. If you want to test the installation procedures in the emulator you will have to remove the applications first as discussed in this thread.
So, make sure to change your WINSCW UDEB build configuration so that a SIS file containing WINSCW binaries is generated at the end of the build process. Sign the SIS with a self-signed certificate or with a devcert enabled for use with IMEI 0000000000000. Then delete the binaries from the emulator and proceed with installing the SIS file.
There is a known issue about this not working on S60 3rd Edition but a patch is provided for the emulator.
-- Lucian
Check this link - http://wiki.forum.nokia.com/index.ph...ition_emulator