this is actually my first post on forums

Complete firmware is beeing developed by me, so consider this post as a teaser

I'm working on this firmware because stock one is horrible and upgrade is not available... I'm actually specialized in creating customized Android and Linux solutions for Amlogic SoC's. Generally, my plan is to make pure working functional firmware based on latest Amlogic tablet source tree and custom kernel (latest Amlogic 3.0.50 patched up to .101 + some tweaks), After its done, I will not keep this fw maintained, maybe when I catch some spare time. But fw itself will be good starting point for CM devs I believe

Currently works (tested):
- it's booting

- usb/charging - AXP
- screen - 800x1280, panel CLAA070WP03
- sound - WM8960
- camera (needs tweaks, tested only fromt camera trough adb commands to launch activity) - GC0329
- 3axis rotation sensor - MMA865X
Not working (yet):
- wifi
- touch input (appears to be Goodix TS driver, registers at i2c address 0x14 but lack of configuration)
- on 3.0.101 kernel, sd card reader is not working properly, on 3.0.8 kernel with same configuration it's working. Since I'm keeping my kernel clean and compatible with all devices I'm working with I need more investigation on why its not working, need to compare drivers and make changes for particular device.
Features:
- 4.2.2 Android
- root (CM - koush implementation to Settings)
- kernel 3.0.101
- ext4 fs
Help needed:
Basically, if anyone has idea how to get touch to work or does have proper data and implementation for panel mentioned, just post

Sources:
Github: https://github.com/Stane1983
Note: Kernel on github is not which I'm using, it is 3.0.101, but old version (April 2013, which was released as GPL by Amlogic, I cannot compromise my SLA with them by publishing newer sources until they do).
Regards,
Stane1983
Screenshots:
Update (2013-01-07):
Ok, I managed to get touch to work (sort of). Touch is Goodix GT911 with reverted Y axis. Problem still persists however. Aprox. first 330mm (top) of screen (Y axis) is not responding to any touches. After that 330mm bareer touch works as expected (Y axis = 0 to 1280 - to bottom; X axis 0 - 800), means touch is 'shrinked' according to actual panel.
Now, any ideas on that?
Comment