#futurerestore-help

1 messages · Page 167 of 1

celest basalt
#

minimal request without baseband:

<?xml version="1.0"?>
<plist> 
<dict>  
        <key>ApECID</key>
        <integer>8686066676339040</integer>
        <key>ApChipID</key>
        <integer>32789</integer>
        <key>ApBoardID</key>
        <integer>14</integer>
        <key>ApSecurityDomain</key>
        <integer>1</integer>
        <key>ApNonce</key>
        <data>
        pXcoF+UlJ2V6v9E3tZ7276dmFDlxTnxcRjQNjW9ouUs=
        </data>
        <key>@ApImg4Ticket</key>
        <true/>
        <key>ApSecurityMode</key>
        <true/>
        <key>ApProductionMode</key>
        <true/>
        <key>SepNonce</key>
        <data>
        lt6ea+ObmtN6VBBq9JAY7MTuflA=
        </data>
</dict> 
</plist>
lilac wren
#

hm

lilac wren
#

latest?

celest basalt
#

iPhone10,6 14.5.1

#

idk if that info is even encoded in it anymore

#

but if you change ApChipID it breaks

zealous bridge
lilac wren
#

lol

celest basalt
#

actually no this one doesn't break with a different ChipID

#

the baseband one did

#

0 works as ECID btw

lilac wren
#

I get 100 when I use 0

celest basalt
#

AA= as apnonce/sepnonce works too, single null byte

lilac wren
#

actually 0 works maybe I just saved it wrong

celest basalt
#

lol even empty ECID works

#

or not

#

now it broke wtf

lilac wren
#

works for me with blank <integer></integer>

celest basalt
#

blank sepnonce works too

#

and blank apnonce too actually

#

TSS is sensitive about whitespace in the plist lol

#

works:

<key>ApNonce</key>
<data></data>

doesn't:

<key>ApNonce</key>
<data>
</data>
#
<?xml version="1.0"?>
<plist>
<dict>
    <key>ApECID</key>
    <integer></integer>
    <key>ApChipID</key>
    <integer>32768</integer>
    <key>ApBoardID</key>
    <integer></integer>
    <key>ApSecurityDomain</key>
    <integer>1</integer>
    <key>ApNonce</key>
    <data></data>
    <key>@ApImg4Ticket</key>
    <true/>
    <key>ApSecurityMode</key>
    <false/>
    <key>ApProductionMode</key>
    <false/>
    <key>SepNonce</key>
    <data></data>
</dict>
</plist>
zealous bridge
#

wen eta heartbleed on tss so we can read out the private key from mem

lilac wren
#

Lol why does this work

<key>SepNonce</key>
      <string />
green onyx
lilac wren
#

idk

#

messing with tss

green onyx
#

nice

lilac wren
#

ah

#

it's my first reddit birthday that I ever actually noticed

#

🥳

green onyx
#

POG

#

mine was 2 months ago

#

i think

green onyx
lilac wren
#

ooh happy belated birthday lol

green onyx
#

yep

#

2 months ago

valid adder
#

What’s up mfs

lilac wren
#

hi cryptic ily

green onyx
#

nothing much

#

hello cryptic

valid adder
#

I worked 4 days in a row meaning I slept the entire 5th day

#

So it’s morning PM for me

green onyx
#

lmao pog

green onyx
valid adder
#

iPad is fixed, in test branch

#

I merged ny’s changes

green onyx
#

pog

#

are u working on ipwndfu?

#

to get ota blobs working on A11-?

valid adder
#

Whenever

#

Apple internal rn

green onyx
#

ah

#

pog

#

also nobody has checked if b3 has compat sep and bb lmfao

#

probably compat anyways

lilac wren
#

lol it probably does

green onyx
#

ye

lilac wren
#

Just finished a mini program where you specify build manifest and it checks if it's signed... very minimal tss checker alternative ig. Plans are to make it automatically loop through a few buildmanifest's and simply notify when one gets unsigned (because native code is better than using tsschecker and parsing output)

green onyx
lilac wren
#

not alternative really lol

#

wayyy less features

lilac wren
#

Lol yes by 0.1 seconds

green onyx
lilac wren
#

java -jar /Users/CoocooFroggy/Downloads/BuildManifest.plist 0.78s user 0.08s system 160% cpu 0.534 total

tsschecker -m /Users/CoocooFroggy/Downloads/BuildManifest.plist -d iPhone11,8 0.07s user 0.01s system 12% cpu 0.647 total

green onyx
#

bruh

green onyx
lilac wren
#

ooh java -jar /Users/CoocooFroggy/Downloads/BuildManifest.plist 0.57s user 0.06s system 133% cpu 0.476 total

lilac wren
green onyx
#

also

#

blobsaver kinda sucks

#

bc it doesnt allow u to set generator, only apnonce

lilac wren
#

hm

#

that is the major flaw

#

ping them lol

green onyx
#

idk who they are

lilac wren
#

@soft turtle

green onyx
#

the only way to grab the generator is to reverse entangled nonce process with apnonce

#

@416760227778527232

#

LOL

lilac wren
#

copy paste it lol

lilac wren
green onyx
#

LOL

#

@soft turtle

#

oops

#

i actually pinged them

lilac wren
#

lol

#

🌬️ 🟪

green onyx
#

@lilac wren make a blob saving tool and make it part of froggy's tool suite

green onyx
#

hm

lilac wren
#

I will neither confirm nor deny that that is already under development

green onyx
#

👀

green onyx
lilac wren
#

nah that would ruin the fun

#

bc I can't mess with system files

green onyx
#

so tsssaver but nicer

lilac wren
#

Wow

#

I saw that

#

Flexer

green onyx
#

???

#

@lilac wren what happened

lilac wren
#

Not you cryptic

#

Deleted a message

zealous bridge
#

froggy gonna run every other dev out of business at this rate

green onyx
#

true

#

froggy stealing jobs /s

zealous bridge
#

Or am I missing something

lilac wren
#

I used the "time" command before

#

It's java -jar "my jar.jar" "my plist.plist"

zealous bridge
#

Lol

#

I don’t see the .jar at all

#

rip

lilac wren
zealous bridge
#

well you kinda inadvertently are sooo

#

i mean it’s still pog

green onyx
#

true

#

frgui > irestore

lilac wren
zealous bridge
#

Lol

green onyx
#

lol

#

people change

#

in the beginning, a lot of ppl didnt like the gui

#

now, a lot of ppl like it

zealous bridge
#

bruh why isnt there an idevicessh in libimobiledevice smh

green onyx
#

probably bc u need to jb to use it?

zealous bridge
#

before you say it needs jb ik its a joke

green onyx
#

lol

zealous bridge
#

i mean iproxy does exist

lilac wren
zealous bridge
#

could you not query the local ip with ideviceinfo and then use it to ssh

lilac wren
#

There's USB ssh right

zealous bridge
#

yeah iproxy

lilac wren
#

Oh ok

zealous bridge
#

device pairing is kind of a bitch tho

#

i dont think iproxy will work in BFU

#

Actually it does just needs pairing

low summit
soft turtle
soft turtle
zealous bridge
#

fair

zealous bridge
#

Omg

valid adder
#

want me to look into nonce entanglement

#

that was a12

zealous bridge
#

sure if you can somehow reverse engineer that

#

how you dumping an XS Max that’s insane

valid adder
#

not mine but I wish it was

#

its dumpable because 00

#

production is 03

#

its the fuses

zealous bridge
#

ah ok

#

that’s still cool

#

I think we mostly know how it works

#

maybe we could dump UID key somehow 👀

valid adder
#

reference

#

bro no way @zealous bridge

#

same as the screenshot

zealous bridge
#

Wow it is

#

@lilac wren guess it wasn’t too hard to find

valid adder
#

@zealous bridge very hard to figure out this

zealous bridge
#

what is this if looking for tf

valid adder
#

I have no idea

zealous bridge
#

shits confusing asf

valid adder
#

maybe 100009870 is aes call

zealous bridge
#

I don’t see any mention of SHA-384 tho

#

Yeah it is the aes call

#

wonder what 16 means here tho

#

UID is only 16 bytes?

#

That can’t be right

valid adder
#

#define AES_KEY_TYPE_UID0 (0x00000100)

zealous bridge
#

AES is 256 rip

#

it can’t be the original generator i’m sure that’s not encrypted with 0x568241656551e0cdf56ff84cc11a79ef

fringe whale
#

Yep

valid adder
#

KEY_IN_CTRL_SEL_UID1 = 16 @zealous bridge

zealous bridge
#

whats that

valid adder
zealous bridge
#

wha

#

oh

valid adder
#

aes_hw_crypto_cmd

zealous bridge
fringe whale
#

IOS 14.5 iPhone 6s

zealous bridge
#

16 is just the name ig

#

@zinc moon no

#

6s doesn’t support checkm8-nonce-setter

fringe whale
#

Yep, so I found a 14.5 jailbreak using checkra1n, would that work?

zealous bridge
#

or checkm8-nonce-setter doesnt support 6s

fringe whale
zealous bridge
#

Do you not remember when I tried @zinc moon

mystic axleBOT
#
odysseyra1n

Odysseyra1n is a modification for checkra1n which replaces the bootstrap with Procursus, the package manager with Sileo and the tweak injector with libhooker. This has benefits such as speed, battery life and security.

Tutorials:
macOS/Linux
Windows

Alternative installation method: Shortcut

fringe whale
#

Haha yeah, I’d hate to download a virus

zealous bridge
#

this is what happened when I tried

valid adder
#
aes_hw_crypto_cmd(KEY_IN_CTRL_SEL_UID1, KEY, KEY, sizeof(KEY), 0x20000000 | AES_KEY_TYPE_UID0, NULL, NULL);

@zealous bridge

zealous bridge
#

you didn’t even read iy

#

This device is not supported

valid adder
#

I didnt look yet

#

@zealous bridge

zealous bridge
#

Oh

fringe whale
#

14.3

