To solve my FRP problem on my just installed /e/OS, I have to reinstall stock Android to remove my Google account and then reinstall /e/OS again.
So I downloaded FP6.QREL.15.151.0.20251011181017_VS1P-factory (the oldest one, older then the /es/OS version).
Got my FP6 ready in fastboot mode:
# fastboot devices
******** fastboot
# fastboot oem device-info
(bootloader) Verity mode: true
(bootloader) Device unlocked: true
(bootloader) Device critical unlocked: true
(bootloader) Charger screen enabled: true
OKAY [ 0.001s]
Finished. Total time: 0.001s
And started the script:
./flash_fp6_factory.sh
*** The Fairphone (Gen. 6) flashing script ***
INFO: The procedure will start soon. Please waitâŠ
INFO: The package type is âuser-factoryâ
INFO: You are using a Linux distribution.
INFO: Validating the integrity of the package.
This might take a while. Please waitâŠ
INFO: Validation complete.
WARNING: Flashing this image wipes all user data and settings on the phone.
It will also remove the Google factory reset protection.
Are you sure you want to continue?
Type âYesâ (case sensitive) and press enter to continue: Yes
INFO: Looking for connected device(s)âŠ
INFO: One The Fairphone (Gen. 6) in fastboot mode found (serial number: ********).
And then it got back directly to the prompt, nothing had happened.
I also tried it from the fastbootd mode with the same result.
There was no bin-linux-x86 directory in the zip file, so I copied it over from the eos one.
The README had a Linux section, so that should work.
Any idea?