Vous devez exécuter l'image recovery.
1) Put RECTOOLS.tar.gz and recovery.img in the same directory on your computer
2) Boot the phone in fastboot mode
3) Flash your recovery partition (using fastboot) with the recovery image :
./fastboot flash recovery recovery.img
4) Reboot in mini recovery mode
5) Using adb, put all the necessary files on your sdcard :
./adb push RECTOOLS.tar.gz /sdcard/
./adb shell sync
6) Reboot :
./adb shell reboot recovery
Please don't delete the recovery archive in your sdcard, or redo 5) if you have deleted it
Site officiel : http://www.drakaz.com/forum/viewtopic.php?pid=7059