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

Commit b6b8e06c authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Merge branch '110-add-fp3' into 'master'

Resolve "Add FP3"

Closes #110

See merge request e/documentation/user!93
parents 23d02ce9 5c98da62
Loading
Loading
Loading
Loading

_data/devices/FP3.yml

0 → 100644
+61 −0
Original line number Diff line number Diff line
architecture: arm
battery: {removable: True, capacity: 3060, tech: 'Li-Ion'}
bluetooth: {spec: 5.0 + LE}
cameras:
- {flash: 'LED', info: '12 MP'}
- {flash: '', info: '8 MP'}
channels:
codename: FP3
cpu: Kryo 250
cpu_cores: '4'
cpu_freq: 2.26 GHz
current_branch: 16.0
depth: 9.89 mm (0.386 in)
download_boot: With the device powered off, hold <kbd>Volume Down</kbd> + <kbd>Power</kbd>. Release when boot logo appears.
gpu: Adreno 506
height: 143 mm (5.63 in)
image: FP3.png
install_method: fastboot_unlocked
kernel: android_kernel_fairphone_msm8974
maintainers: []
models:
name: FP3
network:
- {tech: 2G, bands: '850 900 1800 1900' }
- {tech: 3G, bands: '8(900) 2(1900) 1(2100) ' }
- {tech: 4G, bands: '3(1800) 7(2600) 20(800)' }
peripherals: [Compass, Accelerometer, Gyroscope, Light sensor, Dual SIM, FM radio, GPS, GLONASS, Proximity sensor]
ram: 4 GB
recovery_boot: With the device powered off, hold <kbd>Volume Up</kbd> + <kbd>Power</kbd>. Release when boot logo appears.
release: 2019-08
screen: 158 mm (6.2 in)
screen_ppi: 427
screen_res: 1080x2160
screen_tech: LCD TFT/IPS
sdcard: up to 128 GB
soc: Qualcomm Snapdragon 632
storage: 64 GB
type: phone
vendor: Fairphone
vendor_short: fairphone
versions: pie
width: 71 mm (2.83 in)
wifi: 802.11 b/g/n/ac
status: dev
# values: fastboot_unlocked, fastboot_nexus, fastboot_htc, fastboot_huawei, dd, fastboot_lg, fastboot_motorola, heimdall, fastboot_sony
#root_method: []
#models: []
before_install: before_install_FP3
is_ab_device: true
#no_oem_unlock_switch:
#custom_unlock_cmd:
#custom_recovery_codename:
#fastboot_boot: true
#is_unlockable: false
#download_boot:
#recovery_boot:
is_lineageos_official: false
#update_vendors: true
#custom_recovery_link:
#unlock_bootloader_guide:
install_e: install_e_FP3
+9 −0
Original line number Diff line number Diff line
## Unlock the bootloader

-  Allow the bootloader unlocking by following the official FP documentation available at [https://support.fairphone.com/hc/en-us/articles/360041655711-Unlock-the-bootloader-of-your-Fairphone-3](https://support.fairphone.com/hc/en-us/articles/360041655711-Unlock-the-bootloader-of-your-Fairphone-3)
- Reboot the device on fastboot mode by running `adb reboot bootloader` (or press `Power` + `Volume -` if your device is off)
- Once on fastboot mode, unlock the device by running `fastboot flashing unlock`
    > On previous versions of `fastboot`, the command is `fastboot oem unlock`

- The device will ask you to confirm the unlocking. Confirm by selecting **UNLOCK THE BOOTLOADER** and confirm with `Power`
- The device reboot automatically. It will show a warning. Press `Volume +` or `Volume -` to display boot options, select `fastboot` and confirm with `Power` to reboot on fastboot
+7 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
  {% include alerts/warning_prevent_os_downgrade.md %}
{% endif%}

{% include requirements.md %}

{% if device.before_install %}
{% capture before_install %}templates/{{ device.before_install }}.md{% endcapture %}
{% include {{ before_install }} %}
{% endif %}

{% include requirements.md %}

{% if device.recovery_install_method %}
{% capture recovery_install_method %}templates/recovery_install_{{ device.recovery_install_method }}.md{% endcapture %}
{% include {{ recovery_install_method }} %}
@@ -26,7 +26,12 @@
- [{{status}}](https://images.ecloud.global/{{status}}/{{device.codename}}/) ({{device.versions}})
{%- endfor %}

{% if device.install_e %}
{% capture before_install %}templates/{{ device.install_e }}.md{% endcapture %}
{% include {{ before_install }} %}
{% else %}
{% include install_e.md %}
{% endif %}

{% if device.is_lineageos_official %}
{% include licence_device.md %}
+26 −0
Original line number Diff line number Diff line
## Installing /e/ from the bootloader

1. Unzip the archive

    ```shell
    unzip <zip>
    ```

1. Install /e/ using the following commands (from fastboot mode)

    ```shell
    fastboot -w
    fastboot flash system system.img
    fastboot flash boot boot.img
    fastboot flash vendor vendor.img
    fastboot flash dtbo dtbo.img
    fastboot flash product product.img
    fastboot flash vbmeta vbmeta.img

    fastboot flashing lock
    ```
    > The last command will ask you to confirm on the device to lock the bootloader. Select **LOCK THE BOOTLOADER** with `Volume +` and valid with `Power`.

    > On previous version of `fastboot`, the last command is `fastboot oem lock`

1. Enjoy! The device reboot automatically on /e/.

images/devices/FP3.jpg

0 → 100644
+52.4 KiB
Loading image diff...
Loading