Built and installed AOSP on beagleboneblack with Kernel 3.2.

Built and installed AOSP on beagleboneblack with Kernel 3.2. However my touch panel started to work different. White circle appears and it works like mouse. I should drag it to desired place. With rowboat touch works perfect. May be someone knows what to change?

The problem was solved by creating a new ids file with the name of the touchscreen driver. Now I have an AOSP image with google apps.

An .ids file? Do you mean an input device configuration (.idc) file, like those in /system/usr/idc? I think that Rowboat includes one for ti-tsc.idc (Texas Instruments touch screen driver), which is what I include in my AOSP builds with the 3.8 kernel. Even then, people have mentioned to me that they have to play with the settings in that file to properly calibrate the touchscreen for the various LCD capes.

@Andrew_Henderson Sure I mean idc. I created a new file with the name of the touchscreen driver and copied inside it content of ti-tsc.idc. It seems like you need to do it if your touchscreen driver different from ti-tsc. BTW my build is with kernel 3.2 and accelerated graphic.

This is defined by variable ‘touch.deviceType’ in corresponding IDC file and is set to ‘pointer’ by default.