In this post, we are going to install Checkra1n/Odysseyra1n/Project Sancastle on our iPhone but without MacOs. As we all know Odysseyra1n can not be installed directly on iPhone on a Windows PC/Laptop, but using a bootable flash-drive, it is possible now to install it on Windows!
We are all aware of Checkra1n and it's power. With it's semi-tethered nature it can be a headache sometimes but it is the reason why it is so stable. Checkra1n comes with Cydia installed as the default package manager. Checkra1n team has already announced that with time, they will also add other package managers like Sileo, Zebra and Installer 5 to be installed directly from the Checkra1n app just like Cydia. But checkra1n has also taught us that everything is possible with it!
- WHAT IS ODYSSEYN1X?
- WHAT IS PROJECT SANDCASTLE?
- HOW DO INSTALL ODYSSEYN1X AND RUN IT ON WINDOWS?
- Download Odysseyn1x ISO file.
- Download Balena Etcher and then Install it.
- Connect your USB Flash-drive.
- Open Balena Etcher.
- Balena Etcher Will automatically detect your USB Flash-drive. If you have multiple flash-drive connected then click on Select and choose the one from the list you want to install Odysseyn1x on.
- Keep in mind it will wipe all of your data on the flash-drive, so make sure you have a backup of it.
- Click on Select Image and navigate to the folder where the downloaded Odysseyn1x ISO file is placed and Select it.
- After that click on flash and you bootable drive will be ready in just a few seconds.
- After that restart your Pc or Laptop and boot into BIOS.
- After that select your usb flash-drive from the list and boot into it.
- You will see the Odyssen1x menu on the next screen!
- It will look like this:
- Checkra1n
- Odysseyra1n
- Project Sancastle
- Open Checkra1n
- Connect your device in Normal Mode.
- Click Start and then Next to put the device in Recovery Mode.
- Then follow the on-screen instructions provided by Checkra1n to put the device in DFU mode.
- When the device is in DFU mode it will automatically get detected by Checkra1n and it will boot your device in Jailbroken mode.
- When your device turns on, Checkra1n Loader will be on your home-screen.
- Do not open it if you want to install Odysseyra1n!
- Select Project Sandcastle from the odysseyn1x screen.
- Then select Setup Project Sandcastle and then select Start Android.
- After that wait for Project Sandcastle to set up.
- Once Project Sandcastle finishes installing, just select Start Android to boot back into Android on your checkra1ned device.
- Install NewTerm from Sileo or Cydia.
- Then open it from your Home-Screen.
- Now you will have to mount the volume and remove the Android NAND image.
- First of all run this command and find the last volume:
- To Verify if it is the right volume, run the command given below:
- If it says Android, then it is the right one.
- Now you have the volume path, now let's run the remaining commands and finish android from your device forever.
- Write su to run the terminal as root and then enter the root password. If you haven't changed it, then its alpine by default.
- Now run the following commands one by one:
mkdir -p /tmp/mnt
mount -t apfs VOLUME_HERE /tmp/mnt
rm -rf /tmp/mnt/nand
umount /tmp/mnt
sync
- Select Project Sandcastle from the Odysseyn1x screen.
- Choose Start Linux.
- Now we are done with the tutorials, OHH WAIT ONE THING IS LEFT, HOW DO I CHANGE THE CHECKRA1N VERSION IN ODYSSEYN1X?
git clone https://github.com/raspberryenvoie/odysseyn1x.git
cd odysseyn1x
sudo ./build.sh
FINALLY THAT IS THE END OF THIS TUTORIAL!