I would like to prevent a unit from suspending (due to the OS no activity timeout) when running Neon on Windows Mobile. Is there a way to do this programatically in the application?
Prevent device from suspending |
Prevent device from suspendingI would like to prevent a unit from suspending (due to the OS no activity timeout) when running Neon on Windows Mobile. Is there a way to do this programatically in the application? |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
2 Replies
Actually I wanted to keep the device fully powered on including the display - we would normally do this via the SystemIdleTimerReset API ( http://msdn.microsoft.com/en-us/library/aa930260.aspx). Is this imlemented or planned for Neon?
Hi, You can use the Push module's unattended parameter. That will stop your device from falling asleep completely but won't override the power key.