-
-
Notifications
You must be signed in to change notification settings - Fork 185
Misc Utilities
LukeeGD edited this page Jul 19, 2025
·
2 revisions
Device Management is an option in Legacy iOS Kit where users can do the following:
- Export Device Info: Gets device information (ideviceinfo) and writes it into a text file.
- Export Battery Info: Gets battery information and writes it into a text file.
- Shutdown Device: Power off the device.
- Restart Device: Reboots the device.
- Enter Recovery Mode: Puts the device in recovery mode.
- Exported data/battery info files are stored in
saved/info - Exported battery info is in plist format. You may need to use a plist viewer to have a bettery view of the information. Or use a text editor and Find/Ctrl/Cmd+F to grab needed info like cycle count etc.