Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a command to get battery health? #1095

Open
c0ry opened this issue Dec 23, 2020 · 2 comments
Open

Is there a command to get battery health? #1095

c0ry opened this issue Dec 23, 2020 · 2 comments

Comments

@c0ry
Copy link

c0ry commented Dec 23, 2020

In an iPhone's Battery settings there is "Battery Health" Maximum Capacity, which will show how degraded the battery is. Is there a command I could run to get this percentage?

I tried idevicediagnostics and that shows FullChargeCapacity, but this is always 100.

Does anyone know where I could get this information via a USB connection without installing an app on the phone?

@a-gunter
Copy link

IOReg has this information under different entries depending on the model.

"idevicediagnostics ioregentry AppleARMPMUCharger" for older models (iPhone 7 and older)
"idevicediagnostics ioregentry AppleSmartBattery" for newer models (iPhone 8 and newer)

You can find information about the battery, including design capacity & current capacity

@c0ry
Copy link
Author

c0ry commented Dec 29, 2020

Thanks, this is showing me a lot more information. Is there documentation somewhere that I can find all the entry names available? Do you know if there is something that could give me the LCD serial number?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants