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
1
vote
1 answer

get phone off sleep in receiver

My app needs to play a ringtone if an sms is coming in (broadcastreceiver). It's functioning correctly if my phone is on. But in sleep the SMS is coming in and nothing is happening. If I get the phone from standby...my ringtone is playing....…
user1404924
  • 95
  • 1
  • 2
  • 11
1
vote
4 answers

iPod app stops responding after iPod returns from standby mode

The GUI of my application stops responding after the iPod has been in standby mode. The application I have made is based on the "Utility application" template from the wizard in xcode - but the original application still works after the iPod returns…
Kim
0
votes
1 answer

Use of the standby attribute of the object element

I was just going over the OBJECT element in HTML (http://www.w3.org/TR/REC-html40/struct/objects.html#h-13.3) . I've done a few flash projects and a few silverlight, and so would have seen the element in passing. For some of the flash, I would have…
Irwin
  • 12,551
  • 11
  • 67
  • 97
0
votes
1 answer

server can't close socket connection with iPhone when iPhone is in standby mode

I use AsyncSocket to establish tcp connection via Wifi to a server, and after 10 seconds, the server will actively close the connection. When the iPhone is not in standby mode, the connection will be destroyed immediately after the server call…
iqtao
  • 3
  • 1
0
votes
1 answer

Iphone application Blow into mic to put in standby mode

I am building a simple application to blow into the iPhones microphone, and have it then put the iphone in sleep mode how would I go about starting an application like that if I already have the UI built? Like how would I detect a mic blow, at any…
0
votes
1 answer

android: standby button, the touch locks and the phone remains active

I would like to make an application when it is activated by pressing the standby button, the touch locks and the phone remains active . Which method should I use to do this and to take control of the standby button?
0
votes
1 answer

How to prevent our service from running in Modern Standby

Our Program is running as a System Service in Windows installed using Topshelf. We have detected that our Service is running in small allocated intervals during Modern Standby when a comptaible device (Surface laptop) lid is closed. We are getting…
0
votes
1 answer

Kafka standby replica clarity sought

I'm after some clarification on how Kafka standby replicas work for some piece of mind! Given this scenario; A Kafka streams application; reading from a source topic with 10 partitions writing to a sink topic with 6 partitions. rocksdb session…
Jill
  • 95
  • 8
0
votes
0 answers

How can I do a Lua script for GHUB in order to switch my keyboard's lightning once my pc goes in stand by mode?

I have recently bought a new logitech keyboard and I want it to change lights whenever my pc goes in stand by mode... I have seen that you can assign scripts to your light profiles in GHUB but these scripts have to be written in Lua and I do'nt know…
0
votes
0 answers

How does one set the `idle sensitivity` of Windows 11?

Essentially, when only playing music, whether via Spotify, VLC, Groove, etc., Windows11 will seemingly ignore or not receive messages to prevent idling. I have verified that the Power Options::Advanced Settings::Multimedia Settings includes that…
Graham Lewis
  • 101
  • 1
0
votes
1 answer

Need help for configuring standby DB with Oracle APEX

Hi I need configure Standby Database with Active Data Guard. Our company uses Oracle APEX. How to install APEX to reduce switchover downtime? Or is it possible to install ORACLE APEX on a separate DBMS and set up a connection to a database with…
0
votes
2 answers

STM32WB : Is it possible to wakeup standby mode via BLE?

I am starting a project using STM32WB MCU. I would like to minimize the power consumption while in sleep, but able to wake it up via BLE command. From the document AN5071(STM32WB ultra-low-power features overview) it says "Wakeup from this mode can…
Orange
  • 349
  • 3
  • 13
0
votes
3 answers

PostgreSQL Streaming Replication Reject Insert

I have Postgresql 14 and I made streaming replication (remote_apply) for 3 nodes. When the two standby nodes are down, if I tried to do an insert command this will show up: WARNING: canceling wait for synchronous replication due to user…
0
votes
1 answer

STM32 wake up from standby mode every 10 seconds

I used to have a project on arduino using the atmega328p chip with this code: // used for deep sleep #include static void go_to_sleep_and_power_down_and_wake_up_again_in_2_seconds() { // wake up again in 4 seconds …
Tono Nam
  • 34,064
  • 78
  • 298
  • 470
0
votes
1 answer

Nuxt SSR on plesk have to restart every ≈5minutes

I have a server.js file who start my nuxt SSR website. First load of the website is a bit slow but it's ok. The time to start and finish the 'npm run start' command take around 8secs then the app is ready for every other users. Around 5 minutes…