-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS 13.5 / iPhone10,1 / Unable to load ramdisk #9
Comments
I was able to sign my own images manually and use the ramdisk built by |
I was able to cook my own ramdisk and while I never got telnetd working, I got SSH going on mine. I still have a lot of broken pieces and I feel like I'm completely reinventing the wheel here... I may end up remaking this whole project on my own repo from scratch, since none of the parts from this project have worked for me yet. |
@ajpayne1 Can you elaborate on your steps to get SSH? I'm still trying to boot a ramdisk on iPhone 6s. |
I can put together a writeup in the next day or two if you’d find it useful. My SSH ramdisk did the trick for me and I was able to solve my problem. I suspect it could help you as well. (Using PongOS might be the Right Way to go about this but I only played with it for a little bit and didn’t get anything to work.) It’s been noted by @danieltroger in other issues that when your disk is full, apfs does not let you delete files because it takes space to be able to delete a file. I don’t think the same issue would apply to truncating a file, however, so if you get things booted and can’t |
Can you link it please |
Add me to that list @ajpayne1, Having the same issue with a couple of phones (mainly an iPhone10,3). I managed to finally get all the files in order and can finally boot but the device just reboots back into recovery just like how you described. What was the silver bullet to get it booting in the end? was only the ramdisk an issue? @danieltroger there appear to be a few issues with the script removing the trustcache and devicetree from /Firmware during the build process, hence it whinging as per AJ's first post. |
Sorry for the wait. I worked with an old friend in the jailbreak community to clean up the process tremendously and get the writeup on his blog. Hopefully you guys will find some success! |
Thanks mate, you're a legend. Props to your friend as well! I'm keen to see how much the script differs over the manual steps and if the issue just comes down to the ramdisk itself. |
Device: iPhone10,1 / d20ap
Currently installed version: iOS 13.5
Attempted boot version: iOS 13.5
SHSH2 Blob: 13.7
This project is awesome, love your work. I'm able to create an image, although the following issues do crop up during build with
./make_telnet_rd.php -d 'iPhone10,1' -b D20AP -v 13.5 -s ./iPhone10,1_13.7.shsh2
:The output for the image creation otherwise seems uneventful, and those warnings don't seem fatal. The problem really comes when trying to boot the image. Here's the directory:
The boot script doesn't name the files correctly; well, that's fine, I can do it manually. (Not shown: entering pwned DFU)
That's as far as I get. The progress bar goes to 1.2%, then the command quits. When I enable verbose output:
Uploading iBSS and iBEC work just fine, however:
I'm successfully in pwned DFU:
Any ideas? Really hoping to get this to work so I can fix my wallpaper cache.
The text was updated successfully, but these errors were encountered: