Home > Tips and Tricks

Remove Warning: The dm-verity is not started in enforcing mode

In this guide, we will show you various methods to remove “The dm-verity is not started in enforcing mode” warning message from your Android device. On one hand, stepping into the custom development gives you a plethora of goodies, however, on the flip side, it also comes with its fair share of issues as well.

The dm-verity is not started in enforcing mode

While some come with a worrying trait and have the potential to brick your device, others are slightly less dangerous and don’t lead to any significant risk. Fortunately, the error we are about to discuss falls in the latter domain. Many users have voiced their concern that they are getting bugged with the “The dm-verity is not started in enforcing mode” warning message.

The dm-verity is not started in enforcing mode
Related DM Verity Warnings/Errors

This prompt appears every time they restart their device. The good thing is that this error doesn’t conflict with the device’s boot-up process and you could easily access the OS. However, the fact that you would get this warning on every boot-up is itself a cause of infuriation. Well, if you are also in the same boat, then this guide shall help you out. Follow along for the fixes.

Remove Warning: The dm-verity is not started in enforcing mode

The dm-verity is not started in enforcing mode

It is recommended that you try out each of the below-mentioned workarounds and then see which one spells out success for you. So with that in mind, let’s get started. Droidwin and its members wouldn’t be held responsible in case of a thermonuclear war, your alarm doesn’t wake you up, or if anything happens to your device and data by performing the below steps.

FIX 1: Using ADB Commands

  1. To begin with, download and extract Android SDK Platform Tools on your PC.install adb platform tools windows
  2. Then enable USB Debugging on your device and connect it to the PC via USB cable.The dm-verity is not started in enforcing mode
  3. After that, head over to the platform-tools folder address bar, type in CMD, and hit Enter.command-prompt-inside-adb
  4. This will launch Command Prompt. Now execute the below command [within quotes]:
    adb reboot "dm-verity enforcing
  5. This should remove “The dm-verity is not started in enforcing mode” warning message.

FIX 2: Using Fastboot Commands

  1. To begin with, download and extract Android SDK Platform Tools on your PC.install adb platform tools windows
  2. Then enable USB Debugging on your device and connect it to the PC via USB cable.The dm-verity is not started in enforcing mode
  3. After that, head over to the platform-tools folder address bar, type in CMD, and hit Enter.command-prompt-inside-adb
  4. This will launch Command Prompt. Now execute the below command to boot your device to Fastboot Mode
    adb reboot bootloader

    The dm-verity is not started in enforcing mode

  5. Finally, execute the following two commands [with quotes] to remove “The dm-verity is not started in enforcing mode” warning message:
    fastboot oem "disable_dm_verity"
    fastboot oem "enable_dm_verity"
  6. If the above commands don’t work out, then try out these commands:
    fastboot oem disable_dm_verity
    fastboot oem enable_dm_verity

FIX 3: Using TWRP

  1. To begin with, download and extract Android SDK Platform Tools on your PC.install adb platform tools windows
  2. Then enable USB Debugging on your device and connect it to the PC via USB cable.The dm-verity is not started in enforcing mode
  3. After that, head over to the platform-tools folder address bar, type in CMD, and hit Enter.command-prompt-inside-adb
  4. This will launch Command Prompt. Now execute the below command to boot your device to TWRP
    adb reboot recovery
  5. Within TWRP, go to Advanced > Terminal and type in the below command
    reboot "dm-verity enforcing"

    The dm-verity is not started in enforcing mode

  6. Finally, go to Reboot > System. Your device will now reboot to the OS with “The dm-verity is not started in enforcing mode” warning message being removed.The dm-verity is not started in enforcing mode

FIX 4: Using Termux [Root]

  1. Launch any terminal emulator app [such as Termux] on your device.
  2. Then execute the below command to grant root access to Termux
    su
  3. You will now get a Magisk prompt on your device, tap Allow.The dm-verity is not started in enforcing mode
  4. Finally, execute the below command to remove the warning
    reboot "dm-verity enforcing"

That’s it. These were the five different methods to remove “The dm-verity is not started in enforcing mode” warning message from your Android device. If you have any queries concerning the aforementioned steps, do let us know in the comments. We will get back to you with a solution at the earliest.


Share:
  • Hi ! I wanna unlock my phone’s bootloader but unlock failed. Fastboot method not working. I have Xiaomi Redmi A1 (ice) Go Edition. Please help. How to unlock Redmi A1 bootloader ? OEM is turned on but all failed.