Speed up charging by entering a super low power state while plugged in.
- Sleeps the system using built in IOKit methods. (We refer to this as deepsleep in settings for user clarity)
- Turns on aeroplane plane mode.
- Enables low power mode.
- Throttles the system using methods in thermalmonitord.
- Stops and saves screen recordings.
- Turns off flashlight.
- Kills all open applications.
- Blocks input passthrough.
- Turns off display.
This tweak uses the same process other tweaks that claim to use hibernation do but hibernation and deep sleep do not exist in iOS in the same way they do in MacOS. We have built a tool that can be run on an iOS device to confirm what IOPM Preferences can be set within iOS here. Currently all devices we have tested do no support either of these options so setting them would be reckless as they require writing to disk. If iOS begins to make use of these settings, deep sleep and or hibernation will be added at a later date.
PowerUp can currently be found on the following repos:
- UserlandKernel for sharing the project DeepSleep
- Code2K for sharing the project Deep Sleep Widget
- Ryan Petrich for sharing the project Powercuff
- Kurrt (Twitter: @KurrtDev)
- Squiddy (Twitter: @Squidkingdom)