MiPi Posted February 2, 2012 Share Posted February 2, 2012 Bonjour, Je cherche à installer la dernière version du recovery le " Touch Recovery" pour notre cher, beau et magnifique O2X qui pète toujours du feu et qui après bientôt un an de bons et loyaux services est toujours aussi compèt' sur le marché du smartphone....bref je m'égare ! Donc oui je voudrais installer ce fameux Touch gratuitement , mais j'y vois pas comment ? Je dis gratuitement car il est possible de l'installer via Rom Manager mais c'est payant ... 2 €... Donc voila sur le site de CMW il est possible de télécharger le recovery.img mais je ne sais pas comment faire ensuite et malgré qlq recherches furtives sur la toile ... et bah ... rien trouver ! Et vous ? Avez-vous une idée ? Merci bonne soirée ! Quote Link to comment Share on other sites More sharing options...
tatsu Posted February 2, 2012 Share Posted February 2, 2012 il est pas encore compatible avec notre phone , quand il sera dispo tu pourras le trouver sur le site officiel Quote Link to comment Share on other sites More sharing options...
Shadow350z Posted February 2, 2012 Share Posted February 2, 2012 Quelles sont les nouveauté d'ailleurs de ce nouveau recovery ? Quote Link to comment Share on other sites More sharing options...
Zouu Posted February 3, 2012 Share Posted February 3, 2012 Il est tactile ! Quote Link to comment Share on other sites More sharing options...
toss95 Posted February 3, 2012 Share Posted February 3, 2012 La version 5.8.1.3 est dispo sur le site pour le O2X. Quote Link to comment Share on other sites More sharing options...
MiPi Posted February 3, 2012 Author Share Posted February 3, 2012 (edited) Oui biensûr qu'il est dispo ... cétait le principe de ma question !!!! Je ne l'aurais pas posée sinon ! Même rom manager indique qu'il y a une version compatible.... Alors pas de réponse au sujet de cette installation du .img ? Merci. Edited February 3, 2012 by MiPi Quote Link to comment Share on other sites More sharing options...
Shadow350z Posted February 3, 2012 Share Posted February 3, 2012 Ah tactile je sais pas si ça sera plus pratique mais c'est intéressant. Quand j'étais sur le galaxy S il fallait passer par des commandes ADB pour installer des .img mais je ne me souvient plus exactement quelles commandes je vais voir si je trouve et je te posterai ça. Quote Link to comment Share on other sites More sharing options...
MiPi Posted February 3, 2012 Author Share Posted February 3, 2012 Oui j'ai vu sur ce site que ça semble possible mais pour un Galaxy Nexus je ne sais pas si ça marche pour le 2X, je vais essayé ce soir. Merci Quote Link to comment Share on other sites More sharing options...
psik0tik Posted February 3, 2012 Share Posted February 3, 2012 Tu le flashes depuis ROM Manager non ? (en bas) Quote Link to comment Share on other sites More sharing options...
Zouu Posted February 3, 2012 Share Posted February 3, 2012 Comment est-ce qu'on fais pour le flasher sans passer par rom manager et donc sans payer ? Parce que j'ai telecharger le fichier mais c'est un .img je sais pas comment on flash ca ? Quote Link to comment Share on other sites More sharing options...
MiPi Posted February 3, 2012 Author Share Posted February 3, 2012 Tu le flashes depuis ROM Manager non ? (en bas) . Non non trop simple...et puis je le rappel c'est payant depuis rom manager.. Quote Link to comment Share on other sites More sharing options...
toss95 Posted February 3, 2012 Share Posted February 3, 2012 Oui biensûr qu'il est dispo ... cétait le principe de ma question !!!! Je ne l'aurais pas posée sinon ! Même rom manager indique qu'il y a une version compatible.... Alors pas de réponse au sujet de cette installation du .img ? Merci. Je répondais à tatsu qui disais que quand il serait dispo pour notre phone on le trouverait sur le site... il est pas encore compatible avec notre phone , quand il sera dispo tu pourras le trouver sur le site officiel Quote Link to comment Share on other sites More sharing options...
GeekndGamer Posted February 3, 2012 Share Posted February 3, 2012 With flash_image: Just like the previous method, this method also requires following advanced steps and is not recommended if the first method is working for you. flash_image is a tool for Android devices that lets you rewrite your phone’s system partitions with partition image files and installing it to your device requires ADB. If you don’t already have ADB installed, check out our guide on what is ADB and how to install it. Once you have ADB installed, flash the custom recovery image as follows: WARNING: It is very important that the recovery image that you use in this method is compatible with your device. Else it will not work and flashing it could possibly brick your device. Download flash_image and extract it from the zip file to a location on your computer. We extracted it to the main C drive (not in any folder) and will use that in the next steps. Copy the recovery image for your phone to a convenient location on your computer, preferably with a short path. We will be placing it on the C Drive directly (not in any folder) and using that in the next steps. Note: The recovery image should have .img extension. If it is in a zip file, extract the .img file from it. Enable USB debugging mode on your device from Menu > Settings > Applications > Development. Connect your device to your computer via USB. Open a Command Prompt window on your computer and enter the following commands: adb push c:\flash_image /sdcard/ adb push c:\recovery.img /sdcard/ adb shell su mount -o remount, rw /system cp /sdcard/flash_image /system/bin cd /system/bin chmod 777 flash_image flash_image recovery /sdcard/recovery.img This will first transfer flash_image and recovery.img to your phone. Then it will copy flash_image to the /system/bin folder of your Android device and make it executable. Finally, it will flash the custom recovery image to your device using flash_image. Note that we used c:\flash_image and c:\recovery.img in the first two lines as we had these files extracted at the root of our C drive. If you extracted the files elsewhere, use the appropriate paths and if your recovery image has a different name, use the appropriate name. Reboot your device once the process is finished and you’re done. You may exit adb and the Command Prompt window on your computer by entering ‘exit’ thrice. Quote Link to comment Share on other sites More sharing options...
apashe Posted February 3, 2012 Share Posted February 3, 2012 Haha et si on remplace tout simplement le fichier .img sur le tel par celui-la? A moins que .img soit un format genre.zip et que rom manager le décompresse... Quote Link to comment Share on other sites More sharing options...
QuentinZmiro Posted February 3, 2012 Share Posted February 3, 2012 (edited) J'ai réussi :D J'ai telechargé l'installeur de CWM 5.0.2.7 puis j'ai simplement remplacé un .img par le nouveau, puis je l'ai renommé comme celui que j'ai viré :) Edited February 3, 2012 by Marsou77 Quote Link to comment Share on other sites More sharing options...
Johann74 Posted February 3, 2012 Share Posted February 3, 2012 Tu peux un peux plus détailler ? Genre ta juste remplacer le boot.img dans le dossier CWM? Quote Link to comment Share on other sites More sharing options...
GeekndGamer Posted February 3, 2012 Share Posted February 3, 2012 J'ai réussi mais merdouille sa ma réinstaller la rom d'origine raaah ! Quote Link to comment Share on other sites More sharing options...
jacky2677 Posted February 3, 2012 Share Posted February 3, 2012 le zip a été posté sur xda : http://forum.xda-developers.com/showthread.php?t=1478995 Quote Link to comment Share on other sites More sharing options...
GeekndGamer Posted February 3, 2012 Share Posted February 3, 2012 Sinon pas trés fonctionel pour flasher un zip qui est tout en bas il faut faire plusieurs glissement alors qu'avant sa nous ammenez direct la ou ils etaient placés Quote Link to comment Share on other sites More sharing options...
Zouu Posted February 3, 2012 Share Posted February 3, 2012 Comment est ce qu'on l'installe ? Quote Link to comment Share on other sites More sharing options...
GeekndGamer Posted February 3, 2012 Share Posted February 3, 2012 Moi dans Nvflash j'ai remplacé le l'image du recovery par celui déjà présent avec j'ai flasher mais je pense que c'est pas la bonne méthode parce que [color=red][b]sa[/b][/color] m'a tout réinstaller mais j'ai le recovery Touch ! Quote Link to comment Share on other sites More sharing options...
QuentinZmiro Posted February 3, 2012 Share Posted February 3, 2012 (edited) Tu peux un peux plus détailler ?Genre ta juste remplacer le boot.img dans le dossier CWM? J'ai renommé le CWM-int.img en CWM-int.img.bak puis j'ai glisser dans le même dossier le nouveau CWM et je l'ai renommé en CWM-int.img puis j'ai lance le .bat associé Envoyé 2X plus vite avec mon P990 Edited February 3, 2012 by Marsou77 Quote Link to comment Share on other sites More sharing options...
apashe Posted February 3, 2012 Share Posted February 3, 2012 Et il change beaucoup de choses? Ou c a peu pres pareil au fond? Quote Link to comment Share on other sites More sharing options...
Fijaos Posted February 3, 2012 Share Posted February 3, 2012 (edited) J'ai appliquer la modif : http://dl.dropbox.co...touch%20O2X.zip Procedure : Telecharger le zip et dezziper le "Connectez votre téléphone à votre ordinateur et assurez-vous que le "Débogage USB' est activé [Paramètres>Applications>Développement] En fonction de votre système d'exploitation: - windows: install-EXT-clockworkmod-windows.bat - mac: Ouvrez un terminal, déplacez vous dans le dossier crée précédemment, et tapez chmod +x install-clockworkmod-mac.sh ./install-XXX-clockworkmod-mac.sh - linux: Ouvrez un terminal, déplacez vous dans le dossier crée précédemment, et tapez chmod +x install-clockworkmod-linux.sh ./install-XXX-clockworkmod-linux.sh 5) Attendre quelques secondes... (vraiment pas beaucoup) et... C'est fini !" Sa marche chez moi . Source du tuto : " Edited February 3, 2012 by Fijaos 1 Quote Link to comment Share on other sites More sharing options...
rronly Posted February 4, 2012 Share Posted February 4, 2012 Super merci bien Message envoyé avec l'application Forum Frandroid Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.