chmod +x flash_FP6_factory.sh && ./flash_FP6_factory.sh
INFO: You are using a Linux distribution.
INFO: Looking for connected device(s)...
factory.common: line 78: /home/dobbo/Downloads/IMG-e-3/bin-linux-x86/fastboot: Permission denied
WARNING: No Fairphone 6 found in fastboot mode.
WARNING: Make sure that a Fairphone 6 is connected.
Do you want to look for a Fairphone 6 again? [(Y)es/(n)o]:
Using fastboot devices, I can see the device in fastboot mode however the install script does not seem to be able to detect it.
I have also tried running the install script as sudo, to no avail.
With apologies for such a simple suggestion, have you tried using different USB cables, or different ports? Iâve encountered a number of weird problems that were fixed this way. Worth a shot if you havenât tried it!
This instance of fastboot is perhaps not executable. Edit strange use of âperhapsâ, better ânot executable or otherwise wrongâ; please check if is is marked executable, change if not:
I am however now having another problem, the flashing of the ROM seems to be stuck at the first step,
chmod +x flash_FP6_factory.sh && ./flash_FP6_factory.sh
INFO: You are using a Linux distribution.
INFO: Looking for connected device(s)...
INFO: One Fairphone 6 in fastboot mode found (serial number: 1be3fe07).
Info: Your phone is in regular bootloader mode.
Sending 'bluetooth_a' (812 KB)
factory.common: line 78 contains this âbundledâ use of fastboot
$("${FASTBOOT_BIN}" devices
The problem also occurred here Install e on fairphone 4 - #15 by florent.wehrli. The install seemed problematic even after eliminating that error. (User error ?? â strange âflowâ in that thread ??)
At your new âfail pointâ the actual flashing depends on âflash or abortâ so there is no error message in the event any one partition fails to flash. Very often a fail to flash like this will resolve on a second or third attempt.
⌠or something else is wrong ! Did you check the sha256sum of your download?
With two odd errors I would download again and be sure to check the sha256sum.
Check that adb and fastboot are enabled on your PC. If not you can find the setup instructions here
⌠and the old one ⌠check the full USB chain ⌠best data cable, (for better transmission maybe âhigh capacityâ ??) , generally avoid hubs (unless known and tested) beware the possibility of a hub hidden in a laptop, try to connect the USB cable to the PC/ laptop USB port soldered to the motherboard.
In this post Install e/OS on Fairphone 6 - #62 by poog72 use of correct USB port seemed to correct a problem where the install script started fine but then failed repeatedly to flash one partition and aborted.
None of these suggestions helped unfortunately. However I did notice something. In other posts where they posted the log of flashing the ROM, theirs said Your phone is in fastbootD mode whereas mine says Your phone is in regular bootloader mode.
chmod +x flash_FP6_factory.sh && ./flash_FP6_factory.sh
INFO: You are using a Linux distribution.
INFO: Looking for connected device(s)...
INFO: One Fairphone 6 in fastboot mode found (serial number: 1be3fe07).
Info: Your phone is in regular bootloader mode.
Sending 'bluetooth_a' (812 KB)
Is this normal?
I was also thinking of trying to flash it on a windows PC rather than my Arch Linux laptop to see if this helps.
EDIT : I also checked the sha256sum and it seemed to be correct. The above errors happened with both the official and community builds.
The initial echo from âfind deviceâ in the script is as you show. The phone is booted into fastbootD during the script run. You could check the script to see the relation as it might correctly appear in the output in case this is a part of the problem.
About the âbundled use of fastbootâ I found no helpful fix just pointers.
It would be very interesting to hear @dobbo what you felt was your solution. Many Fairphone install problems which start like this seem to have ended without a documented fix.
To be completely honest I have no idea how this was solved. I used the same Arch linux machine but opened and checked the flash_FP6_factory.sh and factory.common scripts then tried again and it seemed to work no problem.
I did try uninstalling and re-installing the android-tools package however before checking the scripts this seemed to make no difference.
I was having this problem (Stuck at âSending âbluetooth_aâ (812 KB)â) when using a cable for charging via USB-C (100 Watt). It worked when I used an USB-C cable for my SSD.