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.