how to receive an incoming call in j2me (java me) app, call control
i want to receive a call using my java-me app, how can i do it...
1. jsr 253 (or any other api to call control) is available or not
2. can i use AT commands in j2me code
3. is there any other alternative solution for receiving a call
please give me solution as soon as possible........
Re: how to receive an incoming call in j2me (java me) app, call control
[QUOTE=gauravwable;862047]i want to receive a call using my java-me app, how can i do it...
1. jsr 253 (or any other api to call control) is available or not
2. can i use AT commands in j2me code
3. is there any other alternative solution for receiving a call
please give me solution as soon as possible........[/QUOTE]
when call comes on the device then MIDlet will go into the pause state by calling pauseApp methode of your MIDlet,so i think it is difficult to do this task.and you can not use AT commands from J2ME.
Re: how to receive an incoming call in j2me (java me) app, call control
[QUOTE=gauravwable;862047]i want to receive a call using my java-me app, how can i do it...
1. jsr 253 (or any other api to call control) is available or not
2. can i use AT commands in j2me code
3. is there any other alternative solution for receiving a call
please give me solution as soon as possible........[/QUOTE]
1. jsr 253 (or any other api to call control) is available or not : It is not available yet.
2. can i use AT commands in j2me code :From J2ME not possible try to use other language
3. is there any other alternative solution for receiving a call : i do not think there is any using J2ME.
Re: how to receive an incoming call in j2me (java me) app, call control
so for the purpose (to receive incoming call), i should use native (Symbian C++) code.
1. can i get any sample of using Symbian c++ code inside a java me code ?
2. instead of writing Symbian C++ code to receive an incoming call, can i use any existing Symbian app to receive a call, if it is possible...how can i do it ?
Re: how to receive an incoming call in j2me (java me) app, call control
I would recommend forgetting Java ME in here completely. Just use native programming. Much cleaner (although also more work for you :-(
[url]http://www.developer.nokia.com/Community/Wiki/Symbian_C%2B%2B_Telephony_Articles[/url]
Hartti