Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Log events on Nokia 7650

2 replies · 2,222 views · Started 05 April 2004

Hi all,

I was wondering if anyone could tell me how to log events on a nokia 7650....by this I mean I want to be able to record events such as switching between profiles....setting the alarm....that sort of thing....I want to create a log file which shows the time and event...i.e.

10am Profile switched to Silent
11am Alarm set for 9pm
12pm Profile switched to General
.......

Anyone have any ideas? I want to write the appilication in j2me....also what's the best format to log events in on the phone....*.txt?

Thanks....

Might be possible. You presumably have to reverse engineer a bunch of undocumented APIs that might change without warning from a version to the next, and definitely not possible using J2ME (no way to trap such behaviour from within the Java sandbox).

Thanks, I've done alot of reading since I posted the message and j2me doesn't seem possiible.....thinking of switching to c++.