The problem like below :
1. The phone now is sleeping, this is the srceen is off;
2. Then there's an incoming call;
3. And the screen is lit on, but the screen flickers, and then go to
the InCallScreen interface.

At present I've investigated :
1. It's not the problem of framebuffer driver;
2. Here : Phone/src/com/android/phone/InCallScree --> onResume() -->
mHandler.sendEmptyMessge(ALLOW_SCREEN_ON)
   There are some comments about this problem;
3. I've tried to delay the time point to light the screen :
   mHandler.sendEmptyMessgeDelayed(ALLOW_SCREEN_ON, 1000);
   But it's no use.


Anyone can help me. Thanks very much.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to