mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-30 11:54:18 +01:00
Create Device-Management.md
parent
1bd55890af
commit
62faaaa34e
11
Device-Management.md
Normal file
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user