Reverrouiller / relock bootloader Fairphone 4 après installation / after installation french / english

Résumé de la procédure pour reverrouiller le bootloader du Fairphone 4 sous /e/OS

:small_blue_diamond: 1. Installation d’ADB et Fastboot sur Kubuntu

Ouvrez un terminal et installez les outils nécessaires :

bash

Copier le code

sudo apt update && sudo apt install android-tools-adb android-tools-fastboot

:small_blue_diamond: 2. Activer le Débogage USB et le Déverrouillage OEM

Sur votre téléphone :

  1. Allez dans Paramètres > À propos du téléphone
  2. Appuyez 7 fois sur Numéro de build pour activer les Options pour les développeurs
  3. Allez dans Paramètres > Système > Options pour les développeurs
  4. Activez Débogage USB et Déverrouillage OEM

Branchez votre téléphone à votre PC et autorisez le débogage USB lorsqu’une notification apparaît.

:small_blue_diamond: 3. Redémarrer en mode Fastboot

Dans le terminal, tapez :

bash

Copier le code

adb reboot bootloader

Si cela ne fonctionne pas, éteignez votre téléphone et maintenez Volume bas + Power jusqu’à voir le mode Fastboot.

:small_blue_diamond: 4. Vérifier la connexion Fastboot

Dans le terminal, testez la connexion avec :

bash

Copier le code

fastboot devices

Si votre téléphone apparaît, vous pouvez continuer.

:small_blue_diamond: 5. Vérifier la possibilité de reverrouillage

Tapez :

bash

Copier le code

fastboot flashing get_unlock_ability

Si la réponse est 1, vous pouvez verrouiller le bootloader.

:small_blue_diamond: 6. Reverrouiller le bootloader

Exécutez ces commandes :

bash

Copier le code

fastboot flashing lock_critical
fastboot flashing lock

Confirmez sur le téléphone si demandé.

:small_blue_diamond: 7. Redémarrer et vérifier

Redémarrez le téléphone :

bash

Copier le code

fastboot reboot

Dans Paramètres > À propos du téléphone > État du téléphone, vérifiez que le bootloader est bien verrouillé.


:pushpin: Summary of the procedure to relock the bootloader of the Fairphone 4 under /e/OS

:small_blue_diamond: 1. Install ADB and Fastboot on Kubuntu

Open a terminal and install the required tools:

bash

Copier le code

sudo apt update && sudo apt install android-tools-adb android-tools-fastboot

:small_blue_diamond: 2. Enable USB Debugging and OEM Unlocking

On your phone:

  1. Go to Settings > About phone
  2. Tap Build number 7 times to enable Developer options
  3. Go to Settings > System > Developer options
  4. Enable USB Debugging and OEM Unlocking

Connect your phone to your PC and accept the USB debugging prompt.

:small_blue_diamond: 3. Reboot into Fastboot mode

In the terminal, type:

bash

Copier le code

adb reboot bootloader

If this does not work, power off your phone and hold Volume Down + Power until you see Fastboot mode.

:small_blue_diamond: 4. Check Fastboot connection

In the terminal, check if your device is detected:

bash

Copier le code

fastboot devices

If your phone appears, continue.

:small_blue_diamond: 5. Check if bootloader can be relocked

Type:

bash

Copier le code

fastboot flashing get_unlock_ability

If the response is 1, you can relock the bootloader.

:small_blue_diamond: 6. Relock the bootloader

Run these commands:

bash

Copier le code

fastboot flashing lock_critical
fastboot flashing lock

Confirm on your phone if prompted.

:small_blue_diamond: 7. Reboot and verify

Restart your phone:

bash

Copier le code

fastboot reboot

In Settings > About phone > Phone status, check that the bootloader is locked.

Regain your privacy! Adopt /e/OS the deGoogled mobile OS and online servicesphone

1 Like