android_ofox_motorola_genevn/README.md

13 lines
430 B
Markdown
Raw Normal View History

2024-01-23 10:19:56 -05:00
Include your kernel image or find one for your specific device in telegram or xda (also could pull it from your boot image)
Place kernel image named kernel in folder named prebuilt
check for maintainer image placement is correct (if no it will show "no image")
2024-01-23 09:55:55 -05:00
# Building
```bash
2024-01-23 10:19:56 -05:00
. build/envsetup.sh
lunch ofox_genevn-eng && m -j$(nproc --all) recoveryimage
2024-01-23 09:55:55 -05:00
```
2024-01-23 10:19:56 -05:00
Profit!!!!
2024-01-23 09:55:55 -05:00
2024-01-23 10:19:56 -05:00
let me know if anything is awry and i will get to it.