#

Not sure

zealous bridge
#

@fringe whale upload your blob to https://verify.shsh.host and screenshot

#

this is better so i can see the apnonce too

#

536870912

valid adder
#
aes_hw_crypto_cmd(KEY_IN_CTRL_SEL_UID1, KEY, KEY, sizeof(KEY), AES_KEY_SIZE_256 | AES_KEY_TYPE_UID0, NULL, NULL);
#

found it

#

KEY is src KEY is dst

fringe whale
zealous bridge
#

?????????

#

tf u mean

valid adder
#

@zealous bridge so that confirms it its aes 256 with UID

zealous bridge
zealous bridge
#

ig that’s how they found it

fringe whale
#

How? It’s only showing taking me to my photo album to select APTicket

celest basalt
#

it still matters on A11- for restoring, just not for saving blobs

#

if you managed to save blobs with a random nonstandard apnonce and unknown generator you're still fucked

zealous bridge
#

Actually some idiots specify an incorrect apnonce on A11- too

zealous bridge
#

apnonce is the main thing @zinc moon

#

the generator can be whatever inside the blob

celest basalt
#

well, the apnonce is what matters, the generator is only like a comment in the blob

fringe whale
#

Ohhh, so I download a shsh file on my phone and upload it there?

zealous bridge
#

but as long as you know the generator to that apnonce

#

it’s usable

fringe whale
#

Coool

zealous bridge
#

just use tss saver or shsh host whatever you used to save blobs

