I think I may have tracked the problem down or at least found out why it is failing to load the display drivers.
I added some debug to the hardware.c file to show which modules where being loaded and looked up. This is what happened with the display module W/HAL ( 1160): ****Loading module : display W/HAL ( 1160): ****Loading module : path = /vendor/lib/hw/display.sun7i.so W/HAL ( 1160): ****Loading module : path = /system/lib/hw/display.sun7i.so W/HAL ( 1160): ****Loading module : path = /vendor/lib/hw/display.wing.so W/HAL ( 1160): ****Loading module : path = /system/lib/hw/display.wing.so W/HAL ( 1160): ****Loading module : path = /vendor/lib/hw/display.exDroid.so W/HAL ( 1160): ****Loading module : path = /system/lib/hw/display.exDroid.so W/HAL ( 1160): ****Loading module : path = /system/lib/hw/display.default.so W/SurfaceFlinger( 1160): hw_get display module Failed! (display) I then checked in the system and vendor directories and there is no display.x.x files found. Need to do a bit more work with the build to find out why they are missing or located elsewhere. It's good progress though. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" 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.
