i think there is no partition called “/recovery” in your FP3.
so, you will need to
also download or copy/paste the “twrp-3.7.0_9-0-FP3.img” file into the phone memory : internal storage (labelled /sdcard) or physical SDcard (labelled /external_sd) .
from the Computer, first launch :
fastboot boot twrp-3.7.0_9-0-FP3.img
reboot the device to recovery mode
then from the device, freshly booted in TWRP, using its install feature,
select /sdcard/twrp-3.7.0_9-0-FP3.img file, and point to the /boot partition
.
as described here :
.
You can boot into twrp using fastboot boot <twrp.img>
I have also included a twrp-installer zip-file that can be used to install TWRP to your device.
If you get a message, that your phone is corrupted and will shut down after 30 seconds,
you need to press the power button and the boot will continue.
You can reset the message using adb reboot "dm-verity enforcing"
If fastboot boot fails, it is likely, because your current slot is marked as unbootable.
To reset the retry-counter, you need to set it active again using fastboot. fastboot getvar current-slot fastboot --set-active=<slot>
Note: When flashing full stock images, that include sbl1 or aboot, make sure both slots have a working fastboot before flashing. And never flash both slots without first testing on one.
.
and here :
.
Installation:
WARNING: If you accidently flash TWRP to your device using fastboot instead of temporarily booting the image, you will need to download the latest factory image for your device and reflash the boot image.
Download the correct image file and copy the file into the same folder as your platform-tools as well as device’s storage. Rename the image to twrp.img.
Now reboot to fastboot/download/bootloader mode by using adb or manual key combos (Use Google to find that if you are not sure). To use adb to reboot, use the following command:
adb reboot bootloader
Temporary boot the downloaded image using the following command:
fastboot boot twrp.img
Preferred Installation Method: Once booted, navigate to the Advanced > Flash Current TWRP option. This will install the TWRP image you just booted permanently to the device.
Alternate Installation Method: Once booted, navigate to the Advanced > Install Recovery Ramdisk option. This will ask you to select the image you want to install TWRP from. Select the TWRP image you just downloaded and copied into device storage. Proceed to install this image.
NOTE: You also need to use the “Fix Recovery Bootloop” option present in the same Advanced Tab. Use that option after you have installed the recovery ramdisk successfully to avoid boot loops happening from installing TWRP Permanently.
After this is done, you have successfully installed TWRP on your device.
Mais après l’étape 2, le FP3 s’éteint automatiquement et impossible de le remettre en tension avec le bouton Marche/arrêt. Je suis obligé d’enlever la batterie et de la remettre.
Problème également avec la méthode alternative " Alternate Installation Method" : en mode e-recovery/advanced, voici les options:
reboot to bootloader
reboot to recovery
mount/unmount system
view recovery logs
enable ADB
power off
=> il n’y a pas l’option " Install Recovery Ramdisk option"