Posts Tagged ‘iPhone

29
May
10

A Linux Jailbreak?


This guide is out of date; the new version can be found at https://thegbill.wordpress.com/2010/07/26/spirit-linux-revised/

P0sixninja has successfully ported the Spirit Jailbreak (previously only available to Windows and Mac OS X users) to the ever-growing Linux operating system platform. The port, which can jailbreak all iPod Touch, iPhone, and iPad generations at 3.1.3 firmware, is also the first untethered jailbreak for most models. I will quickly explain how to download, build, and use the Spirit jailbreaking utility on your Ubuntu 10.04 desktop.

  1. Press Alt+F2
  2. Type in gnome-terminal and hit enter
  3. Install git and other build tools by issuing the command sudo apt-get install build-essential automake cmake git-core libusb-1.0-0 libusb-1.0-0-dev libgtk2.0-dev libgnutls-dev libcurl3-openssl-dev ifuse libxml2-dev python-dev – enter your password when prompted
  4. Download this package of dependencies to your desktop
  5. Now unzip it by right clicking it and pressing Extract Here
  6. Now just enter the commands as I tell you to
  7. cd Desktop/Depends
  8. cd usbmuxd
  9. mkdir build
  10. cd build
  11. cmake ../
  12. make
  13. sudo make install
  14. cd ../
  15. cd ../libplist
  16. mkdir build
  17. cd build
  18. cmake ../
  19. make
  20. sudo make install
  21. cd ../
  22. cd ../libimobiledevice
  23. ./configure
  24. make
  25. sudo make install
  26. ignore the ifuse package — it is not needed as it is provided in the official Ubuntu repositories
  27. cd ../
  28. Next, type in git clone git://github.com/posixninja/spirit-linux.git
  29. Now, enter in cd ./spirit-linux
  30. Run make
  31. Plug in your iDevice
  32. Run ./spirit to jailbreak your iPod Touch, iPhone, or iPad
  33. Now just let your iDevice restart and wait while Cydia is installed on your newly jailbroken device!



May 2024
S M T W T F S
 1234
567891011
12131415161718
19202122232425
262728293031