Skip to content

JB-NSStudio/PowerUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerUp

Speed up charging by entering a super low power state while plugged in.

What does the low power state do?

  • 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.

Does this tweak use hibernation?

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.

Repo

PowerUp can currently be found on the following repos:

Credits

PowerUp creators