All Projects → jlippold → Tweakcompatible

jlippold / Tweakcompatible

Adds a compatibility checker to cydia

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tweakcompatible

NotificationExplorer
See what notifications exist at runtime
Stars: ✭ 43 (-88.44%)
Mutual labels:  jailbreak, theos
Wechatpri
个人版微信
Stars: ✭ 59 (-84.14%)
Mutual labels:  theos, jailbreak
Flextotheos
Turn Flex patches into Theos projects
Stars: ✭ 50 (-86.56%)
Mutual labels:  theos, jailbreak
theos-projects
THEOS projects
Stars: ✭ 23 (-93.82%)
Mutual labels:  jailbreak, theos
TranslucentMessages
Make the iOS Messages app translucent!
Stars: ✭ 18 (-95.16%)
Mutual labels:  jailbreak, theos
Priorityhub
Sorted notifications jailbreak tweak
Stars: ✭ 93 (-75%)
Mutual labels:  theos, jailbreak
ReachInfo
Reachability modernized.
Stars: ✭ 21 (-94.35%)
Mutual labels:  jailbreak, theos
FLEXall
Another FLEX loader that can be activated using long press on status bar or long three finger press anywhere.
Stars: ✭ 38 (-89.78%)
Mutual labels:  jailbreak, theos
HSWidgets
Add options to display widgets right on your homescreen.
Stars: ✭ 35 (-90.59%)
Mutual labels:  jailbreak, theos
orion
Elegant tweak development in pure Swift
Stars: ✭ 149 (-59.95%)
Mutual labels:  jailbreak, theos
Nougat
Android notification shade for iOS
Stars: ✭ 25 (-93.28%)
Mutual labels:  jailbreak, theos
ProxySwitcher
Easily enable / disable WiFi proxy on a jailbroken iOS device
Stars: ✭ 55 (-85.22%)
Mutual labels:  jailbreak, theos
Openjailbreak
GeoSn0w's OpenJailbreak Project, an open-source iOS 11 to iOS 13 Jailbreak project & vault.
Stars: ✭ 277 (-25.54%)
Mutual labels:  jailbreak
OSRestoreX
A semi-restore Alternative for iOS 10.
Stars: ✭ 26 (-93.01%)
Mutual labels:  jailbreak
Theos
A cross-platform suite of tools for building and deploying software for iOS and other platforms.
Stars: ✭ 3,619 (+872.85%)
Mutual labels:  theos
Osirisjailbreak12
iOS 12.0 -> 12.1.2 Incomplete Osiris Jailbreak with CVE-2019-6225 by GeoSn0w (FCE365)
Stars: ✭ 276 (-25.81%)
Mutual labels:  jailbreak
piRa1n
Easily turn a Raspberry Pi 4 or a Banana Pi M2 Zero into a portable Checkra1n dongle.
Stars: ✭ 49 (-86.83%)
Mutual labels:  jailbreak
jailm8
A tool for windows users to use checkra1n without having to install a full linux distro, as well as other useful commnds
Stars: ✭ 100 (-73.12%)
Mutual labels:  jailbreak
Dvia V2
Damn Vulnerable iOS App (DVIA) is an iOS application that is damn vulnerable. Its main goal is to provide a platform to mobile security enthusiasts/professionals or students to test their iOS penetration testing skills in a legal environment. This project is developed and maintained by @prateekg147. The vulnerabilities and solutions covered in this app are tested up to iOS 11. The current version is writen in Swift and has the following vulnerabilities.
Stars: ✭ 353 (-5.11%)
Mutual labels:  jailbreak
Procursus
Modern iOS Bootstrap
Stars: ✭ 311 (-16.4%)
Mutual labels:  jailbreak

DEPRECATED

Im no longer jailbroken, and I will no longer maintain this. If some one wants to take it over, hit me up.

Why was this made

Previously when a new jailbreak was released, the community manages a large google spreadsheet. The old process is super time consuming and tedious to cross reference against your device.

What does it do

Screenshot Screenshot Screenshot

In the spirit of open source and to give back, I spent some time writing this tweak for Cydia that adds a section with compatibility results into the package details page.

Users can also go to the frontend website @ https://jlippold.github.io/tweakCompatible/ to view user submissions.

Submissions

In order to submit whether a tweak works with an iOS version, you need to submit a review via Cydia. If you click the Working button at the bottom of the package details page, you will be redirected to github issues with a pre-populated issue created. A github account is required to submit reviews.

Every hour, I pull any open issues, update docs/tweaks.json, and close the ticket. This is done by cron.

Scripting

This repo also contains a nodejs script, tools\index.js, that pulls open issues from github and updates the tweaks.json file. Just run npm install, then npm start. If changes were found, commits will be made, then just git push to remote.

To use the script, the env variable GITHUB_API_TOKEN must be set.

Also, npm run rebuild will wipe out all packages and recreate them from the closed issues in the repo.

Calculations

I wanted to make this automated, community driven, with minimal human dependencies. Here is how the statuses are calculated:

  • Working: if 75% of the users say it's working.
  • Likely working: if 40% of the users say it's working.
  • Not working: if < 40% say it's working

Installing

This tweak can be installed with Cydia via my personal repo or the big boss repo, or via the releases page on github. To package a final release, run make package FINALPACKAGE=1

To-Do

  • Add request feature
  • Add more moderation tools
    • block package
    • block user
    • block cydia repo

License

Licensed under Apache License, version 2.0.

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].