-
-
Notifications
You must be signed in to change notification settings - Fork 132
Misc Utilities
LukeeGD edited this page Jan 3, 2025
·
1 revision
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.