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

Commit 10b585cb authored by Manoj Nair's avatar Manoj Nair
Browse files

Merge branch '1158-correction-to-the-panther-install-guide' into 'master'

Resolve "Correction to the panther install guide"

Closes #1158

See merge request e/documentation/user!1421
parents 8223aabe 7aab8a44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ removable_battery: 0
sim_slots: 1
region: All
maturity: green
install_e_file_name: install_e_with_erecovery
install_e_file_name: install_e_panther
install_method: fastboot_nexus
install:
- { mode: Official install doc }
+54 −0
Original line number Diff line number Diff line
## Installing /e/OS 
{% include alerts/tip.html content="For Windows users, we advise to use Git Bash. For more info about Downloads and Installation see [Official Documentation](https://git-scm.com/about)"%}


1. Unzip the archive

    ```
    unzip <fileyoudownloaded>
    ```

   > Replace `<fileyoudownloaded>` with the name of the archive file you downloaded.

   > Alternately you can create a folder and unzip the archive there.


1. Confirm that extracted directory contains following content:

    - `bin-linux-x86 directory` - which contains linux tools including fastboot and adb
    - `bin-msys directory` - which contains Windows tools including fastboot and adb
    - `img files` - The `img` files that are to be flashed onto the device.
    - `flash_panther_factory.sh` - The installer script.

1. Boot into bootloader/fastboot mode.

    - Power OFF the device.
    - While holding `Volume Down` button, plug in a USB Cable that's connected to a PC on the other end.

1. Run the installer script on Terminal(Linux) or on Git Bash UI(Windows).
    - Make sure you are in the current directory which contains the `flash_panther_factory.sh` file.

    **Linux**
    - Right click -> Open terminal here
    - Execute the following command:

    ```
    chmod +x flash_panther_factory.sh && ./flash_panther_factory.sh
    ``` 

    **Windows**
    - Right click -> Git Bash here
    - Execute the following command:

    ```
    chmod +x flash_panther_factory.sh && ./flash_panther_factory.sh
    ```

    


The script will flash all required files and will wait for input at the last step. Proceed to locking the bootloader.



{% include templates/oem_lock_pixel_norecovery.md %}
 No newline at end of file