[android-porting] Re: Touch Screen problem in Blaze

2012-04-29 Thread Ronnyek
Depends on how you intend on using your hardware... If this touchscreen is always going to be present with your version of android, you might consider just building into the kernel. If you just want to support touch screen, but want to leave it as a module... you can fire insmod from init.rc

[android-porting] Re: Touch Screen problem in Blaze

2012-04-29 Thread Luccio
Hi, you have to enable the touchscreen from the _deconfig file which you find in /arch/arm/configs. is your device a usb touchscreen ? Best Regards. Le mardi 24 avril 2012 07:09:01 UTC+2, Mamatha K a écrit : Dear All, I am new to android and working on Touch screen porting on

[android-porting] Re: Touch Screen problem in Blaze

2012-04-29 Thread zoli_k
You may need to provide an input configuration file for your device: http://source.android.com/tech/input/input-device-configuration-files.html Logcat/dumpsys should provide some debug information about the touch device/detection failure. Z On Tuesday, April 24, 2012 7:09:01 AM UTC+2,