uninstalling application from S60 emulator

Login to reply to this topic.
Tue, 2006-12-12 06:08
Joined: 2006-12-11
Forum posts: 22
How can I uninstall the applications from the S60 emulator ?

Tue, 2006-12-12 06:49
Forum Nokia Champion
Joined: 2004-05-26
Forum posts: 732
Re: uninstalling application from S60 emulator
Which version SDK are you using?

If you're using 3rd Ed SDK then go to %EPOCROOT%\Epoc32\release\winscw\udeb\ then remove delete YourAppName.exe.

If you're using 2nd Ed SDK then go to %EPOCROOT%\Epoc32\release\wins\udeb\z\system\apps\ then delete YourAppName directory.

Other way is just search for YourAppName.* in %EPOCROOT%\Epoc32\release\ and delete all files...

NB: Deletion of files would be with your own risk.  Wink

Mon, 2008-02-18 16:20
Joined: 2007-10-21
Forum posts: 20
Re: uninstalling application from S60 emulator

same issue here as well... wanted to uninstall an application (S60 3rd edition) Deleted all the files named accordingly in the release\ winscw\ udeb\ folder. The icon remained in the emulator which didn't execute ufcourse. Searched for the file name in the EPOCROOT\ directory and found 20+ more references, guessing one of these to be the cause of the existing icon in the emulator. Should I delete all these files or is there a cleaner way??

Mon, 2008-02-18 17:14
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: uninstalling application from S60 emulator

Try abld reallyclean winscw (I personally havent done it for my own reasons, but I hear that its most effective Eye-wink )

Tue, 2008-02-19 03:25
Joined: 2007-08-29
Forum posts: 277
Re: uninstalling application from S60 emulator

Hi,

For series 60 3rd edition, you go on this path and search your application name and delete it.

\epoc32\release\winscw\udeb\myapp.exe
\epoc32\data\z\resource\apps\myapp.rsc
\epoc32\release\winscw\udeb\z\private\10003a3f\appsmyapp_reg.rsc
\Epoc32\release\winscw\udeb\z\resource\apps\myapp_aif.mif


Thanks & Regards
Ram

Symbian OS 9.1,S60 3rd edition MR,and Carbide.C++

  • Login to reply to this topic.