mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-23 21:25:24 -04:00
Many fixes
VoLTE tested working on mata/17.1! VoWiFi tested working with DOS_DEBLOBBER_REMOVE_CNE=false - Disable Graphene exec spawning feature, subtly breaks many apps Maybe missing some patches? - Build old versions for devices with broken IMS - Ensure shell umask is always 0022 - fwb overlay: drop the MMS user-agent overrides - Drop the BlobBlocker and ModuleBlocker They were unused and unkempt. - Put volteOverride behind DOS_DEBLOBBER_REMOVE_IMS and comment it
This commit is contained in:
parent
356c743cd8
commit
d6cf9ec8b0
15 changed files with 20 additions and 169 deletions
|
@ -66,10 +66,13 @@ buildAll() {
|
|||
buildDevice dragon verity;
|
||||
|
||||
#The following are all superseded, and should only be enabled if the newer version is broken (not building/booting/etc.)
|
||||
buildDevice flo; #Last version without repartitioning required
|
||||
buildDevice shamu verity; #Last version with working IMS
|
||||
buildDevice oneplus2; #Last version with working IMS
|
||||
buildDevice ether; #Last version with working IMS
|
||||
buildDevice fugu;
|
||||
if [ "$DOS_BUILDALL_SUPERSEDED" = true ]; then
|
||||
buildDevice mako;
|
||||
buildDevice flo;
|
||||
buildDevice crackling;
|
||||
buildDevice d802;
|
||||
buildDevice bacon;
|
||||
|
@ -81,9 +84,6 @@ buildAll() {
|
|||
buildDevice klte;
|
||||
buildDevice m8;
|
||||
buildDevice victara;
|
||||
buildDevice shamu verity;
|
||||
buildDevice oneplus2;
|
||||
buildDevice ether;
|
||||
buildDevice kipper;
|
||||
buildDevice oneplus3;
|
||||
buildDevice h990;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue