Loading _data/troubleshooting.yml 0 → 100644 +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 _includes/templates/device_install.md +14 −0 Original line number Original line Diff line number Diff line Loading @@ -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 %} Loading @@ -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 %} Loading Loading
_data/troubleshooting.yml 0 → 100644 +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
_includes/templates/device_install.md +14 −0 Original line number Original line Diff line number Diff line Loading @@ -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 %} Loading @@ -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 %} Loading