[android-porting] no response when touch the touchscreen

2009-12-01 Thread Weber
Hi,guys I have ported android 2.6.25 to my s3c smdk6410,and the filesystem is donut that I built from the source code.Now I can boot it up and see the main window.But when touching the item ,it does not have any response at all. My touchscreen driver src file is s3c_ts.c. I built tslib and calib

Re: [android-porting] no response when touch the touchscreen

2009-12-02 Thread Michael Trimarchi
Weber wrote: > Hi,guys > I have ported android 2.6.25 to my s3c smdk6410,and the filesystem is > donut that I built from the source code.Now I can boot it up and see > the main window.But when touching the item ,it does not have any > response at all. > > My touchscreen driver src file is s3c_ts.c.

Re: [android-porting] no response when touch the touchscreen

2009-12-02 Thread ?? ?
hi,weber I got the same problem as you. It was some thing wrong with your screen driver. Maybe in your Framebuffer driver. Find the PowerManagerService.java modify the following function. boolean screenIsOn() { synchronized (mLocks) { return true; // return (m

Re: [android-porting] no response when touch the touchscreen

2009-12-02 Thread 代云贵
Hi Weber: I have met this problem before .First you should make sure that you have configed the "power manage function" and you kernel driver fully support it .A few days before,our team suffered this ,because we do not fully support it .When an input action happening, Android will check if screen