[Tuto] Installer le TWRP Recovery sur i9305

  • Auteur de la discussion Zlatan
  • Date de début
Zlatan

Zlatan

Membre VIP
Inscrit
24 Juillet 2011
Messages
4 733
Points
0
  • #1
TWRP POUR i9305


Installer le TWRP Recovery sur i9305

Avertissement : Cette opération comporte des risques. Phonandroid ne peut être tenu responsable des éventuels problèmes rencontrés. Pensez à effectuer une sauvegarde avant d'installer cette rom


Merci a
S'il vous plaît, Connexion ou S'inscrire pour voir le contenu ou les urls !


J'vous propose, aujourd'hui d'installer un Recovery alternatif qui est le TWRP, dont voici des screens :

RAsb.jpg
AO13.jpg



Pré-Requis :


Installation :

  • 1. Ouvrez GooManager et autorisez lui les droits Root

    2. Tapez sur l'icone Menu, celle avec le 3 petits points carrés.

    3. Et sélectionner "Install OpenRecovery"

    Enjoy ;)

J'attends vos retours :)


Installation alternative par Odin :

Pré-requis : drivers USB installés | Odin | Batterie chargée +70% | Processus Kies fermés

  • Téléchargez le fichier du TWRP sur - prenez le fichier le plus récent avec l'extension TAR.
  • Lancez Odin en tant qu'administrateur puis placez le fichier .TAR dans le champ PDA.
  • Assurez-vous que la case Re-partition ne soit PAS cochée.
  • Mettez votre téléphone en mode download : téléphone éteint, maintenez Volume Bas + Home + Power puis Volume Haut.
  • Connectez-le en USB à votre PC.
  • Cliquez sur Start et patientez jusqu'à ce que le téléphone redémarre.


Changelog
What's new in 2.4.4.0:

Added another libtar hardlink workaround to fix restore of some backups (usually related to Ubuntu Touch)
More fixes for the file selector
Switched from using busybox md5sum to a direct C function call
Fixed capturing the exit status of tar based backups/restore - TWRP will display that there was an error if there was one again
Update exFAT to latest commits
Added a build flag to disable using the ioctl for screen blanking
What's new in 2.4.3.0:

Fixed 2 bugs related to restore, one dealing with mknod failures (by bigbiff) and one dealing with restoring hardlinks (by Dees_Troy)
NOTE: If your backups weren't restoring correctly in earlier 2.4.x versions they should restore correctly now. Hopefully you didn't delete those backups. If you're still having problems, run the restore, go to advanced and copy log, then give us the log. Complaints without logs will be rightfully ignored.
Added a scroll bar to file selectors and listboxes courtesy of Tassadar
Added libblkid for more accurate detection of file systems and can now detect exFAT properly thanks to bigbiff
Added a screen dim effect 2 seconds before screen off on some devices
Finally fixed file selector crash (one of the joys of working with multi-threaded software)
Fixed loading of screen timeout setting during startup
Improvements and bugfixes to screen timeout code
Fixed persistence of the 24 hour / military time setting
What's new in 2.4.2.0:

Add screen timeout - screen will turn off automatically after 60 seconds, saves battery and prevents screen burn-in especially on AMOLED devices
Add a brightness setting (requires device specific setup and only some devices have been added)
Add a root checker and offer to install SuperSU if the device isn't already rooted
Add a write buffer to libtar backups, significant improvements to speeds when backing up to exFAT target, minor improvements for other file systems
Check and offer to fix root permissions if broken
Add an option for a 24 hour clock display instead of AM/PM (aka military time)
Move stock recovery reflash check to occur during the reboot cycle
Add support for some MTK6xxx devices
Change libtar to vfork to help prevent memory problems
Add a "clicked" effect to most buttons, file selector, and listbox
Improve timezone listbox to be more like file selector (per pixel kinetic scrolling, etc)
Remove some no longer used settings (Forced MD5 sum on zips, size checking on image backups)
Other minor bugfixes and improvements
What's new in 2.4.1.0:

Fixed a problem with mkdosfs that formatted sdcards to 2GB
Fixed handoff between vfat and exFAT on devices where blkid didn't detect vfat (fixes some issues with mounting sdcards)
Fixed problems with changing working directory on MD5 creation/checking that may have prevented unmounting
Backups will now store a copy of the backup log after the backup is completed (only if backup is successful)
What's new in 2.4.0.0:

