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
Solved! Go to Solution.
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
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