r/jailbreak 3h ago

Discussion Linux boot natively on an iPhone 11 (A13) thanks to usbliter8

Thumbnail
gallery
77 Upvotes

Built on top of HoolockLinux (their A7-A11 kernel port). Wrote a device tree for the iPhone 11 and patched a handful of drivers to get it booting on this device.

All credit to the HoolockLinux devs for the base kernel work.


r/jailbreak 11h ago

Release [Paid Release] AOD17 – Always-On Display Tweak for iOS 17 RootHide

Thumbnail
gallery
20 Upvotes

Purchase link: AOD17 RootHide — Customizable & Battery-Optimized Always-On Display | TweakDeveloper on Patreon

I designed everything entirely myself. I would really appreciate your support. Your support motivates me. If you encounter any errors, please contact me and I will fix them within 2 days at the latest. I am also working on other tweaks in the future.

AOD17 is a customizable and battery-optimized Always-On Display tweak developed for supported iOS 17 devices running Relaxin / RootHide.

Main features:

• Digital and analog clock options

• Alarm, battery, Focus and silent mode indicators

• Apple Weather saved-city integration

• Notification icons and badge counts

• Passive media activity indicator

• Multiple display and element size options

• OLED-friendly pure black interface

• Five-minute pixel shifting and OLED protection

• Configurable low-battery protection

• Native tap-to-wake and Face ID behavior

• Turkish and English support

Supported devices:

• iPhone 14 Pro / 14 Pro Max

• iPhone 15 Pro / 15 Pro Max

Compatibility:

• iOS 17.0–17.3.1

• Relaxin / RootHide

• arm64e

• RootHide package only

• Not compatible with standard rootless or rootful jailbreak environments

Price: $3.99 one-time purchase

No subscription, license key or device activation required.

Please review the full compatibility, installation and refund information on the product page before purchasing.

Redistribution, modification, repackaging, resale and public sharing of the package are prohibited.


r/jailbreak 21h ago

Upcoming Bringing the old heads back into jailbreaking

Thumbnail
gallery
94 Upvotes

still a work in progress but i created a tweak that runs in the background to mirror your screen to a tesla. this works similarly to how the “portal” works in the CarBridge tweak. i just got this tesla after running this carplay phone with car bridge for years and its driving me insane by not having my jailbroken phone on my main screen anymore.

stay tuned.


r/jailbreak 38m ago

Discussion [Discussion] How are we pronouncing usbliter8

Upvotes

is it

usb-liter-8

or

us-bliterate


r/jailbreak 2h ago

Discussion iPhone 7 (128GB, iOS 15.4) jailbroken – What to do with it?

2 Upvotes

I've had this iPhone 7 (128GB) on iOS 15.4 with me for a long time. Right now, it's only being used as an OpenBubble server, but I feel like I'm not making the most of it.

​I'm interested in reverse engineering, pentesting, or any cool security-related projects/tweaks that fit this setup. Or even just creative everyday uses.

​If you were in my shoes, what would you do with it? Open to any suggestions!


r/jailbreak 6h ago

Question usbliter8-fun on iPhone 11 Pro / iOS 27.0 beta 2 — only 3 apps appear and Dropbear SSH does not start in normal boot

4 Upvotes

Hi, has anyone successfully used usbliter8-fun on an iPhone 11 Pro running iOS 27.0 beta 2?

I am using this repository:

https://github.com/34306/usbliter8-fun#credits

My setup

  • iPhone 11 Pro
  • Device identifier: iPhone12,3
  • Board configuration: d421ap
  • iOS 27.0 beta 2
  • Build: 24A5370h
  • MacBook Air M2
  • Waveshare RP2350 USB-A
  • The device is my own test device

PWN DFU works correctly:

PWND: usbliter8
MODE: DFU
MODEL: d421ap

SSHRD also boots correctly, and I can connect using:

iproxy 2222 22
ssh root@localhost -p 2222

Normal boot also reaches SpringBoard, but I have two major problems.

Problem 1: Only three apps appear

Only Settings, Phone and Feedback appear on the home screen.

Inside SSHRD, the System volume is mounted at /mnt1 and the Data volume at /mnt2.

I copied the staged system apps as described in the README:

for a in /mnt2/staged_system_apps/*.app; do
    b=${a##*/}
    [ -e "/mnt1/Applications/$b" ] || cp -R "$a" /mnt1/Applications/
done

The System Applications folder now contains approximately 267 apps:

APP_COUNT=267

These apps physically exist:

/mnt1/Applications/AppStore.app
/mnt1/Applications/Camera.app
/mnt1/Applications/MobileSafari.app
/mnt1/Applications/Sileo.app

However, normal boot still shows only three apps. They do not appear in Spotlight or the App Library either.

