Session 04 — 2026-03-16d
Duration: ~1.5 hours · Phase: 03b (TWRP)
Build Error Sequence
| # | Error | Fix |
|---|---|---|
| 1 | TW_THEME not set | mkdir -p device/onyx before copy |
| 2 | vendor/omni/config/common.mk missing | Changed to vendor/twrp/config/common.mk |
| 3 | No config for TARGET_DEVICE NoteAir | Copy tree as device/onyx/NoteAir/ (not noteair1) |
| 4 | device/onyx/noteair1/device.mk missing | Updated DEVICE_PATH → device/onyx/NoteAir |
| 5 | TW_MAX_BRIGHTNESS warning | Added TW_MAX_BRIGHTNESS := 255 |
| 6 | rsync not found at 99% | Add rsync to Dockerfile (next session) |
Result: 19,765/19,768 steps. One rsync fix away from recovery.img.