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

How to prevent system sleep with boost::thread

I see SetThreadExecutionState will prevent computer to sleep. With boost::thread, how will I apply this to my software? With disable_interruption?
emrahustun
  • 31
  • 1
  • 5
0
votes
1 answer

How do I set a custom Android standby screen?

For example, I want to write an activity that launches when you return from sleep (black screen). How can I set this activity to run instead of the default one? In other words, I want to make a custom lock screen. Thanks
2Real
  • 4,321
  • 4
  • 23
  • 27
0
votes
0 answers

Android - How to keep Infite loop in service running in standby (screen off)?

I have a Service running, that opens a port and receives messages. It does so by opening a port and listening to it in an infinite loop. When the screen is off for a few minutes, I don't receive any messages anymore. Right now, I try to stay awake…
Simon
  • 53
  • 5
0
votes
1 answer

IOS: download of multiple files in background

Im developing an app that have to download multiple files. I have no problems when the app is in foreground. To continue the download when app is in background i'm using the following code (from iOS Background downloads when the app is not…
Patrik
  • 595
  • 4
  • 15
0
votes
1 answer

How to Enable a JAVA MIDLET to set as StandBy Wallpaper?

I have developed a Simple Clock App in Java midlet in Netbeans. Now i want to set Java Midlet app as wallpaper in phone. There are two files in my project. AnimationLoopMidlet : contains startApp() function. AnimationLoop : to update the time and…
Arun Sharma
  • 517
  • 9
  • 16
0
votes
1 answer

How to make an android app reachable without repreatedly polling from a server?

How can some service-style (long running) android apps be reachable over network although they do no polling from a server? The info on Theis Borg's app Android Lost says: The app does no polling to a server, so there is no extra battery usage. (…
Daniel S.
  • 6,458
  • 4
  • 35
  • 78
0
votes
1 answer

AWS Route53 (or DYNect) Active / Standby / Failwhale

I am trying to find out if it is possible configure Route53 to do the following: 1) Route traffic to a primary stack in one AWS region 2) If the primary stack has an outage, reroute traffic to the stack in the secondary region (the secondary…
0
votes
3 answers

Cause the iPhone to go into Standby

I am looking to make an app to replace the standby button. The problem, I've looked over the iPhone API very thoroughly and found how to disable standby but not how to cause the iPhone to go into standby. I'm sure there must be a way, after all the…
0
votes
3 answers

When does the system go from Connected Standby state to Hibernate automatically?

I have Thinkpad tablet 2 Windows 8.0. I just want to know when does my machine automatically goes from Connected standby to hibernate. *Is it time based? Meaning will it shift from Connected Standby to Hibernate when it reaches specific length of…
quiel
  • 427
  • 1
  • 3
  • 19
0
votes
1 answer

Rabbitmq federation delete messages

I'm planning to use rabbitmq federation plugin to replicate messages from master data center to standby, so I can't use cluster mirrored queues. Is it possible to replicate message deletion to auto sync queue?
kolchanov
  • 2,018
  • 2
  • 14
  • 32
0
votes
4 answers

android thread does not run in standby

In my program, I'd like to check for a new version (getting data from HTTP). The function works perfectly, but I want to have it running in background every X (configurable, one hour, one day, and so on). So I wrote this code: Timer mTimer1 =…
0
votes
1 answer

Subselect or union operations impossible to execute in HADR standby

Trying to execute some queries in a HADR database with RoS (Read only Standby) with a union operator or with a subselect, I got the error SQL1773N reason code 5. What is the reason? they are operations that do not generate writes. Union with…
AngocA
  • 7,655
  • 6
  • 39
  • 55
0
votes
3 answers

How to put monitor on standby and not let it wake up

I have 3 monitors, but I don't need them all turned on all the time. I can just shut them down with power button, but I want to use their standby mode, like Windows does when we let PC idle for a while - it shuts down monitors, HDD, etc. But of…
Hikari
  • 3,797
  • 12
  • 47
  • 77
0
votes
1 answer

Cocoa NSTimer after sleep

In my Cocoa application I would like to get a callback after N minutes, and I am using NSTimer to do so. The problem however is that if the computer goes to sleep (or the time is set to a future time) and wakes after the timer should have fired,…
Dennis Kempin
  • 1,138
  • 2
  • 13
  • 19
0
votes
1 answer

ImageView causes crash but only when resuming from standby mode

I got an Activity class that uses two other classes; one of them extending ImageView and one that extends BaseAdapter like so: My ImageView class does some progresses when it is called and when I am starting it for the first time it does what I…
Magakahn
  • 498
  • 9
  • 31
1 2 3
9
10