Discussion about the Open OS Fastboot Installation Guide

The OTA if you install via TWRP.

Do not unzip it.

1 Like

Thanks @_Chris for your help! I’ll go with that!

1 Like

I followed the simple steps, the install displayed “done” and when i pressed “reboot”, it said No OS installed! Are you sure you wish to power off?
That’s scary! Should i reboot?..

I went through the TWRP procedure again and had the same message…I spiwed to reboot and it seemed to work! Thanks guys!!!

1 Like

I can’t install Fairphone Open with these steps. The script output is the following:

** Fairphone Open 18.03.1 Manual Flashing Script **

WARNING: Flashing this image wipes all user data and settings on the phone.

Validating files...
Validation complete.
ERROR: Unable to create a plug-in (e00002be)

WARNING: No Fairphone 2 found in fastboot mode.
WARNING: Make sure that a Fairphone 2 is connected.
WARNING: To check for devices, type './bin-darwin/fastboot devices'.

Do you want to look for a Fairphone 2 again? [(Y)es/(n)o]: 

I have prepared the script with the following steps:

  1. Enabling developer options
  2. OEM unlock
  3. Enable USB-Debugging

I’m using macOS High Sierra with the newest Android Studio and included Android SDK.

Looks like this (see below) bug in the macOS version of the SDK, which some users are reporting still doesn’t work with fastboot version 0.0.1-4500957 (27.0.1, and definitely 26.0.1). A manual build is provided in comment 8 that appears to work for people who have commented on the bug:
https://issuetracker.google.com/issues/64292422

1 Like

Thanks for your response. I’m not sure, whether the bug still exists. I can successfully access the Fairphone using adb devices or fastboot devices, but I can’t execute the script. I also can flash successfully further developer devices from LG and Wileyfox but not the Fairphone 2.

I’m currently using fastboot version 0.0.1-4500957 on macOS 10.13.3 on a MacBook Pro with Touchbar. Another potential problem could be the USB-C port respectively driver for this device.

Anyway I switched to my Linux developer VM and managed to install Fairphone Open with KDE Neon.

Unfortunately Fairphone Open is only available for people educated in computer science. I think, Fairphone should offer Fairphone Open preinstalled, because the Google layer violates privacy and security. Today European consumers have no alternative to iOS or Google Android. There are only after marked alternatives available.

I don’t think that education in Computer Sciences is needed… Just following a tutorial. You have made it this far and the only thing stopping you is a bug. Unfortunately.

Fairphone can’t preinstall AOSP because people expect Google Services - despute all their privacy issues. Strange world, indeed.

1 Like

Hello FP Forum,

I really do want Fairphone Open but can not accomplish the manual.

I think my phone gets in fastboot, shown by the known splash screen, which stays on display instead of leading to android start up. I connect the phone via USB but flash-for-mac.command leads to the error, stated in the title of this topic. This is the complete code, triggered by the installation file:

** Fairphone Open 18.03.1 Manual Flashing Script **

WARNING: Flashing this image wipes all user data and settings on the phone.

Validating files…
Validation complete.
ERROR: Unable to create a plug-in (e00002be)

WARNING: No Fairphone 2 found in fastboot mode.
WARNING: Make sure that a Fairphone 2 is connected.
WARNING: To check for devices, type ‘/Users/sebastianschumann/Downloads/fp2-sibon-> 18.03.1-manual-switcher/bin-darwin/fastboot devices’.

Do you want to look for a Fairphone 2 again? [(Y)es/(n)o]:

I did a tutorial for installing adb and fastboot. I am in developer mode, with usb debugging enabled and media transfer mode. My cable is a transfer cable from an sony camera. I use OSX 10.13.04.

I would appreciate any ideas to try out.

https://forum.fairphone.com/t/pencil2-installing-fairphone-open-os-using-fastboot-step-by-step-guide/17522/65?u=anotherelk

https://forum.fairphone.com/t/pencil2-installing-fairphone-open-os-using-fastboot-step-by-step-guide/17522/66?u=anotherelk

Despite the fact, that I might not be able to implement a manual build in my system, the link is broken. I will try the flashing manual with a windows machine as soon as I am able to.

Thank you so far.

Had no problems setting up Fastboot & ADB upon Mac OSX 10.13.4 using this resource, which couldn’t have been easier:
http://www.stechguide.com/setup-adb-and-fastboot-on-mac-easy-step-by-step-guide/

1 Like

ADB and Fastboot are not missing on my system. But your resource was helpful to proof that. The expectet files can be founf in finder. But adb devices does not lead to the expectet output (fastboot devices did). Can anybody understand this?

schuseba-wlan2:~ sebastianschumann$ fastboot devices
fdbdb62a fastboot
schuseba-wlan2:~ sebastianschumann$ adb devices
List of devices attached

@Realcyke

Is there an error in PATH for ADB perhaps, does anything in this resource help you?
https://stackoverflow.com/questions/17901692/set-up-adb-on-mac-os-x

1 Like

fastboot devices works when your phone is booted into fastboot mode (aka bootloader).

adb devices works when your phone is booted into something supplying USB debugging, most prominently Android, or perhaps the TWRP recovery.

Short: fastboot and adb don’t work at the same time.

1 Like

Again this was helpful resource. I installed homebrew which made the phone appear in the list after typing adb devices. Unfortunately this seems to be only one step forward. I get the same error message when I launch flash-for-mac.command. The phone is still not recognized for this operation. :disappointed:

I tried the different operating modi and can proof this information. Thanks for this insight. Now I know that adb and fastboot work properly for me. The Error has to come from another direction.

I used a windows 7 machine which did the job without any issues.
And, by the way, I like Fairphone Open a lot.

1 Like

The error comes from the fact that the manual switcher is using the fastboot in /bin-darwin. If you try to replace that fastboot with the one from https://issuetracker.google.com/issues/64292422 (which works in High Sierra), you get a checksum error.

Was only able to workaround this using another Mac that had El Capitan.

Thank you! I have been trying all day to do this and your instructions were very clear. Am very happy to have Open OS again :smiley:

1 Like