OrangeFox 14.1 for Xiaomi Poco F6 (peridot)
ᵃᶻᶻʸ 🍉📦Build Variants
- Safest and simplest option for most users
- Keeps /data encrypted (default Android behavior)
- Must format /data when flashing a different ROM
- Automatically disables forced encryption upon detecting ROM payload
- Can switch ROMs with a /data wipe only (no need format)
- Internal Storage remains intact
- Please read support group notes for more information: #switch-to-dfe #what-is-dfe
⚖️Main differences to prior channel builds
- Decryption working on AOSP and HyperOS (read here)
- Unneccessary anti-rollback protection removed
Recovery security patch date was left too high (2127) so would unneccesarily trigger anti-rollback protection when installing current dated ROMs of 202X, which would force format /data
- auto-dfe variant built for non-encrypted users (mentioned above)
- See device tree for all other changes
🔧Installation
Three methods in recommended order: a) b) or c)
a) via recovery:
- Download your decided OrangeFox flashable zip file
- Reboot device to recovery mode
- Install from Internal Storage OR Install via adb
adb sideload <path to OrangeFox flashable zip file>
b) via PC:
- Download your decided OrangeFox recovery.img file, on PC
- Reboot device to bootloader mode (fastboot)
- Enter command to flash the recovery image to both recovery slots
fastboot flash recovery_ab <path to recovery.img>
⚠️DO NOT FASTBOOT FLASH THE RECOVERY ZIP!
c) Rooted users have also shared success via Kernel Flasher apps or via Termux:
dd if=<path to recovery.img> of=/dev/block/bootdevice/by-name/recovery_a bs=1M
dd if=<path to recovery.img> of=/dev/block/bootdevice/by-name/recovery_b bs=1M
🐞Known Issues
- At present, none
📝Reporting issues
- You can report directly into the support group
- Onto GitHub, please open new issues with care
🙏Credits
- To all users in the group keeping me motivated
- Suyuan87 for the base tree
- grewal for rescuing peridot AOSP