Yeah. Disabling and clearing things fixed it for me but only for a week. Today it started draining again. Then I tried that command mentioned by erics9n above. It worked.
I'll try this method because also with this new build i have the same battery drain problem ;(
Is anybody else experiencing absurd high android system usage? The Android system drains the battery stronger than display usually consuming up to 30%/24h. Furthermore Google Play Services are draining the battery even further. The smartphone often feels hot while light usage.
View attachment 5638355View attachment 5638353
Edit: I fixed the Play Service draining by executing the following command:
adb shell su
pm disable com.google.android.gms/.chimera.GmsIntentOperationService
I receive an error on Windows Powershell (runned as administrator):
Exception occurred while executing 'disable':
java.lang.SecurityException: Shell cannot change component state for com.google.android.gms/com.google.android.gms.chimera.GmsIntentOperationService to 2
at com.android.server.pm.PackageManagerService.setEnabledSetting(PackageManagerService.java:24182)
at com.android.server.pm.PackageManagerService.setComponentEnabledSetting(PackageManagerService.java:24081)
at com.android.server.pm.PackageManagerShellCommand.runSetEnabledSetting(PackageManagerShellCommand.java:2201)
at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:240)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.pm.PackageManagerService.onShellCommand(PackageManagerService.java:24844)
at android.os.Binder.shellCommand(Binder.java:950)
at android.os.Binder.onTransact(Binder.java:834)
at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:4818)
at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:8901)
at android.os.Binder.execTransactInternal(Binder.java:1184)
at android.os.Binder.execTransact(Binder.java:1143)
255|dipper:/ $