Hello everyone,
I have received the response from Lee, one of the export in Android
porting.
Thanks Lee's suggestions.
I post his response in here, and wish to help your porting job.

Lee said~
In my opinion, your problem is LCD flickering.(framebuffer driver)
Your android system is not died.
It just tries to display something. (but CPU usage 99%, trying
EGLDisplaySurface().. )

To solve this problem,
Modify your framebuffer driver.

Brief Overview :
1. double buffering ( yres * 2, and memsize * 2)
2. provide *_pan_display() function (android init check this by ioctl
loop)

Please refer this URL
 - http://androidzaurus.seesaa.net/article/88509204.html

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to