Create Device-Management.md

LukeeGD 2024-11-29 00:44:40 +08:00
parent 1bd55890af
commit 62faaaa34e
2 changed files with 12 additions and 0 deletions

11
Device-Management.md Normal file

@ -0,0 +1,11 @@
**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.
### Notes
- 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.

@ -90,5 +90,6 @@ Please select your usage.
- [Sideload IPA (Linux only)](Sideloading-on-Linux) - [Sideload IPA (Linux only)](Sideloading-on-Linux)
- [Data Management](Data-Management) - [Data Management](Data-Management)
- [App Management -> Install IPA (AppSync)](Install-IPA-AppSync) - [App Management -> Install IPA (AppSync)](Install-IPA-AppSync)
- [Device Management](Device-Management)
- [Hacktivation](Hacktivation) - [Hacktivation](Hacktivation)
- [SSH Ramdisk](SSH-Ramdisk) - [SSH Ramdisk](SSH-Ramdisk)