r/LegacyJailbreak

GSAPort - GSA protocol for iOS 5-8

working on a tweak that brings apple's grandslam auth protocol to ios versions before 9 to get apple id related authentication working again. grandslam is the new modern-day auth protocol used by apple devices, windows itunes, and android apple music.

it will be released by the end of the week (hopefully+probably)!
source code will not be out until the week after. i need some time to clean it up and improve the implementation. ios 5 support is non existent right now and the initial release likely wont have ios 5 support. ill need some more time to adapt the code for ios 5.

u/EricRen1 — 3 hours ago

iPad mini 1 (2012) jailbreak and downgrade

Hello, I have iPad mini 1 (2012) 16GB WiFi + Cellular running on iOS 9.3.6.

How can I jailbreak and downgrade it? I am a newbie and I only have Windows laptop with W11 and not a mac, linux or USB. I can try the jailbreak part myself by searching stuff around here i guess but i wanna downgrade it to either iOS 8 or 6 (recommend which one to do).

All I want is a decent app and web support, also a good space out of that 16GB. please help if you can.

reddit.com
u/impatientaxolotl — 9 hours ago
▲ 17 r/LegacyJailbreak+2 crossposts

Not activation lock, but I have an iPod touch 6th gen on iOS 9.3.4 that has an Apple ID that isn’t mine on it. What’re my options?

Device isn’t stolen.
Sorry if this isn’t the right place to post, thanks

u/Lucajames2309 — 16 hours ago

W.I.P. iPod touch 1.1 dock for 3.1.3

There's an iOS 4 tweak for this but it doesn't work on 3. I decided to port the dock to 3.1.3. WIP, needs adjustment to the labels and I'd like to migrate from an existing reflection tweak to a custom one that uses the SpringBoard to do it - it can, it's just turned off. Anyways, if there's interest, I'll finish this and upload it somewhere.

By the way, the reflection in iOS 1.1-1.1.2 is not a static image, it's dynamically generated by SpringBoard. As with this.

u/Octal450_V2 — 12 hours ago

What is this? iPhone 2G

Looks like some kind of SIM card/reader tester. Can anyone confirm if this is an aftermarket part, or something Apple actually used for testing? 8GB serial number starts with 87751, invalid on Apple’s serial number checking page.

u/Easy-Form3060 — 15 hours ago

I need help on fixing Cydia on my iPod touch 2G with iPhone OS 3.1.3

My jailbroken iPod touch 2G can't install tweaks neither upgrade to the most recent version, how do i fix this problem?

reddit.com
u/Classic_Gap_9927 — 13 hours ago

iOS 10 YouTube fix

Hey guys!

So how can I get YouTube working on my iOS 10 device. I have all the apps I believe I need. Can anyone drop down a working tutorial?

Thanks

u/Trojanator31889 — 15 hours ago

Fun tip for the iOS 6 music app

Don’t know if anyone knew this before.

Idrk if this works on iOS 5 or earlier or iOS 7 and later

u/Steelywaivrn — 16 hours ago
▲ 30 r/LegacyJailbreak+1 crossposts

Use YouTube app on the first-generation iPad (iOS 5) in August 2026.

Implementing normal YouTube viewing in iOS 5.1.1.

The required deb files and detailed method for this approach can be found at the following address:

https://github.com/shawokou123/TubeReplacer-iOS5

The specific usage results are demonstrated in the video.

  1. Can log into the YouTube app normally

  2. Can browse history normally

  3. Subscribed channels work normally and videos can be played without issues

u/yangyangaijing — 22 hours ago

Where to find "Circles for iPhone" theme for iOS 6?⁠"

here’s photo of theme, i tried search the internet but there no any debs or working repos! thanks for reading.

u/MotherObligation1184 — 18 hours ago
▲ 283 r/LegacyJailbreak+1 crossposts

ios 9 iphone 6 w smart battery case

use this as an ipod i only have to charge it every 3 days. my case n phone are in great condition! i miss the smart battery cases i have tons

u/szafan4lifeee — 2 days ago

$3 Ipad 1 mini I got

I got it at the flea market in my country, this is my first jailbreak and iOS device too, it works wonders for drawing and YouTube (thank you YTnine) tho I haven’t been able to find instagram or an untethered browser that works for it yet, what else should i install? Sorry for bad English!

u/ilovemameshiba — 2 days ago

[Update!]YTNine 1.1.1 — a YouTube client for jailbroken iOS 6–9

**[Good news!]**
The random crash issue when searching on iOS 6–8 has been fixed!
It’ll be resolved in v1.1.1-1! (That version number has way too many 1s lol.)

Everything runs on the device and talks to YouTube directly. No proxy, no companion app. What's new since 1.0.x

  • Runs on iOS 6.0 and up. 1.0.x was 9.0 only. Networking, alerts and text drawing all have pre-iOS 7 paths now, so one binary covers 6.0 through 9.x.
  • Three themes: light, dark, and iOS 9 YouTube UI — the 2015-2016 look, with edge-to-edge thumbnails, grey gaps between cards, the system typeface and the old #CC181E red.
  • 14 interface languages, up from 2. The choice also sets hl/gl, so view counts and dates come back in that language too.
  • Playback fixed. On Aug 18 YouTube raised the client version floor to 1.64.00, which breaks every 1.0.x build on every video. /player also had to move off ANDROID_VR, whose media urls now return 403 even when the request succeeds.
  • Quality options are checked against the actual stream before being offered, and downloads are fetched in ranges instead of in one go.
  • Fixed a stall that blocked the main thread for most of every second during playback (a keychain lookup running on every tick).
  • Fixed Shorts sitting 20pt too low and being clipped by the tab bar.
  • Tighter watch layout on 3.5-inch screens. Known limitation: 480p and 720p exist only as adaptive tracks, and YouTube currently serves those in full for roughly one video in ten. Everything else plays at 360p.

To install it, just install YTNine from the repository below!

cydia.himais0giiiin.com

u/Professional_Rub3252 — 3 days ago

Found what's wrong with iCloud on iOS6-8!

Thought I would share my discoveries as they may be useful for anyone trying to fix it. Basically ios 6-8 use icloud protocol version 1.0, remember this. As of now, apple has deprecated protocol 1 from the icloud servers, so the idevice asks if it can sign in, that goes through, then it tries to send the login info, using protocol version 1. Which obviously doesn't work (returns 401 if i can recall right) which gives a username or password wrong. To fix this, I would imagine you would need to build a translator that translates every iCloud apps protocol 1 requests to protocol 2, and every protocol 2 response, to protocol 1. Hope this helps! Shame because iOS 8 is the last to run good on iPhone 4S, 5, and iPads. iOS 9 is working but sloooow

EDIT: GUYS I FORGOT ABOUT IOS 5 SORRY I DON'T OWN ANY IOS 5 DEVICES BUT IT SHOULD BE THE SAME REASON.

reddit.com
u/dabo6 — 2 days ago

2nd post -

Hey guys so I am having a lot of trouble installing any kind of apps. This is my second post and I really did what I could but seems nothing works. Could you guys drop down any suggestions below thx. (More pics in replies)

u/Trojanator31889 — 2 days ago

Found iOS 5 MCPE IPA with shaders, speechless how beautiful it is🙏😭

It's from 2015 everything pre packaged. It's only 22 mb and it's so dreamy and bloomy,. The trees and leafs move and everything. The water is animated. the desert and snow almost blind you. this is how I imagined Minecraft as a kid 🙏😭

It's MCPE 0.11.1 so it runs on 64 bit too.

u/Professional-Method6 — 3 days ago