How to jailbreak an iOS5 device in Linux

Source: Internet
Author: User
The IOS5 device in this article generally refers to iPhone 4S/iPad2, which is also available on other devices but not tested. I. jailbreak today, the famous hacker pod2g team released the IOS5 jailbreak tool ForLinux version. I just escaped my iPad2 and recorded the process as follows: 1. open Te...

The IOS5 device in this article generally refers to iPhone 4S/iPad2, which is also available on other devices but not tested.
I. jailbreak today, the famous hacker pod2g team released the IOS5 jailbreak tool For Linux. I have just escaped my iPad2. The process is as follows:

1. enable Terminal;

2. install the libimobiledevice package;

1234
Sudo add-apt-repository ppa: pmcenery/ppasudo apt-get updatesudo apt-get install libimobiledevice-utilssudo reboot // restart

3. connect your iPad/iPhone 4S with USB
4.download the tool absinthe-linux-0.3.tar.gz (click to download) and decompress it.
5. run Absinthe (select x86 or 64-bit x86-64)
6. click [Jailbreak ].
7. wait until this process is completed (the restart will be 1-2 times, so do not touch your device)
8. the "Absinthe" icon will appear on the device interface. find and click it to complete jailbreak. (The Wi-Fi connection is required to be normal in this process)
9. your device will restart.
10. after the device is restarted, you will see the Cydia icon, which means your device has been jailbroken. (At this time, the file system is not working properly. click Cydia to initialize the file system. WIFI connection required)

Note:
If the following occurs in Step 1:Error while loading shared libraries: libssl. so.0.9.8: cannot open shared object file: No such file or directoryError because the libssl package is missing. solution:

1
sudo apt-get install libssl0.9.8

II. USB charging
Is it found that the iPad cannot be charged when connected to ubuntu? Solution:
IPad 1:

123456
sudo apt-get install libusb-1.0-0 libusb-1.0-0-devwget --no-check-certificate https://github.com/downloads/mkorenkov/ipad_charge/ipad_charge_1.0.tar.gztar -xzf ipad_charge_1.0.tar.gzcd ./ipad_charge_1.0makesudo make install

IPad2:

123456
sudo apt-get install libusb-1.0-0 libusb-1.0-0-devwget --no-check-certificate https://github.com/downloads/mkorenkov/ipad_charge/ipad2_charge_1.0.tar.gztar -xzf ipad2_charge_1.0.tar.gzcd ./ipad2_charge/makesudo make install
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.