FairPhone 4: installing other Android flavours on this phone
Tutorial: Installing CalyxOS, eOS, and the Original FairPhone OS on Fairphone 4
Before you proceed with the installation process, please ensure that you have backed up all your important data as unlocking the bootloader and installing custom operating systems may erase your data. Also, keep in mind that this tutorial assumes you are using macOS. Let’s get started!
Prerequisites:
- Fairphone 4 with the latest software updates installed.
- A computer running macOS.
- USB cable to connect the Fairphone to the computer.
- Enable Developer Options on your Fairphone: Go to Settings > About phone > Tap on “Build number” multiple times until you see a message confirming that Developer Options have been enabled.
- Enable OEM Unlocking: Go to Settings > System > Developer options > Enable “OEM unlocking” and “USB debugging.”
Step 1: Unlock the Bootloader
-
Visit Fairphone’s Bootloader Unlocking Code page to obtain the bootloader unlock code. You’ll need to provide the IMEI 1 and serial number of your Fairphone.
-
Once you have received the unlock code, power off your Fairphone.
-
Boot your Fairphone into fastboot mode by pressing and holding the Volume Down and Power buttons simultaneously.
-
Connect your Fairphone to the computer using a USB cable.
-
Open Terminal on your macOS computer.
-
Change to the directory where you downloaded the Android platform-tools (e.g.,
cd /Users/YourUsername/Downloads/platform-tools/
). -
In Terminal, enter the following command to unlock the bootloader using the unlock code you received:
./fastboot flashing unlock
Follow the on-screen instructions on your Fairphone to confirm the bootloader unlocking process.
- For additional security, you can also run the following command to lock the critical partitions after unlocking:
./fastboot flashing lock_critical
Step 2: Installing CalyxOS
-
Download CalyxOS for Fairphone 4 from their official website: CalyxOS Fairphone 4 Downloads.
-
Extract the downloaded ZIP file to a location on your computer.
-
Reboot your Fairphone into fastboot mode again:
adb reboot bootloader
- Set the environment variable to include the path to the platform-tools:
export PATH=/Users/YourUsername/Downloads/platform-tools/darwin/:$PATH
- Flash CalyxOS onto your Fairphone:
fastboot flashall -w
This command will erase all data on your phone, so make sure you’ve backed up anything important.
- Once the process is complete, your Fairphone will reboot with CalyxOS installed.
Step 3: Installing eOS
-
Download eOS for Fairphone 4 from their official website.
-
Connect your Fairphone to the computer in fastboot mode:
adb reboot bootloader
- Set the environment variable again if needed:
export PATH=/Users/YourUsername/Downloads/platform-tools/darwin/:$PATH
- Flash eOS onto your Fairphone:
fastboot flashall -w
- Your Fairphone will reboot with eOS installed.
Step 4: Reverting to the Original FairPhone OS
If you wish to revert to the original FairPhone OS:
-
Download the Fairphone 4 original factory image from Fairphone’s website or obtain it from their support page.
-
Connect your Fairphone to the computer in fastboot mode:
adb reboot bootloader
- Set the environment variable again if needed:
export PATH=/Users/YourUsername/Downloads/platform-tools/darwin/:$PATH
- Flash the original FairPhone OS factory image onto your Fairphone:
fastboot flashall -w
- Your Fairphone will reboot with the original FairPhone OS installed.
That’s it! You’ve successfully installed CalyxOS, eOS, and the original FairPhone OS on your Fairphone 4. Remember that flashing custom ROMs and unlocking the bootloader can void your warranty, so proceed with caution and make sure you understand the risks involved. Enjoy exploring these different operating systems on your Fairphonad!
Links
- https://antoineggg.medium.com/installing-e-os-on-fairphone-4-6d7dfb208d94
- https://community.e.foundation/t/install-e-on-fp4-on-mac/38591/7
- https://developer.android.com/tools/releases/platform-tools
- https://support.fairphone.com/hc/en-us/articles/10492476238865
- https://doc.e.foundation/pages/install_easy_installer/win_fp4
- https://doc.e.foundation/devices/FP4/install
- https://doc.e.foundation/build-status