Skip to content

Instantly share code, notes, and snippets.

@Rexee
Rexee / doze_mode_adb_commands.sh
Created February 19, 2020 07:24 — forked from y-polek/doze_mode_adb_commands.sh
adb commands to test Doze mode
#! /bin/zsh
# Buttery powered state
adb shell dumpsys battery | grep powered
# Unplug battery
adb shell dumpsys battery unplug
# Reset battery
adb shell dumpsys battery reset