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

Commit 013c0e6c authored by Jackeagle's avatar Jackeagle
Browse files

herolte/hero2lte: Add conditional tip for adb usb command usage before adb sideload



- Will only be shown for herolte/hero2lte devices

Signed-off-by: default avatarJackeagle <jackeagle102@gmail.com>
parent 8cdd2440
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3,6 +3,12 @@
    - On the device in TWRP,
    > select `Advanced`, `ADB Sideload`, then swipe to begin sideload.

{% if device.codename == "herolte" or device.codename == "hero2lte" %}

    {% include alerts/tip.html content="If your device doesn't appear during adb sideload or shows that it is waiting for the device, try running ```adb usb``` to restart ADB in USB mode, if it isn't already in that mode."%}

{% endif %}

    - On the host machine, in the console , start the sideload of the package by typing

    ```