Battery design size
Moderator: Martin
Battery design size
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
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.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Battery design size
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).
At my RN5, it will get me 4000, as my phone has 4000 mAh battery.
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
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.