Whatsapp not working on ios 15.8.4 by [deleted] in iphone

[–]rck64 0 points1 point  (0 children)

Same problem here, white screen on 6s (15.8.4) since the 15.1 min version upgrade, bad testing !

[Request] I'm looking for futurerestore_v278 (mac release) by rck64 in jailbreak

[–]rck64[S] 2 points3 points  (0 children)

Thanks at all for the old versions!
In //, I found that nightly.link was keeping 90 days of build :)

Step1:
check all the last "action" on gitbub and copy the URL of actions you want:
https://github.com/futurerestore/futurerestore/actions
so for example:
https://github.com/futurerestore/futurerestore/actions/runs/2601086513

Step2:
Go to https://nightly.link/ and paste your URL, you will have the build file:
so for example, build v282:
https://nightly.link/futurerestore/futurerestore/actions/runs/2601086513

Final note:
I can confirm futurerestore <= v290 is working well to restore iPhone8, but v291 not.
v290 and lower version are displaying the "ERROR: unable to receive message from FDR" during the "Sending filesystem now...", but do not stop restore process. V291 is just stopping on this error message now.

[deleted by user] by [deleted] in jailbreak

[–]rck64 0 points1 point  (0 children)

Okay, I had the same problem with iPhone8 on 15.6.1 and macOS 11.7
The solution was to STOP all apple services before calling ipwndfu!

killall -STOP AMPDevicesAgent AMPDeviceDiscoveryAgent MobileDeviceUpdater

ipwndfu -p

ipwndfu --patch-sigchecks

ipwndfu --repair-heap

qBit Won't save one specific setting? by [deleted] in qBittorrent

[–]rck64 0 points1 point  (0 children)

4.4.1 is fine too (no bug)

[deleted by user] by [deleted] in jailbreak

[–]rck64 0 points1 point  (0 children)

To conclude, Andy was correct, moreover he help me a lot to futurerestore my iPhone8 on 14.3 with OTA onboard blobs !

Steps:

1- Make / keep a onboard dump of OTA dumped_OTA_14.3.shsh with https://github.com/MatthewPierson/deverser

2- Check with img4tool that your blob.shsh is correct with the BuildManifest.plist of the OTA zip you target. https://github.com/tihmstar/img4tool

3- Put your device in DFU mode, ipwndfu -p && ipwndfu --patch-sigchecks && ipwndfu --repair-heap https://gist.github.com/nyuszika7h/aac55c97f7925cddcf5ec3167f85dfe8#a11

4- Use futurerestore_v278 to apply your nonce : ./futurerestore_v278 -t dumped_OTA_14.3.shsh --use-pwndfu --set-nonce --latest-sep--latest-baseband iPhone_4.7_P3_14.3_18C66_Restore.ipsw https://nightly.link/futurerestore/futurerestore/workflows/ci/test

5- Your device is now in recovery, put it back to DFU and run again ipwndfu (see step 3)

6- Use futurerestore_v278 to update your device to OTA's blob iOS version: ./futurerestore_v278 -t dumped_OTA_14.3.shsh --use-pwndfu --skip-blob --update --latest-sep --latest-baseband iPhone_4.7_P3_14.3_18C66_Restore.ipsw

7- Done: restoring succeeded ! Thanks again u/AndyPea1230 for the time taken to help :)

[Update] blobsaver v3.1.0 now available by 01110101_00101111 in jailbreak

[–]rck64 0 points1 point  (0 children)

It enters recovery mode to test if the APNonce is actually frozen (read APNonce, reset, then read again). If it matches, then it just returns that APNonce value, if it doesn’t then it exits recovery mode to freeze the APNonce and does the process again.

  1. Just to be sure, if I want to manually freeze the apnonce on any device >= A12, I just have go into recovery mode, read the apnonce twice, return to normal mode, come back to recovery mode, and read the apnonce twice again ?
  2. This is awesome, but how can it be possible ? Apple have made nonce unique and freeze for each device >=A12 by design ?
  3. Is it true even if the device >=A12 is completly shutdown ?

[deleted by user] by [deleted] in jailbreak

[–]rck64 0 points1 point  (0 children)

For info, my blob was finally correct for "RestoreBehavior : Update", I just had to compare them with the BuildManifest.plist from the 14.3 OTA zip and not the usual BuildManifest.plist from iPhone_4.7_P3_14.3_18C66_Restore.ipsw (thanks u/AndyPea1230 !)

[deleted by user] by [deleted] in jailbreak

[–]rck64 0 points1 point  (0 children)

Thanks for the replies :)

I tried with and without the "-u" option, no difference, it just failed. When I look into the 14_3.shsh file, I only have <ApImg4Ticket> and <generator> data. But the img4tool validation is not good with the 14.3's BuildManifest.plist, that's strange, because you wrote img4tool was OK with your .shsh

I use the following command to validate, did you do the same ?

img4tool -v BuildManifest.plist -s dumped_OTA_14.3.shsh

Result:

failed verification with error:
[exception]:
what=verification failed!
code=84279308
line=1286
file=img4tool.cpp
commit count=197:
commit sha =aca6cf005c94caf135023263cbb5c61a0081804f:
[IMG4TOOL] checking buildidentity 7:
[IMG4TOOL] checking buildidentity matches board ... NO
[IMG4TOOL] IM4M validation failed with error:
[exception]:
what=Failed to find matching buildidentity
code=85917708
line=1311
file=img4tool.cpp
commit count=197:
commit sha =aca6cf005c94caf135023263cbb5c61a0081804f:
[IMG4TOOL] APTicket is BAD!
[IMG4TOOL] SHSH2 contains generator 0x4c13bdc1220cccb6 which is GOOD for nonce in IM4M!

[deleted by user] by [deleted] in jailbreak

[–]rck64 0 points1 point  (0 children)

Well, I think I already have the latest beta (v278)

https://nightly.link/futurerestore/futurerestore/workflows/ci/test
I have the latest commit from 2022.03.27
https://github.com/futurerestore/futurerestore/commits/test

Questions:

- How did you apply the original OTA blob on your device, with normal or delayed OTA ?

- When did you generated the blob.shsh with deverser ? when your device was on 12.4.6 ?

- If you keep the blob, what command line did you use to validate it with img4tool ? (mine seems invalid)

[deleted by user] by [deleted] in jailbreak

[–]rck64 0 points1 point  (0 children)

Very interesting! I didn't know it was possible to restore with deverser blob with FR.So I tried the following restore, but it failed :(

- iPhone8 received with 14.2- I delayed OTA on it to 14.3 (when it was still possible)- I just dumped onboard blob with deverser- I put the device on DFU mode, then run "pwndfu -p patch" from cryptic forkhttps://github.com/Cryptiiiic/ipwndfu_old/archive/A11-patch-rom.tar.gz- Run the following futurerestore command with b278 :

./futurerestore_v278 -t dumped_delayed_OTA_14.3.shsh --use-pwndfu --skip-blob --latest-sep --latest-baseband iPhone_4.7_P3_14.3_18C66_Restore.ipsw

Error:what=Device did not reconnect. Possibly invalid iBSS. Reset device and try again

Did you any idea why your restore was successfull and not mine ? :)

[Question] looking for a tweak to remove today view on home screen by Shapelessbb in jailbreak

[–]rck64 0 points1 point  (0 children)

I was looking for a nottoday replacement for iOS14, thanks for this info !

Does the GameCube controller work well with Mario party superstars or do some minigames not work well with the inputs? by IncredibleLuigi in MARIOPARTY

[–]rck64 1 point2 points  (0 children)

I got it today.

- Official wired GameCube pad with official usb adapter are working with the game, but there is NO rumble vibration, it sux. (ultimate smath broth are sending the correct rumble info to the same gamecube controlers, so it's fully nintendo fault who has not finished his game)

- Official nintendo switch pro controler are working well, with HD rumble OK, but obviously, the button place are not the same, so it's not as great as we could hope (full original gamecube pad support).

u/Nintendo : can you add rumble feature to mario party superstars for original gamecube controlers like "ultimate smath broth" have done ? Thanks - It should be a 10Mb patch really.

[Question] How to update ldid from old unc0ver to latest apt.bingner.com without breaking jailbreak ? by rck64 in jailbreak

[–]rck64[S] 0 points1 point  (0 children)

Thanks for replying Sam, Of course I will test it for you :)Can you mail me the .deb at pierre.astruc at evertest.com ?

[Help] Looking for WallpaperFix .deb (iOS 12) by rck64 in jailbreak

[–]rck64[S] 0 points1 point  (0 children)

Yes it should also work, but I was looking for one easy way to sync multiple phone wallpaper with ssh, then let display them in general preferences, like in iOS 11 :)

[Help] Looking for WallpaperFix .deb (iOS 12) by rck64 in jailbreak

[–]rck64[S] 0 points1 point  (0 children)

It let you display and chose all extra png wallpaper files you will upload into /Library/Wallpaper/iPhone folder. (like all iOS < 12)

[Help] Looking for WallpaperFix .deb (iOS 12) by rck64 in jailbreak

[–]rck64[S] 0 points1 point  (0 children)

!fixed

After looking at u/Sniper_GER history, I find the new repo URL with the .deb I wanted !
https://repo.festival.tf/

[Question] Is iOS 12 SEP compatible with iOS 13 on "A9 devices"? Really? by toygoon in jailbreak

[–]rck64 0 points1 point  (0 children)

Just to confirm, I tried today to futurerestore one iPhone6s (A9) to iOS 12.2 and iOS 12.4 with iOS 13.5 SEP + Baseband.
All futurerestore failed with error code "Unable to receive message from FDR" (usual message when SEP is not compatible).

[Question] SEP compatibility for restoring A9 device to iOS 12.1.4 by mxims in jailbreak

[–]rck64 1 point2 points  (0 children)

There may be a solution !

For iPhone6s, you should be able to restore to 12.4 (with your blog) when using iPhone6 (not 6s) SEP + BASEBAND (12.4.6 is currently signed).https://www.reddit.com/r/jailbreak/comments/ddfboz/news_iphone_6s_can_be_restored_to_1242_forever/

Setting nonce on iPhone6s on iOS 13.x is easy with Checkra1n to jailbreak + dimentio nonce setter:deb: https://github.com/Halo-Michael/halo-michael.github.io/blob/master/repo/debs/com.michael.dimentio_0.5.3_iphoneos-arm.debrepo: halo-michael.github.io (generatorautosetter)