Seite 1 von 1

Need help in getting ph no.

Verfasst: Do 18. Okt 2007, 05:35
von neo_kalyan
Hi ..

Your application is great. I use it despite of having the Sony Ericsson PC Suite. I need your help about retrieving the mobile numbers from the phone. when the phone is connected, the software automatically shows the number and saves it. If Possible, could you please explain me how you could do it dynamically? I need to extract the missed calls through my program dynamically and save into database. What command do you use to retrieve? Please explain this if this does not go against the forum rules or if you do not wish to reveal the code.

Thanks a lot..

Verfasst: Do 18. Okt 2007, 06:38
von FJ
Do you want technical information how to get this numbers directly from the phone, or should MyPhoneExplorer transfer incoming and outgoing calls to your app ?

Verfasst: Do 18. Okt 2007, 11:28
von neo_kalyan
If possible, technical information. I am using java. I used the javax.comm package to communicate to the com port and I sent some AT commands. I get a 'ring' response from the phone. I am now trying on the javax.telephony package. I am stuck at this point. Please help me out. I just need the number of the caller whenever he calls me (when the phone is connected to the pc). The 'My Phone Explorer' does this whenever someone calls. This would be of great help.. Thanks a million

Verfasst: Do 18. Okt 2007, 18:18
von FJ
OK, first you have to activate the call-monitoring with "AT*ECAM=1". After this you'll get a message everytime when the calling-state changes. Additionally you can enable Alpha-Tag Monitoring so the phone also gives you the name of the caller - if found in phonebook (AT*EIPS). Fpr further information download the official AT-Commandlist from SonyEricsson.

Verfasst: Mo 22. Okt 2007, 05:39
von neo_kalyan
Thanks a lot FJ.. for your help and thanks a lot for your phone explorer. That was really helpful to me...