Re: [android-developers] Re: Prolonged touching (>30s) in one area causes onTouchEvent to stop registering?

2010-01-13 Thread Wayne Wenthin
More than likely its a feature to keep the pocket presses from sucking your battery dry.If it is exactly 30 seconds I would guess its designed that way. On Tue, Jan 12, 2010 at 7:19 PM, Josh wrote: > Posted in the Issue tracker if anyone wants to follow it: > http://code.google.com/p/android

[android-developers] Re: Prolonged touching (>30s) in one area causes onTouchEvent to stop registering?

2010-01-12 Thread Josh
Posted in the Issue tracker if anyone wants to follow it: http://code.google.com/p/android/issues/detail?id=6001 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsu

[android-developers] Re: Prolonged touching (>30s) in one area causes onTouchEvent to stop registering?

2010-01-12 Thread Josh
When I do getevent I see a continuous stream of events if I'm touching the screen or not, hard to tell if it's a touch event or not. It DOES look like event3 is related to touch however, and it looks like after about 30 seconds it stops streaming those for that part of the screen. Would that make

[android-developers] Re: Prolonged touching (>30s) in one area causes onTouchEvent to stop registering?

2010-01-12 Thread Al
Open adb shell and monitor the output of `getevent` while pressing down on the screen.Do you see a continuous stream of events even after 30s? Mirmathrax wrote: > I have the same problem, this has been posted about this earlier and > still no replies. > > Hopefully someone out there can help. > >

[android-developers] Re: Prolonged touching (>30s) in one area causes onTouchEvent to stop registering?

2010-01-12 Thread Mirmathrax
I have the same problem, this has been posted about this earlier and still no replies. Hopefully someone out there can help. -Colin On Jan 12, 8:07 am, Josh wrote: > I'm trying to do something in my app where you have to hold your > finger on the screen for more than 30 seconds. After about 3