Alors que nous attendons toujours le jailbreak iOS 7 untethered sur tous les appareils compatibles, il existe une technique permettant de jailbreaker un iPhone 4 sous iOS 7 à iOS 7.0.2 de façon tethered.
Attention cependant, puisqu’il ne pourra servir qu’aux plus expérimentés d’entre vous du fait que Cydia ne fonctionne pas et que les tweaks doivent être installés manuellement.
Jailbreak iPhone 4 iOS 7 Tethered :
Pré-requis :
- Un ordinateur sous Linux (Tutoriel)
Tutoriel :
1) Télécharger Opensn0w (7,6 Mo) puis décompresser le dossier sur son bureau
2) Exécuter les commandes suivantes et suivre les instructions au fur et à mesure :
rm -r /"OPENSNOW PATH"*//
apt-get update; apt-get upgrade
reboot
sudo su
export build=~/devtools
mkdir -p $build
cd $build
curl -OL http://ftpmirror.gnu.org/autoconf/autoconf-2.68.tar.gz
tar xzf autoconf-2.68.tar.gz
cd autoconf-2.68
./configure --prefix=$build/autotools-bin
make
make install
---------------------------------------
export PATH=$PATH:$build/autotools-bin/bin
cd $build
curl -OL http://ftpmirror.gnu.org/automake/automake-1.11.tar.gz
tar xzf automake-1.11.tar.gz
cd automake-1.11
./configure --prefix=$build/autotools-bin
make
make install
---------------------------------------
cd $build
curl -OL http://ftpmirror.gnu.org/libtool/libtool-2.4.tar.gz
tar xzf libtool-2.4.tar.gz
cd libtool-2.4
./configure --prefix=$build/autotools-bin
make
make install
---------------------------------------
LIBRARIES
apt-get install curl
apt-get install libcurl4-gnutls-dev
apt-get install libssl-dev
apt-get install libusb-dev
---------------------------------------
*// Regardez les librairies qu'il vous manque
apt-cache search libusb-1.0
apt-cache search libcurl4-gnutls-dev
*// Installez celles dont vous avez besoin
---------------------------------------
apt-get update; apt-get upgrade
reboot
---------------------------------------
OPENSN0W
sudo su
cd /home/"USERNAME"
*//Don't try to put files in Desktop
git clone https://github.com/winocm/opensn0w.git
---------------------------------------
COMPILE OPENSNOW
cd /home/"USERNAME"/"OPENSN0W FOLDER"
chmod +x autogen.sh
./autogen.sh
./configure --prefix=/home/"USERNAME"/opensn0w_build
make
make install
---------------------------------------
START OPENSN0W
cd /opensn0w_build/bin
connect your iPhone 4 iOS 7.0.2
./opensn0w_cli -p ../bundles/iPhone3,1_7.0.2_11A501.plist
Laisser un commentaire