Using libtar instead of busybox's tar for better control over tar file creation and breaking the 2GB barrier that busybox imposes (thanks to bigbiff)
Support for exFAT formatted sdcards (also thanks to bigbiff)
Support for decrypting Samsung TouchWiz encrypted devices including internal and external storage (special thanks to a3955269 for figuring it out)
Improvements to OpenRecoveryScript including displaying a proper GUI while the script is running
Added wipe cache and dalvik after ADB Sideload
Replaced many system calls with their native C counterparts
Fixed bugs in file manager where it would display an empty list after moving or deleting a folder
Fixed AOSP recovery commands to run after decryption on encrypted devices
Improvements for building TWRP in CM10.1
Other minor bugfixes and improvements
What's new in 2.3.3.0:

Fix renaming backups with a space in the name
Add decrypt button to mount page if you cancel decryption during startup
Added ignore blkid flag
Fixed handling of MTD partitions during mount
Fixed some keyboard mapping issues on 800x1280 layout
What's new in 2.3.2.0:

Fixes / enhancements to handle the multiple user setup introduced by Android 4.2 (see notes)
Fixed a bug with deleting a backup with a space in the name
Added highlights on keyboard key presses
What's new in 2.3.1.0:

Unmount system after boot to prevent some status 7 symlink failed errors on zip install
USB Mass Storage code improvements
Better handling of mounting storage during boot for some devices
Fixed a problem with sizes of images (boot & recovery) after resetting defaults
Fixed size errors during backup for some devices on recovery, etc.
Fixed a problem with restoring backups when multiple archives were present
What's new in 2.3.0.0:

Rebased onto AOSP Jelly Bean source code
Rewrote backup, restore, wipe, and mount code in C++ classes for easier maintenance going forward
NOTE: backups from prior versions of TWRP are still compatible with 2.3
ADB sideload functionality from AOSP is included in 2.3, see this link for more info
Re-wrote fix permissions entirely in C++ and runs in a few seconds instead of a few minutes (thanks to bigbiff)
Improvements to zip finding in OpenRecoveryScript (should be a lot fewer GooManager automation issues)
Faster boot times
Added charging indicator while in recovery (only updates once every 60 seconds)

While this update may not bring a host of new must-have features, this update is a significant re-write of much of the core TWRP code. AOSP Jelly Bean recovery source moved to mostly C++ code and now all of the "TWRP" code is fully rewritten into C++ as well. Now that we've laid this groundwork, we're in a much better position to pull in future AOSP recovery updates as well as implementing more great new features.

Since TWRP 2.3 is based on AOSP jelly bean sources, TWRP now uses recovery API 3 instead of 2. Some zips may no longer work if the developer is using an out-of-date update-binary. This API change should not be a problem on newer devices, but older devices will probably encounter several zips that need to be updated. If needed, you can try using this update-binary that was compiled with current sources. It goes in your zip file in the META-INF/com/google/android folder. If you're getting a status error 2 during zip install, then an outdated update binary is almost certainly to blame.

What's new in 2.2.2.0:

Significantly improved sd-ext handling (ext partitions on sdcards)
Changes to kinetic scrolling in file selectors
Fixed a problem with using periods in backup names
Fixed problems in XML layouts with mounting system and USB storage
Fixed a problem with unmounting a partition before formatting during restore
Add Jelly Bean decrypt support
Updated 320x480 theme to match others (thanks to Llewelyn)
Improve "symlinking" of /data/media to either /sdcard or /emmc
Added sanitizing of device IDs for invalid characters (thanks to bigbiff)
Fixed free space calculation when switching backup devices on /data/media devices
Fixed a problem with using OpenRecoveryScript to create a backup without providing a backup name


What's new in 2.2.0:



On-screen keyboard in recovery! -- supports long press, backspace repeat, and swipe left deletes everything left of the cursor
Name new backups and rename existing backups
Rename files and folders in the file manager
Pseudo-terminal emulator
Support decrypting an encrypted data partition on Galaxy Nexus (enter password using keyboard)
Backup archive splitting -- allows backup and restore of data partitions larger than 2GB
Simplified XML layout support between resolutions
Added dual storage selection radio buttons to zip install, backup, and restore pages
Improved zip install compatibility
Updated update-binary source code
Numerous small bug fixes and improvements


What's new in 2.1.1 and 2.1.2:

Note: If you have a custom theme installed from 2.0 or 2.1.0, your theme will need to be updated to see the new features. It is recommended that you remove your custom theme before installing 2.1.1

