/iconcert

Primary LanguageLogosOtherNOASSERTION

Icon cert 14

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 hao.ict56@gmail.com

[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 root@192.168.1.12 "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