standby
What's the best between AlarmManager and Handler+WakeLock?
I\'m using for my Android Service an Handler that reapeat some operation each 60 minutes (1 hour), with a PartialWakeLock to keep the phone not sleeping. But this cause a lot of battery usage.[详细]
2023-04-11 13:52 分类:问答Android : AudioHardware pcm playback is going to standby
In my HTC Desire (Froyo) , Iinitiated a call from the a android app and when t开发者_如何学运维he call ends, my android app gone to standby mode by showing[详细]
2023-03-19 09:46 分类:问答How to initiate standby/sleep from command-line?
I 开发者_如何学Gohave found a lot of info about how to shut down computer, put it in hibernation etc via the command line, however, any tips i have read about getting it to sleep as it does from the s[详细]
2023-03-12 19:54 分类:问答Start activity from Service - for sure (Android)
I\'m trying simply to start an activity from a service for days. This can\'t be that difficult! All I want is this:[详细]
2023-02-13 16:46 分类:问答Android Sleep/Standby Mode
I have made an app that starts a service, whic开发者_StackOverflow中文版h starts a timer, which fires off a small function after an amount of time. This is working great on the emulator and on the Mot[详细]
2023-02-13 06:09 分类:问答Android - Wake lock not acquiring properly, app needs to keep running in standby
In my app, in the onCreate() method of the main activity I am creating a wake lock so that the CPU will keep running if the phone goes on standb/screen turns off.[详细]
2023-02-11 06:04 分类:问答Android: Disabling or at least ignoring standby
I\'m writing an app with alarm fun开发者_如何学Cctionality, i.e. it will have to continue running while the device goes into standby. Apparently, this is not the case. How can I achieve that?[详细]
2023-01-30 18:36 分类:问答SMS gateway how to program android app [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-27 15:06 分类:问答What is the difference between scheduler's standby() and pauseAll()?
I\'m using Quartz Scheduler v.1.8.0. What\'s the difference between scheduler.standby() and scheduler.pauseAll()?[详细]
2023-01-14 19:15 分类:问答Problem with SetSuspendState
I write a small application to enter the computer to Standby Mode: #include \"stdafx.h\" #include <windows.h>[详细]
2023-01-08 12:51 分类:问答