Supporte le transfert MTP sur stockage interne et µSD (à partir de la version 2.8.0.0)
Possibilité d' installer, sauvegarder et restaurer depuis une clé USB
Possibilité d'enregistrer les paramètres de TWRP
Partitions par défaut de la sauvegarde
Emplacement du dossier zip par défaut
Thème de couleur par défaut (beaucoup de choix) (Merci à Ffolkes!)
Fuseau horaire par défaut
Économiseur d' écran.
Zip Signature Vérification
Zip md5 vérification (recherche des fichiers avec zipname.zip.md5)
Possibilité de flasher plusieurs zips en une seule fois
Possibilité de sélectionner les partitions individuellement pour la sauvegarde et la restauration.
Possibilité de choisir la compression ou pas de la sauvegarde.
La compression prend plus de temps bien sûr, mais vous économisez environ la moitié de l'espace. Sur un EVO3D non compressé ~ 800mb, compressé 380MB. A vous de choisir.
Possibilité de restaurer automatiquement les GAPPS sur flash de zip (pour les ROMS en bases CM)
Possibilité d' installer le root après le flash d' une ROM non rooté par défaut.
Possibilité de redémarrage automatique après un flash réussit (pour les paresseux)
Utilisation des boutons capacitifs. Accueil - Menu principal Retour - Menu précédent
Utilisation
Pour des explications sur l utilisation de TWRP je vous renvois vers l excellent tuto de Primokorn: [TUTO] Aides et conseils pour savoir comment utiliser le TWRP Recovery : Explorations et Explications [14.11.2013]
A propos des Wipes:
..
Le bouton [Format Data] (screen 1) sert à formater l'intégralité de la partition. Inclus /data/media (photos, musiques et vidéos). C est d ailleurs pour cela que l on vous demande confirmation. (screen 2)
Alors que le bouton du bas, [Swipe to Factory Reset], Nettoie (Wipe) les partitions /data et cache ainsi que le dalvik-cache. On appelle couramment cette action un "FullWipe". Idéal pour l installation d' une nouvelle rom.
Le bouton [Advanced Wipe] (screen 4) n est utile que pour des opérations ponctuelles. Par exemple un "wipe dalvik-cache" pour essayer de résoudre un "FC" d' une application.
Images & Vidéos
Spoiler :
Installation
Assurez vous d' avoir débloqué le bootloader Téléphone en mode bootloader -> fastboot et connecté au PC
Vérification du bon fonctionnement de la commande ADB
Démarrez le DESIRE 816 en recovery. Connectez le à l' ordinateur. Ouvrez un "Invite de commandes" dans votre dossier "Fastboot" et entrez la commande suivante:
Code:
adb devices
Retour de commande a écrit:
* daemon not running. starting it now on port 5037 * * daemon started successfully * List of devices attached XXXXXXXXXXX device
Les "X" représentants le numéro de série du mobile. Si rien ne s' affiche en dessous de "List of devices attached", c' est que le mobile n' est pas reconnu par l' ordinateur. Une mise à jour des pilotes est peux-être nécessaire.
Mise à jour des pilotes: La méthode la plus simple et sur pour les mettre à jour est d' installer la dernière version HTC Sync Manager. Ensuite, si vous ne l' utilisez pas il suffit de le désinstaller mais de conserver les pilotes. Si vous rencontrez des problèmes pour installer les pilotes sous Windows 8 voir: [TUTO] Faire reconnaitre son Htc One par son PC Windows 8 (8.1) en mode Fastboot
Derniers Changements
What’s new in 2.8.7.0:
Initial ground work for software drawn keyboard (_that)
Fix handling of wiping internal storage on datamedia devices (xuefer)
Allow DataManager to set and read values from the system properties (xuefer)
Fix crash when taking screenshots on arm64 devices (xuefer)
Fix error message after an ORS script completes (Dees_Troy)
Fix crashes / error when creating encrypted backups (_that, Dees_Troy)
Add system read only option – more details below (Dees_Troy)
Add resize2fs and GUI option to run resize2fs (Dees_Troy)
Fix crash loop caused by empty lines in AOSP recovery command file (_that)
Prevent duplicate page overlays such as multiple lock screens (mdmower)
Spoiler :
System read only option: Devices that ship with 5.0 and higher as their initial OS are using block level OTA updates. With this style of OTA update, the update script checks to see if the system partition has ever been mounted read/write. Further, the script also usually runs an SHA sum of the entire system partition to detect if any changes have been made. If any changes have been made, the OTA update will refuse to install. Since not all OEMs and devices have factory images available, we have created a new feature in TWRP that detects if the system partition has ever been mounted read/write. If not, you will be prompted asking if you want TWRP to mount system as read/write. If you choose not to allow TWRP to mount as read/write, TWRP won’t prompt to install SuperSU and TWRP won’t try to patch the stock ROM to prevent TWRP from being replaced by stock recovery. The goal of this option is to hopefully allow the user to make a raw system image backup that they can use to get back to a state where they can take OTA updates again. resize2fs feature: On some devices like the Nexus 6, the factory images include a userdata image that is the proper size only for the 32GB units. If you flash the factory image to a 64GB Nexus 6, the data partition will appear as if it only has the free space of a 32GB device. Using the resize2fs option, TWRP can resize your data partition to take up the full space available. The resize2fs may also be useful to resize system partitions on devices where custom ROM system images don’t take up the full partition space. Lastly, resize2fs may be useful in some cases to reserve the proper space at the end of a data partition for a full disk encryption key, should your partition be formatted incorrectly for some reason. This new version also marks our first set of full builds using our new jenkins build server. You can track the progress of builds at https://jenkins.twrp.me and we have taken additional steps to make it easier for device maintainers to step up and submit patches to our gerrit server at https://gerrit.twrp.me to help us keep devices up to date and working.
Attention nouvelle méthode de slideload pour laquelle il faut Adb en version 1.0.32
Téléchargement
twrp-2.8.7.0-a5.img 11.2M Toutes les versions sont ici