Fix zip name and Fennec DOS shim

This commit is contained in:
Tad 2018-03-23 09:37:08 -04:00
parent 414fa5caa2
commit d9318b61e6
6 changed files with 6 additions and 12 deletions

View File

@ -20,10 +20,6 @@ PRODUCT_PACKAGES += \
LocalCalendar LocalCalendar
# Browser # 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 # 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 PRODUCT_PACKAGES += \
# and guess what? There is no documentation about updating system apps. Searching is useless and filled with spam. FennecDOS
# 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

View File

@ -20,10 +20,6 @@ PRODUCT_PACKAGES += \
LocalCalendar LocalCalendar
# Browser # 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 # 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 PRODUCT_PACKAGES += \
# and guess what? There is no documentation about updating system apps. Searching is useless and filled with spam. FennecDOS
# 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

View File

@ -25,6 +25,7 @@ sed -i 's|Android Recovery|DivestOS Recovery|' *_ui.cpp;
enter "build" 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.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 '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" enter "packages/apps/Settings"
sed -i '/.*cmlicense_title/s/LineageOS/DivestOS/' res/values*/cm_strings.xml sed -i '/.*cmlicense_title/s/LineageOS/DivestOS/' res/values*/cm_strings.xml

View File

@ -25,6 +25,7 @@ sed -i 's|Android Recovery|DivestOS Recovery|' *_ui.cpp;
enter "build/make" 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.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 '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" enter "packages/apps/Settings"
sed -i '/.*lineagelicense_title/s/LineageOS/DivestOS/' res/values*/cm_strings.xml sed -i '/.*lineagelicense_title/s/LineageOS/DivestOS/' res/values*/cm_strings.xml