I've been looking around and haven't found an answer to the above question. Many forums say it cannot be done in most phones, but most of those entries date back to 2006-2007 or more. I'm hoping J2ME's gotten better in the past few years. :)
Asked
Active
Viewed 876 times
3 Answers
4
Its not possible with pure j2me.
I think if you are comfortable with Symbian OS [and your targeted OS iw symbian]level coding then try J2ME JNI.

jmj
- 237,923
- 42
- 401
- 438
-
Thanks for the reply. I'm just beginning to learn J2ME. are there no work around for this? Any links on what are the allowed data that can be accessed off the phone? – Karthick Oct 22 '10 at 06:46
-
@Karthick can you exactly tell us your requirement so that we can have more idea for tweaks – jmj Oct 22 '10 at 06:49
-
I'm planning to use the data and draw graphs and stuff showing the user how much he talks and with whom etc. – Karthick Oct 22 '10 at 08:29
-
@Karthik try at symbian level, I don't think j2me supports that – jmj Oct 22 '10 at 08:42
2
yes.there is a way to access call logs in J2ME using J2ME API Bridge.But this interface will work on latest nokia phones.
for further details,please refer to the following link
http://www.developer.nokia.com/Community/Wiki/J2ME_API_Bridge_Interface

Manikandan
- 21
- 1
1
there is way now using Api bridge but it is supported for s60 3rd edition fp2 and later version check this : http://wiki.forum.nokia.com/index.php/J2ME_API_Bridge_Interface#Logging_Service
I think its what you are looking for

Ahmed Mohsen
- 23
- 1
- 4
-
which means, it won't support my mobile(s40 6th Ed). If yes, then is there any solution ..?? – May 17 '12 at 19:58