GuyOverThere, on 28 October 2012 - 07:27 PM, said:
You tested two different roms right? equiliym nightly and mui?
From logcat, gralloc issue, could you try using gralloc lib from blade?
This is the code responsable for it:
ramebufferNativeWindow::FramebufferNativeWindow()
: BASE(), fbDev(0), grDev(0), mUpdateOnDemand(false)
{
hw_module_t const* module;
if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module) == 0) {
int stride;
int err;
#ifdef OMAP_ENHANCEMENT
int i;
#endif
err = framebuffer_open(module, &fbDev);
LOGE_IF(err, "couldn't open framebuffer HAL (%s)", strerror(-err));
yes I tested 2 roms. now with the blade gralloc (I guess you meant gralloc.mooncake.so that comes from gralloc.blade.so and gralloc.default.so) well replaced one and same thing. replaced both and same thing happened. logcat still the same
I/AKMD2 ( 203): AK8973/S for Android v0.9.0.601 (Lib : v2.0.0.119) started. E/AKMD2 ( 203): akmd2 : Device can't be opened. I/AKMD2 ( 203): AK8973/S for Android end. D/DHCP ( 201): failed to set ip addr for wlan0 to 0.0.0.0: No such device
I/Zygote ( 195): Preloading classes... E/Zygote ( 195): setreuid() failed. errno: 2
I/SurfaceFlinger( 281): SurfaceFlinger's main thread ready to run. Initializing graphics H/W... E/FramebufferNativeWindow( 281): couldn't open framebuffer HAL (No such file or directory) I/DEBUG ( 193): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
same errors except the second one witch evolved from an "E/Zygote ( 172): Couldn't find preloaded-classes." thing :S







Sign In
Create Account

Back to top











