- Nov 8, 2011
- 3,836
- 1,394
- Thread starter
- #16
It's the module. I copied the one from my working ROM into cm9 and I have a working touchscreen. Now to see what else is not working!
yes your bootloader targets that goodix_touch.
what I have been working on is a bootloader that targets the goodix_touch and ft5x_ts that I have included in the rom.
7042_mv_bootloader.img.zip
what this does is allow either version of 7042 to use the CM9, I can only test on my ft5x_ts, but as lsmod shows both ft5x_ts and goodix_touch are loaded.
If you test this, before you test make sure you have backed up your bootloader. You don't have to test this unless you want to, I have included your module in a zip below that will just replace the module included in the rom for the one you provided.
adb shell
mkdir /sdcard/dump
cat /dev/block/nanda > /sdcard/dump/bootloader.img
exit
adb pull /sdcard/dump/bootloader.img
or we can just add your goodix via zip install
this zip replaces the included goodix in the cm9 rom with the one Slacker1040 provided.
7042_goodix_support.zip
either of these zips need to be flashed via CWM recovery
Last edited: