Re: [android-porting] Re: Porting Touch Driver

2013-03-11 Thread Sandeep sp
The .idc file needs to be of the same name as driver name. Regards Sandeep S.P: On Thu, Mar 7, 2013 at 4:20 AM, Jonathan Clavin joncla...@gmail.com wrote: You need to write an .idc file for your device. I'm pretty sure if you examine a logcat, it will say that you're missing an somthing.idc

[android-porting] Re: Porting Touch Driver

2013-03-07 Thread sridhar k s
Hi, Please go through the link. It has all the info required to resolve the issue http://source.android.com/tech/input/touch-devices.html Regards, Sridhar.K.S On Wednesday, 6 March 2013 15:32:28 UTC+5:30, garimella wrote: Dear All, I am upgrading my android version from 2.3.2

[android-porting] Re: Porting Touch Driver

2013-03-07 Thread Jonathan Clavin
You need to write an .idc file for your device. I'm pretty sure if you examine a logcat, it will say that you're missing an somthing.idc file. Your job is now to make up an .idc file like this one for the nexus 4 but one that satisfies your touchscreen's characteristics. Then, after you make