I know that you can measure battery health in One UI but you have to create a Samsung account to be able to do that. Plus I would only be able to see it before installing e/OS/.
Are there apps known to be accurate for Samsung mobile phones? The basic battery data in settings always seems to display ‘normal’ battery capacity even though I’m sure the battery is in quite poor condition.
on my Fairphone 3 (e-3.2-a14-community-FP3 unlocked bootloader) :
piero@HP-p6-2038fr:~$ adb shell dumpsys battery
Current Battery Service state:
AC powered: false
USB powered: true
Wireless powered: false
Dock powered: false
Max charging current: 500000
Time when the latest updated value of the Max charging current was sent via battery changed broadcast: 0
Max charging voltage: 5000000
Charge counter: 1161280
status: 2
health: 2
present: true
level: 53
scale: 100
voltage: 3943
Time when the latest updated value of the voltage was sent via battery changed broadcast: 0
The last voltage value sent via the battery changed broadcast: 3943
temperature: 248
technology: Li-ion
Charging state: 0
Charging policy: 0
Capacity level: -1
Maximum capacity: 3056000
Design capacity: 3056000
on my Samsung Galaxy s4 (e-3.2-t-UNOFFICIAL-ks01lte unlocked bootloader) :
piero@HP-p6-2038fr:~$ adb shell dumpsys battery
Current Battery Service state:
AC powered: false
USB powered: true
Wireless powered: false
Max charging current: 0
Max charging voltage: 0
Charge counter: 0
status: 2
health: 2
present: true
level: 94
scale: 100
voltage: 4072
temperature: 257
technology: Li-ion
Ok, I did some more research. This is what I found:
mSavedBatteryAsoc is the Absolute State of Charge (ASOC). The ASOC is a calculated reference value based on the designed fixed capacity value when the battery is manufactured. The ASOC of a fully charged brand new battery is 100% while an aging battery cannot reach 100% even in different charging and discharging conditions while fully charged. TLDR; ASOC can be considered as the battery health in percentage.
mSavedBatteryUsage: The first 3 digits is the battery charging cycle of the phone. 29850 means the charge cycle is 298.
In my case this would mean that the phone was fully charged only 15½ times, which can’t be true and the battery max. capacity would be just as good as the designed capacity. I Highly doubt that..
As soon as I have the chance, I will try it on a phone that has a degraded battery and share the results.