Hi, I am trying to port ICS android on 10" faytech HDMI display, using imx6q target. [Android base code @ git://github.com/boundarydevices/imx-android-r13.4-ga.git ]
Currently my ICS android set-up rendering well on the faytech HDMI display, even with mouse registered events, I am able to use android well. Now to add Faytech Touchscreen I have tried including these patches to include it well. patches from android-x86 forum. http://code.google.com/p/android-x86/issues/list?can=1&q=Faytech&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary&cells=tiles Observed, the faytech touch-screen seems responding/partially working. Mainly I am stuck at touch-screen calibration to make android working well functional. These are my setup few params.. root@android:/ # cat /proc/bus/input/devices .. I: Bus=0003 Vendor=0eef Product=0001 Version=0100 N: Name="eGalax Inc. USB TouchController" P: Phys=usb-fsl-ehci.1-1.1.2/input0 S: Sysfs=/devices/platform/fsl-ehci.1/usb2/2-1/2-1.1/2-1.1.2/2-1.1.2:1.0/input/input1 U: Uniq= H: Handlers=mouse0 event1 B: PROP=0 B: EV=b B: KEY=400 0 0 0 0 0 0 0 0 0 0 B: ABS=3 resoultion set.. root@android:/ # cat /sys/class/graphics/fb0/mode S:1280x1024p-60 display registered well. root@android:/ # cat /sys/class/graphics/fb0/fsl_disp_dev_property hdmi Android gets the touch events well.. 130|root@android:/ # getevent /dev/input/event1 0003 0000 00000409 0003 0001 00000208 0000 0000 00000000 Looking out to use tslib/tools to fetch and use proper calibration. Suggestions/pointers for preparing the faytech touch screen will be a great help. Thanks in Advance.. Thanks! -- Shrikant Bobade -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
