mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-04 12:58:59 -04:00
Ensure mm-pp-daemon is disabled
When not in late_start appears to break boot if not available. Seems to fix oneplus2 and likely ether + others
This commit is contained in:
parent
f89f0cb983
commit
1c9a66f896
6 changed files with 31 additions and 9 deletions
|
@ -229,6 +229,7 @@ echo "PRODUCT_PACKAGES += vendor.lineage.trust@1.0-service" >> packages.mk; #All
|
|||
#
|
||||
enterAndClear "device/cyanogen/msm8916-common";
|
||||
awk -i inplace '!/TARGET_RELEASETOOLS_EXTENSIONS/' BoardConfigCommon.mk; #broken releasetools
|
||||
sed -i -e '/mm-pp-d/,+4d' rootdir/etc/init.qcom.rc;
|
||||
|
||||
enterAndClear "device/fairphone/FP3";
|
||||
enableVerity; #Resurrect dm-verity
|
||||
|
@ -244,14 +245,19 @@ enterAndClear "device/lge/mako";
|
|||
echo "pmf=0" >> wifi/wpa_supplicant_overlay.conf; #Wi-Fi chipset doesn't support PMF
|
||||
awk -i inplace '!/TARGET_RELEASETOOLS_EXTENSIONS/' BoardConfig.mk; #broken releasetools
|
||||
|
||||
#enterAndClear "device/motorola/clark";
|
||||
enterAndClear "device/motorola/clark";
|
||||
#echo "TARGET_RECOVERY_PERMISSIVE_OVERRIDE := true" >> BoardConfig.mk; #Allow extract_firmware.sh to function
|
||||
sed -i -e '/mm-pp-d/,+5d' rootdir/init.qcom.rc;
|
||||
|
||||
enterAndClear "device/motorola/griffin";
|
||||
sed -i -e '/mm-pp-d/,+4d' rootdir/etc/init.qcom.rc;
|
||||
|
||||
enterAndClear "device/oneplus/avicii";
|
||||
enableVerity; #Resurrect dm-verity
|
||||
|
||||
enterAndClear "device/oneplus/oneplus2";
|
||||
sed -i 's|etc/permissions/qti_libpermissions.xml|vendor/etc/permissions/qti_libpermissions.xml|' proprietary-files.txt;
|
||||
sed -i -e '/mm-pp-d/,+5d' rootdir/etc/init.qcom.rc;
|
||||
|
||||
enterAndClear "device/oneplus/sm8150-common";
|
||||
enableVerity; #Resurrect dm-verity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue