Making midlet to initiate a call without user interaction.
Hi,
I am developing an app that initiates a call from a midlet to a specified contact. The problem I am facing is when I initiate that call the device asks whether to allow that call. I am testing it on Nokia E-72 . I have also set midlet's Call control permission to Always Allow. What I want to do is allow midlet to call contact even when the phone is away from the user and make device directly call and switch to the hands free.
How to achieve that using J2me?
Re: Making midlet to initiate a call without user interaction.
It's impossible because of sandbox security model of J2ME.
Re: Making midlet to initiate a call without user interaction.
Ok! Is it possible to do so using symbian C++. Does Symbian devices allows to do that any how? And also can you tell me If I can achieve this on other J2me devices? Also will device ask for permission even when I have signed app under trusted third party domain? Thank you.
Re: Making midlet to initiate a call without user interaction.
[QUOTE=shriniket33@gmail.com;909527]Ok! Is it possible to do so using symbian C++. Does Symbian devices allows to do that any how? And also can you tell me If I can achieve this on other J2me devices? Also will device ask for permission even when I have signed app under trusted third party domain? Thank you.[/QUOTE]
It is feasible in Symbian - it cannot be done on other J2me devices.
Re: Making midlet to initiate a call without user interaction.