Skip to content

Instantly share code, notes, and snippets.

@cuchas
Created March 11, 2016 20:58
Show Gist options
  • Save cuchas/cf16b82e9179caf0463b to your computer and use it in GitHub Desktop.
Save cuchas/cf16b82e9179caf0463b to your computer and use it in GitHub Desktop.
Habilitar DOZE mode via shell no android
adb shell dumpsys deviceidle enable
adb shell dumpsys battery unplug
adb shell dumpsys deviceidle step
adb shell dumpsys deviceidle force-idle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment