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
5
votes
1 answer

How can I determine why the machine came out of suspend?

I'd like to be able to determine, programmatically, why a Vista system came out of standby (S3). Any language is fine, though a .NET one would be best. I'm looking to put this code into an application that I'm working on. I'm looking for reasons…
user90784
5
votes
6 answers

Sleep Windows from Java

Is there command to use on windows from java to make the computer sleep?
Hamza Yerlikaya
  • 49,047
  • 44
  • 147
  • 241
4
votes
2 answers

Stop system entering 'standby'

How can i stop the host machine entering standby mode while my application is running? Is there any win32 api call to do this?
prakash
  • 58,901
  • 25
  • 93
  • 115
4
votes
3 answers

Java - Put screen to sleep (or screensaver)

I'm currently writing a program for our local fire department to display the firetrucks that have to be occupied, the destination of the alarm etc. The program itself is written in Java and runs on a raspberry pi connected to a TV screen. In order…
fnL
  • 43
  • 3
4
votes
1 answer

Phonegap - play local audio when phone is locked iOS 6

I am building an app using PhoneGap that needs to be able to play local .mp3 files even though the phone is locked/standby. The audio player is build in HTML5, and is working fine, but the music stops when I either close the app or turn off the…
Kasper
  • 43
  • 1
  • 3
3
votes
3 answers

How do you re-duplicate a broken physical standby database?

first some data: we are using Oracle 11g databases. A primary database running on a dedicated server and a physical standby database on a separate dedicated server. We use the DataGuard feature to automatically replicate the primary database to the…
Crazy Bytes
  • 69
  • 1
  • 1
  • 11
3
votes
3 answers

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. So a decided to study about AlarmManager (i'm noob) that…
Lork
  • 889
  • 3
  • 12
  • 24
3
votes
0 answers

LoRaWAN join after standby

I'm sending some information using LoRaWAN on a STM32WB and after that, I enter standby mode. The problem is that after my standby, a new join is done. I have heard that my join could be keep in memory using MIB functions but I don't manage to use…
Sidka
  • 86
  • 4
3
votes
1 answer

How to check if a Postgres 10 cluster is being replicated?

I am in the process of writing a bash script to upgrade Postgres servers in our org from 9.6 to 10.4, under Ubuntu trusty. I've got the master upgrade done, but we have instances in dev, staging and production with and without standby servers. I…
Juan Jimenez
  • 443
  • 4
  • 18
3
votes
0 answers

iPad in guided access (kiosk) mode screen goes off after 2 days

We have a client that runs our app in guided access mode. The app runs flawlessly for 2 days consecutively, but after that, the iPad suddenly lags, sometimes crashes and reopens, and after that, the screen goes black. If they press the home button…
Dirk de Boer
  • 365
  • 1
  • 3
  • 15
3
votes
2 answers

Is it possible to start a functionality with RFID or NFC when phone is in standby (i.e. screen is off)?

So I'm starting to get into Android development, but I'm not fully aware of all the possibilities yet. For my first bigger project I want to make an application that allows me to track my traveling with the push of a button. Another button will…
Jordec
  • 1,516
  • 2
  • 22
  • 43
3
votes
1 answer

Quartz Scheduler NOT STARTED. In standby mode

Having not luck using the Quartz Scheduler. Any and all help would be much appreciated! I assure you have all the required dependencies in my pom. Here's my spring-config.xml.
Discodude
  • 1
  • 1
  • 1
  • 7
3
votes
1 answer

Problem with SetSuspendState

I write a small application to enter the computer to Standby Mode: #include "stdafx.h" #include #include int _tmain(int argc, _TCHAR* argv[]) { SetSuspendState(FALSE, FALSE, FALSE); return 0; } I get this…
Leonid F.
  • 577
  • 3
  • 5
  • 21
3
votes
1 answer

How does my program get notified of system's standby/hibernate mode and restart?

Is there a platform independent possibility for Java programs to receive APM or ACPI events when the system goes into standby mode or hibernation - and again when it returns from these modes? (So that one has the possibility to e.g. delete a half…
Jaleks
  • 561
  • 5
  • 19
2
votes
0 answers

Postgres 9.0 Binary Replication - Can Archive Mode be turned on for Standby Server?

I am setting Postgres 9.0 binary replication & Archive backup. For Archiving on Master, I have these options: a) Copy archive to it's local backup location b) Copy to a share network location also accessible by Standby c) rsync archive files to…
Shuwn Yuan Tee
  • 5,578
  • 6
  • 28
  • 42
1
2
3
9 10