fork from sosthenis
  • C++ 77.1%
  • Makefile 15.1%
  • C 4.2%
  • Shell 3.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Russell Reynolds 9bb9b38340
Update BoardConfig.mk
Added Brightness path an changed max brightness value from 3xxx to 2047
2024-01-26 19:57:05 -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 third upload vendor_dlkm modules qti-z 2024-01-23 09:08:43 -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-01-26 19:57:05 -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-01-23 21:02:40 -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 git clone or download directly
## 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.