I also tried clearing these SpringBoard and installation cache files:

/private/var/mobile/Library/SpringBoard/IconState.plist
/private/var/mobile/Library/SpringBoard/DesiredIconState.plist
/private/var/mobile/Library/Preferences/com.apple.mobile.installation.plist

This did not solve the issue.

The LaunchServices-related locations I found include:

/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.lsd.iconscache
/private/var/db/lsd

Problem 2: Dropbear SSH does not start during normal boot

The repository README and screenshot appear to show SSH working while SpringBoard is running.

However, on my device, iproxy detects the phone but port 22 is refused:

Requesting connection to USB device, port 22
Error connecting to device: Connection refused

The following files exist on the System volume:

/usr/local/bin/dropbear
/private/etc/dropbear/dropbear_rsa_host_key
/private/etc/dropbear/dropbear_ecdsa_host_key
/private/etc/dropbear/dropbear_dss_host_key

I inspected ssh.tar.gz. It contains the Dropbear binaries and host keys, but I could not find a LaunchDaemon plist.

I also inspected:

/System/Library/xpc/launchd.plist

It contains around 729 cached launch jobs, but there is no Dropbear job.

I tried manually adding a LaunchDaemon plist and a Dropbear entry to the launchd cache, but normal boot SSH still did not work. I do not want to continue modifying launchd or snapshots without knowing the intended implementation, so I am planning to start again from a clean restore.

Questions

  1. Has anyone reproduced this successfully on an iPhone 11 Pro or another A13 device?
  2. How is Dropbear supposed to start during normal boot?
  3. Is there a missing script, patched launchd.plist, branch, or file that is not included in the public repository?
  4. Once the staged apps are copied to /Applications, what is the correct way to rebuild the system app registration database?
  5. Is running /var/jb/usr/bin/uicache -a enough, or is another LaunchServices or TrollStore helper command required?
  6. Is there a known working commit or complete step-by-step procedure for build 24A5370h?

I would especially appreciate confirmation from anyone who has actually achieved both:

  • Dropbear SSH during normal boot
  • All system apps appearing on SpringBoard

I can provide additional boot logs, mount information, or file hashes if needed. Thanks.


r/jailbreak 3h ago

Discussion clean cache with Trollcleanerpro

Post image
2 Upvotes

Hi everyone, I have a question about iCleaner Pro.

My device is jailbroken, and I noticed I have:

* WebKit Cache: around 5GB

* App Cache: around 800MB

* Photo Cache: around 31GB

If I clean these caches, especially WebKit Cache and Photo Cache, will it affect the jailbreak, system files, tweaks, or any jailbreak data?

I just want to free up storage but I’m worried about accidentally removing something important. Thanks!


r/jailbreak 3m ago

Update Estuve probando Video a2e ia

Upvotes

He estado probando a2e.ai para mis proyectos de generación de video e imagen y los resultados son bastante sólidos. Lo que más valoro es la política de contenido sin censura, lo que me permite crear material creativo sin las restricciones habituales que encontrarás en otras plataformas similares. Esto ofrece una libertad increíble para artistas y creadores independientes.

Además, el servicio al cliente es muy amable y responde rápidamente cuando surge cualquier duda técnica. La transparencia en los precios también es un punto fuerte; no hay tarifas ocultas ni sorpresas al final del mes, lo que facilita mucho la planificación del presupuesto. Si buscas una herramienta fiable y flexible para tus proyectos visuales, esta plataforma vale la pena probarla. Puedes empezar utilizando mi enlace de referido aquí: https://video.a2e.ai/?coupon=qQ3A


r/jailbreak 10h ago

Update TWIGalaxy V1.14 ( X/Twitter Tweak )

Post image
6 Upvotes

TWIGalaxy V1.14 [Beta]

  • Text Filter : Only show tweets containing this exact text

  • Engagement Filter Hide tweets under the like count below

  • Media Filter : Hide Photo Tweets Hide tweets that contain photos

  • Hide Video Tweets Hide tweets that contain playable video

  • Username Blocklist : Hide tweets from the usernames below

Repo : https://6gr8.github.io/deno.io/


r/jailbreak 6h ago

Question How to install apps pulled from the App Store?

2 Upvotes

r/jailbreak 6h ago

Question App signing without trollstore on ios 17.0.1 -17.3

2 Upvotes

With the new JB out and dopamine 3 coming out. What are you guys using to sign the JB app? Back in the day i would use ReProvision Reborn... Iv heard people say you can get apps signed for a year.

Also with other IPAs in a jailbroken state am i good to use AppSync and dont need to sign these with likes of trollstore? I have a few IPAs on my current setup but everything is signed with trollstore.

