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

Commit 8c4b5a45 authored by Ahmed Harhash's avatar Ahmed Harhash
Browse files

Merge branch '5981-avicii' into 'master'

Add avicii unbrick guide

See merge request e/documentation/user!749
parents 0fb6ad0e 989900eb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -50,12 +50,14 @@ build_version_stable: R
is_lineageos_official: false
can_rollback: true
removable_battery: 0
revert_to_stock:
- {os : windows, url: pages/revert_oneplus_to_stock_on_windows }
sim_slots: 2
region: All
maturity: orange
install:
- { mode: Install doc }
copy_partitions_file_name: before_e_install_ab_copy_partitions
- { mode: Roll-back, url: null }
oem_unlock_file_name: oem_unlock_generic
recovery_install_command: fastboot flash recovery
recovery_install_file_name: recovery_install_fastboot_generic
+6 −0
Original line number Diff line number Diff line
@@ -26,6 +26,12 @@
        {% endcapture %}
        {% assign guides_links = guides_links | push: stock_revert_link %}
      {% endif %}
      {% if device.codename == "avicii" %}
        {% capture stock_revert_link %}
          {{ "/pages/revert_oneplus_to_stock_on_windows" | relative_url }}
        {% endcapture %}
        {% assign guides_links = guides_links | push: stock_revert_link %}
      {% endif %}
    {% endif %}
    {% capture build_link_label %}Roll back{% endcapture %}
    {% assign guides_link_labels = guides_link_labels | push: build_link_label %}
+37 −0
Original line number Diff line number Diff line
{% include alerts/danger.html content="These instructions are only for Windows PC users."%}
{% include alerts/tip.html content="The installation will wipe all data on your phone. Take necessary backups of your data if required."%}

## Assumptions
- The user can't reboot to recovery or fastboot.


## Downloads

- OnePlus EDL ROM
    > [Global variant](https://androidfilehost.com/?fid=2188818919693750599)

    > [European variant](https://androidfilehost.com/?fid=8889791610682920993)

    > [Indian variant](https://androidfilehost.com/?fid=2188818919693750595)

{% include alerts/warning.html content="Ensure you download the latest stock ROM build specific to your country or location. "%}


## Steps
1. Extract the zip.

2. Launch `MsmDownloadTool` exe from the extracted zip.

3. Set the `user` type as `Other`.

4. Choose your variant from the `Target` box next to `Enum` button on the top left corner.

5. Plug in your phone.

6. Click `start` (So your device gets captured once its in EDL mode).

7. Click on the volume buttons and the power button at the same time.

8. Once the phone starts flashing leave the buttons and be careful not to unplug the device until flashing is done.

9. After the flashing process is done your device will reboot, and your bootloader will be locked.
+8 −0
Original line number Diff line number Diff line
---
layout: page
title: Revert Oneplus Device to stock ROM on Windows PC
permalink: pages/revert_oneplus_to_stock_on_windows
toc: true
---

{% tf pages/revert_oneplus_to_stock_on_windows.md %}
 No newline at end of file