|
||||
I think some kind of app that made sure the dialer was always on top when an incoming call was answered would be the best option here. The now screen seems to want to steal focus when the phone wakes up, after the call is accepted and the phone is "relocked."
Either that, or some app that would keep the phone unlocked after a call was accepted, then locked again after the call was disconnected. Anyone know of anything for that? |
|
||||
Alright, I've done some testing and believe I've found the issue. When the phone gets an incoming call, it unlocks itself so you can answer/ignore the call. After the call is answered, the phone automatically re-locks. The mobile shell pops up the now screen when the phone locks, which is why this issue occurs.
I'm experimenting with some code right now which will hopefully fix the issue. I plan to do this by writing a small program that unlocks the phone when a call is answered, and re-locks it at the end of the call. |
|
||||
It doesn't look like it's possible to unlock the phone [systemwide] easily without hacking some dll, anything in the API I've seen to unlock will only do a partial unlock that will only work for the program that does it. I guess I'll just go the easier method and write a program that will make sure the phone is given focus on an incoming call. Hopefully that should do it.
|
|
|
|