i'm trying to handle incoming phone calls placing some code to pauseApp, but on Siemens CX65 it did't works
is it device specific?
is there some example of how to properly handle that situation?

Signature
Best regards,
Maxim Kasimov
mailto: kasimov@i.com.ua
> i'm trying to handle incoming phone calls placing some code to pauseApp,
> but on Siemens CX65 it did't works
> is it device specific?
> is there some example of how to properly handle that situation?
What are you trying to do, exactly? The device, when an incoming call is
received, is *supposed* to invoke MIDlet.pauseApp() and give the
application a chance to go into the paused state. However, some devices,
including Samsumg, just freeze the VM at the point the call is received
rather than gracefully notifying the handset. There's not really much
you can do if that's the case. If you're running time-sensitive code,
then you can check timestamps and see if there's an unexplainable gap
and then adjust to fix it (I had to do this in some games I wrote).

Signature
Darryl L. Pierce <mcpierce@gmail.com>
Visit my homepage: http://mcpierce.multiply.com
"By doubting we come to inquiry, through inquiry truth." - Peter Abelard