Search the log->recent calls->received calls
Hi All,
I want to develop an application in J2ME that should be able to search the log->recent calls from my device (N95).
The application should be run in background and every few seconds will try to access the log and search for incoming calls for example.
Is this possible? in Java (first priority) or C++?
Please reply.
Thanks & Regards,
Rin
Re: Search the log->recent calls->received calls
Hi Rin,
this is not possible in Java ME, so you should consider some other technologies (most probably C++) that will better suit your needs.
Pit