[android-porting] Linux on Android: futex WAIT issue

2014-06-13 Thread Vikas Patil
Hi All, I am trying to run the test_egl from libhybris package, however it never finishes and looking at the strace it shows following lines. I am running linux filesystem on android kernel on android device in chrooted environment. futex(0xb6e5ee5c, FUTEX_WAKE_PRIVATE, 2147483647) = 0 futex(0

[android-porting] Linux on Android: legacy linux framebuffer application on android

2014-06-13 Thread Vikas Patil
Hi All, Could I run the legacy linux framebuffer application on android device using the android kernel and linux filesystem in chrooted linux without any modification? or Do I need to use the vendor specific IOCTL along with standard fb IOCTL to fill the framebuffer with some colors using lega