fork from sosthenis
Find a file
Russell Reynolds b49a0b70e2
Update BoardConfig.mk
Added TARGET_USES_64_BIT_BINDER := true in architecture which is necessary for Fox to build. If any errors form before the makefiles are analyzed the system will automatically download teamwin's version of genevn device tree. Which is not correct for moto g stylus 5g 2023 xt2315-1
2024-02-07 20:46:23 -06:00
bootctrl INitial upload 2024-01-23 08:53:13 -06:00
gpt-utils INitial upload 2024-01-23 08:53:13 -06:00
prebuilt Add files via upload 2024-01-23 17:42:34 -06:00
recovery/root Update runatboot.sh 2024-01-26 23:01:37 -06:00
security INitial upload 2024-01-23 08:53:13 -06:00
Android.bp Initial upload 2024-01-23 08:55:55 -06:00
Android.mk Initial upload 2024-01-23 08:55:55 -06:00
AndroidProducts.mk Update AndroidProducts.mk 2024-01-23 09:12:40 -06:00
BoardConfig.mk Update BoardConfig.mk 2024-02-07 20:46:23 -06:00
device.mk Initial upload 2024-01-23 08:55:55 -06:00
ofox_genevn.mk Update ofox_genevn.mk 2024-01-24 02:04:12 -06:00
README.md Update README.md 2024-02-07 13:10:32 -06:00
system.prop Initial upload 2024-01-23 08:55:55 -06:00
vendorsetup.sh Update vendorsetup.sh 2024-01-24 02:06:05 -06:00

Check that maintainer avatar placement is correct (if not maintainer avatar in settings will display "no image")

Building

setup build environment for orangefox 12.1 add device trees

mkdir ~/OrangeFox_sync
cd ~/OrangeFox_sync
git clone https://gitlab.com/OrangeFox/sync.git # (or, using ssh, "git clone git@gitlab.com:OrangeFox/sync.git")

cd ~/OrangeFox_sync/sync/
./orangefox_sync.sh --branch 12.1 --path ~/fox_12.1

## Add device tree by download directly.. TEAMWIN xml stays constant for some reason
## then build!

cd ~/fox_12.1

. build/envsetup.sh
lunch ofox_genevn-eng && m -j$(nproc --all) recoveryimage

Profit!!!!

let me know if anything is awry and i will get to it.