WebInstaller - Plantage fatal à l'étape RecoveryMode

Bonjour,
Je suis complétement perdu ! Mon téléphone Pixel 8 a complétement planté lors de l’installation avec le nouveau Web Installer !
Je suis arrivé jusqu’à l’étape ou il faut lancer le “recovery mode” et là Web Installer a planté.

Depuis ce moment le téléphone ne fait que rebooter dans le vide.
J’arrive à lancer le FastBoot Mode (Power + Down), mais Web Installer /e/os n’arrive pas a détecter le téléphone en Fast Boot Mode, par contre le système de récupération de Google (Google Pixel - Update and Software Repair) oui, sauf que lorsqu’on relance “Recovery Mode” ou “Rescue Mode” dans le FastBoot, le téléphone redémarre en boucle et perd la connexion USB.

Avez-vous une idée de comment réparer mon téléphone, il paraît désormais irrécupérable ?

Pierre


Hello,
I’m completely lost! My Pixel 8 phone completely crashed during installation with the new Web Installer!
I got to the step where I had to launch “recovery mode,” and then the Web Installer crashed.

Since then, the phone has been rebooting indiscriminately.
I can launch FastBoot Mode (Power + Down), but Web Installer /e/os can’t detect the phone in Fast Boot Mode. However, Google’s recovery system (Google Pixel - Update and Software Repair) can, except that when I restart “Recovery Mode” or “Rescue Mode” in FastBoot, the phone restarts in a loop and loses the USB connection.

Do you have any idea how to fix my phone? It now seems unrecoverable?

Pierre

You will find command to type here :
Install /e/OS on a Google Pixel 8 - “shiba”

Merci Piero. Je viens d’essayer l’installation via la command windows mais j’ai l’impression que cela ne fonctionne pas, notamment avec la commande adb
J’ai le message suivant,
C:\platform-tool>adb devices
List of devices attached

Du coup, je n’arrive pas à installer la build avec "adb sideload … ".

Je n’ai également pas trouvé le fichier “recovery”…

pour une comprehension globale du processus voir :

comme beaucoup, tu as probablement un soucis de driver Windobe :

  • ouvrir le gestionnaire de périphériques avec l’appareil branché, mode USB debugging activé (et ordinateur authorisé), puis lancer Windobe Update ET choisir l’option mise à jour des composants optionnels (ou un truc comme ça…)
  • faire de meme avec l’appareil en mode fastboot

Merci pour ces compléments.

Mais là, le plantage a l’air particulier. J’ai bien pu mettre à jours le gestionnaire de périphérique “Android Bootloader Interface” mais uniquement lorsque le téléphone est en mode Fastboot.
Le PC ne reconnait pas le téléphone s’il n’est pas en Fastboot. Et quand il démarre sans que je le mette en Fastboot, il tourne en rond… Interface “The bootloader is unlocked and software…” avec le bouton power qui peut juste faire “Press power button to resume” ou “Press power button to pause”, puis j’ai l’écran blanc avec le logo (Google) et écran noir et de nouveau la première interface, etc., etc.

Je suis obligé d’entrer dans le Fastboot Mode pour sélectionner “Power Off” et l’éteindre…

Et ce depuis que j’ai utilisé le WebInstaller qui a planté.

il faut etre en mode recovery pour faire cela,
tu dois d’abord flasher un “custom-recovery” en utilisant fastboot

le fichier recovery.img est dans le IMG-e-2.8-a14-20250219469961-official-shiba.zip que tu as déja téléchargé… mais s’appelle vendor_boot.img

OUPS !
la documentation est correct pour la version 2.6.3,
mais ne correspond plus aux fichiers fournis pour les versions 2.7 et 2.8
sur la page https://images.ecloud.global/official/shiba/

je vois 3 options :

  1. plus prudent, installer la version 2.6.3 en suivant les instructions officielles du Pixel8, puis mettre à jour depuis /e/OS → paramètres → gestionnaire de mise à jour.

  2. plus malin, installer la version 2.8 en suivant les instructions officielles du Pixel8, MAIS en utilisant CE fichier :
    https://ota.ecloud.global/official/shiba/e-2.8-a14-20250219469961-official-shiba.zip

  3. plus simple, installer la version 2.8 en suivant une partie des instructions d’un autre appareil (par example celles que j’ai adaptés du FP4) en utilisant le fichier que tu as déjà
    https://images.ecloud.global/official/shiba/IMG-e-2.8-a14-20250219469961-official-shiba.zip



Unlocking the bootloader

Tip: The steps given below only need to be run once per device.

Warning: Unlocking the bootloader will erase all data on your device! Before proceeding, ensure the data you would like to retain is backed up to your PC and/or an online drive

Warning: Some vendors/manufacturers prevent the bootloader from being unlocked. Depending on where your device was acquired you may or may not be able to unlock the bootloader. To verify if your device is compatible please check the devices list.

  1. Enable OEM unlock in the Developer options under device Settings, if present.
  2. Connect your device to your PC via USB.
  3. On the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window, and type:
 adb reboot bootloader

You can also boot into fastboot mode via a key combination:

  • With the device powered off
  • hold Volume Down + Power
  1. Once the device is in fastboot mode, verify your PC finds it by typing:
 fastboot devices

8.Tip:* If you see no permissions fastboot while on Linux or macOS, try running fastboot as root.

  1. Now type the following command to unlock the bootloader:
 fastboot flashing unlock
  1. If the device doesn’t automatically reboot, reboot it. It should now be unlocked.
  2. Since the device resets completely, you will need to re-enable USB debugging to continue.

puis

Installing /e/OS (instructions adaptées du FP4)

Tip: For Windows users, we advise to use Git Bash. For more info about Downloads and Installation see Official Documentation

  1. Unzip the archive
 unzip IMG-e-2.8-a14-20250219469961-official-shiba.zip

Alternately you can create a folder and unzip the archive there.

  1. Confirm that extracted directory contains following content:
  • bin-linux-x86 directory - which contains linux tools including fastboot and adb
  • bin-msys directory - which contains Windows tools including fastboot and adb
  • img files - The img files that are to be flashed onto the device.
  • flash_shiba_factory.sh - The installer script.
  1. Boot into bootloader/fastboot mode.
  • With the device powered off
  • hold Volume Down + Power
  1. Run the installer script on Terminal(Linux) or on Git Bash UI(Windows).
  • Make sure you are in the current directory which contains the flash_shiba_factory.sh file.Linux
  • Right click → Open terminal here
  • Execute the following command:
 chmod +x flash_shiba_factory.sh && ./flash_shiba_factory.sh

5.Windows*

  • Right click → Git Bash here
  • Execute the following command:
 chmod +x flash_shiba_factory.sh && ./flash_shiba_factory.sh

The script will flash all required files and will wait for input at the last step. Proceed to locking the bootloader.

Je viens de réussir à récupérer le téléphone… :disappointed_relieved:
Via l’outil https://flash.android.com/ qui a bien voulu restaurer une configuration Android (Google) à partir du Fastboot…
Bon je suis un peu refroidi ce soir pour repasser sur /e/os…, j’étais sur Grapheneos juste avant avec ce téléphone.

Merci beaucoup pour le coup de main en tout cas.
Je vais encore réfléchir à tout ça.

1 Like

@manoj, it is not the first report ! …