#futurerestore-help
1 messages · Page 136 of 1
Thanksss
keys
can u?
like
Even shortcuts gives you one
for SSH you need the passcode at least once though
How do you not know
its my sisters phone lol
can you try ssh as mobile then?
lol
Dfu restore then
isnt it alpine
i might need openssh
You do need it
tanbeer u changed ur sis root?
try ssh mobile@ip
wait why do you need to ssh
why not just use on device terminal
remotely?
lol
maybe ssh over usb
Or just restore it
need dimentio
iexplorer
does usb give u cli
ssh?
u need apple conduit to usb ssh lol
tf is her password omg
oh yeah try usbmuxd ssh
i need the device to pair somehow for that i think
are you sure?
lol i disabled it
yeah
bruh she knows to change root pass
bro I always forget my sister's password then forget my sister as well

passcode
lol
no but i need the device to pair
why not ask ur sis lol
asleep
need sep exploit tbh
or ur testing 14.6
14.6 beta 1 bb and sep is compat
we good
aight imma reboot to windows for itunes backup lol
congrats
is it exactly the same
no
or just compatible
someone pin
but it’s conpat
full restore?
2 restore in 2 days nice lol
true i only got onboard 14.3
shsh host still doesnt have 14.5 rc
@celest basalt sep and bb are compat btw
Neither does TSSSaver
Or systeminfo
System Info uses shsh.host
same
14.6 not up either
Oh lol
oh I remember froggy posting 14.5rc BuildManifest
systeminfo slacking
one sec
perfect
hm why
who runs shsh.host
arx8x
arx8x
^
ah
@celest basalt does anything look wrong with this (idk if you've even used libfragmentzip before just asking about the code)
#include <iostream>
#include <libfragmentzip/libfragmentzip.h>
#include <libgeneral/macros.h>
static void printline(int percent) {
info("%03d [", percent);
for (int i = 0; i < 100; i++) putchar((percent > 0) ? ((--percent > 0) ? '=' : '>') : ' ');
info("]");
}
static void fragmentzip_callback(unsigned int progress) {
info("\x1b[A\033[J"); //clear 2 lines
printline((int) progress);
info("\n");
}
int downloadPartialzip(const char *url, const char *file, const char *dst) {
info("[LFZP] downloading %s from %s\n\n", file, url);
fragmentzip_t *info = fragmentzip_open(url);
if (!info) {
error("[LFZP] failed to open url\n");
return -1;
}
int ret = fragmentzip_download_file(info, file, dst, fragmentzip_callback);
if (ret) {
error("[LFZP] failed to download file (%d)\n", ret);
}
fragmentzip_close(info);
return ret;
}
int main() {
std::cout << "Hello, World!" << std::endl;
int ret = downloadPartialzip(
"http://updates-http.cdn-apple.com/2021SpringFCS/fullrestores/071-17690/C7BF8C27-C697-4A50-8DE3-3884C5F75A9D/iPhone11,8,iPhone12,1_14.5_18E199_Restore.ipsw",
"BuildManifest.plist", "~/Downloads");
std::string text = "Ret is ";
text += std::to_string(ret);
std::cout << text << std::endl;
return 0;
}
It will show the progress bar going to 100 really fast, and then return what the image shows
hello world lol
copied literally it straight from tsschecker
ok that was default
is that what shows every code script
isnt that perms error
same as my java class
I thought it was the line of code
I've used partialzip directly via CLI before but I've been too lazy to do it lately bc my internet is fast enough so I just download full IPSW
its a nice universal code tbh
@lilac wren do u think ur good enough to make a tweak thats kinda advanced?
maybe u could do batchomatic but good
like exporting tweak list
and tweak can read the tweak list and grab the tweaks from the repos
and queue them
that's batchomatic
and it installs u0 sources on cs jb
well its only bingner lol
@lilac wren how tf do you make a pop up
Come up
With an if statement
In swift
Like I want to make an if statement that detects if you have internet connected
And if you don’t it brings up a pop up
ngl, this is the first time where i wake up and #futurerestore-help doesnt have 300+ new msgs
lol
Swiftui or just basic boring swift?
Ok here
https://www.hackingwithswift.com/quick-start/swiftui/how-to-show-an-alert
It's just .alert basically with a state bool
Learn Swift coding for iOS with these free tutorials
Thanks!!
And if that happens it’ll allow them inside the app except that they won’t be able to see anything
Since they’re offline
Oh ok that will be cool
Lol
Lolololo
oh my god bro stfu
Yea I’m not the one who even got it

how many times has sanj broke rule 1
Lol you're not supposed to just upload random screenshots there
I think you have to embed them into an article or something
No you don’t what the fuck
yes I do
im on dabezt's side
Every time i come into the chat you tell me to stfu
I told you that one time
Not really
Just using emotes
drama 
And in fr help 
^

How about we keep this channel the heaven it is
lool ok
#futurerestore-help is best channel in r/jb

This channel is dead af
Also boring
yes
thats what happened with 14.6 beta 1
its different
but compat
because 90% of the people here don’t know how to use futurerestore
To 14.3
yes
including me
with 14.6 bb and sep
But you used 14.6 bb and sep
yep
Where did you find the files
uh
For the bb and sep
nyu gave me the ipsw
ipsw?
yes
Ohh
u extract ipsw
Did you extract the IPSW itself or the dmg
the ipsw itself
.
nope
@green onyx what if you changed the BB and SEP files
Even just one line of code
Would they panic?
What device did you use the SEP and BB for?
10,6
iPhone 8?
iphone x gsm
ye but idle
@celest basalt can you give me the iPSW for iOS 14.6 iPhone 7 GSM?
I wanna try the same thing
Just go download it yourself .-.
find it for me
It’s not on iPSW.me
It’s only on the Apple dev portal rn
And I don’t have a dev account
Thanks
@green onyx finished downloading and extracting
now
where are the sep
and bb files
Morning
gm
Some guy fixed recovery loop yesterday
I know
ill try for my ip7
im bored anywa
@green onyx is the sep/bb file the buildmanifest one
i found these bbfw files
which are for baseband i assume
idk which to use
@celest basalt sorry for the ping, but how do i know which to choose?
Dont be sorry it’s their job
like this
yeah, and if there's multiple ICE/Mav you can find the boardconfig in the BuildManifest.plist to see which one to use I think
that depends on your boardconfig too
Firmware/all_flash/sep-firmware.[boardconfig without ap].RELEASE.im4p
alright
@celest basalt my modem firmware is 5.01.01 ice16, yet i can only find 5.03.00 for ice16
uhh yeah slightly newer version probably makes sense bc it's a newer iOS
oh
buildmanifest can confirm
Smart
How's the restore
late but
@low summit it worked
kept my shit too
@lilac wren wouldnt it be better if you renamed update to keep data, and instead of making it that small option make it a popup when the person clicks "Start Fr"
like it asks
Nah it's definitely better as an option here
and issue with making it just called "keep data" is what if they don't have updateinstall in their blob
o
then my suggestion would be keep it as update but if you dont check it make it ask you hey you sure you dont wanna keep your stuff?
like froggy said theres already too many popups lol, anyways there shouldnt be any reason for ppl to miss the update checkbox anyway
any guide will tell them what it does
true
thanks, xcode
!t fr
FutureRestore you to upgrade/downgrade/restore to unsigned iOS versions if you meet certain requirements.
[Tutorial](#futurerestore-help message)
GUI
lol
dependency error but the dependency 404s
gonna make a copy of it but using GUI
FutureRestore you to upgrade/downgrade/restore to unsigned iOS versions if you meet certain requirements.
[Tutorial](#futurerestore-help message)
GUI
@zealous bridge someone got data back from recovery loop
tell toilet cat to replace it then
U done with wiki?
@zealous bridge that one can be used for any version but it says 14.3 so it could confuse new people
@low summit i think some wiki mod
deleted my sandbox
Y
Lol bruh
bc i didnt create fr gui
Froggy edit it


Lol sanji
What
ok so apparently the version of linux i have installed doesnt exist
Froggy u know how to write a good dialogue

That was random af
It was targeted towards the person above me
@zinc moon?
wdym good dialogue
I do write a bit
Like ppl and ppl talking commentary
but it's less about speaking and more about thinking lol
Yeah I'm not really good at that specifically

oh wtf
Can't find
!t
what are you doing
oh my god
!t
Your mum 
I tried to DM you but couldn't. Make sure your DMs are enabled.
no
What is this dm thing
Nothing much
pog
Im doing your mum

Wdym fr
...
This doesn’t break anything
@green onyx I tried the same thing w you but I have a problem now lol
I have Sileo but
Even w Betelgeuse
It crashes
wait
And taurine doesn’t work
what are u doing
I did -I
restore root fs
I did
wait
Wait
I did -u*
If you u you fked up lol
I’m gonna come back in a second
lol

thankssssss
Why u removing sileo lol
Also man doesnt know how to remove a package 
what are you doing
Moving to #jailbreak
The first smart thing you've done
poggers
18E199
nope system info still dont got
wtf did i just do
@lilac wren is using -u bad on self restores and downgraded
you attempted to move every single file (and folder?) at root to ../tanbeer
did u rfs
that's basically rm -r /* but with mv lol
Lol what were you trying to do
i was tryna recreate the default bash files because i deleted /home/tanbeer
i meant to do mv * ../tanbeer
rip
lol rip
why did i do this as root...
What phone did you do this on
LOL mv includes directories.. so you basically did sudo rm -r /* but to ../tanberry haha
Not with *
no
just ota
yes
and reboot half way
can u even ota to 14.4.2 with 14.5 sep
the instructions
yea he got 14.5 sep lmao
actually 14.6 sep
no ota
no lol
only fr
beta profile i think
writing a paper rn lmao
i might be able to downgrade sep
just use latest sep and bb
and go to 14.4.1
and then ota
to 14.4.2
i'll dl for you
if u want
and send the files
thank you
what device and ios
im on ice16 btw
isnt sep and bb still signed
to 14.4.
so just use latest in gui
yea use it to fr to 14.4.1
wait why dont you just use latest
yea i was thinking of doing that
lol
yea go to 14.4.1
with latest sep from gui
no
and try to ota
im gonna do it rn
u cant ota on 14.0.1 most likely lol
wont even get pass verify lol
no idea
his phone is weird
you're using V1 (says vRC)
update to version 1.73
FutureRestore you to upgrade/downgrade/restore to unsigned iOS versions if you meet certain requirements.
[Tutorial](#futurerestore-help message)
GUI
did you press start
Racist 🏎️
turn on dark mode lol
yes
My Mac has a fake dark mode a lot idk why, toggle it off and on again then close and reopen the app
if that doesn't work then I guess it's just broken for you
alright
@lilac wren THANK YOU SO MUCH FOR CHANGING THE FILE SELECTION THING TO THE NATIVE MACOS ONE
@coral falcon wait bro
lol
thank jtv for asking for it
ikr
lol
froggy ima fr lol to 14.4.1
just to try gui
do i need to run checkra1n to run the shortcut?
you need to be jb
lght be back in a sec
@lilac wren gonna do it anyways
Fk I need 14.4.1 lol
Lol fine but when I have time
i cant believe i forgot to LOL
Lol
Froggy do you even use dark mode?
how 2 fix
im just using that as an excuse
yes I like dynamic, light for day and dark for night
what
ok...
ok a1660 is gsm or global?
Gsm
@coral falcon gonna start fr right now
pog
so what do you want me to do
@coral falcon
no way he disappeared
gonna downgrade it anyways
ok i set nonce
he disppaered
@lilac wren the time it takes for the macos selection menu thing to come up
is a bit slow
shortcut is super useful
the choose file menu? how long does it take for you
accidentally set the wrong one lmao
5??
but chrome is usually instantly
takes me 1 second lol
tf
where is sike lmao
moment of truth
Message from FDR: Go fuck yourself
lmfaooo
i dont want u
other than if you are kinda paranoid
i want restore
alright
Apple Software Restore I think
whats restore
and if something is wrong
-w?
so just restore?
ok its working
-w means keep rebooting until you get the right nonce, which is gonna be forever on any modern device
theres no reason to do -w
do i close itunes
even on old devices like A7 nonce collision only works in DFU after Apple patched it in newer versions for recovery
that's probably because you already had the right nonce
@low summit copy the log
i already set wtf
BUG: tss_response_get_path_by_entry: No entry 'LLB' in TSS response
NOTE: Could not get LLB path from TSS data, will fetch from build identity
@zinc moon
that's like 0.7 seconds
restoring succeeded
nice
@lilac wren lemme take a quicktime
I used cmd shift 5 to take this video already cropped lol
yeah
do i close itunes?
hopefully it doesnt reset the nonce
openssl has been compiling for like an hour omg
@zealous bridge openssl?
yes

thats normal
@lilac wren
good
exit recovery?
u sure?
been 2 min
that takes like a min
nothings happening
yes
just stop futurerestore and start again
yes I said this
i just did it lmao
@low summit #futurerestore-help message
but froggy they adding a command on windows command
so u dont have to open the tool anymore
I just use Windows Snip and Sketch and thats f11 for me @lilac wren
wait send link
@low summit no way lol
why is fr on windows such a hassle
i fucking hate openssl omg
do u need to update itunes?
self restore
the same i am at
@low summit my god bro dont tell me
youre on an old version
of itunes
like 1 version older
@green onyx use f11 or winkey + shift + s to open
just poped up update today
!t ibec
Fix for error code 3, 8, and 10 aka the iBEC error in futurerestore
- Uninstall all apple drivers via device manager.
- Uninstall all apple products including itunes and apple device support stuff via control panel uninstall a program. MAKE SURE TO CHECK UNINSTALL DRIVER WHEN UNINSTALLING
- Unplug and replug device.
- Check device manager for more apple stuff and uninstall if so with same driver checkbox.
- Disconnect device.
- Install itunes64 exe from apple.com itself, no windows store bullshit. This is the best version: https://support.apple.com/kb/DL1816?locale=en_US (It will be labeled windows 7, 8 but install it on windows 10, it works fine)
- Plug in device in recovery.
- iboot (recovery) driver should show up under usb in device manager. Uninstall it and check the with software box.
- Run futurerestore.
- Unplug and replug your device.
- Run futurerestore again
oh thats windows key + shift + s
sike i gotta go in a moment
@zealous bridge ok you might have whatever that is BUT
f11 is easier
do u need latest itunes to fix ibec?
what fancy shadows
ye
legit?
wym shadow tho lol
does new itunes fix ibec or still need to use the fix?
on god bro you did NOT just insult system prefrences
use the fix
too lazy lol
prefer windows settings ngl
Windows settings is mad nice
I don't know what ur talking about
windows settings in dark mode is the sexiest shit ive ever seen
windows settings looks like it could be made in some compiler inside of chrome
why does sudo make install take longer than make wtf
@zealous bridge what phone did you mess up everything on
honestly i see no difference
i see no difference
Ok I'll make it a bit easier
hey but if u like it koodos
the difference is obvious
it really isnt
its not that big of a diff but its noticable
cant see jack
oh i see it now
!t ibec
Fix for error code 3, 8, and 10 aka the iBEC error in futurerestore
- Uninstall all apple drivers via device manager.
- Uninstall all apple products including itunes and apple device support stuff via control panel uninstall a program. MAKE SURE TO CHECK UNINSTALL DRIVER WHEN UNINSTALLING
- Unplug and replug device.
- Check device manager for more apple stuff and uninstall if so with same driver checkbox.
- Disconnect device.
- Install itunes64 exe from apple.com itself, no windows store bullshit. This is the best version: https://support.apple.com/kb/DL1816?locale=en_US (It will be labeled windows 7, 8 but install it on windows 10, it works fine)
- Plug in device in recovery.
- iboot (recovery) driver should show up under usb in device manager. Uninstall it and check the with software box.
- Run futurerestore.
- Unplug and replug your device.
- Run futurerestore again
@low summit update
nah when you actually have to use screenshots you'll want shadows
update what lol
i use screenshots
ok that looks better
but still i wouldnt notice if it wasnt pointed out (obv without comparing)
that's the point, if you notice it consciously the shadows must be done poorly
it just adds to the screenshot
you notice it alot
and makes it "smoooooth"
which dots lol




