So I'm newbie here but I have had rena3 for nearly 4 years (last 2 years I used another tab). I've came across this group and as my rena is still alive I decided to give it a try. The build from dropbox worked but there was no sound so I've downloaded everything and have build from scratch. Tuned something (added some strings in
board.mk added cortex optimized bionic libc functions and may be something else I'm not sure). So this build works with opengl renderer and this gives the tab wings :) it's very fluid. But apps load slow,may be that is supposed to be so on 600mhz dual core :)
But there are some strange things also. When I messed with my other tab which had memory bandwidth problems I came across such an app as tinymembenchmark I've cross compiled it for arm and used it to test my custom kernel for that other tab. So I did with rena. And strabne things came up. On stock gingerbread memory works much faster (~600mb/s with 667mhz clocked cpu) but when I've build bootloader+kernel+android from these sources and with my optimizations I cannot reach even 500mb/s. And the most strange thing is that when the benchmark is running cpu load is 49-50% so it looks like it uses just one core with memcpy and other memory operations. This looks like some misimplementation of smp?
The build runs so smooth I can not imagine how smooth it could have been with proper memory operations. But it's not the kernel to blame I've tried to flash that gingerbread stock kernel and JB actually boots (but without wifi/bt/touchscreen) but I ran my benchmark via adb and got very close results to this kernel. So it's ether bootloader that matters (I doubt this) or Livall tweaked bionic to suit the SOC in their gingerbread builds.
the binary of that benchmark is located here
http://dnkn.ru/mem (download to /data/local/tmp for example and chmod 755 then run).
And my opengl renderer enabled build is here
https://yadi.sk/d/kgRn8KSjdJeymThis old fella nearly outperformes my quad core 1.6ghz tab on browser fluidness (but very slow on loading apps).