PabloPL
PabloPL
Probably it wasn't submited to upstream. At first it would be great to have old driver working (like You did), but later i think we could try to make it...
Yes, Nexus S has much better drivers (looking at code) than other aries devices.
libsamsung-ipc has switched to gpl2 some time ago (that was preventing it from being supported by ofono). https://lists.ofono.org/pipermail/ofono/2012-September/013777.html Maybe we could update those patches and send them again.
BTW: I wonder if that android logger module is working (didn't saw devices created in /dev, wasn't able to use logcat).
Ok, so we can revert that commit and make pstore work (defconfig + dts change needed). Libhybris setup is easy - some time ago when i looked at this, it...
Fixed powervr logging a bit (was hard to do this...), can be enabled with CONFIG_PVR_NEED_PVR_DPF. Edit 1: Fixed also debug build (with all debug/trace options enabled).
Added workaround so we can use debug driver with release binaries. Maybe all debug enabled will help to trace why we can't rung egl programs.
@xc-racer99 Are You able to run libhybris binaries under android (or we could write some sample code with android-ndk - maybe could use some code from https://github.com/limadriver-ng/lima/tree/master/limare/tests)? I wonder what...
Currently eglGetConfig in test_egl_configs returns with error EGL_NOT_INITIALIZED
Hm at first wee need to check if there is possibility to run the same test code on android and linux (like lima was doing), so we could then compare...