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

Commit 894cc6e0 authored by Romain Hunault's avatar Romain Hunault
Browse files

Add Wingtech devices

parent 9eddceea
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
codename: wt88047
name: Redmi 2
vendor: Wingtech
versions: [nougat]
status: [dev]
recovery_install_method: fastboot_unlocked
#root_method: []
#models: []
before_install: before_install_wt88047
#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: true
#update_vendors: true
#recovery_install_need_patch: true
#custom_recovery_link:
+23 −0
Original line number Diff line number Diff line
## Important Information:

Xiaomi has released the Android 5.1.1 update to only Redmi 2 variants with 2GB of ram.
As not all Redmi 2 variants received the update, these variants are on the latest compatible firmware.

### Terminology

- **firmware** : Controls the modem and baseband of a device

### What you need to know

- If you are installing from LP (5.x) stock MIUI, nothing needs to be done.
- If you are installing from KK (4.4) stock MIUI, you will have to update your **firmware**.
- To update your firmware:
  - You will first need to find out the model of your Redmi 2.
    Open Settings > Phone info, your model no. should be displayed under the Model section.
      - Devices with model numbers 2014811, 2014812, 2014817 2014818, 2014819, and 2014821
       should download the firmware labeled `wt88047`
      - Devices with model numbers 2014813, 2014112 should download the firmware labeled
       `wt86047`
  - Aftewards, download the latest compatible firmware [here](https://drive.google.com/drive/folders/1OvXOmgk5G_ex_NK8rKxALwSx04E-HvrX).
  - In the later steps after flashing the LineageOS `.zip` package, select the firmware `.zip`
    to update to the latest compatible firmware.

pages/build/wt88047.md

0 → 100644
+9 −0
Original line number Diff line number Diff line
---
sidebar: home_sidebar
title: Build /e/ for Wingtech Redmi 2 - wt88047
folder: build
layout: default
permalink: /devices/wt88047/build
device: wt88047
---
{% include templates/device_build.md %}

pages/info/wt88047.md

0 → 100644
+9 −0
Original line number Diff line number Diff line
---
sidebar: home_sidebar
title: Info about Wingtech Redmi 2 - wt88047
folder: info
layout: default
permalink: /devices/wt88047
device: wt88047
---
{% include templates/device_info.md %}
+9 −0
Original line number Diff line number Diff line
---
sidebar: home_sidebar
title: Install /e/ on Wingtech Redmi 2 - wt88047
folder: install
layout: default
permalink: /devices/wt88047/install
device: wt88047
---
{% include templates/device_install.md %}
Loading