FIRMWARE ISSUE ?? iEikonEnv->InfoMsg(lBuf)
| Mon, 2007-12-24 13:18 | |
|
[iEikonEnv->InfoMsg(sCurrentTime)] I have been using this label display msg for the last couple I know it didn't work on 2nd Edition devices but assumed that It's a great little message box as it is discreet and non-intrusive. Now, today I realised that I haven't seen my time string it for a while This is the weird part - it doesn't work in ANY of my previous versions I also tried restoring backups of my N73 phone that I used for testing each revision. The label doesn't show in those previous backup versions either!! What's going on? The only coincidental/suspicious thing I can think of is that Could this be a firmware issue? If so, does this imply that InfoMsg is very unstable and may/may not work If so, that suggests it shouldn't be used at all! I am glad I found this out now before shipping but it is I have always read loads of posts about people who just can't get InfoMsg Please Nokia Experts comment on this so we know the score Thanks. ~~~~ |
|






Forum posts: 140
Its not a bug or anomoly, you need to enable extended error logging to get it to display.
Paul Todd
Forum posts: 165
Hi Paul
>Its not a bug or anomoly, you need to enable extended error logging to get it to display.
Very interesting point!
After I formatted my phone I didn't put back the Errd file that I had put on my phone folder.
Is that actually the root/fix to all of this?
I haven't tried it yet as I decide not to use InfoMsg(lBuf) in the end - but it makes sense
now that you pointed it out, so thanks for the tip Paul!
~~~~
Forum posts: 165
Just to confirm/update that putting 'errd' back into c:\resources
does indeed enable the InfoMsg [blue label] functionality on the
target device (N73 in my case).
Is InfoMsg really only meant for debugging?
It's a nice subtle feature for providing regular
feedback to user rather than massive Dialog boxes
that takes up a 3rd of the screen.
Is it possible to enable InfoMsg() without having to put
errd into c:\resources?
I'd like to use this blue label but don't want to force users to
install errrd in order for it to work (in case - like me, they
format their device and loose the errrd).
Can InfoMsg() be (safely) turned on by default so it is always
available without the presence of errrd?
~~~~