From e002c02a1c3743a7a343dc5ba679c84c261b94d0 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 17 Sep 2021 17:03:51 +0200 Subject: [PATCH] one more difference between FP2 & FP3 --- Guides/LineageOsInstallation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Guides/LineageOsInstallation.md b/Guides/LineageOsInstallation.md index 5f70890..663e806 100644 --- a/Guides/LineageOsInstallation.md +++ b/Guides/LineageOsInstallation.md @@ -53,7 +53,9 @@ The next step is the critical one. If this step goes wrong your fairphone may re All checks passed? Then lets do the work: 1. Type on your computer `fastboot oem unlock`. -1. Install fastboot image by typing `fastboot flash recovery ` on your computer ( is the img-file you have downloaded in 1.). +1. Install fastboot image + 1. in case of Fairphone2 by typing on your computer `fastboot flash recovery ` ( is the img-file you have downloaded in 1.). + 1. in case of Fairphone3 by typing on your computer `fastboot flash boot ` ( is the img-file you have downloaded in 1.). 1. Type on your computer `fastboot oem lock`. OEM unlocking / locking will erase all data, so we should ensure to do the lock again now.