lineageos-fairphone/Guides/InstallationIssues.md

16 lines
925 B
Markdown
Raw Normal View History

2022-11-03 12:49:55 +00:00
# Installation issues (Fairphone)
2022-01-21 16:10:58 +00:00
2022-11-03 12:49:55 +00:00
## If OEM-unlock code doesn't work on your Fairphone
2022-01-21 16:10:58 +00:00
2022-11-03 12:49:55 +00:00
If you get the message "Password verification failed" on your phone after entering the correct unlock code:
Your current Android version might be out of date, please update.
2022-01-21 16:10:58 +00:00
2022-11-03 12:49:55 +00:00
For additional information see the [Fairphone Forum](https://forum.fairphone.com/t/bootloader-unlocking-code-for-fairphone-3-not-working/66685/6)
2021-10-12 07:12:52 +00:00
## If "5. Install LinegaeOS recovery image" does not work
2022-11-03 12:49:55 +00:00
You can try `fastboot flash boot_a <image_filename.img>` or `fastboot flash boot_b <image_filename.img>`. 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.
2022-01-21 16:10:58 +00:00
2022-11-03 12:49:55 +00:00
With `fastboot getvar current-slot` you can find out whether your suffix should be `_a` or `_b`. Find more possible names in this [thread](https://forum.fairphone.com/t/find-out-boot-partitions-name/)77171