J2ME app to access incoming call - Where to start?

Posted by Jay on Stack Overflow See other posts from Stack Overflow or by Jay
Published on 2010-06-01T11:35:34Z Indexed on 2010/06/01 11:53 UTC
Read the original article Hit count: 250

Filed under:
|
|
|

Here's my requirement:

I often receive calls from unidentified numbers on my mobile phones. I would like an application which would use a reference list like this, and show me the carrier name and the area of origin along with the number on screen.

  • Mobile make : Sony Ericsson
  • Model : C902
  • Operating System: Propreitary
  • J2ME: MIDP 2.0

Here are my questions:

  1. Is it possible to do something like this? I have installed a lot of java apps on my mobile, and all of them have to be launched seperately, can be run in the background, but they never seem to access anything native.
  2. If it is possible, which area of J2Me should I start with, for creating an application that achieves the above requirement?
  3. If it is not possbile, what are my alternatives?

© Stack Overflow or respective owner

Related posts about java

Related posts about mobile