Hi,
To remove the red warning dm-verity is not enforcing at boot I tried this and it works for me (OP3, encrypted, twrp blu_spark v8.61, OpenBeta oreo 29, magisk 15.1):
From TWRP, go to terminal and run:
source: https://forums.oneplus.net/threads/...r-the-oneplus-3t.731952/page-55#post-17440536
From ADB (i.e for stock recovery) run adb command:
Thanks to @Chaplan for reminding me of the information.
From a terminal:
More info on Xennet's thread: https://forum.xda-developers.com/oneplus-3t/how-to/disable-dm-verity-force-encryption-op3t-t3688748
Enjoy
To remove the red warning dm-verity is not enforcing at boot I tried this and it works for me (OP3, encrypted, twrp blu_spark v8.61, OpenBeta oreo 29, magisk 15.1):
From TWRP, go to terminal and run:
Code:
reboot "dm-verity enforcing"
From ADB (i.e for stock recovery) run adb command:
Code:
adb reboot "dm-verity enforcing"
From a terminal:
Code:
su
reboot "dm-verity enforcing"
More info on Xennet's thread: https://forum.xda-developers.com/oneplus-3t/how-to/disable-dm-verity-force-encryption-op3t-t3688748
Enjoy
Last edited: