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

Commit a3d2ee04 authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch '196-add-common-troubleshooting-tips' into 'master'

Resolve "Add common troubleshooting tips"

Closes #196

See merge request e/documentation/user!173
parents 73bb96ee 287edc95
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
tips:
- category: adb related errors
  subitems:
  - error: Getting a  <code>Total xFer ':'  0.01x</code> message
    suggestion: Upload the /e/OS to internal storage and retry to install
  - error: <code>adb ':' sideload connection failed ':' insufficient permissions for device</code> error
    suggestion: Execute the commands  <code>adb kill-server</code> and <code>adb start-server</code> and retry

+14 −0
Original line number Original line Diff line number Diff line
@@ -55,6 +55,19 @@ Flash this [patch zip]({{ device.additional_patch }}) on the stock ROM before fl


{% include alerts/success.html content= "Congratulations !! Your phone should now be booting into /e/OS !! "%}
{% include alerts/success.html content= "Congratulations !! Your phone should now be booting into /e/OS !! "%}


<details> 
<summary>To find some troubleshooting tips… click here</summary>
{% for cat in site.data.troubleshooting.tips %}
<h3>{{ cat.category }}</h3>
    <ul>
    {% for entry in  cat.subitems  %}
      <li>{{ entry.error }} - {{ entry.suggestion }} </li>
    {% endfor %}
    </ul>
{% endfor %}
</details>
<br/><br/>



{% if device.additional_install_guides %}
{% if device.additional_install_guides %}


@@ -64,6 +77,7 @@ Check out these guides: {{ device.additional_install_guides }}


{% endif %}
{% endif %}


<br/>


{% if device.is_lineageos_official %}
{% if device.is_lineageos_official %}
{% include licence_device.md %}
{% include licence_device.md %}