Hello all;
I'm trying to extract data from a .log file found in a directory (Say E:\Nokia). How can I do that?What classes do I use?
Any piece of code would be of much help
Thanks in advance!
Hello all;
I'm trying to extract data from a .log file found in a directory (Say E:\Nokia). How can I do that?What classes do I use?
Any piece of code would be of much help
Thanks in advance!
From Java, use the FileConnection API as defined through JSR-75 (the phone must have JSR-75 support built-in, and you must of course also know the log file format).
thanks a lot for your contribution.
But how can I know if my Nokia 6600 supports JSR75 and how can I know the format of the .log file?
Thanks again
Nokia 6600 specifications
http://www.forum.nokia.com/devices/6600
Nokia 6600 does not support File Connection API.
Hartti
And as to the .log file format, you need to ask whomever developed the app that creates the log.