just run commands "adb shell" and then "getevent", you will see a device name like "xxx-touchsceen", you can find the touchscreen config file /system/usr/idc/xxx-touchscreen,
Check the config file, remove all of them but keeping one line touch.deviceType = touchScreen Hope it works. ----- Original Message ----- From: "Viral Wang" <vw...@mozilla.com> To: kiranbhat2...@gmail.com Cc: dev-b2g@lists.mozilla.org Sent: Friday, May 10, 2013 12:01:43 PM Subject: Re: [b2g] [Porting] Gaia doesn't recognize touches Hi, We found three different types event from touch panel in different projects: type 1: report ID,X,Y,width,pressure, but no finger leave event. type 2: report ID,X,Y, and finger leave event type 3: report ID,X,Y,width,pressure, and finger leave event. I'm guessing here's another type 1 case again. It will become finger always pressed and never leave. Shall you provide more specific information about Android 4.0.4 like r1 or r2? I think you should use the pure Android without any modification, is that right? Regards, viral ----- Original Message ----- From: kiranbhat2...@gmail.com To: dev-b2g@lists.mozilla.org Sent: Thursday, May 9, 2013 6:15:31 PM Subject: Re: [b2g] [Porting] Gaia doesn't recognize touches On Thursday, February 21, 2013 4:25:39 AM UTC+5:30, Maxim Kouprianov wrote: > Hi all. > > > > I'm building my own port of B2G for a custom android tablet. I have a full > set of sources (Android 4.0.4) and building goes well. The image which I made > boots and displays welcome screen (FTU), even sound volume may be adjusted > with hw keys (and also it's possible to bring down power menu with the power > key). > > > > But I have one problem here - I can't click anything. Touchscreen is working > and it's events is here, since I can wake up device by touching the screen > (backlight dims if I don't). > > > > But how do I enable touch events in Gaia? > > Help appreciated :) > > > > -- > > Regards, > > Maxim Kouprianov Maxim Kouprianov even i am facing the same problem, Did u solve the issue ? can u share the information regarding this _______________________________________________ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g _______________________________________________ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g _______________________________________________ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g