If someone got high battery drain in 7.3 check at first the battery usage in the settings app.
I found that the connectivity thermal power manager used most of the battery. See screenshots attached.
I disabled it in termux with root permissions. Without root I couldn't execute the pm command.
I know their is a way to disable it with adb but I was to lazy to find it out.
So if you have the same using the most battery and you have root on your phone follow this:
Open termux or other terminal client for Android.
Execute this commands:
In Version 7.2 I disabled the HBMVS Manager because it sucked much Battery in 7.2. On 7.3 it's alreay disabled on my side, because I made a dirty upgrade, without issues.
to disable it with root execute this 2 commands:
After you charged the phone completly up to 100 % this both apps shouldn't appear in the battery consumption list and your battery discharge will last much more time.
I found that the connectivity thermal power manager used most of the battery. See screenshots attached.
I disabled it in termux with root permissions. Without root I couldn't execute the pm command.
I know their is a way to disable it with adb but I was to lazy to find it out.
So if you have the same using the most battery and you have root on your phone follow this:
Open termux or other terminal client for Android.
Execute this commands:
Bash:
su
pm disable com.google.android.connectivitythermalpowermanager
In Version 7.2 I disabled the HBMVS Manager because it sucked much Battery in 7.2. On 7.3 it's alreay disabled on my side, because I made a dirty upgrade, without issues.
to disable it with root execute this 2 commands:
Bash:
su
pm disable com.android.hbmsvmanager
After you charged the phone completly up to 100 % this both apps shouldn't appear in the battery consumption list and your battery discharge will last much more time.