Kalyan
16-10-2007, 07:12 PM
Hi all..
I am trying to do a simple application in java to read the incoming calls (numbers) of my mobile phone. I now have a SE k750i. I am using 'My Phone Explorer'. When my mobile is connected to the pc and the sw is running, when someone calls at that time, the number is automatically being displayed on the screen, and the number is stored in its database. I need to do a similar application through java. If any other programming language is needed please feel free to tell(I am not restricted only to java.). All I need is the number calling to my mobile to be stored in my own database(sql or oracle) dynamically. Please guyz.. I need this urgent...
I figured out abt the javax.comm package and tried it. when I am interfacing my mobile through it and reading the inputstream, whenever someone is calling, the inputstream is returning '13' which is the ascii character for Carriage Return. How do I extract the mobile number?
I am trying to do a simple application in java to read the incoming calls (numbers) of my mobile phone. I now have a SE k750i. I am using 'My Phone Explorer'. When my mobile is connected to the pc and the sw is running, when someone calls at that time, the number is automatically being displayed on the screen, and the number is stored in its database. I need to do a similar application through java. If any other programming language is needed please feel free to tell(I am not restricted only to java.). All I need is the number calling to my mobile to be stored in my own database(sql or oracle) dynamically. Please guyz.. I need this urgent...
I figured out abt the javax.comm package and tried it. when I am interfacing my mobile through it and reading the inputstream, whenever someone is calling, the inputstream is returning '13' which is the ascii character for Carriage Return. How do I extract the mobile number?