mount -o remount,rw /vendor
sed -i &039; /vendor/etc/fstab.qcom
运行后需要将手机恢复出厂设置才能去除加密。重装系统后需要重新运行此命令。
命令的效果是删除“/vendor/etc/fstab.qcom”文件中 “/dev/block/bootdevice/by-name/userdata”行中“fileencryption=”开头到“quota,”前的文段,即“fileencryption=aes-256-xts:aes-256-cts:v2+inlinecrypt_optimized+wrappedkey_v0,metadata_encryption=aes-256-xts:wrappedkey_v0,keydirectory=/metadata/vold/metadata_encryption,”。这段代码是对“userdata”分区中文件与元数据的加密方式与加密密钥目录的描述,删除后恢复出厂即可去除加密。