Hi
Please advice:
How can I make error messages to display on device (E61)?
if I test an application on another E61 I can see error messages (kern exe,user etc) but on my own the error occures but I dont get the message.
you should create a zero-sized file ErrRd (no file name extension) under the directory c:\resource\. You can use a file explorer application (for instance, FExplorer) to create the file.
Other way to do it would be to use a signed sis file.
Just to verify:
If I add in my package file this line -
"C:\scmp\My_App\sis\ErrRd" -"C:\resource\ErrRd"
*Will it make a problem during installation if the file already exists? (exists before first installation)
Forum posts: 463
you should create a zero-sized file ErrRd (no file name extension) under the directory c:\resource\. You can use a file explorer application (for instance, FExplorer) to create the file.
Other way to do it would be to use a signed sis file.
Forum posts: 145
Thank you very much
Just to verify:
If I add in my package file this line -
"C:\scmp\My_App\sis\ErrRd" -"C:\resource\ErrRd"
*Will it make a problem during installation if the file already exists? (exists before first installation)
* And btw: why only a signed sis file?
Thanks
Forum posts: 145
Never mind
I will not use my pkg file for this (for ot is just for debug purposes).
I will use the signed sis file from nokia wiki.
Thanks
Forum posts: 463