Use the commands to force the device to disconnect.
Disconnect battery
adb shell dumpsys battery unplug
You can use the commands below to force the wait state
adb shell dumpsys deviceidle force-idle
or
adb shell dumpsys deviceidle enable
Verify that you are more in a dose or lower with the command
adb shell dumpsys deviceidle enabled
disable mode:
adb shell dumpsys deviceidle disable
Reset device battery status:
adb shell dumpsys battery reset
source
share