Installing iodé to a Pixel 5 with a macos computer

Hello everyone,

I need help to install iodéos on a Pixel 5 from a macos computer running Ventura 13.7.8.

On the iodé website, there is only installers for Windows or Linux, so I have tried the manual installation:

  • I’ve installed adb and fastboot on my mac
  • fastboot flashing unlock in working
  • fastboot devices is working and find my device

Unzip fastboot package and execute flash-all.sh (linux) or flash-all.bat (windows)

Then I’m not sure what to do, if I try to execute flash-all.sh I get this error: linux/fastboot: No such file or directory.

Thanks for your help!

I could install it with running this command like this:

./flash-all.sh
2 Likes

Hi there! I got stuck at this same point trying to install iodé 7.1 on a Fairphone 6. I used the solution above (adding ./) and still got “linux/fastboot: No such file or directory”. Has anyone else successfully installed this version using a macbook? And I’m on Ventura 13.7.8, the same as OP.

can you navigate and see if <current directory>/linux/fastboot exists? It seems to not be found…