I'm working on AOSP 4.0.4 and porting a build I had for the Acer A200 to the A210. I've got almost everything working, expect for OpenGL support.
When I omit gralloc.tegra.so from the build, the devices boots successfully, though with software OpenGL support. If I include gralloc.tegra.so, I get the following: I/FramebufferNativeWindow( 113): FramebufferNativeWindow calling hw_get_module(GRALLOC_HARDWARE_MODULE_ID) I/HAL ( 113): loading module= /system/lib/hw/gralloc.tegra3.so I/FramebufferNativeWindow( 113): found GRALLOC module I/FramebufferNativeWindow( 113): calling framebuffer_open (this call never seems to return) (bunch of other stuff unrelated to this happens) I/ServiceManager( 181): Waiting for service SurfaceFlinger... I/ServiceManager( 181): Waiting for service SurfaceFlinger... I/ServiceManager( 181): Waiting for service SurfaceFlinger... I/ServiceManager( 181): Waiting for service SurfaceFlinger... I/ServiceManager( 181): Waiting for service SurfaceFlinger... Does anybody have any experience hunting down troublesome OpenGL issues like this one? -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
