Page 1 of 1
Battery design size
Posted: 28 Jan 2020 11:50
by Wibbly
Anyone know how to obain the battery design/specification size e.g. "3700"mAH in a Pixel 3aXL, for use in a flow?
Re: Battery design size
Posted: 28 Jan 2020 18:50
by Desmanto
Maybe you can get it using some command. But it seems to be different in each ROM. I am still trying to find the value. I used to get the value in my old phone, but now can't find it in my current phone. And seems to require root. So maybe it is better to input the battery capacity manually.
Re: Battery design size
Posted: 29 Jan 2020 11:17
by Wibbly
Ok, thanks
Re: Battery design size
Posted: 30 Jan 2020 18:00
by Desmanto
Ooops, It seems I answer the same too in your other thread. But maybe someone find this using different keyword, so I just repost my answer.
I found that you can use adb or execute root command (if you have root).
Code: Select all
cat /sys/class/power_supply/battery/charge_full_design
At my RN5, it will get me 4000, as my phone has 4000 mAh battery.