Hey everyone, i need the user to be able to touch and hold a button/imageview for a long time (> 30 seconds). unfortunately after ~30 seconds an ACTION_UP is fired automatically. Do you have any idea how i can prevent or bypass this event and keep tracking the users touch?

This is essential for the control of my app :(

Greets, Goddchen

link|improve this question

72% accept rate
Is your screen going to sleep? You may have to implement a wakelock or prevent the screen from going off. – Falmarri Nov 12 '10 at 20:17
no screen is on all the time it's not a sleep issue. – Goddchen Nov 12 '10 at 21:05
i found out that i only experience this behaviour on my motorola milestone phone. in the emulator this "timeout" does not occure. – Goddchen Nov 12 '10 at 21:15
@Goddchen, I have noticed the same behavior on some phones. the timeout occurs at varying lengths depending on the phone it seems. I have tested with a Motorola Atrix, Motorola Droid 2 Global as well as an HTC 4G. The ACTION_UP event fires up after some time. Did you ever find a solution to this ? – Ali Ziad Jul 27 '11 at 21:06
The same happens on Motorola XT720. Is there any solution to this? – Dmitry Sep 6 '11 at 14:46
show 1 more comment
feedback

1 Answer

It happens on my motorola me525 also,only last 20 seconds. I advise you use a layout(for example linearlayout)instead of button or imagebutton layout can be pressed for a long time as you want

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.