Skip to main content

Universal Script - Disable DM-Verity, Force Encrypt and Quota Disc

2 Universal Script - Disable DM-Verity, Force Encrypt and Quota Disc

Security enhancements are always updated to make android devices feel safe and to prevent Android device failures.

DM-Verity is used to ensure that user data is more secure and that the status of the device when it is started is the same as when it was last used.

However, this is a new issue for users who are interested in changing because it will be difficult to root the device. And if it is forced, there will definitely be a boot loop.

As an XDA forum guide, Zackptg5 has finally come up with a formula to disable DM-Verity and force encryption on android devices.

Zackptg5 creates a ZIP file that removes DM-Verity and ForceEncrypt from the boot.img file without using Magic.

If the Android device is encrypted, back up all data in the internal storage as it runs in a consistent format. Formatting can be done using the fastboot or the TWRP already installed on the phone.

In this version, there are new features for disk quota disabler and force encryption. So it's enough to use one file, to overcome these 3 things.

After you download this file, you just need to rename the file as needed:

  • Add word 'verity' to disable verity dm
  • Add 'forceencrypt' to disable forceencrypt
  • Add 'quota' to disable disc quota
  • This zip installer can be used for almost all android phones
  • How to use

    For android phone with encrypted condition:

  • Back up data in internal memory if necessary
  • Format data with TWRP (Wipe - Format Data)
  • Select Reboot to recovery
  • Flash rom and flash recovery twrp
  • Reboot back to recovery
  • Flash DM-Verity Universal
  • For non-encrypted android phones, perform the necessary flashing for the phone. And flash Universal DM-Verity in the last step.

    Related Source : XDA Thread Zackptg5 site

    Comments