From 62faaaa34ee983ab9c2a27d2cd6c70067bf95173 Mon Sep 17 00:00:00 2001 From: LukeeGD <26163116+LukeZGD@users.noreply.github.com> Date: Fri, 29 Nov 2024 00:44:40 +0800 Subject: [PATCH] Create Device-Management.md --- Device-Management.md | 11 +++++++++++ How-to-Use.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 Device-Management.md diff --git a/Device-Management.md b/Device-Management.md new file mode 100644 index 0000000..51babb7 --- /dev/null +++ b/Device-Management.md @@ -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. \ No newline at end of file diff --git a/How-to-Use.md b/How-to-Use.md index 52582c2..e1b797c 100644 --- a/How-to-Use.md +++ b/How-to-Use.md @@ -90,5 +90,6 @@ Please select your usage. - [Sideload IPA (Linux only)](Sideloading-on-Linux) - [Data Management](Data-Management) - [App Management -> Install IPA (AppSync)](Install-IPA-AppSync) +- [Device Management](Device-Management) - [Hacktivation](Hacktivation) - [SSH Ramdisk](SSH-Ramdisk)