What could be the reason that application doesnot open on device rather works fine in Emulator ?
What could be the reason that application doesnot open on device rather works fine in Emulator ?
Regards,
Sunitha.M
it most likely crashes, thus check the panic code for the crash: http://wiki.forum.nokia.com/index.ph...ded_panic_code
Enable the error messages (http://wiki.forum.nokia.com/index.ph...ded_panic_code), though I think you have already encountered this suggestion.
I tried the way suggested in the site,
On Emulator, though Iam getting the error messages, It is launching the application as usual.It works fine !!
PopUp error:
Application closed:
ncnlist
KERN-EXEC 3
Regards,
Sunitha.M
ncnlist is a known issue, it is not your code, do not worry about that.
However the suggestion was more about enabling the error messages on the device. Check the last line of the paragraph about "S60 3rd edition", there you can find a downloadable installer file, "ErrRd.sis".
I have downloaded the ErrRd.sis file & copied to Epoc32\winscw\c\resource, then also only ncnlist popup error comes, my application runs as usual. How can I check the reason why it doesnt work with target ?
PopUp error:
Application closed:
ncnlist
Regards,
Sunitha.M
Install that file to your device!
Now, it is launching on the Target. I have missed to provide the xml file to parse. It was in my local path.
Thanks for the help !!
Regards,
Sunitha.M