Simple tweak to lock Screen without button, just double tap from Home
Super lightweight. No battery affect. Just install, no preferences
- Lock Screen without button, just double tap from Home
- Support iOS 12 - 14
https://haoict.github.io/cydia
N/A
Theos required.
make do
Contributions of any kind welcome!
Licensed under the GPLv3 License, Copyright Β© 2020-present Hao Nguyen [email protected]
Set up SSH Key - Click to expand!
Add your device IP in ~/.bash_profile
or ~/.zprofile
or in project's Makefile
for faster deployment
THEOS_DEVICE_IP = 192.168.1.12
Add SSH key for target deploy device so you don't have to enter ssh root password every time
cat ~/.ssh/id_rsa.pub | ssh -p 22 [email protected] "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"
Build the final package
FINALPACKAGE=1 make package
Build with Simulator (simject) - Click to expand!
Set up simject: https://github.com/angelXwind/simject
Get 13.7 patched SDK from https://github.com/opa334/sdks, copy iPhoneSimulator13.7.sdk to $THEOS/sdks folder
Build and setup with simject
SIMULATOR=1 make
SIMULATOR=1 make setup
Respring simulator
./simject/bin/resim