mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Try to fixup cell service on crackling
netmgrd appears incompatible with hmalloc noted by @fishy1337 https://github.com/Divested-Mobile/DivestOS-Build/issues/204#issuecomment-1676439970 Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
ceec1584a9
commit
43e55668fd
2 changed files with 30 additions and 0 deletions
|
@ -132,6 +132,7 @@ fi;
|
|||
if [ "$DOS_GRAPHENE_MALLOC" = true ]; then
|
||||
if enterAndClear "external/hardened_malloc"; then
|
||||
applyPatch "$DOS_PATCHES/android_external_hardened_malloc/0001-Broken_Cameras.patch"; #Expand workaround to all camera executables (DivestOS)
|
||||
applyPatch "$DOS_PATCHES/android_external_hardened_malloc/0002-Broken_netmgrd.patch"; #Add workaround for netmgrd (DivestOS)
|
||||
fi;
|
||||
fi;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue