Hi Retti, I have the same issue.
I have a running Android 2.2 on my platform. Now I am porting Android 2.3, I could see user interface of android 2.3, but touch screen does not work. KeyInputQueue.java is missing. For Android 2.2, I changed final int classes = di.classes to final int classes = di.classes &(~(RawInputEvent.CLASS_TOUCHSCREEN_MT)), in order to support single touch in KeyInputQueue.java file. Where can I find this ------------------------final int classes = di.classes? Do you have any idea? Thanks, Connie -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting