Touch calibration problem in Android 2.3 for imx51 BBG

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Touch calibration problem in Android 2.3 for imx51 BBG

Jump to solution
1,480 Views
Raana
Contributor III

Hi,

I am trying to port the android Gingerbread 2.3 on i.Mx51 bbg. While booting the system, it is asking for input to calibrate the touch interface.

But I am not able to calibrate. If I touch the crosshair on the LCD, it is not taking the input.

Please suggest me any solution to solve this issue.

Thanks in advance!!!

Regards,

Rekha


Labels (2)
0 Kudos
Reply
1 Solution
780 Views
babur
Contributor II

If you want to get rid of calibrate application;

open "AndroidBoard.mk" file on "~/mydroid/device/blahblah".

And find "#include $(common_dir)/packages/apps/Calibrate/Android.mk" line and remark it.

Then rebuild your Android source.

Also maybe your QTP chip connected over I2C and another unit sharing your communication line. Look at it.

Babur

View solution in original post

0 Kudos
Reply
1 Reply
781 Views
babur
Contributor II

If you want to get rid of calibrate application;

open "AndroidBoard.mk" file on "~/mydroid/device/blahblah".

And find "#include $(common_dir)/packages/apps/Calibrate/Android.mk" line and remark it.

Then rebuild your Android source.

Also maybe your QTP chip connected over I2C and another unit sharing your communication line. Look at it.

Babur

0 Kudos
Reply