
Envie d’hacker votre PS3 sans mettre la main au porte monnaie ? Vous avez un Palm Pre ? Parfait, les ingrédients sont réunis pour lancer l’opération !
Grâce au développeur Blake_Zero qui a modifié le code du PSfreedom pour N900, vous pouvez décupler les possibilités offertes par votre PS3.
Avant de télécharger cette version, il faut savoir que celle-ci ne supporte pas encore le logiciel Backup Manager alors il faudra patienter un peu afin que cela soit corrigé …
Télécharger PSfreedom pour Palm Pre :
Vous devez vous connecter ou vous enregistrer pour pouvoir télécharger
Installation :
Prérequis :
- Le kernel suivant pour Palm Pre (linuxkernel-2.6.24), son patch (linuxkernel-2.6.24-patch) et l’ARM toolchain.
- Un accès ROOT (il peut se faire via SSH ou via l’application terminal).
Utilisation de la chaîne ARM :
- Extrayez le fichier : tar xjvf arm-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
- Déplacez le où vous voulez : mv arm-2009q1 /usr/local/arm
- Créez un fichier setup-env et remplissez le de ce code :
export PRETOOL_DIR= »/usr/local/arm »
(echo « $PATH » | grep -q « ${PRETOOL_DIR} ») || export PATH= »${PRETOOL_DIR}/bin:${PATH} »
export STRIP= »arm-none-linux-gnueabi-strip »
export LD= »arm-none-linux-gnueabi-ld »
export CC= »arm-none-linux-gnueabi-gcc -march=armv4t -mtune=arm920t »
export CPPFLAGS= »-isystem${PRETOOL_DIR}/arm/arm-none-linux-gnueabi/include »
export RANLIB= »arm-none-linux-gnueabi-ranlib »
export CXX= »arm-none-linux-gnueabi-g++ -march=armv4t -mtune=arm920t »
export OBJCOPY= »arm-none-linux-gnueabi-objcopy »
export PKG_CONFIG_PATH= »${PRETOOL_DIR}/usr/local/lib/pkgconfig »
export PKG_CONFIG_SYSROOT_DIR= »${PRETOOL_DIR}/arm/arm-none-linux-gnueabi »
#export LDFLAGS= »-L${PRETOOL_DIR}/usr/local/lib -Wl,-rpath-link,${PRETOOL_DIR}/arm/arm-none-linux-gnueabi/lib -Wl,-O1″
export CCLD= »arm-none-linux-gnueabi-gcc -march=armv4t -mtune=arm920t »
export MAKE= »make »
export CFLAGS= »-isystem${PRETOOL_DIR}/usr/local/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os »
export CXXFLAGS= »-isystem${PRETOOL_DIR}/arm/arm-none-linux-gnueabi/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -fpermissive -fvisibility-inlines-hidden »
export F77= »arm-none-linux-gnueabi-g77 -march=armv4t -mtune=arm920t »
export AS= »arm-none-linux-gnueabi-as »
export AR= »arm-none-linux-gnueabi-ar »
export CPP= »arm-none-linux-gnueabi-gcc -E »
export OBJDUMP= »arm-none-linux-gnueabi-objdump »
export CONFIG_SITE= »${PRETOOL_DIR}/arm/site-config »Note : PRETOOL_DIR est à paramétrer par l’endroit où vous avez extrait le dossier.
- Reliez les sources aux variables : /usr/local/pre/setup-env
Compilation du Pre Kernel :
- Extrayez le kernel : tar xvzf linuxkernel-2.6.24.tgz
- Modifiez le Palm : gunzip linux-2.6.24-patch.gz
- Modifiez le chemin d’accès au kernel : cd linux-2.6.24
- Appliquez le patch : patch -p1 < ../linux-2.6.24-patch
- Copiez la configuration du Palm Pre : cp arch/arm/configs/omap_sirloin_3430_defconfig .config
- Compilez le kernel : make
Compilation du PSfreedom :
- Extrayez les fichiers : tar xvzf PSFreedom-for-PalmPre.tar.gz
- Changez le dossier : cd PSFreedom-for-PalmPre
- Compilez le tout : make
Installation du psfreedom.ko :
- Une fois le psfreedom.ko copié sur le Palm Pre, connectez vous en SSH (ou via l’application Terminal) puis lancez : insmod /media/internal/psfreedom.ko
Dernière étape :
- Débranchez l’alimentation de la console puis branchez votre Palm Pre à celle-ci.
- Rebranchez l’alimentation, démarrez la console et appuyez dans la foulée sur le bouton « eject ».
- Voila c’est finit.
- Pour rendre votre Palm Pre dans un état classique, il suffit de le redémarrer complètement
Vous voulez cracker votre PS3 avec un autre appareil ? Pas de soucis, visitez notre section hack PS3 qui regorge d’autres méthodes pour décupler votre PlayStation 3 !












