From 05c025e4202e659f665bb67bf929d190d01b47d3 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 7 Mar 2023 13:07:25 -0500 Subject: [PATCH] Update content/posts/android/Installing Kali Nethunter Lite on DivestOS 20.md Co-authored-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com> Signed-off-by: Tommy --- .../android/Installing Kali Nethunter Lite on DivestOS 20.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/posts/android/Installing Kali Nethunter Lite on DivestOS 20.md b/content/posts/android/Installing Kali Nethunter Lite on DivestOS 20.md index 74465aa..2d25384 100644 --- a/content/posts/android/Installing Kali Nethunter Lite on DivestOS 20.md +++ b/content/posts/android/Installing Kali Nethunter Lite on DivestOS 20.md @@ -41,9 +41,7 @@ Do not attempt to relock the bootloader --- we need to leave it unlocked to ## Installing Magisk and disabling forceencrypt -The official documentation recommends using [TWRP](https://twrp.me/) and [Disable_Dm-Verity_ForceEncrypt](https://forum.xda-developers.com/t/deprecated-universal-dm-verity-forceencrypt-disk-quota-disabler-11-2-2020.3817389/). - -The problem is, TWRP doesn't exist for Android 12 and above for my device, and Disable_Dm-Verity_ForceEncrypt has been deprecated and doesn't even work on Android 11. +The official documentation recommends [TWRP](https://twrp.me/) and [Disable_Dm‑Verity_ForceEncrypt](https://forum.xda-developers.com/t/deprecated-universal-dm-verity-forceencrypt-disk-quota-disabler-11-2-2020.3817389/). However, TWRP doesn't exist for Android 12 and above for my device, and Disable_Dm‑Verity_ForceEncrypt is deprecated and doesn't even work on Android 11. Instead, what we need is just a custom recovery which allows for flashing files with arbitary signatures and a way to disable forceencrypt. Fortunately, the LineageOS Recovery and [Disable Force Encryption NEO](https://forum.xda-developers.com/t/a-b-a-only-script-read-only-erofs-android-10-universal-disable-force-encryption-for-ro-and-rw-neo-stable.4454017/) work for just this.