Hi for all
I want to read my log content using j2me from my mobile nokia N73
the log content are Recieved and Dialled Numbers.
Please Help Me
Hi for all
I want to read my log content using j2me from my mobile nokia N73
the log content are Recieved and Dialled Numbers.
Please Help Me
You could implement log reading part in Symbian C++ and other parts of your application in Java ME and let those two apps talk to each other through (local) socket connection. MIDP JNI is one term for this if you need to google more.
However there are challenges: Potential permission dialogs, the Symbian app has to be running on the background, etc. so I would recommend no to use this approach.
Hartti.