Questions tagged [sleep]
The sleep tag has no summary.
52 questions
1
vote
0
answers
76
views
How to avoid auto launch force stopped application in Android 13
I am using Moto G72 which comes with Android 12. I was happy with Android 12. I am using the Greenify application to force stop unwanted applications. Whenever we click the icons of the unwanted ...
1
vote
1
answer
640
views
Leaving USB drive plugged in to android causes battery drain even when sleep
If I accidentally leave a USB drive in my samsung galaxy S7+ it will drain the battery in a few hours even if it's not being used and the android goes "sleep".
Why is this and and how to ...
3
votes
1
answer
140
views
How to keep my Android phone asleep until I press the power button
When I am done with doing something on my Android phone, I put it asleep with the Power Button. I expect it to stay asleep until I press Power again, or perhaps until a phone call comes in. This is to ...
1
vote
0
answers
35
views
Touch to awake screen only
I'm using Android for a HMI touch screen that is embedded in an electrical cabinet.
It runs a kiosk app with a web browser that connects to a web interface. The interface has buttons that does stuff.
...
1
vote
2
answers
126
views
Samsung Galaxy timeout changes to "parentheses" (or zero)
When I restart my Samsung Galaxy S9, the screen timeout value changes to "()".
Notice that's not a zero; it's two parentheses. That's literally what appears in the settings. However, the ...
2
votes
0
answers
934
views
Is there a way to suspend the system?
I have Android tablet, whenever I lock the device it goes to sleep, but it is actually operating mode, when programs can run, notify me, etc.
I am looking for suspend mode, just as with regular ...
1
vote
0
answers
2k
views
When does an app go into deep sleep?
I have a Samsung S20FE (Android 11 + OneUI 3.1).
I was learning about the different battery optimization settings. I think I have a good understanding of Android's Doze mode.
Now, I've seen there is (...
0
votes
1
answer
2k
views
Keep Awake Not Actually Working
By enabling the Stay Awake toggle under Developer Options, which are enabled, my previous phone kept the display on when it was connected via USB. This no longer works on my current phone, which runs ...
0
votes
1
answer
3k
views
Android 10 on car doesn't have a sleep mode option
I got a head unit in my car that runs android 10. I'm kind of disappoint with this unit, and the most annoying thing is the loading time at boot, since I need to go reverse and need to wait for the ...
1
vote
0
answers
29
views
Disabling Samsung battery management from putting my apps to sleep when the phone screen is turned off and running on the battery
I'm looking to disable Android's battery management.
On my Samsung S10 Plus running Android version 11 are several apps running in the background,
but they only run when the phone's USB port is ...
2
votes
1
answer
975
views
Configure sleep mode for a Progessive Web App (PWA)?
First of all I do not know the difference between "sleep mode" and "standby", so I am most likely using the wrong term in the following problem description:
I build myself a little ...
0
votes
0
answers
5k
views
Huawei P30 Pro I can't set sleep mode to never
I just got my new Huawei P30 Pro and I am not able to set sleep mode to never. Maximum option available is 10 minutes. My battery mode is correct and it is set to "highest performance" so without any ...
1
vote
2
answers
1k
views
How to make an Android smartphone actually go to sleep?
When I turn the screen off on an Android smartphone, I want battery life to be conserved. Thus, I don't want any third-party apps running in the background, and I don't want the device periodically ...
0
votes
0
answers
451
views
Background usage even if the app put to sleep
I have put the WhatsApp to sleep (App Usage --> Put app to sleep ( ON ) ) but when I checked on the battery usage, it shows 1 h 6 min.
I'm using Android Pie on Samsung Galaxy Note 8.
How I can ...
1
vote
3
answers
2k
views
Lengthy sleep command not working in script
I've written a su.d script to periodically (every 4 hours) back up data from an app using a looped sleep command:
#!/system/bin/sh
(
# Wait for boot to complete
until [ "$(getprop sys....