Per-pixel kinetic scrolling in file selectors (this will be ported to the console and listbox in a future version)
Updated stock themes to a unified ICS-look - thanks to racks for providing the new look!
Fixed some problems with the implementation of HTC Dumlock
Fixed some device-specific problems on Nook Color and Kindle Fire
Fixed a bug that caused a crash and restart of recovery when rebooting system right after a zip install
Fixed the size calculation of a backup and the size of /data on Galaxy Nexus
2.1.2 (ONLY for Galaxy Nexus) - fixed a bug in the 720x1280 XML layout that prevented restoring a backup
What's new in 2.1:

Note: If you have a custom theme installed from 2.0, your theme will need to be updated to see the new features. It is recommended that you remove your custom theme before installing 2.1

Zip queuing as seen in TWRP 1.1.x is back
Dual storage capable (backup, restore, and install zips from internal or external storage - you choose)
Slider control (swipe to confirm most actions aka swipe to wipe)
Lockscreen (with slider to unlock)
Basic file manager (copy, move, delete, and chmod any file)
Added support for devices with /data/media (most Honeycomb tablets, new ICS devices like Galaxy Nexus)
Displays sizes of each partition in the backup menu
Added listbox GUI element (currently used for listing time zones)
Updated stock XML layouts to be more consistent and easier to port to different resolutions
XML layout files are significantly smaller
Partitions available backup are more accurate for some devices
Removed unneeded error messages (/misc errors, unable to stat sd-ext, etc.)
Fixed a bug with blkid detection code
Fixed bug where a blank line was inserted between every line of text during zip installs
Fixed a bug during zip installs where an invalid zip would cause TWRP to get stuck in the zip install
Added setting for themers to toggle simulation mode to make theming easier
New devices added - Galaxy Nexus GSM & CDMA (preview only, manual install), Acer Iconia Tab A500, HTC Vivid, Motorola Defy
Added support for .jpg images in the theme engine
Changed images for stock tablet theme - makes tablet builds about 500KB smaller
Removed unneeded non-GUI images from GUI - makes all builds about 100KB smaller
 
A

Anonymous

  • #2
Merci wink
 
Zlatan

Zlatan

Membre VIP
Inscrit
24 Juillet 2011
Messages
4 733
Points
0
  • #3
De rien ;)
 
N

nico598862

Membre
Inscrit
16 Novembre 2012
Messages
10 214
Points
0
  • #4
Si GooManager fonctionne mal, voici le TWRP à flasher avec Odin :
Champ PDA comme dab.
 
A

AD_77

Membre
Inscrit
13 Décembre 2012
Messages
122
Points
16
  • #5
Quel est la différence avec les autres Recovery ?
 
N

nico598862

Membre
Inscrit
16 Novembre 2012
Messages
10 214
Points
0
  • #6
Perso plus rapide et moins de problèmes qu'avec le CWM ou PhilZ.
 
A

AD_77

Membre
Inscrit
13 Décembre 2012
Messages
122
Points
16
  • #7
Merci de ta réponse rapide,

Je vais donc l'installer une fois que j'aurais rooté mon appareil
 
N

nico598862

Membre
Inscrit
16 Novembre 2012
Messages
10 214
Points
0
  • #8
Inutile, les dernières versions du TWRP intègrent le root normalement.
 
A

AD_77

Membre
Inscrit
13 Décembre 2012
Messages
122
Points
16
  • #9
C'est à dire que j'ai juste à installer ce Recovery et lors de l'installation il va rooter mon téléphone ?
 
N

nico598862

Membre
Inscrit
16 Novembre 2012
Messages
10 214
Points
0
  • #10
Tout à fait :
What's new in 2.4.2.0:

Add screen timeout - screen will turn off automatically after 60 seconds, saves battery and prevents screen burn-in especially on AMOLED devices
Add a brightness setting (requires device specific setup and only some devices have been added)
Add a root checker and offer to install SuperSU if the device isn't already rooted
Donc faut prendre une version égale ou supérieure à la 2.4.2.0 mais la plus récente sera toujours mieux ;)
 
A

AD_77

Membre
Inscrit
13 Décembre 2012
Messages
122
Points
16
  • #11
Donc encore plus simple que de flasher le CF-Root avec Odin, y a possibilité de mettre à jour le tutoriel ?
 
N

nico598862

Membre
Inscrit
16 Novembre 2012
Messages
10 214
Points
0
  • #12
