#futurerestore-help
1 messages ยท Page 179 of 1
@lilac wren u should move these to the left a bit
ah
lol
nice touch with the option for extra arguments
^
Bc I typed it before
More than once
Or pasted it
Idk
Dang googling it shows nothing
I thought it'd be a common ap nonce or something
Ty!
Ah I gotta add the thing dabezt wanted
that's the start of a plist encoded in base64
how'd u know that
^
because I OCR'd it with Snapper 2 and decoded it
Oh lol
thought u were a robot or something
I guess my entire keyboard likes blobs as well lol
Nyu what are you
I am a frog
Tanbeer is a berry
Folky is a weird piggy bank thing
Cryptic is little pop
what
I have 3 assignments due tomorrow... I'll be lucky if I finish even one
Airsquared is either this ๐ฌ๐ฅ or curious George
I believe in you
User airsquared = Animals.MONKEY;
Lol I love it
wait no
aww
๐ง

What do you wanna be then
idk, it just sounded really funny bc it was long lol
Lol
But what do you want to be
๐ถ
this is an emoji?
That does what
remember this?
Lol yes
cant believe u thought it was a fish
eat coins
I like it
same
Why the username
Why Folklore
Oh
@green onyx I genuinely thought up until I went to that message that your pfp was a fish


I mean you canโt help but admit it does look like one
โฌ๏ธ๐ฒ
FRGUI's logo
๐ฆ๐ธ๐ท๐
Me
๐ฉโ๏ธ๐บ
JTV
๐ฆ๐๐๐๐ชโ
You
๐
Tanberry
btw, I finished two of my ap exams so I'll actually have some time now to work on blobsaver now
awesome what AP tests were they?
which ones?
AP calc bc?
AP seminar
im so nervous for mine
you probably got a 5
CS A yesterday and APUSH today
you're a genius
ok I know someone who took it and said they only knew like less than half of the questions
which ones r u taking?
wow
WTF
ap calc bc
is that the java class haha
yep
awesome
i didn't pay attention at all the entire school year for cs
free A in an AP class
so its a gpa boost
that's true
plus its online so i was just sleeping most of the class anyway
what ap's do u have? @lilac wren
I had AP European History and AP Seminar this year
last year was AP World history
and next year I'm taking like 4
:/
AP English language, AP Physics, AP American History, AP Research
oh how'd they go?
oof ap physics
yikes
gl
@lilac wren do u know yet if ap physics is c or 1,2?
I think I did pretty well, Seminar was a bit difficult because I was lazy and put more effort into the mock essays than the real
ah I never asked
oof
lemme see
pog
they offer
Physics 1
Physics 2
Physics C: Mechanics
tbh for ap calc bc, idk like 1/3 of the entire thing
idk which one im doing lol
yes but which
ah
im gonna assume the easiest
yikes
i wanted to take ap physics next year but apparently the teacher at my school is so bad almost everyone got d's and c's this year
oof thats rough
my Chemistry teacher is basically a guide :| Khan Academy is the real teacher
LOL
Lmho
khan academy is so good
traitor
android?
LOL
and im still missing 1/3
i just checked and combining the reddit and github notifications I have about blobsaver, I got about 80 over the past couple months
yeah most of them are the same thing tho lol
(but make the generator a priority >.>)
for sure, doing that first
yay
how do u usually do error handling for futurerestore gui? for blobsaver if an unknown error shows up, I show options for either sending me a PM or creating a github issue but it doesn't really feel like the most efficient way
you're not going to like it
let me post it
final Matcher matcher = Pattern.compile("(\\[DOWN\\] downloading file)|(downloading SEP)|(downloading SE firmware)|(downloading Baseband)|(downloading Rose firmware)|(Checking BuildIdentity)|(downloading Savage)|(downloading Veridian DigestMap)|(downloading Veridian FirmwareMap)|(Entering recovery mode)|(code=([0-9]+))|(Extracting BuildManifest from iPSW)|(\\[IMG4TOOL\\] checking hash for)|(Extracting filesystem from iPSW)|(Sending iBEC)|(Sending NORData)|(Unmounting filesystems)|(Sending FDR Trust data now)|(Sending filesystem now)|(Verifying restore)|(Checking filesystems)|(Mounting filesystems)|(Flashing firmware)|(Requesting FUD data)|(Updating baseband)|(Sending SystemImageRootHash now)|(Status: Restore Finished)|(what=(.*))|(Waiting for device to disconnect)|(Connecting to FDR)|(About to send NOR)|(Connecting to ASR)|(waiting for message)").matcher(line);
if (matcher.find()) {
for (int i = 1; i <= matcher.groupCount(); i++) {
if (matcher.group(i) != null) {
switch (i) {
case 1:
currentTaskTextField.setText("Downloading firmwares.json...");
break;
case 2:
currentTaskTextField.setText("Downloading SEP...");
break;
etc
I think I am an idiot
oh and errors are parsed like
case 12: {
//Parse error codes
switch (matcher.group(12)) {
//Unable to enter recovery mode
case "9043985": {
each error code is a case in the case
I hate this
I need to change it
I just did this mega regex because I wanted a .contains switch statement
maybe repeated if's is probably better
yeah I was dumb
I'll probably instead just make an array of things to check .contains for, then foreach do an if
yeah I wish there was switch for .contains()
and if it's an error then the switch works
ty for that but I meant if it's an error you don't know, or an error code u don't know what do you usually do?
Oh
I don't make a popup
there's still a terminal
also the "Current Task" JTextArea or whatever I parse the what= from FutureRestore's logs
and put it there
ohh yeah a terminal box would make it a lot simpler
they're both tihmstar
I don't think it would just fail with no error?
thought libgeneral required errors
you could try tss yourself
it's not too bad
I'll get you some simple Java one once I finish TSS live
if you get that, would be amazing
maybe at some point in the future we(or I) can write a full tsschecker replacement in java
that would be nice
well I'm working on an iPSW.me signed versions replacement in Java
so that would make things even better
"make java great again" (for jailbreaking tools)
Lol
why did i think this was python for a sec
because it looks bad
im an idiot, all parsed errors were printed to log twice
thought this was a futurerestore issue lol
@soft turtle much, much cleaner
Also @soft turtle changed CI to just parse the Main.java file for version. Will automatically use that version everywhereโin the app itself, for jpackage, for creating the GitHub release tag
@green onyx if you go to this link, do you see the artifacts at the bottom
deb is zip too
huh
I just opened an incognito
and they're normal
deb and msi
well try to get the windows one
if you can
could you just test that it looks fine and works good to download FR and exit recovery
wait they're unclickable on incognito
Here I'll just send it
that does look much cleaner
nice
for blobsaver i just have if statements with .contains()
true
ig with tsschecker itself there's less errors
so its not too bad for blobsaver
@zealous bridge I hope you don't mind but when you wake up, would you be able to test this during the dayโan actual restore?
#futurerestore-help message
Could you purposefully get at least AP Nonce mismatch to make sure parsing works?
Can you test if pwndfu arg works (not necessarily the restore lol)
And if the restore goes well, can you try closing FRGUI while it's restoring and see if FutureRestore also stops (free bootloop probably)
nice, changing one one value seems much better
oh god
Lol
I mean it's not as dirty as the 32 param regex
lol true
github has this really annoying thing with github actions artifacts
where it converts everything except tar.gz to zip
yeah
Do you have an updater or something for blobsaver
That's something I wish I had
currently it just checks github api for a newer version
and links you to it if you press download
same exactly, i was looking into using the sparkle updater though
sparkle for mac and winsparkle for windows
ooh
or something that would be easier is just download the new version and open the installer automatically, but make the user do the rest
yes that would be great as well
unfortunately Mac and Windows think it's a virus
so auto opening probably won't happen
are you notarized for Mac or whatever the same is for windows?
i don't have a dev account, so i can't notarize :(
Oh
I probably won't notarized bc I don't wanna get doxxed + it looks really difficult for jpackage apps
Especially because a JRE is included
i do have a developer account for windows though, but it still requires a separate even more expensive certificate
And you kinda have to notarize that too
it's actually not that bad anymore to notarize, but that is a good point u don't want to get doxxed
i just looked at your github actions build logic
and
wow that is a lot
how long did it take u to write all that?
LOL
what????
No joke
lmao
Mad skills
oh my
Haha I'm glad it worked out though
How to spend waiting time efficiently 101
LOL
lmao this is my entire CI workflow
there's a gradle plugin for jpackage, I just use that
Ah
The only reason I used jpackage was because I wanted one tiny little thing from javafx
The file picker
my jpackage stuff is much longer tho, this is that
Because Java 11 is default on Ubuntu or something
oh lol
Oh wow
Lol
I hated it
Literally the worst part was grep
At one point I had the workflow apt install perlgrep or something
Also formatting
Filza doesn't tell you if you indented too much
Future store is to use blobs to change IOS versions right?
I had to upload, get an error from github, scan the entire file 3 times to find the indent issue, upload it again, error etc
Yes
Looking to go to iOS 14?
I remember seeing a guide for it before can anyone do me a favor and lmk where that is
I only have blobs for 14.4.2 and 14.5 so I dont think I can
Yeah this is probably the easiest guide
https://ios.cfw.guide/fr
You could go to either of those versions but there's no jailbreak there for xs max
Sorry fixed the link
Awsome thanks
This is probably a asked and answered question but are either of those IOS versions planned to get a JB or is there any known issues that they wont be supported?
Well maybe in the future when an exploit gets released, but we don't know if ios 15 sep or BB will be compatible. Probably not
Which means that you'll have to FutureRestore to iOS 14.4.2 right before ios 15's release if there's no jailbreak yet
Or stay on 13.5
Ah I mean couldn't I goto 14.4.2 now? and when did 14.3 stop being signed
You can do it now
For more info go to this post and scroll down to sep / baseband
https://www.reddit.com/r/jailbreak/comments/m3744k/tutorial_shsh_generatorbootnonce_apnonce_nonce/
629 votes and 70 comments so far on Reddit
So it's unlikely that it would receive a JB or is it just speculation
lol, that's dedication
wait so most of the github actions logic is just for jpackage/getting javafx?
If someone says "iOS 15 beta has incompatible SEP/BB with all iOS 14 versions" you have a few weeks to decide if you want to move to that version, because after the compatible SEP/BB is unsigned, you will not be able to go to that target version anymore.
Yeah it's parse version, make release, jpackage on all 3 OSes, upload it to the release, and then publish (but I took that out, I would prefer to release manually)
So just to clarify why would I have to update to 14.4.2 asap when 15 comes out? Couldn't I just do it whenever or?
ah ok
So to put it simply, SEP and Baseband has to be compatible with 14.4.2 and any signed version. So iOS 14.5.1 SEP is compatible with iOS 14.4.2; meaning you can go to iOS 14.4.2.
But when iOS 15 is released, the SEP is most likely incompatible with iOS 14.4.2-- meaning you'll need to use iOS 14.7 SEP to go to 14.4.2 before iOS 14.7 becomes unsigned.
Once iOS 14.7 is unsigned, you'll only be left with iOS 15 signed SEP, which is incompatible. You won't be able to go to iOS 14.4.2 anymore
So if 15 comes out and a jailbreak is released for goto 14.4.2 but if theres not jb do I just wait upgrade to 15 and hope a JB comes out?
Also I've been meaning to ask
IntelliJ or Eclipse (or NetBeans or something lol)
if {
} else {
}
or
if
{
}
else
{
}
And
String text = """
Multi
line
""";
or
String text = "Multi\n" +
"line\n";
do you mean which one do I like better?
If iOS 15 comes out, whether there's a jailbreak or not, I would go to iOS 14.4.2 because a jailbreak would most likely get released soon (just thinking idk). Unless you prefer to wait for an iOS 15 early jailbreak which would be even longer
Yes!
Or maybe you do some things differently
ok so
first if statement for sure, anyone who uses the second way is a monster
for multilne strings, it depends: second one if it is super short (only 2-3 lines), first one for longer ones
and i use intellij
Ooh ok
I like the second if statement for lots of comments
Like explaining why there's an else, what the condition is
But quickly I like the first
Also Multi-line I exclusively use the second one bc Java 8
oh, for comments that makes sense, you're not a monster
Haha phew
wait but don't you use jpackage?
which requires java 16?
I wrote this in Java 8, only use Java 11 as the working version because of some library. Compile it with Java 11 and use Java 15/16 jpackage
I try to use lowest possible, minimum Java 8
For best backwards compatibility
I think Mac default java is 8
I mean JRE is bundled but some linux guys need the jar
Well now I have the Linux app image so maybe not
why not use jpackage for linux too?
I do, for deb and app image
oh so u also provide a standalone jar?
But some person on Linux mango (forgot the name it was something like mango) wanted the jar a bit ago
Yeah not in releases
But theres a github action for it
ah ok that makes more sense
yeah I used to do something similar, but it became too much of a headache and I decided to just do only jpackage for all 3 platforms starting in v3.0
Oh
I remember looking through the library to see why it was Java 11+
It was the dark mode detector
And it was because of the part that communicated with Mac defaults to check for dark mode
I don't even know what a Java "module" is so I couldn't do anything >:(
I think that was Java 9+
Oh hm
Before I used the library I needed to use command line instead to check for dark mode
But one I used javafx for that one file picker, I just decided to go up to Java 11
makes sense
initially modules were a pain but once you go fully into java 16 and don't look at older versions, i find modules make a lot of things much easier
sure, iโll test when i get back from school
Yay ily
If you guys arenโt aware we have 14.6 sep keys for a12
What works on more shell's, single or double quotes for paths? Like "/Users/Hello there/file.txt" or '/Users/Hello there/file.txt'
just use the escape
I thought double didn't work on bash but did on zsh or something
does single work
hm
im using powershell (technically windows terminal)
TFW you talk over important info
eh we're already done with our conversation
and single vs double quotes are not that important
Yโall still missing grail
its spark's birthday
is it paypalable now
so his bot is giving promo codes for random tweaks
i just got juice
im so happy
im tearing up
fr
ill test rn
Still missing grail
eat your wheaties
yay
it's just that I changed so much I would need tb to test a restore before release
pog alr
Still missing grail
๐
Do I need to repeat myself
lol
aww
gm
gm
so dead here
hello
heya
my back hurts i played football for three hours straight
yeah
kinda i just play football and cricket lol
im pretty much sitting in my chair like 24/7
is there anything new with parsing or do you want me to just make sure it works
no new errors being parsed, it's just that I changed the entire system
so just make sure Current Task: works and parsing errors
like ibec or ap nonce mismatch
Cool iโll do that last
yay
My iPhone 6sโ flash memory: audibly groans
@zealous bridge I hope you don't mind but when you wake up, would you be able to test this during the dayโan actual restore?
#futurerestore-help message
Could you purposefully get at least AP Nonce mismatch to make sure parsing works?
Can you test if pwndfu arg works (not necessarily the restore lol)
And if the restore goes well, can you try closing FRGUI while it's restoring and see if FutureRestore also stops (free bootloop probably)
reference
Which one?
lol
Lol
I asked airsquared, it looks like $70 a year for this
And I don't develop for windows so it's not worth it
shitty microsoft moment
yeah the windows signing system really bad
i have a paid microsoft developer account, but you still need to pay for additional signing certificates from third parties
Ugh wow
Was there a popup though
yes
Ok phew
Ooh can you try closing the app when fr is running
If you're ok with bootlooping lol
Yeah on Mac I think you just get the $100 per year dev account, and then can sign it and notarize it just like that
just need to check if the exe is still working
Yeah you can start FR when already in recovery
yeah the process is much simpler
Nice
bar was filling up too
That's good then
no i disconnected
Oh ok
it's --use-pwndfu not -- use-pwndfu
ibec is so easy to fix for me
literally remove driver and working straight away
futurerestore will disagree
LOL
it's adding that if update is checked i think
oof
whoops
optionpwndfustatem8
i'll test a full restore for now
lol turning off pwndfu doesnt work
rip
are you rockb
yeah
lol why
it's my microsoft account name
had it set to some cringy nickname
couldnt be bothered to change it back
oh
windows auto sets your username on device to your microsoft username :/
i could change it but a lot of things would stop working
ping me when you fix kinda want to keep my data ngl
F
normally it takes 40s to complete all of it
github is trying to scam me
2 minutes just to set up java

you may need to go to settings > remove or uninstall a program in order to install one of the same version
speed up this process for just 99.99$ a month!
@zealous bridge
why no start menu shortcut now
it doesnt lol
ill try vm
oh wow
@lilac wren oh there is when i uninstall and install manually
but when updating it just disappears
yeah it's there for me
try updating
ok
@lilac wren if i press X on the preview command window futurerestore still runs
@lilac wren still doesnt work
what is the issue now
i can remove it now
and does the pwndfu toggle actually work now
but it still says Unknown Option -- use-pwndfu
it does
preview command does it look right?
yes
if you copy it from preview command and paste it into cmd
does it work
oh
are you using cryptic's fr
should that even make a difference
vs 194
newly downloaded one
why are you using single quotes btw
those dont work on windows
ur joking
didnt folky just test it
also 1.80 appears in start menu even after update
so pasting the command didn't work?
bad info folky
@lilac wren pasting says same shit
who uses powershell
@zealous bridge if you futurerestore.exe what's the help menu say
powershell is weird
is --use-pwndfu in there?
oh
wait
and you're using v205 or whatever?
try it with cryptic's fixes
194
ye get v205
or statically build it
with opa's script
but change git clone command
@lilac wren sorry for the single quotes thing btw
i didnt know u were using cmd
Lol nw
for frgui
link opas script?
ok hol up
u might need to change some stuff
cause i cant get this shit to work lol
no as in
the -- use-pwndfu bullshit
@lilac wren happens in v245 too
245 lol
ok nice clicking X on preview command doesn't do anything
ok it's using double quotes now and works for me
pretty sure it's ready for release
unless I'm dumb and forgot something already
maybe disable the pwndfu option for windows for now?
cause it doesnt work
it does
just make a popup?
just not on any precompiled builds
that says "doesnt work on windows"
That seems silly though, having to update FRGUI just to get rid of that popup once pwndfu is out
well im testing cryptics branch now
A better idea would be to parse "unknown option: -- use-pwndfu" and then popup there
yeah probably
ERROR: Unable to restore device
lol tf
why is there no meaningful output
wtf is going on
lol
i can't restore
@lilac wren does the GUI just not show Sending filesystem at all?
Mine just freezes for the whole thing, and itโs like the longest part
its not
it may just be a computer performance issue ig
@lilac wren maybe this
also tanbeer's like 30 seconds to install lol
yeah i think it's been done
but ipad to iphone or something
wait, pwndfu is an option on mac 194 but not windows?
on linux too
oh yeah
period inside the quotes actually
change option -> argument
and I think that should be it
nice
that looks pretty good
nice
Nah I had that on like every popup
however
if you write a guide for pwndfu on ios.cfw.guide i'll gladly link there
dang
doxxed again
one sec
Lmfao
Itโs still useful on like A7- ig
let me put some spacing between the args
never know
No lol
Unless it breaks for that version
What about them
lol wtf
what do you think iTunes does then when you restore a device that isnโt compat with 14

How did that guy testing seputil restore then
Wasnโt he A7 or something
Yes
It uses the latest one available for that device
They have to enter recovery maually
if iTunes gets updated for new devices irecovery probably has to as well
M1 is going to have nonce triple entanglement or something
PAC2 created, nootm8 patched, and nonce obfuscation
nooo anything but nootm8
ok now time to browse #842197751316086804 until I see a 1.80
The embed?
I can't actually give any more information the log itself than what FutureRestore provides
What do you want me to add
If it says unable to send ibec what else is there to say
It's so satisfying closing 3 github issues at once lol
Lol a fight happened here
Lol
Like automated stuff
not sure if this is the right channel for this but trying to restore with idevicerestore and it works and i download the newest ios but once it gets to 52% it tries to verify and says "file download failed (checksum mismatch)" any guidance would be appreciated
did you guys see what I said this morning
I'm using Linux btw if that helps
Dumped by Siguza
18F71:
3c4e88994d6552b0327c1d63bf75998d3b996a53301dd4a6e0fac2d1b19c954c8a809a6c4e7237a6d7c0de97b4b7e817 LLB.d321.RELEASE.im4p
f258f1aca07e0c4f04c39249e34ee49e91ff90b2ea4a9b5cf76b00ceb820eeb075379746f321093470cd8dd8c39f273b LLB.d331.RELEASE.im4p
8729b3b3cfb7a646e2a576221081df85c5eef70d5c27b2c40473b8477834b54a6eb8e58705f4f8fca54d2d66da474e38 LLB.d331p.RELEASE.im4p
441d00909d667988eb291a346341538bb5a99e1075bf2e3d840aa24e197b27cc196836fad91c34c05b0932b29cd5edaa LLB.n841.RELEASE.im4p
adfd7ebf2a0ad2d495491b65afd2f787c828acce3085815b70c25ae95f743d7e9a35deb35d02011bbde892658770da78 sep-firmware.d321.RELEASE.im4p
abe2115fe8f827bde02ec035ea778b9ed915a023d51ef8b20c68397b97fb238226a72c3828c8fe60476ba5946b8318df sep-firmware.d331.RELEASE.im4p
32df58a4f5bc51219a5df5f4adc578e96618872ca0937465973f9c437eaaca8ffe011f175ba76a03bb539fb638ec3cc2 sep-firmware.d331p.RELEASE.im4p
32130bd74ecef2f93f33d204e7c8a3897428fecdce0dff36d2f9c28087519af2aeb6a8d28ad56e9a87591ba0d9aae3e5 sep-firmware.n841.RELEASE.im4p
Download the ipsw manually from https://ipsw.me and use that
Download current and previous versions of Apple's iOS, iPadOS, watchOS, tvOS and audioOS firmware and receive notifications when new firmwares are released.
Might be an internet problem
Okay- then do you know how I can tell idevicerestore to use that instead of downloading from the internet? I was using nyuszika's compiled idevicerestore if that matters using wget
@zinc moon 00 obviously
theres an option
forgot what it is exactly
Run ./idevicerestore โโhelp and screenshot for me
gotcha give me one sec
@zinc moon I can do it too but its not working rn
https://ibb.co/GV2zBkc here ya go
I just don't know how to specify the path to the file on linux as in how its formatted
Drag it in
lol yeah that was when I was using the stale workflow from github actions instead of the actual github stale bot
the stale workflow is extremely bugged and didn't respect the settings that i set
-C and then the folder that the ipsw is in
the download is failing directly from there too, maybe it's an apple problem?
Even from a browser?
What error are you getting
using firefox on linux it's failing halfway just like when downloading from terminal
trying on my pc now just to test
yeah mainly since it's cross platform and I like the language/tooling
really? I found it to be to be one of the easier IDE's to learn
although xcode is probably the easiest
intellij has so many buttons lol
lol that is true it does have a lot of buttons
i think yeah it does require a little bit of reading docs just to get familiar with the ide like finding the run buttons and things
but after the first ~15 minutes of looking at docs/trying it out you should be able to get the basics
i can see that with swing, but even javafx?
true native UI's are always better
i did want to do native UI initially but I realized it would be too much work for cross platform
yeah that would be cool
but one thing I like about both JavaFX and Swing is that they are very themable
actually no, it's just that javafx is relatively newer so there's more apps in swing because it's been around longer
but generally for new apps javafx is preferred over swing
yeah 30gb
for javafx there's some other themes that I want to try at some point that I think look nice
like there's a material design one: http://www.jfoenix.com
yeah maven
they're both just different build tools that have different designs
@lilac wren #818879231772983357 message
like maven uses primarily xml based configuration while gradle uses a groovy or kotlin configuration
This guy had every single arg enabled lmfao
yeah it can be, depending on what you need
Froggy can tell you
now im curious what it is too
The one that receives logs from frgui
wait so u have the gui send logs to the server?
Should this be happening
I donโt think it should especially because they pick from a file picker lol
He gonna be there for 5 hours minimum
they're picking from icloud
probably not downloaded or something
yes it send logs to
http://futurerestorelogserver.eastus.cloudapp.azure.com/upload:6969
and then parses them, uses a Discord bot made in JDA to send output like this
I don't think so
i thought it mightve been the space in the file name
wow that's really cool
yeah it is, it's nice because using Discord search you can easily get stats
like how many successes
smart
unless img4tool can't deal with spaces
the way processbuilder works I don't think you need quotes
well Windows moment then
Oh I tested from command prompt lol
yeah that's why I add quotes on preview command
https://github.com/apple/darwin-xnu
why did i think apple open sourced the ios kernel lol
huh
since when did apple open source the kernel
since when did apple get a github acc
huh
wtf is this
wtf
opensource apple
ios 13.5.1 source code?
can u build an ipsw with the source code?
I just fixed setting generators in blobsaver beta
So setting and saving generators should work now
at long last
if this works reliably then p much
No no I didnโt mean that
I meant you can set a generator in blobsaver so itโll show up in the blob file
You still need the TSS request from tsschecker with the -g param
Unless youโre doing that already
Yeah exactly thatโs what I added
How are you setting generator on device then?
did you add support for getting generator unjailbroken yet?
If it doesnโt actually set it on device and then read apnonce then itโs useless for A12+
just adding the -g without โโapnonce is practically useless
technically it doesn't even need mobilegestalt diagnostics relay, just lockdownd_get_value(), however rebooting the device (and also entering recovery on 14.5+) requires pairing anyway so you're not really saving anything by switching
Currently only jailbroken device will add support for unjailbroken later today
nice
^
my guess is: he's not
so rip A12+
not really, it just reads the existing generator, but only for jailbroken devices atm
if jailbroken you have to skip requesting apnonce in normal mode because that would change the generator
i mean we can request generator then reboot to recovery to grep nonce right
yes
Oh so thatโs how it does it
Shouldnโt be too hard to implement the non-jb method then
Yeah not too hard
Just annoying to interface with native code
Since libimobiledevice is written in C
that has to be bs lol
so itโs only on procursus uikit tools
i donโt think sam has ever made something similar
at least not by that name
iโm calling ๐งข
then again maybe he has, i donโt keep track of what he does
of course it's there
literally added it in november
always has been
just because the hacky "ng" version didn't support everythign doesn't mean it's not an old tool lol

lol
@tall siren https://git.bingner.com/uikittools.git/ might wanna take a look at this
i didnโt know he didnโt use ng 
Oh thatโs pretty old
@tall siren afaik that NG package was made just because certain people didn't want to use software made by saurik
Nice
Reading these rules make me forget that that server is literally only to talk about a website and has 150 members
Lol ikr, like I was looking through that and was surprised
Way too many rules and a lot of them are questionable lol
Why are there rules on pinging Lmho
A lot of rules on DMs too
literally they find it so hard to just long press on a profile and copy the id
DMs should be completely separated from server
Lol
Do NOT recommend video guides.
...
- They are also often negligent for the sake of "user accessibility".
โ
Their explanation for why unc0ver wasn't presented as an option was because they wanted the guide to be as easy as possible for new jailbreakers lol
I didnโt really get that fully tbh
Basically they say video guides skip on stuff to make it easier for the user; while they later said the same reason for not including unc0ver in the written guide
no not your message lol, i didnโt get emmaโs reasoning for not showing unc0ver
Ah ok
does showing two options instead of one make the guide harder to follow?
i mean i suggested a pros and cons page but even then they wanted to keep it to their own recommendations
which is okay ig but then what are you changing
Lol ikr, it's a chart for a reason
I love how this spreadsheet does it
literally inspiration is right there
and itโs simple asf
taurine is better
but there should be an option

just make pages for unc0ver but put at the top โunc0ver is not recommended if you are on ios 12 or aboveโ or something

i mean
if youโre gonna say whatโs wrong with unc0ver
shouldnโt you say whatโs wrong with Taurine too
i bootlooped my phone on 14.3 Taurine and youโre saying whatโs wrong with it okay sure
oh
fair but theres more chances to bootloop on unc0ver

cant wait for manticore tho
full on bootloop no
some new stuff
oh yeah
im not religious but i am praying that manticore is good
someone explain manticore hype pls

i dont understand
oh?
developed by an actual security researcher iirc, you can choose bootstraps
pick bootstrap/tweak injection etc
and other stuff
literally do whatever u want
custom bootstrap custom exploit custom package manager
taurine will be open source soon
Should be some kind of check
its better than u0 not being open source at all
Probably a lot of things will break if you mix and match

well, at launch, u can pick from pro or elu
it will be Soon TM
lol

