Realme 9 4G (messi) - Unofficial TWRP - 20240113
cd-Crypton
released this
13 Jan 02:30
·
17 commits
to main
since this release
Team Win Recovery Project
Note: Flash at your own risk. This Build still not considered as stable, and still in the process of testing.
Build Device: messi
Build Alt. Name: RMX3521
Build Date: 01/13/2024
Build Release: Beta
Build Branch: 12.1 (v3.7.0)
Compatibility: Android 12+
Release Notes
- Decryption in Generic System Images might not work.
- Backup is working fine with all the available partition options.
- Restoring a full backup weren't fully tested yet.
- Do not flash OEM's OTA.
Working Features
- Internal Storage (Supports decryption on RUI 4.0)
- External Storage (SD Card and USB-OTG)
- Vibration/Haptics
- Touch Panel
- Flashing archive files (Magisk, Flashable Recovery, etc.)
- ADB and Fastboot Command
- FastbootD (Userspace; Super Partition)
- MTP Enable/Disable
- Backup and Restore (...read the Release Notes above.)
- ADB Sideload
Issues and Bugs
- Flashing OTA firmware file.
- Tell me more...
How to flash?
Despite using A/B partition scheme, it has dedicated ramdisk. You can install recoveey without using the usual A/B installation process.
- Download the .img file from the release page.
- Place the image file inside platform tools folder in your PC.
- Now, open CMD inside platform tools folder.
- Boot your device in bootloader/fastboot mode.
- Type in CMD:
fastboot flash recovery name-of-twrp.img
. It'll flash in current active slot. - After flashing is done, type:
fastboot reboot recovery
. - Enjoy your new custom recovery—TWRP.
Credits
- Team Win (for Manifest/Source)
- SebaUbuntu (for base device tree)
What's new?
- Prebuilt OSS Kernel (Clang 12.0.5).
- Synced with latest TWRP changes.