Hi! First of all @Luksus, thanks for your incredible work!
I am trying to flash my FP3+ and eventually I am stuck in the "Fairphone - Powered by android screen"; I've already read posts related to this, but it may be that instructions are scattered or that I am not understanding them properly:
Here is what I did, maybe @KoenS or @AlphaZingarus could help me out too.
First, I checked that I have Android 10, unlocked OEM, downloaded latest Halium 10 build and went into fastboot mode. Then:
Attempt 1
- Unlock flashing:
fastboot flashing unlock
- Wipe data using TWRP, having downloaded twrp image:
fastboot boot twrp-3.5.2_9-0-FP3.img
. Then, from TWRP menu, slide for "Swipe to Allow Modifications" -> "Wipe" -> "Format Data".
- Flash boot image:
fastboot flash boot boot.img
-> SUCCESS
- Flash system image:
fastboot flash system system.img
-> SUCCESS
- Power on the FP3 -> Stucked in android start screen
Attempt 2
- Unlock flashing:
fastboot flashing unlock
- Flash boot image:
fastboot flash boot boot.img
-> SUCCESS
- Flash system image:
fastboot flash system system.img
-> SUCCESS
- Wipe data using TWRP, exactly the same way as in Attempt 1
- Power on the FP3 -> Stucked in android start screen
Any ideas? Is it related to wiping data process? Am I doing something wrong? Thank you very much in advance!