diff --git a/Guides/FAQ.md b/Guides/FAQ.md new file mode 100644 index 0000000..7138254 --- /dev/null +++ b/Guides/FAQ.md @@ -0,0 +1,5 @@ +# FAQ + +## If "5. Install LinegaeOS recovery image" does not work + +You an try `fastboot flash boot_a ` or `fastboot flash boot_b `. The `boot_a` is the name of our recovery boot partition. If your FP was rooted several times this my result in a non factory partition name ... \ No newline at end of file diff --git a/Guides/LineageOsInstallation.md b/Guides/LineageOsInstallation.md index 19c5def..faa3a46 100644 --- a/Guides/LineageOsInstallation.md +++ b/Guides/LineageOsInstallation.md @@ -65,7 +65,7 @@ All checks passed? Then lets continues: 1. by typing on your computer `fastboot flash recovery ` ( is the img-file you have downloaded in 1.). 1. With the device powered off, hold Volume Up + Power. Release when boot logo appears. 1. in case of Fairphone3 - 1. by typing on your computer `fastboot flash boot_b ` ( is the img-file you have downloaded in 1.). + 1. by typing on your computer `fastboot flash boot ` ( is the img-file you have downloaded in 1.). 1. On the phone you should not see any difference and you phone should remain in the bootloader screen. Then hold Volume Up + Power. Release when boot logo appears. Please take care not to boot in to your old Android / FairphoneOS. If you missed the proper reboot into recovery by buttons you've to step back to step 1. because your old os reinstall its own recovery over the one you installed. @@ -96,7 +96,7 @@ If you can't abstain from the Google Apps or the Google Play Store there exist p 1. Download the favored version from [here](https://opengapps.org/). 1. Install the gapps the same way, you installed LineageOs: `adb sideload ` -## 6. Reboot into LineageOS and prepare for OEM Lock +### 6.2 Reboot into LineageOS and prepare for OEM Lock Reboot the system then your phone should start the installed LineageOS. Then do again steps 2.1 - 2.4 to re-enable USB-debugging and boot again into fastboot mode with `adb reboot bootloader`.