Guest Posted March 29, 2013 Share Posted March 29, 2013 Bonsoir, Après compulsion de ce site et d'XDA, j'ai tenté de flasher mon nouveau RAZR HD avec le logiciel fastboot (dont une version existe pour linux). Dans le terminal, j'ai tapé: ./fastboot update rom.zip mais ça me retourne le message d'erreur: archive does not contain 'android-info.txt' archive does not contain 'android-product.txt' error: update package has no android-info.txt or android-product.txt Une idée de ce que sont ces fichiers android-info.txt? Link to comment Share on other sites More sharing options...
Guest Posted March 29, 2013 Share Posted March 29, 2013 Bon oubliez ma question cela n'a plus d'importance. Je viens d'arriver à flasher mon RAZR HD avec la rom CEE retail avec Linux... Est-ce que ça intéresse quelqu'un si je fais un tuto? Link to comment Share on other sites More sharing options...
jixalas Posted April 2, 2013 Share Posted April 2, 2013 Salut, Pourrais tu donner la démarche a suivre, la manipulation m’intéresse. Merci. :) Link to comment Share on other sites More sharing options...
wiz Posted October 16, 2013 Share Posted October 16, 2013 bonjour, je suis moi aussi très intéressé par le tuto ! Merci Link to comment Share on other sites More sharing options...
wiz Posted October 17, 2013 Share Posted October 17, 2013 J'ai trouvé comment faire, je poste les informations ici: Dans un terminal : - j'ai installé adb : sudo apt-get install android-tools-adb - j'ai installé fastboot : sudo apt-get install android-tools-fastboot - j'ai téléchargé une version alternative de fastboot (celle des dépôts me générait certains erreurs) : www.batakang.com/ftp/devs/mattlgroff/snapdragon-fastboots.zip - j'ai rebooté le téléphone en mode fastboot : sudo adb reboot bootloader - ensuite, en utilisant la version de fastboot contenue dans le zip, lancer les opérations décrites dans le fichier xml 1 par 1 exemple : <steps interface="AP"> <step operation="oem" var="fb_mode_set" /> <step operation="flash" partition="partition" filename="partition_signed" MD5="80ed27f9dbe459defefb819e92f1ea33" /> <step operation="flash" partition="sbl1" filename="sbl1_signed" MD5="880c035fc39d4e7c912f9115cca95474" />........ <step operation="oem" var="fb_mode_clear" /> </steps> sudo snapdragon-fastboots/Linux/fastboot oem fb_mode_set sudo snapdragon-fastboots/Linux/fastboot flash partition partition_signed sudo snapdragon-fastboots/Linux/fastboot flash sbl1 sbl1_signed ........ sudo snapdragon-fastboots/Linux/fastboot oem fb_mode_clear pour ensuite rebooter le téléphone: sudo snapdragon-fastboots/Linux/fastboot reboot pour connaitre les devices connectés au pc: sudo snapdragon-fastboots/Linux/fastboot devices Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.