Hello,
I have a problem for finishing the installation of the E/ on my fairphone 4: the last step does not work at all. I use that page to do it: Install /e/ on a Fairphone FP4 - “FP4”
I’m on mac, so I use terminal for commands.
I did everything, all going well until the last part
"## Installing /e/
Installing /e/ using IMG or image file
- Boot your FP4 in bootloader mode, and plug it to your computer (OK)
- On your computer, download the zip file from the link provided above. Unzip the folder and browse into it"
This last sentence never had sense for me: what should I browse into what? So, I try to put the folder unzip into the terminal, and it just said “:is a directory”. So I tried writing the commands listed, first all of them then just one, but for the same result “-bash: fastboot: command not found”
Looking for a solution here, I find someone talking about “a” and “b” of the different lines, but I don’t understand what solution is was explaning. So I tried different way of writing it, but the result is always the same.
Here’s all the thing I tried on terminal (I did again all the step to show here what I’ve done and show that I don’t miss any step, but I can seems to finish the installation)
Last login: Sun Feb 6 20:17:42 on ttys001
iMac-de-Audrey:~ audreyboquie$ cd /Users/audreyboquie/Desktop/platform-tools
iMac-de-Audrey:platform-tools audreyboquie$ ./adb devices
List of devices attached
5381e267 device
iMac-de-Audrey:platform-tools audreyboquie$ ./adb reboot bootloader
iMac-de-Audrey:platform-tools audreyboquie$ ./fastboot devices
5381e267 fastboot
iMac-de-Audrey:platform-tools audreyboquie$ ./fastboot flashing unlock
FAILED (remote: ’ Device already : unlocked!’)
fastboot: error: Command failed
iMac-de-Audrey:platform-tools audreyboquie$ ./fastboot flashing unlock_critical
FAILED (remote: ’ Device already : unlocked!’)
fastboot: error: Command failed
iMac-de-Audrey:platform-tools audreyboquie$ fastboot flash bluetooth_a bluetooth.img
-bash: fastboot: command not found
iMac-de-Audrey:platform-tools audreyboquie$ fastboot flash bluetooth bluetooth.img
-bash: fastboot: command not found
iMac-de-Audrey:platform-tools audreyboquie$ fastboot flash bluetooth_b bluetooth.img
-bash: fastboot: command not found
iMac-de-Audrey:platform-tools audreyboquie$ ./fastboot flash bluetooth_b bluetooth.img
fastboot: error: cannot load ‘bluetooth.img’: No such file or directory
iMac-de-Audrey:platform-tools audreyboquie$ ./fastboot flash bluetooth_a bluetooth.img
fastboot: error: cannot load ‘bluetooth.img’: No such file or directory
iMac-de-Audrey:platform-tools audreyboquie$ ./fastboot flash bluetooth bluetooth.img
fastboot: error: cannot load ‘bluetooth.img’: No such file or directory
iMac-de-Audrey:platform-tools audreyboquie$
Yes, I tried differents formulations but none of them works. So if somebody can help me understand what I’m doing wrong or how to finish the install I will be really relief. Thanks