Hi,
I have written an MTM. If I remove the SW on N73 I get system error (-30477) during the uninstall procedure. How do figure out what this means?
BR,
Rene
Hi,
I have written an MTM. If I remove the SW on N73 I get system error (-30477) during the uninstall procedure. How do figure out what this means?
BR,
Rene
Oops - missing info:
This only happens if the message center application is still running in the background.
Is this related to?
http://wiki.forum.nokia.com/index.ph...e_in_use_error
Can we find more info about this issue? I mean we figured out the MTM UI resource remains locked. We have no relevant resources in the MTM UI resource file - so is it possible to have no MTM UI resource file for your UI MTM?
Also it does not seem to be a good idea if you try to kill Message Center (when the re-install was started from the Inbox) to solve the problem. Re-install is actually uninstall followed by install in S60.
BR,
Rene
FYI: This error is
const TInt KSWInstErrFileInUse = -30477; // Mandatory file is in use and prevents the operation
From the software installer
Download Symbian OS now! [url]http://developer.symbian.org[/url]
Hm ... OK ... makes sense ... On 6220 Classic no error is shown, uninstall just fails ... as mentioned in the known issue for S60.
BR,
Rene