Replies: 1 comment
-
Relevant issue: #325 Mounting /var for iOS 9/10 sshrd is now fixed in v23.10.12 (e6f0916). The script will now prompt for build version. To mount /var for iOS 9/10, create an iOS 9 or newer ramdisk |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For the iPhone 5c, the script defaults to using ios build id "11D257" (ios 7.1.2) for the SSH ramdisk.
However, iOS 9 and 10 change the way the data partition is handled, meaning the ramdisk MUST be atleast iOS 9 if iOS 9 or greater is installed on said phone if one wants to manipulate the data partition (eg, data backups).
It would be nice if the script prompted for an iOS build number to use when building an SSH ramdisk, like the "just boot" tethered boot option.
Although, there does seem to be weird issues with port 22 being "banned" on these newer ios versions.
It can be changed by modifying the "device_type" case block around line 3130, but, well, that isn't convenient.
Beta Was this translation helpful? Give feedback.
All reactions