Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab690f48 authored by Pranav's avatar Pranav
Browse files

Merge branch 'fairphone-3-plus-v-1-point-6-fix' into 'master'

Fix your Fairphone 3+ after v1.6 update

Closes #777

See merge request e/documentation/user!864
parents 8521d9d4 746b9a11
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
    <li><a href="{% translate_link support-topics/micro-g %}">microG</a></li>
    <li><a href="{% translate_link support-topics/how-does-e-os-compare %}">/e/OS in comparison to other Privacy focused Operating Systems</a></li>    
    <li><a href="{% translate_link support-topics/use-murena-one-with-att %}">Use the Murena One with AT&T</a></li>   
    <li><a href="{% translate_link support-topics/fairphone-3-plus-v-1-point-6-fix %}">Fix your Fairphone 3+ after v1.6 update</a></li>   
    <li><a href="{% translate_link support-topics/other-questions %}">Other questions</a></li>
</ul>

+47 −0
Original line number Diff line number Diff line
We recently discovered that /e/OS users were unable to boot their Fairphone 3+ after upgrading from Android 10 to Android 11. If you are one among these affected users, you can fix your /e/OS by following the steps below.

Requirements:
1. A computer that runs Linux or Windows
1. A data cable for connecting your phone to your computer. A charging-only cable will not work.

**Step 1**: Download the archive file using the link below.

[https://images.ecloud.global/stable/FP3/fix_fp3.zip](https://images.ecloud.global/stable/FP3/fix_fp3.zip)

**Step 2**: Unzip the downloaded archive by right-clicking the archive and selecting the extract option. You can also do it by entering the following command into a terminal.

```
unzip PATH_TO_NAME_OF_ARCHIVE
```

After archive extraction, you will be able to see some files, and folders/directories.

1. The `bin-linux-x86` folder/directory containing Linux tools such as fastboot and adb.
1. The `bin-msys` folders/directory containing Windows tools such as fastboot and adb.
1. A flashable zip file named `e-1.7-r-20230110250404-stable-FP3.zip` which will be flashed to your phone.

**Step 3**: Boot your Fairphone into recovery mode by long pressing `Power` and `Volume up` buttons together until you see an /e/ logo with recovery mode written below it.

**Step 4**: Connect your phone to your computer using a data cable.

**Step 5**: Navigate to the 'Apply update' section by short pressing 'Volume down' and then 'Power' button. Short press the 'Power' button again to confirm the ADB update.

**Step 6**: Follow the instructions below, depending on your operating system.

For Windows users:

- Navigate to the unzipped folder from Step 2
- Open a command prompt in that folder. You can follow this article on [How to open command prompt in a folder](https://www.lifewire.com/open-command-prompt-in-a-folder-5185505).
- Paste this command `bin-msys\adb.exe sideload e-1.7-r-20230110250404-stable-FP3.zip` and press Enter.

For Linux users:

- Navigate to the unzipped folder from Step 2
- Open a terminal in that folder. You can follow this article on [How to open terminal in a directory](https://www.howtogeek.com/270817/how-to-open-the-terminal-to-a-specific-directory-in-linux/).
- Paste this command `chmod +x bin-linux-x86/adb && ./bin-linux-x86/adb sideload e-1.7-r-20230110250404-stable-FP3.zip`

The Command prompt or terminal will indicate the progress. Wait for it to complete the tasks.

**Step 7**: When the procedure is finished, you will be taken to the recovery screen on your phone, where you can tap the `Back` button to return to the recovery home screen. On the home screen, you will notice that the reboot option is already selected, so you can just short press the `Power` button to boot into /e/OS.

Enjoy!
+8 −0
Original line number Diff line number Diff line
---
layout: page
title: Fix your Fairphone 3+ after v1.6 update
namespace: support-topics/fairphone-3-plus-v-1-point-6-fix
permalink: /support-topics/fairphone-3-plus-v-1-point-6-fix
---

{% tf pages/support_topics/fairphone-3-plus-v-1-point-6-fix.md %}