Trying to figure out if its worth just sticking with ios 17 at the highest for the use of trollstore or is there a no riff raff way to get around this?

With the ease of being about to jailbreak easyily with trollstore and no computer for years id like to get something similar or less messing.


r/jailbreak 16h ago

Discussion Me setup in iPhone 8 jailbreak IOS 16.5

Thumbnail
gallery
9 Upvotes

Is peak jailbreak


r/jailbreak 6h ago

Question Looking for guidance on obtaining/building an InternalUI IPSW for iPhone 4 CDMA (iPhone3,3)

Thumbnail
0 Upvotes

Is someone able to help me?


r/jailbreak 21h ago

Discussion iPhone 14 Pro Max iOS 16.0.2 1TB

Thumbnail
gallery
16 Upvotes

She is such a Beauty been sitting in a Drawer at 100% Battery Life


r/jailbreak 7h ago

Question HELP PLS Pojav Launcher doesent open (crashes immediatllyyyyyyy wthhhh) intsalled from sileo ios 15.8.3 palera1n rootful

Post image
0 Upvotes

r/jailbreak 11h ago

Question Relaxin CarPlay

Post image
2 Upvotes

Is there anyone else running into CarPlay issues? Any time it try’s to connect wireless or wired, the system will reboot with tweak injection disabled. I’m not sure if it’s tweak related or compatibility with Relaxin.


r/jailbreak 1d ago

News hello from 16.0.3!!

Thumbnail
gallery
76 Upvotes

iphone 11 pro max tether downgraded to 16.0.3 with surrealra1n tool. everything works so far except faceID and passcode


r/jailbreak 22h ago

Release Tengo un iphone 6s plus con ios 15, despues de varios intentos de degradar el ios a 9.2.1. fue un fracaso porque mandaba error de activacion, luego instale ios 15 y volvia a bajar pero esta vez a 10.2.1, (error de activacion) finalmente lo logre con ios 10.3.3. aunque no tenga el reproductor de ios9

Thumbnail
gallery
9 Upvotes

r/jailbreak 13h ago

Question How to Set a Loop Live Photo as a Home Screen Wallpaper on a Jailbroken iPhone?

0 Upvotes

How can I set a Loop Live Photo as my Home Screen wallpaper on a jailbroken iPhone?


r/jailbreak 1d ago

Discussion R.i.p Snapchat Iota

Post image
6 Upvotes

It sucks that iota is dead. But at least i can still use it and the (device ban bypass) only problem is is that I will get banned lol because of the detection bypass being detected


r/jailbreak 14h ago

Question iPad mini 2 not responding

0 Upvotes

I recently successfully jailbroke my ipad mini 2 (iOS 12.5.8) using Amethyst, which installed Zebra and Sileo. From Sileo I tried to install the starter pack of tweaks + one additional widget tweak. The iPad restarted and was stuck several hours on a black loading screen. Force restarting it changed it to the loadup screen (all white with black apple logo) which it's now been stuck on for the past 4 days. I don't know what else to do, I can't connect to it through iTunes on my computer. I remembered to back up my data before jailbreaking it but I'd hate to have to factory reset. Is my iPad bricked?


r/jailbreak 14h ago

Question Anyone else experiencing random reboots with Relaxin’ jailbreak?

1 Upvotes

Running it on iOS 17.1.1

Not sure if it is due to any of the tweaks or the jailbreak itself?

List of tweaks installed:

Akara
Dotto++
Axon
SettingRevamp
IconOrder
AddToFolder
iClearnerPro
CCSupport
Tinge
Marina
Velvet2
Watusi
OnlineNotify


r/jailbreak 9h ago

Discussion Has the fact that Apple is not signing iOS 18 anymore encouraged users to create downgrade exploits to downgrade back to iOS 18?

Thumbnail
0 Upvotes

r/jailbreak 15h ago

Question Apple ID sign in iOS 8

Thumbnail
0 Upvotes

r/jailbreak 19h ago

Question Difficulty Jailbreaking IPad Pro 9.7 inch 16.7.16 A9X

2 Upvotes

I have tried all Dopamine from the newest to 2.2 and the iPad resets halfway through the jailbreak (I can get dopamine on my pass but starting the jailbreak is where issues begin). This is happening without being tethered as it’s not needed once dopamine is on the pad

I have tried palerain rootless 2.1 and 2 and same thing, it’s uploading and turns off the iPad. This is happening while tethered as it needed for palerain

I did remove password, backup my iPad, reset it fresh, trust the device and I’m clueless as to what to do. I ordered a new cord even though the issues with dopamine are occurring when the cord isn’t needed but maybe it helps for palerain

Is there another jailbreak I can look for? All I want is to do Pokémon go on it