Skip to content

Latest commit

 

History

History

CaptureCellsTweak

CaptureCells

An iOS tweak which captures the cellular base stations you've connected to and provides a TCP interface on port 33066 to query them.

iOS Versions: 14.0 - 18.0

TCP Port: 33066

Building

Release

You can either build the tweak for rootfull or rootless tweak injectors. MobileSubstrate used for the unc0ver jailbreak on iOS 14 is a rootfull tweak injector. ElleKit used for the Dopamine jailbreak on iOS 15 is a rootless tweak injector.

# Rootfull (iOS 14)
gmake clean
FINALPACKAGE=1 gmake package

# Rootless (iOS 15)
gmake clean
THEOS_PACKAGE_SCHEME=rootless FINALPACKAGE=1 gmake package

Installation

Transfer the resulting package .deb to your device and install it using its package manager (Cydia, Sileo, or Zebra).

If you're running the Dopamine jailbreak, don't forget to install ElleKit beforehand.

Development

  1. Install Theos and set up its respective environment variables
  2. Proxy the SSH port of your iPhone
iproxy 2222 22
  1. Build and install the tweak
gmake do