[android-porting] Re: graphics initialize failed?

2008-11-08 Thread Sean McNeil
The /dev/pmem and libhgl.so errors are fine. They relate to optional capabilities you don't have. You should, however, have the Android devices in your kernel. The Android binder and power devices are quite essential. 宇江 wrote: > Hi, > > I have a arm926ej-s board which has a 800x600 LCD. > I h

[android-porting] Re: graphics initialize failed?

2008-11-08 Thread Mathias Agopian
Hello, The errors that matter here are: E/GLLogger( 1553): validate_display_surface:779 error 300d (EGL_BAD_SURFACE) E/SurfaceFlinger( 1553): not enough memory for layer bitmap size=234668032 D/MemoryDealer( 1553): LayerBitmap (0x870d8, size=8388608) D/MemoryDealer( 1553): 0: 00087110 | 0x

[android-porting] Re: graphics initialize failed?

2008-11-08 Thread John.Zheng
oh yeah. that's the problem. I fixed it by adding a line to init.rc: chmod 0771 /dev/fb0 I can see the green robot now. Thank you, Mathias -- John Zheng WWW.DAOTNAG.COM On Nov 9, 1:18 pm, Mathias Agopian <[EMAIL PROTECTED]> wrote: > Hello, > > The errors that matter here are: > > E/GLLog