Suggestions: - detect the power down and clean your app up so the device can sleep correctly (i.e. reduce the alarm frequency) - don't use the alarm, poll the tick or rt clock to trigger your app (depends on what your app does) - reset the auto off timer periodically to prevent the device from sleeping while your app is doing something time-sensitive. (don't alter the auto-off setting) Obliviously I'm only guessing since you don't describe what your app does that requires frequent alarms.
----- Original Message ----- From: "Junbin" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 11:29 AM Subject: Auto off and Alarms > Hi, > > I currently have an app that sets an alarm at rather regular intervals. > Due to this, the auto off of the Palm is not able to function correctly. > > Does anyone know of a work around for this? > > Thanks! > > Regards, > Junbin > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
