From 98437496aa438d31de586e18cfac50be4315c651 Mon Sep 17 00:00:00 2001 From: Lola Date: Tue, 26 Nov 2024 16:14:52 +0100 Subject: [PATCH] wiki: List device model numbers in the device_install template Change-Id: I266b3295cf694791ef4f7ec1eb85a269f52dcdfb --- _includes/templates/device_install.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_includes/templates/device_install.md b/_includes/templates/device_install.md index 2f12272472..f19c655bd7 100644 --- a/_includes/templates/device_install.md +++ b/_includes/templates/device_install.md @@ -23,7 +23,10 @@ Do **not** continue after something fails! 2. Make sure your computer has `adb`{% unless device.install_method == 'heimdall' or device.install_method == 'dd' %} and `fastboot`{% endunless %}. Setup instructions can be found [here]({{ "adb_fastboot_guide.html" | relative_url }}). 3. Enable [USB debugging]({{ "adb_fastboot_guide.html#setting-up-adb" | relative_url }}) on your device. {%- if device.models %} -4. Make sure that your model is actually listed in the "Supported models" section [here]({{ device | device_link | append: "#supported-models" | relative_url }}) (exact match required!) +4. Make sure that your model number is one of the following (exact match required!): +{%- for model in device.models %} +* {{ model }} +{%- endfor %} {%- endif %} 5. Boot your device with the stock OS at least once and check every functionality. {%- if device.type == "phone" %}