summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Hansen <rhansen@rhansen.org>2020-05-13 13:04:31 -0400
committerNolen Johnson <johnsonnolen@gmail.com>2020-05-13 23:28:29 +0200
commit688d2843d0258134150cd09938a0e2ae39cfa2a2 (patch)
treeff7831cb3d2d5ec3d9d11c2b1a7a79dda48b6c99
parent976caa3b5db6721662cf50b4079a099c56acc277 (diff)
downloadlineage_wiki-688d2843d0258134150cd09938a0e2ae39cfa2a2.tar.gz
lineage_wiki-688d2843d0258134150cd09938a0e2ae39cfa2a2.tar.bz2
lineage_wiki-688d2843d0258134150cd09938a0e2ae39cfa2a2.zip
wiki: templates: Don't tell users to format system on A/B devices
Flashing a ROM updates the inactive slot but formatting system formats the active slot, so there's no point. (It also makes it hard for users to boot back into their original ROM if LineageOS isn't working.) Also, "Format system partition" is removed from Lineage Recovery by https://review.lineageos.org/c/LineageOS/android_bootable_recovery/+/275434 Change-Id: Ia0f53f43df8aab2c89c12fb8b27f3fd2766bb1bc
-rw-r--r--_includes/templates/device_install.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/_includes/templates/device_install.md b/_includes/templates/device_install.md
index 293578fd..27d1986d 100644
--- a/_includes/templates/device_install.md
+++ b/_includes/templates/device_install.md
@@ -58,19 +58,14 @@ There are no recovery installation instructions for this discontinued device.
3. Now tap **Wipe**.
4. Now tap **Format Data** and continue with the formatting process. This will remove encryption and delete all files stored in the internal storage.
{% if device.is_ab_device %}
-5. Return to the previous menu and tap **Advanced Wipe**, then select the *System* partition and then **Swipe to Wipe**.
-6. Sideload the LineageOS `.zip` package:
- * On the device, select "Advanced", "ADB Sideload", then swipe to begin sideload.
- * On the host machine, sideload the package using: `adb sideload filename.zip`
{% else %}
5. Return to the previous menu and tap **Advanced Wipe**, then select the *Cache* and *System* partitions and then **Swipe to Wipe**.
+{% endif %}
6. Sideload the LineageOS `.zip` package:
* On the device, select "Advanced", "ADB Sideload", then swipe to begin sideload.
* On the host machine, sideload the package using: `adb sideload filename.zip`
-{% endif %}
{% else %}
3. Now tap **Factory Reset**, then **Format data / factory reset** and continue with the formatting process. This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one).
-4. Now tap **Wipe System** and continue with the formatting process.
5. Return to the main menu.
6. Sideload the LineageOS `.zip` package:
* On the device, select "Apply Update", then "Apply from ADB" to begin sideload.