From 1a93b1cf4f8eaae13bdd5d69a8fa216d4f0aefa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shomy=20=F0=9F=8D=82?= <61943525+shomykohai@users.noreply.github.com> Date: Fri, 10 Jan 2025 00:14:27 +0100 Subject: [PATCH] Update dm-verity.md --- info/dm-verity.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/info/dm-verity.md b/info/dm-verity.md index 5de8256..2e479e8 100644 --- a/info/dm-verity.md +++ b/info/dm-verity.md @@ -1,15 +1,16 @@ ## How did I get dm-verity? There are various way to get a dm-verity error on this device. -* Trying to use DSU Loader +* Trying to use DSU Loader (Loading a GSI through Developer Options) * Running `fastboot reboot bootloader` +* Updating the phone (Installing an OTA) and be unlucky * Doing nothing and still get the error The message itself is not a big deal, but it's annoying to see it and to have to press the power button every time you power on the phone. ### How to fix dm-verity? -1. Download the latest firmware from [Lolinet](https://mirrors.lolinet.com/firmware/lenomola/2023/penangf/official/) +1. Download the latest firmware (or the one matching the one on your phone if you don't wanna update) from [Lolinet](https://mirrors.lolinet.com/firmware/lenomola/2023/penangf/official/) 2. Download SP Flash Tool [here](https://github.com/moto-penangf/penangf-sp-flash-tool/releases/tag/0.1) 3. Run the SP Flash Tool and use the scatter file (.txt) you find in the firmware 4. Select only preloader and vbmeta partitions @@ -18,4 +19,4 @@ The message itself is not a big deal, but it's annoying to see it and to have to 7. When it finishes flashing, reboot the phone and the error should be gone. -If this didn't work either, you can try to flash the full firmware, or use RSA. \ No newline at end of file +If this didn't work either, you can try to flash the full firmware, or use RSA.