|
|
@@ -42,7 +42,6 @@ if [ "$1" = "$FDEVICE" -o "$FOX_BUILD_DEVICE" = "$FDEVICE" ]; then
|
|
|
|
|
|
# OrangeFox Addons
|
|
|
export FOX_ENABLE_APP_MANAGER=1
|
|
|
- export OF_NO_TREBLE_COMPATIBILITY_CHECK=1
|
|
|
|
|
|
# Binaries & Tools
|
|
|
export FOX_USE_BASH_SHELL=1
|
|
|
@@ -51,7 +50,6 @@ if [ "$1" = "$FDEVICE" -o "$FOX_BUILD_DEVICE" = "$FDEVICE" ]; then
|
|
|
export FOX_USE_TAR_BINARY=1
|
|
|
export FOX_USE_SED_BINARY=1
|
|
|
export FOX_USE_XZ_UTILS=1
|
|
|
- export OF_ENABLE_LPTOOLS=1
|
|
|
##export FOX_REPLACE_BUSYBOX_PS=1
|
|
|
|
|
|
# Version & Variant
|
|
|
@@ -62,35 +60,11 @@ if [ "$1" = "$FDEVICE" -o "$FOX_BUILD_DEVICE" = "$FDEVICE" ]; then
|
|
|
# A/B partitioning
|
|
|
export FOX_AB_DEVICE=1
|
|
|
##export FOX_VIRTUAL_AB_DEVICE=1
|
|
|
- export OF_AB_DEVICE_WITH_RECOVERY_PARTITION=1
|
|
|
-
|
|
|
- # Flashlight & LEDs
|
|
|
- export OF_USE_GREEN_LED=1
|
|
|
- export OF_CLASSIC_LEDS_FUNCTION=1
|
|
|
|
|
|
# Store settings at /data/recovery instead of internal storage
|
|
|
##export FOX_USE_DATA_RECOVERY_FOR_SETTINGS=1
|
|
|
|
|
|
-
|
|
|
# Security (Disables MTP&ADB during password prompt)
|
|
|
- export OF_ADVANCED_SECURITY=1
|
|
|
- export OF_DONT_PATCH_ENCRYPTED_DEVICE=1
|
|
|
- export OF_NO_RELOAD_AFTER_DECRYPTION=1
|
|
|
-
|
|
|
- # Screen settings
|
|
|
- export OF_SCREEN_H="2400"
|
|
|
- ##export OF_STATUS_H="80"
|
|
|
- export OF_STATUS_INDENT_LEFT=40
|
|
|
- export OF_STATUS_INDENT_RIGHT=40
|
|
|
- ##export OF_HIDE_NOTCH=1
|
|
|
- ##export OF_CLOCK_POS=1 # Left & Right
|
|
|
- export OF_ALLOW_DISABLE_NAVBAR=0
|
|
|
-
|
|
|
- # Maximum permissible splash image size (in kilobytes); do *NOT* increase!
|
|
|
- export OF_SPLASH_MAX_SIZE=130
|
|
|
-
|
|
|
- # use system (ROM) fingerprint where available
|
|
|
- ##export OF_USE_SYSTEM_FINGERPRINT="1"
|
|
|
|
|
|
# Debugging
|
|
|
##export FOX_RESET_SETTINGS=0
|
|
|
@@ -102,12 +76,7 @@ if [ "$1" = "$FDEVICE" -o "$FOX_BUILD_DEVICE" = "$FDEVICE" ]; then
|
|
|
|
|
|
|
|
|
# run a process after formatting data to work-around MTP issues
|
|
|
-##export OF_RUN_POST_FORMAT_PROCESS=1
|
|
|
-
|
|
|
-# Custom pic for maintainers about section info
|
|
|
-# Image should be 32 bit PNG 192 x 192 px - Size of image should be as small as possible 50kb
|
|
|
-export OF_MAINTAINER_AVATAR="/device/nokia/cap_sprout/author.png"
|
|
|
-export OF_MAINTAINER="Samuel Kendall"
|
|
|
+# export OF_RUN_POST_FORMAT_PROCESS=1
|
|
|
|
|
|
|
|
|
# Let's see our build VARs ZZZ
|