Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

πŸ“±πŸ” Simple tweak to lock Screen without button. Super lightweight. No battery affect.

License

Notifications You must be signed in to change notification settings

haoict/lock-screen-without-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Lock Screen Without Button

PRs Welcome License: GPL v3

Simple tweak to lock Screen without button, just double tap from Home
Super lightweight. No battery affect. Just install, no preferences

Features

  • Lock Screen without button, just double tap from Home
  • Support iOS 12 - 14

Cydia Repo

https://haoict.github.io/cydia

Screenshot

N/A

Building

Theos required.

make do

Contributors

Contributions of any kind welcome!

License

Licensed under the GPLv3 License, Copyright Β© 2020-present Hao Nguyen [email protected]

[Note] Advanced thingy for development

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

About

πŸ“±πŸ” Simple tweak to lock Screen without button. Super lightweight. No battery affect.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published