Voilà qui est fait
 
A

AD_77

Membre
Inscrit
13 Décembre 2012
Messages
122
Points
16
  • #13
Merci pour ta rapidité et ton efficacité !
 
mika600

mika600

Membre
Inscrit
21 Octobre 2012
Messages
222
Points
16
  • #14
Bonjour
Merci pour le tuto
Excellent que ce recovery root automatiquement le S3, je l'ai depuis un moment et il fontionne parfaitement et ça change de cwm tactile(plus simple) mais je ne connaissais pas cette particularité
 
C

colombia

Membre
Inscrit
11 Octobre 2013
Messages
3
Points
0
  • #15
Bonjour et merci pour ce tuto,

une petite question depuis que j'ai rooter et installer nouvelle rom, Galaxy s3 I9305 4G

rom rXTREME et kernel stock, j'ai beau tout essayer je ne capte plus la 3G, toujours en EDGE,

j'ai changer de rom, vérifier que je suis bien en mode auto réseau, mon op est ORANGE, j'ai même essayer de changer le modem rien à faire, et comme un con j'ai pas fais de sauvegarde original.

avez vous une soluce ou un tuto qui m'aiderai car j'ai chercher partout depuis une semaine.
 
P

ptitclaude29950

Membre
Inscrit
10 Octobre 2012
Messages
17
Points
1
  • #16
Bonjour,
J'ai enfin réussi à rooter mon S3 LTE et j'essaye d'installer TWRP.
J'ai tenté l'installation par Goo Manager mais il me dit : No recoveries were found for your device.
Puis j'ai essayé avec Odin 3.04 il bloque sur Wait...
Et j’hésite à utiliser Terminal Emulator car il semble qu'il y a un risque de brick en cas de mauvaise utilisation.
Merci pour tout autre piste que je pourrais suivre
Par avance merci
 
Cheurtra

Cheurtra

Membre
Inscrit
25 Août 2013
Messages
27
Points
0
  • #17
Bonjour, j'ai le meme probleme que ptitclaude29950, j'ai trouvé un autre tuto qui me conseille de passer par Recovery Tools, mais je dois coller le fichier image du recovery sur la mémoire interne du téléphone...

Y'a un moyen de le faire par Goomanager, ou quelqu'un sait où on peut trouver une image propre pour i9305 ?

EDIT : pardon, j'ai trouvé le lien vers les images dans le premier post. Par contre, avec RT, je dois installer le fichier .img ou .tar ?
 
C

cinos

Membre
Inscrit
8 Octobre 2015
Messages
1
Points
0
  • #18
A l aide
je crois que j'ai planté mon S3.Après avoir installer twrp. j ai lancé le recovery qui s'est bien passé". en rebootant mon S3, celui ci reste bloque sur la présentation du S3 qui n"arrête pas de clignoter sans se lancer
Que faire
Merci de m'aider
 
V

vevess

Membre
Inscrit
28 Août 2014
Messages
1
Points
1
  • #19
Bonjour,

il m'est arrivé la même chose, j'ai redemarrer en mode download (vol - home et power)
j'ai refait la manip du rootage et c'etait bon pour moi.

j'espere que ca marchera pour toi aussi. sinon pas d'autre idée.
 
D

dominocost

Membre
Inscrit
10 Mars 2013
Messages
47
Points
0
  • #20
Salut à tous.

J'ai voulu rerooter mon s3 lte, car une appli ayant besoin du root m'a dit qu mon appareil n'était pas rooté...

J'ai donc fait la manip que je connais assez bien.. mais il m'a dit un genre de truc comme "réinstallation du stock recovery"... :/

Et forcément, il ne démarre plus, il reste sur l'animation de démarrage...

J'ai remis le TRWP, mais il reste quand même bloqué... j'ai rententé le root, et il me remet le recovry d'origine à chaque fois...

Qu'ai je fais comme annerie?

Merci d'avance.
 
Y

yukyukoutini

Membre
Inscrit
3 Décembre 2014
Messages
2
Points
0
  • #21
Hello,

Merci pour ce tuto. Sauf erreur, Goomanager n'est plus disponible sur Google Play.

Comment faire pour passer d'un recovery alternatif initialement installé (Clockworkmod 6.0.4.7) à TWRP? Merci

EDIT 07/05 : Résolu en installant la dernière version de TWRP via l'application "TWRP Manager "
 
Haut Bas