mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Fix zip name and Fennec DOS shim
This commit is contained in:
parent
414fa5caa2
commit
d9318b61e6
Binary file not shown.
@ -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
|
||||
|
Binary file not shown.
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user