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

Commit 83b845d1 authored by Manoj Nair's avatar Manoj Nair
Browse files

changes made as per review comments

parent 2ceb73bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@

- [What's /e/OS? Read the product description!]({% translate_link what-s-e %})
- [Install /e/OS on a supported smartphone!]({% translate_link devices %})
- [Get an /e/OS GSI for your smartphone]({% translate_link support-topics/generic-system-images-gsi %}) 
- [Create a free Murena Cloud account]({% translate_link create-a-murena-cloud-account %})
- [HOWTOs]({% translate_link support-topics %})
- [FAQ]({% translate_link support-topics %})
+22 −11
Original line number Diff line number Diff line
{% include alerts/warning.html content="Make sure you can rollback to stock firmware in case the /e/OS GSI doesn't work" %}

## Step 1: Install fastboot
> This step is executed on the PC
> TThis step needs to be performed using a PC with `adb tools` installed. We have instructions for Windows and Linux below, but you can use any PC that can run `adb tools`

### My Computer is running Windows

@@ -16,7 +16,7 @@
Follow [this guide](/pages/install-adb) to install fastboot on your Windows PC 

## Step 2: Find your phone architecture
> This step is executed on the Phone
> This step must be performed on the Phone


You need to know your phone architecture in order to know which GSI you will have to install. An easy way to do this is to install `treble info` on your phone application store (available on the Play Store).
@@ -47,31 +47,42 @@ From `Details` tab of the `treble info` app


## Step 4: Erase userdata
 > This step is executed on the PC in the console where you are executing fastboot commands
 > This step must be preformed using a PC from the terminal where fastboot commands are executed.

- This step will remove all existing userdata on the device
    
    `fastboot -w`
 From the console, run `fastboot -w`
    



## Step 5: Flash the system image

> This step is executed on the PC
> This step must be preformed using a PC.


Once you know which system image you need, download it and save it to a location on your PC.

1. Choose the system image specific to your device from the list below:

   - [Arm A](https://images.ecloud.global/dev/treble_arm_avN/) (system-arm-a.img.xz)

   - `ARM` *CPU architecture*
     - *System as root* `Enabled` 
         - [Arm A/B](https://images.ecloud.global/dev/treble_arm_bvN/) (system-arm-ab.img.xz)
   - [Arm64 A](https://images.ecloud.global/dev/treble_arm64_avN/) (system-arm64-a.img.xz)
     - *System as root* `Disabled` 
         - [Arm A](https://images.ecloud.global/dev/treble_arm_avN/) (system-arm-a.img.xz)
   - `ARM64` *CPU architecture*
     - *System as root* `Enabled` 
          - [Arm64 A/B](https://images.ecloud.global/dev/treble_arm64_bvN/) (system-arm64-ab.img.xz)
     - *System as root* `Disabled` 
          - [Arm64 A](https://images.ecloud.global/dev/treble_arm64_avN/) (system-arm64-a.img.xz)
   - Other
     - *System as root* `Disabled` 
          - [Binder 64 A](https://images.ecloud.global/dev/treble_a64_avN/) (system-a64-a.img.xz)
     - *System as root* `Enabled` 
          - [Binder 64 A/B](https://images.ecloud.global/dev/treble_a64_bvN/) (system-a64-ab.img.xz)


1. Connect your phone to your PC with a USB cable. 
  > Please note there are cables which are only for charging your phone. They will not work here. The USB cable should allow data exchange between the PC and the phone.