TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How doze mode of Android works behind the scene

1 pointsby sanroot99over 2 years ago
I want to know ,what set of kernel , userspace tools and os specific features it uses ,to implement doze mode . Also do these features can be migrated to linux distro ?

2 comments

MishaalRahmanover 2 years ago
This document might help: <a href="https:&#x2F;&#x2F;source.android.com&#x2F;docs&#x2F;core&#x2F;power&#x2F;platform_mgmt" rel="nofollow">https:&#x2F;&#x2F;source.android.com&#x2F;docs&#x2F;core&#x2F;power&#x2F;platform_mgmt</a>
navjack27over 2 years ago
All I know is that every time I reboot my phone I go into adb and enter dumpsys deviceidle disable to make it not doze because doze is bad and basically makes you miss every notification on random whims.