CM10 for Coby 8042

Ricky405jr

Member
Feb 23, 2013
255
23
I have tried that but it doesn't work. I know when I installed CM9 the mouse worked well when touch didn't. but on CM10 mouse doesn't work.
 

Ricky405jr

Member
Feb 23, 2013
255
23
Oooops worked ! plugged mouse before bootup and voala CM10 working ? now have to push only the modules back
 

Ricky405jr

Member
Feb 23, 2013
255
23
the modules I changed then installed via CWM that worked but now in your zip I already replaced with my modules . and touch not working. Can I install it again or I can push the modules via adb?
adb push modules /system/vendor/modules/
I already tried but gives read-only file system. If I reboot into recovery or bootloader CM10 only reboots. Or can I boot into CWM with hard keys then push modules?
 

Ricky405jr

Member
Feb 23, 2013
255
23
I think I found it on CM9 I replaced the whole vendor folder so I'll give that a try and report . [fingers crossed]:)
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
adb remount

adb push path/to/vendor /system/vendor

adb shell

chmod 644 /system/vendor/*
 

Ricky405jr

Member
Feb 23, 2013
255
23
Oke I didn't see your post above so I replaced vendor folder in the zip and rezipped again the same. No touch!.
when I work with the mouse I see the pointer but when I touch the screen pointer dissapears!.
 

Ricky405jr

Member
Feb 23, 2013
255
23
$ismod.JPG
$getevent.JPGhereyah go
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
your touch screen drivers are loaded

settings > Developer options > check both pointer location and show touches, then press home now touch scree and see what is happening.
 

Ricky405jr

Member
Feb 23, 2013
255
23
Does the same only with mouse it shows the coordinates. but when I touch the screen mouse pointer dissapears that's all. also I removed mouse and tried the same.
 

Ricky405jr

Member
Feb 23, 2013
255
23
oke in logcat it shows
I Inputdispatcher (294) Dropping event because there is no touched window.

hmmm
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
adb remount

adb shell

rmmod gt2005
rmmod sun4i_csi1.ko
rmmod ft5x_ts

insmod /system/vendor/modules/sun4i-keyboard.ko
insmod /system/vendor/modules/ft5x_ts.ko
 
Top