| Property | Value |
|---|---|
| Device Name | Tecno Camon 20 |
| Model | CK6n |
| Build Number | CK6n-H6929CD-U-OP-250218V1310 |
| Platform | Mediatek Helio G85 (MT6768 / MT6769Z) |
| Android | 14 |
| Storage | 256 GB |
| RAM | 8 GB |
| Battery | Li-Po 5000 mAh, non-removable |
| Display | 6.67", 1080 x 2400 pixels |
| A/B Device | True |
| Treble Device | True |
This device tree was created to build custom recovery images, primarily for:
| Component | Status |
|---|---|
| Device Tree | ✅ Work |
| OrangeFox Build | ✅ Bootable |
| TWRP Support | ✅ Bootable |
A firmware dump for TECNO CK6n is also available at the following repository:
👉 rama-firmware-dumps/TECNO-CK6n on GitGud
This repository was coincidentally created on the same day this device tree was first built. If you're looking for firmware binaries (boot, vbmeta, dtbo, etc.) to assist in porting recovery or debugging device tree issues, this can serve as a valuable resource.
Feel free to open an issue or pull request if you have questions or contributions regarding integration with this firmware dump.
- TWRP:
fastboot flash vendor_boot TWRP_vendor_boot.img - OFRP:
fastboot flash vendor_boot OFRP_vendor_boot.img
- MT6768 and MT6769Z are largely identical in SoC architecture.
- Ensure you have bypassed AVB and verified vbmeta when flashing recovery.
- Do not use
COMMON_LUNCH_CHOICES := twrp_TECNO-CK6n. - Use
COMMON_LUNCH_CHOICES := twrp_CK6ninstead. - Android 13 or older
lunchuses the formattwrp_<product>-<variant> - Android 14+
lunchuses the formattwrp_<product>-<release>-<variant>. Extra dashes (like inTECNO-CK6n) causesplit("-")errors. - Example:
lunch twrp_{{ device_info.codename }}-ap2a-eng(ap2a is the default release name used by OrangeFox build Wiki)