Yes,
There is a trick I read somewhere, but I cannot find a reference to it anymore.
You add a notifier and a clock, not used for other purposes in your app. Set the clock to a rather long interval, 10 seconds or so. Maybe even a minute would work fine, depending on the setting of your phone.
Make the background color of the notifier transparent.
When the clock.timer fires, display a warning that is an empty string. In this way you will not see it, because of the transparent background.
It keeps your phone awake for as long as you want and as long as your battery stays alive (which may be considerably shorter).
Cheers, Ghica.