3

I ran this on the Windows command prompt to disable doze mode as I'm getting no notifications when Samsung Galaxy S25 is locked.

adb shell dumpsys deviceidle disable

All went well, but I couldn't eject the phone as ADB was still in use.

Is there a command I need to run to exit? Or just close the command prompt?

Giacomo1968
  • 58,727
Trev
  • 141
  • 7

1 Answers1

1

Solved this and I can eject the phone by running adb kill-server

music2myear
  • 49,799
Trev
  • 141
  • 7