Skip to content

Commit 9cabd12

Browse files
BadDaemonluk1337
authored andcommitted
wiki: Add note about success and expectation of fw update
Since the process of flashing a new firmware does not update any version strings and people often ask about it, add a note telling the users how to judge it themselves. Change-Id: Ie16eecfceb27e8064b373681f384b07f8e0762ac
1 parent 681b528 commit 9cabd12

18 files changed

+36
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{%- include alerts/note.html content="The version in the settings screen of both LineageOS and the stock ROM do not reflect the new version number.
2+
Assuming every command worked and neither your computer nor the device shows an error, the firmware update was successful!" %}

_includes/templates/device_specific/firmware_update_oneplus_fastbootd.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@
1414
```
1515
{{- include.content -}}
1616
```
17+
18+
{% include snippets/fw_update_success.md %}

_includes/templates/device_specific/firmware_update_oplus_fastbootd.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@
1313
```
1414
{{- include.content -}}
1515
```
16+
17+
{% include snippets/fw_update_success.md %}

_includes/templates/device_specific/firmware_update_samsung_exynos9820.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ There are two possibilities to get the latest firmware:
1515
```
1616
heimdall flash --CM cm.bin --DQMDBG dqmdbg.img --KEYSTORAGE keystorage.bin --RADIO modem.bin --CP_DEBUG modem_debug.bin --PARAM param.bin --BOOTLOADER sboot.bin --UH uh.bin --UP_PARAM up_param.bin
1717
```
18+
19+
{% include snippets/fw_update_success.md %}

_includes/templates/device_specific/firmware_update_samsung_exynos9820_5G.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ There are two possibilities to get the latest firmware:
1515
```
1616
heimdall flash --CM cm.bin --DQMDBG dqmdbg.img --KEYSTORAGE keystorage.bin --RADIO modem.bin --RADIO2 modem_5g.bin --CP_DEBUG modem_debug.bin --CP2_DEBUG modem_debug_5g.bin --PARAM param.bin --BOOTLOADER sboot.bin --UH uh.bin --UP_PARAM up_param.bin
1717
```
18+
19+
{% include snippets/fw_update_success.md %}

_includes/templates/device_specific/firmware_update_samsung_exynos9825-r.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ There are two possibilities to get the latest firmware:
1515
```
1616
heimdall flash --CM cm.bin --DQMDBG dqmdbg.img --KEYSTORAGE keystorage.bin --RADIO modem.bin --CP_DEBUG modem_debug.bin --BOOTLOADER sboot.bin --UH uh.bin --UP_PARAM up_param.bin
1717
```
18+
19+
{% include snippets/fw_update_success.md %}

_includes/templates/device_specific/firmware_update_samsung_gta4l.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ There are two possibilities to get the latest firmware:
1010
{% include alerts/note.html content="You can find your model number on the back of your device!" %}
1111
2. Flash the just downloaded files using Odin. You can have a look at the [recovery installation instructions]({{ device | device_link: "/install" | append: "#installing-lineage-recovery-using-odin" | relative_url }}) if you forgot how to do that.
1212
{% include alerts/note.html content="The filename will give you a hint on which slot to flash each file to!" %}
13+
14+
{% include snippets/fw_update_success.md %}

_includes/templates/device_specific/firmware_update_samsung_gta4lwifi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ There are two possibilities to get the latest firmware:
1010
{% include alerts/note.html content="You can find your model number on the back of your device!" %}
1111
2. Flash the just downloaded files using Odin. You can have a look at the [recovery installation instructions]({{ device | device_link: "/install" | append: "#installing-lineage-recovery-using-odin" | relative_url }}) if you forgot how to do that.
1212
{% include alerts/note.html content="The filename will give you a hint on which slot to flash each file to!" %}
13+
14+
{% include snippets/fw_update_success.md %}

_includes/templates/device_specific/firmware_update_samsung_gta4xl.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ There are two possibilities to get the latest firmware:
1212
```
1313
heimdall flash --CM cm.bin --KEYSTORAGE keystorage.bin --RADIO modem.bin --CP_DEBUG modem_debug.bin --BOOTLOADER sboot.bin --UH uh.bin --UP_PARAM up_param.bin
1414
```
15+
16+
{% include snippets/fw_update_success.md %}

_includes/templates/device_specific/firmware_update_samsung_gta4xlwifi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ There are two possibilities to get the latest firmware:
1212
```
1313
heimdall flash --CM cm.bin --KEYSTORAGE keystorage.bin --BOOTLOADER sboot.bin --UH uh.bin --UP_PARAM up_param.bin
1414
```
15+
16+
{% include snippets/fw_update_success.md %}

_includes/templates/device_specific/firmware_update_samsung_gtowifi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99
1. Download [this](https://sourceforge.net/projects/lifehackerhansol-android/files/gto-unlock/1-downgrade-aboot.tar) downgrade package.
1010
{% include alerts/warning.html content="If you skip this step, your device will not boot!" %}
1111
1. Flash this file via Odin using the BL option.
12+
13+
{% include snippets/fw_update_success.md %}

_includes/templates/device_specific/firmware_update_samsung_gts4lv.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ There are two possibilities to get the latest firmware:
1010
{% include alerts/note.html content="You can find your model number on the back of your device!" %}
1111
2. Flash the just downloaded files using Odin. You can have a look at the [recovery installation instructions]({{ device | device_link: "/install" | append: "#installing-lineage-recovery-using-odin" | relative_url }}) if you forgot how to do that.
1212
{% include alerts/note.html content="The filename will give you a hint on which slot to flash each file to!" %}
13+
14+
{% include snippets/fw_update_success.md %}

_includes/templates/device_specific/firmware_update_samsung_sm7125.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ There are two possibilities to get the latest firmware:
1010
{% include alerts/note.html content="You can find your model number under About Phone in your phone's Settings app!" %}
1111
2. Flash the just downloaded files using Odin. You can have a look at the [recovery installation instructions]({{ device | device_link: "/install" | append: "#installing-lineage-recovery-using-odin" | relative_url }}) if you forgot how to do that.
1212
{% include alerts/note.html content="The filenames will give you a hint on which slot to flash each file to!" %}
13+
14+
{% include snippets/fw_update_success.md %}

_includes/templates/device_specific/firmware_update_samsung_sm7325.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ There are two possibilities to get the latest firmware:
1010
{% include alerts/note.html content="You can find your model number under About Phone in your phone's Settings app!" %}
1111
2. Flash the just downloaded files using Odin. You can have a look at the [recovery installation instructions]({{ device | device_link: "/install" | append: "#installing-lineage-recovery-using-odin" | relative_url }}) if you forgot how to do that.
1212
{% include alerts/note.html content="The filenames will give you a hint on which slot to flash each file to!" %}
13+
14+
{% include snippets/fw_update_success.md %}

_includes/templates/device_specific/firmware_update_samsung_sm8250.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ There are two possibilities to get the latest firmware:
1010
{% include alerts/note.html content="You can find your model number under About Phone in your phone's Settings app!" %}
1111
2. Flash the just downloaded files using Odin. You can have a look at the [recovery installation instructions]({{ device | device_link: "/install" | append: "#installing-lineage-recovery-using-odin" | relative_url }}) if you forgot how to do that.
1212
{% include alerts/note.html content="The filenames will give you a hint on which slot to flash each file to!" %}
13+
14+
{% include snippets/fw_update_success.md %}

_includes/templates/device_specific/firmware_update_xiaomi_common.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99
{%- else %}
1010
1. Download the latest firmware for your device from official [website](https://new.c.mi.com/global/miuidownload/index).
1111
{%- endif %}
12+
13+
{% include snippets/fw_update_success.md %}

_includes/templates/device_specific/firmware_update_xiaomi_fastboot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@
1414
```
1515
fastboot reboot
1616
```
17+
18+
{% include snippets/fw_update_success.md %}

_includes/templates/device_specific/firmware_update_xiaomi_fastboot_payload.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@
1313
```
1414
fastboot reboot
1515
```
16+
17+
{% include snippets/fw_update_success.md %}

0 commit comments

Comments
 (0)