Skip to content
Snippets Groups Projects
Verified Commit 71ccd4ed authored by Spotlight Deveaux's avatar Spotlight Deveaux :fox:
Browse files

New year, new experience

parent 7c33eb63
No related branches found
No related tags found
No related merge requests found
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
`p0sixspwn_limd` is the p0sixspwn jailbreak but utilizing the libimobiledevice library compared to MobileDevice. This allows for many, many more platforms to be supported, and should an API change, no hacky fixes to apply. `p0sixspwn_limd` is the p0sixspwn jailbreak but utilizing the libimobiledevice library compared to MobileDevice. This allows for many, many more platforms to be supported, and should an API change, no hacky fixes to apply.
## Prerequisites ## Prerequisites
In order to build, one should simply run `make`. In order to build, one should simply run `make`.
Make sure that your device is on and unlocked, and in the case of multiple devices, only your iPod is connected. Make sure that your device is on and unlocked, and in the case of multiple devices, only your iOS 6.1.x device is connected.
If you just restored your device, it _may_ require an additional reboot!
Beyond this point, you can use the following syntax to run: Beyond this point, you can use the following syntax to run:
``` ```
sudo ./mobile_inject Resources/DeveloperDiskImage.dmg Resources/DeveloperDiskImage.dmg.signature Resources/Root.dmg sudo ./mobile_inject Resources/DeveloperDiskImage.dmg Resources/DeveloperDiskImage.dmg.signature Resources/Root.dmg
``` ```
...@@ -176,7 +176,7 @@ static void cb(const idevice_event_t *given_event, void *ignored_user_data) { ...@@ -176,7 +176,7 @@ static void cb(const idevice_event_t *given_event, void *ignored_user_data) {
exit(0); exit(0);
} else { } else {
printf("Failed to inject image, trying again... (if it fails, try a " printf("Failed to inject image, trying again... (if it fails, try a "
"different time), delay ... %dus\n", "different time). Delay: %dus\n",
timesl); timesl);
timesl += 1000; timesl += 1000;
goto Retry; goto Retry;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment