diff --git a/Patches/LineageOS-14.1/Fennec_DOS-Shim/prebuilt/Fennec_DOS-Shim.apk b/Patches/LineageOS-14.1/Fennec_DOS-Shim/prebuilt/Fennec_DOS-Shim.apk index f86c7525..c92ca95b 100644 Binary files a/Patches/LineageOS-14.1/Fennec_DOS-Shim/prebuilt/Fennec_DOS-Shim.apk and b/Patches/LineageOS-14.1/Fennec_DOS-Shim/prebuilt/Fennec_DOS-Shim.apk differ diff --git a/Patches/LineageOS-14.1/android_vendor_cm/sce.mk b/Patches/LineageOS-14.1/android_vendor_cm/sce.mk index 486730a1..bb2ea93e 100644 --- a/Patches/LineageOS-14.1/android_vendor_cm/sce.mk +++ b/Patches/LineageOS-14.1/android_vendor_cm/sce.mk @@ -20,10 +20,6 @@ PRODUCT_PACKAGES += \ LocalCalendar # Browser -# XXX: THIS DOESN'T WORK # This is a shim, it is intended that F-Droid will update on first run to the real version of Fennec DOS -# However it doesn't work for whatever reason -# and guess what? There is no documentation about updating system apps. Searching is useless and filled with spam. -# I'm sure Google Play Services does some special bullshit handling of system apps, but we're not allowed to know about that. -#PRODUCT_PACKAGES += \ -# FennecDOS +PRODUCT_PACKAGES += \ + FennecDOS diff --git a/Patches/LineageOS-15.1/Fennec_DOS-Shim/prebuilt/Fennec_DOS-Shim.apk b/Patches/LineageOS-15.1/Fennec_DOS-Shim/prebuilt/Fennec_DOS-Shim.apk index f86c7525..c92ca95b 100644 Binary files a/Patches/LineageOS-15.1/Fennec_DOS-Shim/prebuilt/Fennec_DOS-Shim.apk and b/Patches/LineageOS-15.1/Fennec_DOS-Shim/prebuilt/Fennec_DOS-Shim.apk differ diff --git a/Patches/LineageOS-15.1/android_vendor_lineage/sce.mk b/Patches/LineageOS-15.1/android_vendor_lineage/sce.mk index 486730a1..bb2ea93e 100644 --- a/Patches/LineageOS-15.1/android_vendor_lineage/sce.mk +++ b/Patches/LineageOS-15.1/android_vendor_lineage/sce.mk @@ -20,10 +20,6 @@ PRODUCT_PACKAGES += \ LocalCalendar # Browser -# XXX: THIS DOESN'T WORK # This is a shim, it is intended that F-Droid will update on first run to the real version of Fennec DOS -# However it doesn't work for whatever reason -# and guess what? There is no documentation about updating system apps. Searching is useless and filled with spam. -# I'm sure Google Play Services does some special bullshit handling of system apps, but we're not allowed to know about that. -#PRODUCT_PACKAGES += \ -# FennecDOS +PRODUCT_PACKAGES += \ + FennecDOS diff --git a/Scripts/LineageOS-14.1/Rebrand.sh b/Scripts/LineageOS-14.1/Rebrand.sh index 4a496f61..efc74412 100644 --- a/Scripts/LineageOS-14.1/Rebrand.sh +++ b/Scripts/LineageOS-14.1/Rebrand.sh @@ -25,6 +25,7 @@ sed -i 's|Android Recovery|DivestOS Recovery|' *_ui.cpp; enter "build" sed -i 's|echo "ro.build.user=$USER"|echo "ro.build.user=emy"|' tools/buildinfo.sh; #Override build user sed -i 's|echo "ro.build.host=`hostname`"|echo "ro.build.host=dosbm"|' tools/buildinfo.sh; #Override build host +sed -i '/CM_TARGET_PACKAGE/s/lineage/coverage/' core/Makefile; enter "packages/apps/Settings" sed -i '/.*cmlicense_title/s/LineageOS/DivestOS/' res/values*/cm_strings.xml diff --git a/Scripts/LineageOS-15.1/Rebrand.sh b/Scripts/LineageOS-15.1/Rebrand.sh index b284510c..9ee9af06 100644 --- a/Scripts/LineageOS-15.1/Rebrand.sh +++ b/Scripts/LineageOS-15.1/Rebrand.sh @@ -25,6 +25,7 @@ sed -i 's|Android Recovery|DivestOS Recovery|' *_ui.cpp; enter "build/make" sed -i 's|echo "ro.build.user=$USER"|echo "ro.build.user=emy"|' tools/buildinfo.sh; #Override build user sed -i 's|echo "ro.build.host=`hostname`"|echo "ro.build.host=dosbm"|' tools/buildinfo.sh; #Override build host +sed -i '/LINEAGE_TARGET_PACKAGE/s/lineage/coverage/' core/Makefile; enter "packages/apps/Settings" sed -i '/.*lineagelicense_title/s/LineageOS/DivestOS/' res/values*/cm_strings.xml