views:

30

answers:

1

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. :)

+2  A: 

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.

org.life.java
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
@Karthick can you exactly tell us your requirement so that we can have more idea for tweaks
org.life.java
I'm planning to use the data and draw graphs and stuff showing the user how much he talks and with whom etc.
Karthick
@Karthik try at symbian level, I don't think j2me supports that
org.life.java