Questions tagged [standby]

StandBy is a "suspended mode".

StandBy is a state in which the device isn't completely off, but also not completely on.
It's a "suspended mode" intended to save power consumption.
Sometimes referred as to the device's "sleep mode".

143 questions
46
votes
1 answer

Android Sleep/Standby Mode

I have made an app that starts a service, which starts a timer, which fires off a small function after an amount of time. This is working great on the emulator and on the Motorola Droid 1, but it doesn't work on the Droid X when the phone has been…
Brandon
  • 1,373
  • 2
  • 12
  • 19
20
votes
1 answer

Log-Shipping: Why would you choose No Recovery mode?

When configuring LogShipping for SQL Server, you can choose for the secondary database to be in No Recovery mode or Standby mode. No Recovery means you have no access to the database while log shipping is going on. Standby gives you read-only…
LondonPhantom
  • 1,867
  • 3
  • 19
  • 26
19
votes
5 answers

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()? standby() - Temporarily halts the Scheduler's firing of Triggers. pauseAll() - Pause all triggers - similar…
Gnanam
  • 10,613
  • 19
  • 54
  • 72
19
votes
3 answers

iOS App prevents device from sleep mode

I've a really strange behavior of my iOS app. It prevents the device from going to standby. I've already searched if there is anywhere the idleTimeDisabled flag set, but this isn't the case. The idle timer inside the settings app is set to 2 minutes…
Alex
  • 283
  • 1
  • 2
  • 5
17
votes
4 answers

How to make the Android device hold a TCP connection to Internet without wake lock?

I want my application to be connected to server though the mobile connection, yet allowing the device to go into sleep mode. I expect it to wake up when IP packates arrives. How can this be done? How to receive "interrupts" from the Internet without…
Vi.
  • 37,014
  • 18
  • 93
  • 148
10
votes
4 answers

Connected standby notification for a W8 Service

I have a service, developed in C++ running on Windows 8 (and 8.1). How can I get to know that the system has entered Connected Standby? Since this is a service, it does not have a window, I should be using PowerRegisterSuspendResumeNotification, but…
Nezz
  • 171
  • 2
  • 8
8
votes
1 answer

postgres streaming replication - slave only index

We have successfully deployed Postgres 9.3 with streaming replication (WAL replication). We currently have 2 slaves, the second slave being a cascaded slave from the first slave. Both slaves are hot-standby's with active read-only connections in…
8
votes
3 answers

hadoop namenode port in use

This is actually a standby HA namenode. It was configured with the same settings as the primary and hdfs namenode -bootstrapStandby was successfully run. It begins coming up on the standard HTTP port 50070 as defined in the config…
Bill Warner
  • 639
  • 6
  • 18
7
votes
2 answers

Detecting USB power state

Windows has the option of powering down certain peripherals, such as USB ports, to save power (this behavior can be enabled/disabled via Device Manager). The power down happens under various conditions such as when the lid of a laptop is closed. …
Joel B
  • 12,082
  • 10
  • 61
  • 69
7
votes
1 answer

After pm-suspend computer immediately wakes up. How to determine what caused it?

I am running a Debian-Jessy Server, that goes into S3 sleep mode after some hours network inactivity (I made a small bash script that checks it every two hours with crontab). Several seconds after suspending, it wakes up again. After a few hours,…
Holger S.
  • 71
  • 1
  • 4
7
votes
1 answer

How to wake up Windows 8.1 from connected standby programmatically

Is there a way to wake up Windows 8.1 from connected standby programmatically? For my requirement, it's acceptable by using either a store app background task, or a session 0 service. My scenario is that I have a store app background task to be…
KFL
  • 17,162
  • 17
  • 65
  • 89
7
votes
1 answer

How make mobile go sleeping programmatically

I need to do an application that turn off the mobile screen and go to sleep programmatically. For example if screen is on for more than 5 minutes without user_present, I should turn it off. I tried to use PowerManager (goToSleep() function should…
Alex
  • 239
  • 5
  • 12
6
votes
3 answers

How to investigate which process causes wakeups during laptop sleep-mode in MacOS (or Linux)?

My MacBook spontaneously wakes up from sleep mode with high fan activity. I want to do a investigate this in RTC or power settings? Or by strace-ing of processes, etc (using some process/kernel magic!). Hint: It is probably managed by "rtcwake". I…
Sohail Si
  • 2,750
  • 2
  • 22
  • 36
6
votes
3 answers

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. Also in the onCreate method I have an intent to create a service that uses the…
bobby123
  • 1,006
  • 4
  • 14
  • 24
5
votes
4 answers

How to initiate standby/sleep from command-line?

I have 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 start-menu has so far not worked properly. I would like a command…
Araho
  • 139
  • 1
  • 1
  • 5
1
2 3
9 10