celest basalt
#
<generator>cock</generator>
zealous bridge
#
<string>4ppleSU!Ck4</string>```
fringe whale
#

Shii I don’t remember my ECID number, I’ll just upload it when my laptop is back up

zealous bridge
#

Yes

#

TSS Checker saves blobs for random ECIDs by default

#

Apple doesn’t log ECIDs

#

so they can’t know

#

if an ECID exists or not

#

Idk it’s a factor for UDID on A11-

#

but ig with ECID’s it can be easier for servers to deal with them because they can be in Decimal unlike Serials

#

Combine, yes. Hash? No

#

the A12+ UDID is literally chip ID + ECID

#

in plain text

#

so basically if someone leaks their ECID and you know what phone they have you have their UDID

#

one has “unique” one doesn’t tf do you think it’s the same

#

It is

#

It should be in your brain too

celest basalt
#

Chip ID is easy

zealous bridge
#

like A13 is t8030

#

so chip id is 08030

#

Or something like that

celest basalt
#

A10 = 8010
A11 = 8015
A12 = 8020
A13 = 8030

#

A14 gets weirder, 8101

zealous bridge
#

Oh i forgot the 8

#

lol

celest basalt
#

yes

zealous bridge
celest basalt
#

true that's the T2

zealous bridge
#

T2 jb eta wen

#

iPad 6 is 10X no?

celest basalt
#

A10X is 8011

zealous bridge
#

Ag

#

ah

celest basalt
#

hmm

#

The T8010 is the Apple A10 Fusion SoC used in the iPad (6th generation), iPad (7th generation), iPhone 7, iPhone 7 Plus and iPod touch (7th generation).

valid adder
#

@zealous bridge

zealous bridge
#

ipad 6 is t8010

#

ipad 7*

celest basalt
#

well, A9 has both 8000 and 8003 apparently (Samsung vs TSMC)

zealous bridge
# valid adder

So do we know what the if statement is looking for yet?

valid adder
#

@zealous bridge no

zealous bridge
#

t8011 is iPad Pro 10.5 and 12.9 gen 2

#

and tv 4k

#

yes

zealous bridge
#

could be a number of things

#

graphics, IO, crypto, and some processing of harder stuff

#

i mean with jb they look at rom’s more often then not

#

Any hardware flaw is off the list anyway no-one boutta take apart their phone to jb

celest basalt
#

M8 coprocessor eta wen

valid adder
#

@zealous bridge its a chipid function

#

oops

#

there

zealous bridge
#

oh no wonder

valid adder
#

ida pro

#

not an ide

#

its the opposite of an ide

zealous bridge
#

wonder why they would need a chipid function in a device specific firmware component lmao

#

not anything other than hardware exploits

valid adder
#

only with mptcp exploits

zealous bridge
#

like physically soldering

valid adder
#

iOS 11 moment

zealous bridge
#

checkm8 is technically a DFU exploit

valid adder
#

11.3

#

yes

zealous bridge
#

lol gl with making that exploit

valid adder
#

wym

#

there were 3 at most

#

one bootlooped

zealous bridge
#

Could be

#

If the moon is sighted

#

Are you gna be looking for it?

#

You live in Saudi don’t you

#

Lmao you have a government order to look for the moon

#

Lool

#

This one wasn’t too hard

#

Lockdown ramadan was the worst omg

#

yeah

#

thankful that i had irl school this ramadan ngl

#

school distracts you

#

ikk

#

imma bang out music so hard after ramadan

#

same

#

this whole week i have no school

#

islamic private school go pog

#

bruh if i was going to one of those schools

#

i ain’t coming in

#

u mad

#

it’s something where you can record every song you listen to automatically

#

and how many times you listen to it

#

like music stats

celest basalt
#

too bad Apple Music integration is horrible

#

maybe I should switch back to Spotify

zealous bridge
#

have to manually scan

#

and it has to be local

#

and it messes up a lot

celest basalt
#

well, I mean if you add songs to your Apple Music library then streaming works

#

but yes, it keeps duplicating songs too

#

also tracks streamed from my Apple TV are not scrobbled at all

#

the scan doesn't detect it

zealous bridge
#

I remember listening to a song twice and it said 15 scrobbles

#

within 5 minutes

celest basalt
#

I just stopped scrobbling bc it's such a mess with AM

#

Apple Music does keep track of playcounts itself though

#

but their API is horrible

zealous bridge
#

i just use Spotify mostly

valid adder
#

lol

#

bro

zealous bridge
#

they did

celest basalt
#

you can get playcounts for individual tracks with Shortcuts, but not with Apple Music's web API

zealous bridge
#

it’s not as good

#

but it’s there

valid adder
#

pangu made the first user installed app jailbreak yalu came later

zealous bridge
#

i just use Apple Music for the fucking live lyrics

#

Other than that Spotify is fine

celest basalt
#

(unicode fail, it should be "ROSÉ")

valid adder
#

not really

celest basalt
#

it's a kpop group

zealous bridge
#

is the play count actually legit

#

i’m sure i’ve listened to those songs wayyy more times

valid adder
zealous bridge
#

Ohhhh

#

Ffs the play count reset when i bootlooped didn’t it

#

Why isn’t that shit backed up

celest basalt
#

playcount for Apple Music streamed songs is definitely synced to iCloud

#

it came back even without a device backup

zealous bridge
#

mine are all local

celest basalt
#

maybe you just need to have sync library enabled

zealous bridge
#

sync to where

celest basalt
#

iCloud, duh

zealous bridge
#

There isn’t any option for Music in iCloud

celest basalt
#

last.fm works great with Spotify, they literally have a backend integration where any device you listen to Spotify on will scrobble automatically

#

you could even fucking stream Spotify on a smart fridge and it would scrobble

#

but I decided to give Apple Music a try because the UI looks nicer and the live lyrics is pog

zealous bridge
#

spotify api is on steroids ngl

celest basalt
#

also Spotify's new tvOS app was incredibly buggy when they revamped the UI a few months ago

#

idk if they've fixed it

#

I know Lyrication exists but it's not as good as Apple Music

zealous bridge
celest basalt
#

especially a few months ago it was bad for kpop music, the Korean lyrics just became ,,, instead

#

only on tvOS

#

biggest change is there's an artist background when playing a song now

#

hold on let me screenshot

zealous bridge
#

but tbh i just listen to the same songs over and over again

#

I have 3000 scrobbles and like 100 tracks

#

Only 4 artists have 20+ plays

#

lmaooooo

#

when did i turn off spotify rich presence for discord

zealous bridge
#

does spotify rich presence work for anyone when you’re just listening to spotify on phone

#

and you don’t have a pc open on discord

#

it doesn’t for me

valid adder
#

me irl

celest basalt
#

wtf does spotify have JB detection now or something

zealous bridge
#

This is what happens when you try to use anything other than spotify on last.fm

celest basalt
#

it just hangs at the splash screen on my Apple TV

zealous bridge
#

it doesn’t?

celest basalt
#

nvm force closed and restarted and it works

#

true

#

also even turning it off requires going to the CC

#

at least the new remote finally has a power button

#

turning off as in putting it to sleep

#

this is what Spotify on tvOS looks like now

#

yeah I did

zealous bridge
#

My airpods don’t hurt but my wired ones do

full osprey
#

It’s bad enough #jailbreak is most off topic. Let’s not do the same here

#

Go ahead

valid adder
#

Ive been waiting for them to go on topic forever here lol

full osprey
#

At first I let them do their thing when it pertained a little but lately mfs been using this as a hangout when it’s not the place

zealous bridge
#

it was kinda on topic when it was just me froggy and folklore here

full osprey
#

True but that’s long gone

#

People think I just be bitching tho....

#

Not oh well

zealous bridge
#

listen to the guy

full osprey
#

Did you not just say this isn’t FR help

#

If it doesn’t pertain to futurerestore it doesn’t belong here

#

This channel isn’t for any general restoring or restore issues

#

Literally

celest basalt
#

meh, it is getting a bit too off topic now that it isn't related to FR or even delayed OTAs, but at least we're not interrupting anyone asking for FR help ¯_(ツ)_/¯

zealous bridge
#

omg @dabezt he left

lilac wren
#

Lol nah

#

When I'm asleep we talk about spotify

#

O_o

zealous bridge
#

i don’t think we can anymore

valid adder
lilac wren
#

Wha

#

Why would he leave his member edition

#

Dummy

zealous bridge
valid adder
#

ripbozo

celest basalt
#

I think GIR adds it back automatically when you rejoin

#

at least once you send a message

full osprey
#

Imagine only being here to be off topic lol

valid adder
#

my knowlege is highly elevated compared to a few days ago

#

knowledge is power

zealous bridge
#

all you researched about was nonce entanglement how did that enlighten you so much lol

celest basalt
#

not saying it's good to go full off topic but sometimes general is just full of people talking in dutch fr

valid adder
#

there were other reasons for me having protos

celest basalt
#

the TSS and nonce stuff we were talking about is at least somewhat related

full osprey
#

Mfs didn’t like that either

valid adder
#

@zealous bridge nonce is only the tip of the iceberg

celest basalt
#

well the music stuff wasn't but

full osprey
#

True

#

But at this point jailbreak is 50:50

full osprey
#

True

zealous bridge
full osprey
#

I wasn’t trying to paint it that way without saying he or she. Didn’t want to make assumptions

valid adder
zealous bridge
lilac wren
zealous bridge
#

true

full osprey
#

I thought dabezt was y’all buddy this whole time thishowitis

zealous bridge
#

i mean we didn’t say he’s not, just saying that he wouldn’t want to follow your guidelines because of the “fun” he has here

#

ppl getting emotionally attached to discord channels peepoCringe

lilac wren
#

I like dabezt

zealous bridge
#

same, but man has no limits fr lol

lilac wren
zealous bridge
#

he’ll be back eventually just wait

lilac wren
#

I hope he comes back

zealous bridge
#

he will

full osprey
lilac wren
#

@zinc moon

full osprey
#

gg normal name too. I like it. Let’s be great have a great day and stay on topic everyone

zealous bridge
#

amen

valid adder
#

joes mother is on topic

celest basalt
#

and with that, this channel is dead because no one comes here with 'futurerestore help' anymore.

full osprey
#

What

green onyx
#

nothing

#

just that this channel usually gets offtopic when nobody needs fr help and i found it kinda funny

zealous bridge
#

@zinc moon

celest basalt
#

@storm apex

zealous bridge
#

what's the issue

celest basalt
#

There is no issue but idk what i have to set my nonce to on my iPhone

zealous bridge
#

and screenshot it

green onyx
#

this

celest basalt
#

big sur windows theme

zealous bridge
#

lol

green onyx
#

bruh

celest basalt
#

lol

#

i have

#

Macbook tho

green onyx
#

also

#

inb4 ibec dogshit

zealous bridge
#

use futurerestore on mac pls

green onyx
#

dont use windows

zealous bridge
#

windows ass

celest basalt
#

okay wait

zealous bridge
#

screenshot the blob first

green onyx
#

since when did intune had jb detection

zealous bridge
#

dm me your blob and i'll check for you

green onyx
#

used his ecid

#

ye

zealous bridge
#

iPhone13,2 or 13,3?

green onyx
#

why is it 14kb

zealous bridge
#

might be onboards

celest basalt
#

ig

zealous bridge
#

im checking

celest basalt
#

its

#

onboard

green onyx
#

must be some failed onboards

green onyx
zealous bridge
#

it will if it's IPSWs

green onyx
#

well

#

its invalid KEKW

celest basalt
#

thats gay tho

wary gale
celest basalt
#

yes

#

No

#

got it out of the box like that

zealous bridge
green onyx
#

damn

wary gale
#

It’s stock 14.3

celest basalt
#

yes

green onyx
zealous bridge
#

lemme check OTAs

green onyx
#

THE NONCE ISNT EVEN 16 CHAR

zealous bridge
#

thats so sad

green onyx
#

wait

celest basalt
#

yo that shit is actual gay

#

i used system info

#

ticketap

zealous bridge
#

are they not even OTAs

celest basalt
#

well how do i fix this gay issue

zealous bridge
#

you can't

#

looks like neither

green onyx
zealous bridge
#

it won't have apticket.der

#

so it makes sense

celest basalt
#

how would it not have apticket

green onyx
celest basalt
#

but doesn't it bootloop if you delete apticket.der

wary gale
#

If he would update to iOS 14.5 using settings ota then that blob would be ota type else if he would restore iOS 14.5 then that blob is ipsw restore

zealous bridge
#

where tf are OTA buildmanifests stored

celest basalt
#

apticket.der is useless anyway because it doesn't have a generator, need to dump /dev/rdisk1 with deverser/shshdump/system info

green onyx
#

@celest basalt are u still on 14.3?

#

try redumping onboards

zealous bridge
#

i mean he has to still be on 14.3

celest basalt
#

i just dumped that one

#

10 minutes ago

zealous bridge
#

how else you gonna set nonce

#

nah

#

i literally cant find buildmanifest in OTA

celest basalt
#

So what should i do

#

doesn't work that way

#

1 may

#

it just dumps the contents of /dev/rdisk1 and converts it to a blob with img4tool

zealous bridge
#

wait for A13 bootrom exploit

#

lol

#

oooh discord reactions have changed

celest basalt
zealous bridge
#

i tried that

#

blob doesnt match buildidentity

celest basalt
#

R4C3 also told me Succession won't work

#

weird

#

same device ID and boardconfig?

zealous bridge
#

oh why am i on iphone 11

celest basalt
#

what is mismatching

zealous bridge
#

nvm im dumb

celest basalt
#

Restore 14.3

#

Yeah

#

but Find my iPhone is completely broken

#

and i need that

green onyx
#

just use succession

#

bruh

#

!t successionbeta

mystic axleBOT
# green onyx !t successionbeta
successionbeta

You can get the beta version of Succession for iOS 14 here: https://samgisaninja.github.io/test/

This should only be used as a last resort, since it's no longer maintained. Usually you can restore rootfs and then erase all contents and settings to achieve the same effect.

celest basalt
#

Ask r4c3

#

Yes i do

#

good

mystic axleBOT
#
successionbeta

You can get the beta version of Succession for iOS 14 here: https://samgisaninja.github.io/test/

This should only be used as a last resort, since it's no longer maintained. Usually you can restore rootfs and then erase all contents and settings to achieve the same effect.

wary gale
#

It created /private/var/mobile/media/SHSH/14.5.1/18E212

#

What’s that 18e212

zealous bridge
#

14.5.1

wary gale
#

On iPhone 12?

celest basalt
#

that's the build number of iOS 14.5.1

wary gale
#

But it require tethered boot

#

After restore

#

Yes it does

celest basalt
#

not if you restore to the same version

#

it's only tethered boot if you try to downgrade or upgrade with it

wary gale
#

It doesn’t have untethered boot

zealous bridge
#

@celest basalt

#

this is weird

#

this is OTA buildmanifest

celest basalt
#

yeah that looks like typical OTA

#

did the device come with 14.3 in the box or what

celest basalt
zealous bridge
celest basalt
#

unopened for sure?

wary gale
#

But still restoring takes place then how it boots for the same os version?

#

Without jailbreak

green onyx
#

just use succession

#

bruh

#

also

#

succession doesnt talk to tss

zealous bridge
#

lol

celest basalt
#

Succession doesn't perform an actual restore, it just replaces files on your filesystem

zealous bridge
#

yeah

celest basalt
#

since the version is the same the APTicket will match and the bootloader will accept it and boot untethered

wary gale
#

I downgraded 5 times in iPhone 5s using succession and it asked for tethered boot else it bootlooped

celest basalt
#

so then i just should click download bla bl

zealous bridge
#

it's kinda iffy tho

#

crashes at weird times

celest basalt
#

yeah it is

green onyx
#

alr

#

u good

celest basalt
#

downgrade is not officially supported by Succession anyway

wary gale
#

Yes

celest basalt
#

if you're so afraid of Succession, just restore rootfs and then erase all contents and settings

zealous bridge
#

on A12+ probably

green onyx
#

im not going to do anything bad with it

zealous bridge
#

on A11- not so much

celest basalt
#

guess what

#

i typed in my password clicked "ok" and it just brought me back to home screen

#

didn't work

#

weird

green onyx
wary gale
celest basalt
#

yeah i can't sign out

wary gale
#

Maybe because you used the same os version

#

Cause I used succession for downgrade

celest basalt
#

this one right

#

just to make sure

zealous bridge
#

lol no

celest basalt
#

well

zealous bridge
#

succession runs inside /var lmfao

celest basalt
#

!t successionbeta

mystic axleBOT
# celest basalt !t successionbeta
successionbeta

You can get the beta version of Succession for iOS 14 here: https://samgisaninja.github.io/test/

This should only be used as a last resort, since it's no longer maintained. Usually you can restore rootfs and then erase all contents and settings to achieve the same effect.

zealous bridge
#

well it runs in / but it does everything in /var/mobile/Media/Succession

#

bruh

#

these blobs arent IPSW

#

they arent OTA either

celest basalt
#

Succession basically restores the rootfs from the IPSW using rsync and then calls the erase all contents and settings function to erase /var afaik

celest basalt
#

if i were to give it to some fucker on accident

wary gale
#

As it calls the erase all content and settings

green onyx
#

but i wont

celest basalt
#

not sure

green onyx
#

do i look like a guy to give a fuck about ur udid?

zealous bridge
#

OH

#

I KNOW

green onyx
#

???

zealous bridge
#

since it comes out the box

#

it won't have a hash

#

for "RestoreSEP" and "RestoreRamDisk"

#

cause it was never restored 😉

#

my ota blobs have these

green onyx
#

so the onboards are valid?

#

or not

zealous bridge
#

but the other guy doesnt have those

green onyx
#

im guesing not

#

bc fr checks hash?

celest basalt
#

ECID:

  • A11 and below: not much, they can see your blobs and save blobs for you
  • A12 and above: they can get your UDID from it if they know what chip your phone has (A12, A13, A14, etc.)

UDID:

  • allows people to download tweaks you've bought

technically ECID/UDID can also be used to track you across apps, but for App Store apps this is not allowed, jailbreak apps however have access to those (often used for paid tweak licenses)... but giving it to a random person won't allow much more than downloading tweaks you paid for, at worst they can ban you from using their tweaks if they're a developer

IMEI is more sensitive because IIRC carriers can block phone service based on it

zealous bridge
#

you need the hash anyway

#

yes it retains whatever apticket it had before

celest basalt
#

Find my iPhone = RiP

green onyx
#

ye

#

just wipe with succession

#

bruh

celest basalt
#

after succession i will stil be at 14.3 right

#

r4c3 told me if i click download on succession it will download 14.5 or someshit (latest version)

green onyx
#

hes a dumbass

celest basalt
#

yeah

green onyx
#

like fr

#

he doesnt know jack shit

zealous bridge
wary gale
#

It will download new signed version

celest basalt
#

i asked tanbeer lul

green onyx
#

bru

#

@celest basalt ignore the dumbass

wary gale
#

So I said him manually download and put it in /var/mobile/media/Succession

green onyx
#

just wipe with succession

#

@celest basalt hit download clean filesystem

zealous bridge
#

i think he did like ages ago

celest basalt
#

Yeah its says Downloading IPSW

zealous bridge
#

also

#

14.5 isn't signed

green onyx
zealous bridge
#

so why would it download 14.5

#

lmfao

green onyx
wary gale
green onyx
#

🤡

#

actually a clown

zealous bridge
#

lol

wary gale
#

I also said new signed iOS version

zealous bridge
#

exactly

green onyx
zealous bridge
#

and iOS 14.5 isn't signed

#

lol

wary gale
#

When I clicked on download clean file system it download iOS 12.5.1 where as I needed iOS 12.4.8

zealous bridge
#

yes

green onyx
#

pls do some research

zealous bridge
#

becuase

#

you were on

#

12.5.1

#

lmfao

green onyx
zealous bridge
#

how is it gonna guess the version you want to downgrade to

wary gale
#

Yes

zealous bridge
#

tf you mean Yes

full osprey
#

Let’s look

green onyx
zealous bridge
#

lol

green onyx
#

@wary gale deadass, stop spreading false info

#

just shut

wary gale
#

Not a lie but say as far as downgraded through succession

full osprey
#

So what’s the issue here

celest basalt
#

you sayin he could of bootlooped my device

wary gale
#

Cause I downgraded

green onyx
wary gale
#

It won’t happen as you are restoring

full osprey
#

@wary gale pls hush

zealous bridge
#

it's not harmful misinfo, but it's wasting your time

full osprey
#

If you aren’t certain of what you’re saying don’t say it

wary gale
#

After jailbreaking

zealous bridge
#

he's not telling him to do anything other than download the iPSW manually

#

which is fine

wary gale
#

Yes

green onyx
#

also, where is cryptic's dumbass emote

zealous bridge
#

lol

celest basalt
#

he told me to download 14.5.1 though

full osprey
#

Everyone needs to inform before berating

celest basalt
#

using iTunes

wary gale
#

14.3

zealous bridge
full osprey
#

Bruh

#

How about he is just removed

celest basalt
#

and wait

wary gale
#

I said download 14.3 as he was downloading on computer

celest basalt
#

till jb comes out for that version

full osprey
#

@wary gale pls leave the channel

celest basalt
#

lul

wary gale
full osprey
#

I could but muting is easier

#

Just leave the channel

zealous bridge
#

@celest basalt i have no idea wtf your blobs are

celest basalt
#

yeah

zealous bridge
#

lol

celest basalt
#

4200/5400

zealous bridge
#

they ain't IPSW but they ain't OTA either

celest basalt
#

should i try after succession again?

#

so you can check

zealous bridge
#

succession doesn't affect it

celest basalt
#

god damn

green onyx
#

u cant save onboards tldr

#

well u can

celest basalt
#

if i were to update to lets say 14.5.1 and jb came out for that i could save onboard for that?

#

just 14.3

green onyx
#

but they're invalid

green onyx
#

not shitty onboards

celest basalt
#

i have normal blobs saved for 14.5

green onyx
#

ok

green onyx
#

save for 14.5.1

zealous bridge
#

but you can't use OTA onboards on A12+ anyway

celest basalt
#

i also have 14.5.1 blobs

#

well R4C3 told me i could ig

#

with futurerestore

zealous bridge
#

you could what

celest basalt
#

Onboards on A14

green onyx
zealous bridge
#

A13 requires apnonce

green onyx
#

literally forget everything he said

zealous bridge
#

and fixes checkm8

green onyx
zealous bridge
#

;p;

zealous bridge
#

not from the settings app

green onyx
#

bruh

#

inb4 some dumb shit

wary gale
#

You could downgrade with future restore but as your apt ticket was bad as it was checked by tanbeer so now you can’t with future restore

green onyx
#

or just use succession

zealous bridge
#

i don't think he wants to downgrade

green onyx
#

i told sync this yesterday

celest basalt
#

You did

#

but r4c3 told me

#

i couldn't

#

because untethered

#

only worked for checkra1n he told me

green onyx
zealous bridge
green onyx
zealous bridge
#

he's talking about downgrades

wary gale
#

That was for if he would update to iOS 14.5,1

zealous bridge
#

he missed that bit of context that you weren't downgrading

green onyx
#

smh

celest basalt
#

you can't use Succession on A12+ 14.5.1 anyway

#

until a JB comes out

#

and then no point anymore

wary gale
#

I either said him to wait until a jb comes

zealous bridge
#

how can you not have an iBEC

#

yeah onboards broken OOTB ig

celest basalt
green onyx
#

and click the red button

celest basalt
#

i did

zealous bridge
#

@celest basalt maybe add to !t onboardblobs?

celest basalt
#

yeah i clicked it

#

add what

#

its now restoring

zealous bridge
green onyx
zealous bridge
#

damn succession was such a hassle for me

#

why everyone getting it so easy

celest basalt
#

hold up

#

it crashed

#

oh nvm

#

its rebooting

#

Apple logo

zealous bridge
#

It’ll crash then reboot

#

Apple logo with progress bar

celest basalt
#

yes

#

indeed

zealous bridge
#

Cool

celest basalt
#

still have that flashing apple logo bug

#

don't care

green onyx
#

lol

low summit
#

gm

green onyx
#

gm

low summit
#

damn lol still school?

celest basalt
#

folklore look dm's

green onyx
low summit
#

dms lol

celest basalt
#

man

#

i see hello screen

#

it worked

low summit
#

nice

#

ez

green onyx
zealous bridge
green onyx
#

and backup ur phone

#

before u jb

zealous bridge
#

^

green onyx
#

its good to do unjailbroken backups

low summit
#

i feel like gui has more success rate than regular fr

mystic hazel
#

Hello, i got the error -256

zealous bridge
#

Error message?

mystic hazel
#

Unable to read device

zealous bridge
#

Or a screenshot

green onyx
zealous bridge
low summit
#

u used cli or gui?

mystic hazel
green onyx
#

fdr

green onyx
#

and what ios version are u going to

#

inb4 14.2

mystic hazel
#

14.1

low summit
#

lol what device

mystic hazel
#

iPad 10.2 2019

green onyx
zealous bridge
#

it’s not FDR, i think you unplugged your device in the middle of the restore

#

FDR doesnt happen there

mystic hazel
#

No from 14.6 beta to 14.1

celest basalt
#

did you use -u

green onyx
celest basalt
#

A10 apparently

mystic hazel
#

A10

green onyx
#

@mystic hazel change cables

#

and ports

low summit
#

a10 should be fine tho

celest basalt
#

make sure you didn't use -u because that will recovery loop when downgrading from 14.5+ to 14.4.2-

green onyx
#

lol

low summit
#

lol

#

prob

green onyx
#

why are u using -u when downgrading

low summit
#

idk ppl dont backup

mystic hazel
#

I will try again now

celest basalt
#

I mean you can't even restore a backup from 14.5+ to 14.4.2-

#

so doubly fucked fr

low summit
low summit
#

apple is a dick

celest basalt
#

fmi works my boys

zealous bridge
mystic hazel
celest basalt
#

yeah IIRC it completes but then recovery loops

#

just making sure

zealous bridge
#

doesnt it bootloop after restore

zealous bridge
celest basalt
#

bro Ubuntu telling me to press "Trust" on my phone when it's on the fucking restore screen

mystic hazel
zealous bridge
#

I have an eye test

#

in 2 hours

mystic hazel
#

The device screen was green for a Second when the restore started

zealous bridge
#

Yes

mystic hazel
#

Is that a bad sign

zealous bridge
#

bgcolor

low summit
#

no

zealous bridge
#

it’s fine

low summit
#

isnt that ibec?

celest basalt
#

that's expected for A10 and below

low summit
#

green screen

zealous bridge
#

fr just tests that ibec works by sending that set bgcolor command

celest basalt
#

why does iOS ask to set a passcode after an update now fr

#

I mean you can skip it

#

oof

zealous bridge
#

Is that an error

celest basalt
#

your nonce stayed set after it was already sending filesystem? weird

zealous bridge
#

Orr

#

Is futurerestore done or stil going

green onyx
celest basalt
#

it also deleted all succession files right?

#

the ipsw?

zealous bridge
#

Yes

celest basalt
#

it's a Wi-Fi only iPad, right?

#

yeah fmi works perfect now

zealous bridge
#

yes

mystic hazel
#

Yes wifi

zealous bridge
#

he did no bb

mystic hazel
#

Imagine if my ipad will break

celest basalt
#

can't brick it, worst case you restore to 14.5.1

#

finally dude

#

thank's yall

#

I keep trying to checkra1n with USB-C fr

zealous bridge
#

why did this come 3 days before delivery was due

#

uh

celest basalt
#

i should also create backup right

zealous bridge
#

you might be better off downrading to 14.5.1

#

then trying to downgrade using fr to 14.1

mystic hazel
#

What should i do now

#

Its still on the recovery screen

#

Apple logo and loading bar

green onyx
zealous bridge
#

is futurerestore still going?

green onyx
celest basalt
#

ok i made one