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

Commit b31a2057 authored by Manoj Nair's avatar Manoj Nair
Browse files

file added, content updated, data corrected

parent 3eee565d
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
architecture: arm64
battery: {removable: False, capacity: 4000, tech: 'Li-Po'}
before_install_file_name: before_install_needs_specific_android_fw
before_recovery_install: {instructions: 'boot_stack', partitions: [vendor_boot]}
before_install_args: {version: 12}
before_recovery_install: vendor_boot
bluetooth: {spec: '5.2', profiles: [A2DP + aptX HD]}
cameras:
- {flash: 'Dual LED (dual tone)', info: '64 MP'}
@@ -43,8 +43,6 @@ storage: 128/256 GB UFS3.1
tree: android_device_asus_sake
type: phone
vendor: ASUS
vendor_boot_download_link: https://mirror.math.princeton.edu/pub/lineageos/full/sake/
vendor_boot_download_link_instructions: Download the file named `vendor_boot.img` from the directory named with the latest date.
vendor_short: asus
versions: [19.1]
wifi: 802.11 a/b/g/n/ac/6e, Dual-band, Wi-Fi Direct, Hotspot
@@ -58,9 +56,9 @@ region: All
maturity: orange
install:
- { mode: Install doc }
flash_compatible_firmware_file: flash_compatible_firmware_asus
before_install_file_name: before_install_needs_specific_android_fw
oem_unlock_file_name: oem_unlock_asus
before_recovery_install_file_name: before_recovery_install_boot_stack
recovery_install_command: fastboot flash boot
recovery_install_file_name: recovery_install_fastboot_zenfone
recovery_install_file_name: recovery_install_fastboot_ab
install_e_file_name: install_e_with_erecovery
downloads_file_name: device_downloads_erecovery
+3 −8
Original line number Diff line number Diff line
## Flashing additional partitions

{% include alerts/warning.html content="This platform requires additional partitions to be flashed for recovery to work properly, the process to do so is described below." %}
{% include alerts/warning.html content="This platform requires additional partitions to be flashed for recovery to work properly.The steps to flash the partitions are given below" %}

{% if device.codename == "lemonade" %}
1. Download the following files from the directory [here](https://murena.io/s/eByy9jB8N8xixxw).
{% elsif device.codename == "renoir" %}
1. Download the following files from the directory [here](https://mirror.math.princeton.edu/pub/lineageos/full/renoir/20230402/).
{% else %}
1. Download the following files from the directory named with the latest date [here](https://mirror.math.princeton.edu/pub/lineageos/full/{{ device.codename }}/).
{% endif %}

1. First unzip the /e/OS eRecovery file linked in the section marked `Downloads for the {{ device.codename }}` . The following files would show up in the location where you unzipped the contents of the eRecovery zip file

    {%- for partition in device.before_recovery_install.partitions %}
      * {{ partition }}.img
+29 −0
Original line number Diff line number Diff line
## Unlocking the bootloader

{% include templates/unlock_bootloader.md %}

1. Download the bootloader unlock app for your device:

    - Navigate to [ASUS' support site](https://www.asus.com/support) and go to your device's page by entering its model number.
    - Click **Driver & Tools**
    - Select **Android** from the drop-down menu
    - Open the **Utilities** section
    - Download the **Unlock Device App**
    - If the downloaded file is packaged in a `.zip` archive, extract it.

1. Connect the device to your PC via USB.

1. On the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window and change to the location where the Unlock Device App `.apk` resides.

1. Install the `.apk` by typing:
```
adb install Name_of_unlock_app.apk
```

1. Run the application **Unlock Device Tool** from the device and agree to the terms.
    
    > Follow the steps as given on [the ASUS support site](https://www.asus.com/support) to complete the unlock process

1. Press the button to unlock your device.

1. The device should automatically reboot into bootloader mode and the message `unlock successfully...reboot after 5 seconds` should be displayed. The device will then reboot and load Android.
 No newline at end of file