Development OrangeFox R12.1 Beta (Test variant) - Xiaomi Redmi Note 8 (2021)

OrangeFox R12.1 by HPDEV.
Known Issue:
microsd fixed
flashlight fixed
Contacts:
Discord: hpdev#0001

We can develop a custom ROM for biloba?

Related

[OFFICIAL][RECOVERY][ginkgo/willow] OrangeFox Recovery Project

OrangeFox Recovery Project
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
/*
* Your warranty is now void.
*
* We're not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*/
INSTALLATION:
0. Backup your ROM, your data, your internal storage, and your settings/apps, to an external device
1. Download the OrangeFox zip file to your device
2. Reboot to your custom TWRP-based Recovery
3. Install the OrangeFox zip file as a normal zip
4. The device will automatically reboot into OrangeFox recovery after installation (allow this to happen)
5. Enjoy!
Frequently Asked Questions; Installation from stock recovery; MIUI OTA; Troubleshooting; Sundry Information:
* See
Guides and FAQ: https://wiki.orangefox.tech/en/guides
Setup OTA: https://wiki.orangefox.tech/en/guides/ota
Discussion about MIUI OTA for our device: https://forum.xda-developers.com/redmi-note-8/how-to/guide-flashing-miui-ota-rom-recovery-t4041591
How to report bugs properly: https://wiki.orangefox.tech/en/guides/report#what-you-must-provide
Credits
* TeamWin - for TWRP
* The OrangeFox Team - for your hard work
* mauronofrio - for bring up ginkgo device tree
* All our testers - for your patience and help
Features
Spoiler: Features
* Updated with latest TWRP commits
* Built-in support for installing init.d functionality
* Built-in support for installing Magisk
* Built-in Magisk Manager
* Flashlight
* Password, torch, led
* Support for Miui and Custom ROMs
* Superb new UI and themes
* OrangeFox theme engine:
- choice of theme (black, dark, etc)
- choice of color scheme
- choice of splash screen
* Alternative lockscreen
* And many more!
DOWNLOADS
https://orangefox.download/en/device/ginkgo
Screenshots
See https://files.orangefox.tech/Screenshots/R10/
Contact Us
Telegram: https://t.me/OrangeFoxChat
XDA:DevDB Information
OrangeFox Recovery Project, Tool/Utility for the Redmi Note 8
Contributors
Teguhpunya, DarthJabba9, MrYacha, mauronofrio
Source Code: https://gitlab.com/OrangeFox
Device Tree: https://gitlab.com/OrangeFox/device/ginkgo
Version Information
Status: Stable
Current Stable Version: R11.1
Stable Release Date: 2022-01-01
Current Beta Version: R11.1_1
Beta Release Date: 2021-08-09
Created 2020-03-04
Last Updated 2022-01-01
Changelog
--NEW--
Stable
R11.1 Stable
* Initial R11.1 stable build
* Updated prebuilt kernel
* Fixed stuck on OrangeFox splash screen in some cases
--OLD--
Stable
R11.0_1
* Fixed decryption in Android 11 and some MIUI
* Enabled turn off screen feature
R11.0
* Initial stable R11.0 build
* Manage a new Willow version (commit from mauronofrio)
R10.1_4
* Allow backup Persist image
* Add support for metadata encryption
* Fix status bar padding
* Fix problem with queueing zip for flashing
* Fix some issues related to backup
* Add support for block-based incremental OTA updates in AOSP ROMs that support this
* Fix issue "boot to fastboot" after successfully decrypted data from mount menu
* Update OrangeFox codebase to 2020.05.29
R10.1_3
* Prevent backup error caused by /data/per_boot
* Deal with backup issues relating to Dual-Apps (/data/vendor_ce/999)
* Reduced brightness values to reduce chance to get image retention
* Move status bar up behind notch
R10.1_2
* Updated Magiskboot to 20.2 stable
* Updated DM-verity and forceencrypt disabler (Menu - Gear icon - MIUI OTA - Patch ROM)
* Updated initd addon to anykernel3 version
* Fix languange translations
* many more
R10.1_1
* Initial R10.1 stable build.
* Fixed format partition problem.
* Added support for willow (Not tested).
* Updated magisk to 20.1.
* Enabled Nano editor.
Beta
R11.1_1
* Now supports encryption on all MIUI
Notes:
* Doesn't support Android 11's metadata encryption for now. It will stuck at OrangeFox's splash image
R11.1_0
* Updated to R11.1 ( See Changelogs at https://wiki.orangefox.tech/en/changelog/ )
* Added support for willow hwversion 18.31.0
* Changed max screen brightness
R10.1_4
- Continuation from R10.1_3 Stable
- Add support for metadata encryption (need more test)
- Fix reading device name (ginkgo as willow or vice versa) (need more test)
- Fix status bar padding
- Fix problem with queueing zip for flashing
- Update Magisk to 20.3 in Fox addons
- Update magiskboot
- Update languange translations
- and more…
Reserved
I have a "ginkgo", when I tried to flash the firmware there was an error that said: "E3004: This package is for ginkgo this is a willow" and obviously the package with the firmware was correct.
elfabo88 said:
I have a "ginkgo", when I tried to flash the firmware there was an error that said: "E3004: This package is for ginkgo this is a willow" and obviously the package with the firmware was correct.
Click to expand...
Click to collapse
If you are absolutely sure it's a ginkgo, and you are flashing a ginkgo rom/firmware then in the rom/firmware.zip you can go to META-INF/com/google/android/updater-script->here remove the following line:
Code:
getprop("ro.product.device") == "ginkgo" || abort("E3004: This package is for \"ginkgo\" devices; this is a \"" + getprop("ro.product.device") + "\".");
Now recovery won't verify your device and you can flash the proper rom. Although don't extract your full rom.zip. Just open(not extract) with winrar, go to the mentioned path and extract the updater-script, make changes with notepad++ and drag the new modified updater-script back in the same path.
elfabo88 said:
I have a "ginkgo", when I tried to flash the firmware there was an error that said: "E3004: This package is for ginkgo this is a willow" and obviously the package with the firmware was correct.
Click to expand...
Click to collapse
I have test build to solve that problem (hopefully). If you're interested to be tester, PM me.
Please release that version, same result here...
is this has data encryption issue?
if have what i have to do...
imonshahed said:
is this has data encryption issue?
if have what i have to do...
Click to expand...
Click to collapse
Format data after flash rom
imonshahed said:
is this has data encryption issue?
if have what i have to do...
Click to expand...
Click to collapse
select "disable force encryption" option in orangefox seetings > miui ota everytime you flash rom
Update please
Needs a twrp with metadata
Beta update version R10.1_4
R10.1_4 Beta
Changelog:
- Continuation from R10.1_3 Stable
- Add support for metadata encryption (need more test)
- Fix reading device name (ginkgo as willow or vice versa) (need more test)
- Fix status bar padding
- Fix problem with queueing zip for flashing
- Update Magisk to 20.3 in Fox addons
- Update magiskboot
- Update languange translations
- and more..
Stability on Beta and questions.
Hi there, I just got a RN8 and want to try out this recovery. It seems great and supports MIUI OTA updates.
How stable is the Beta version as compared to the Stable one? Is there any major improvements that I should choose the Beta one over the Stable one or vice versa?
Besides, this should support the MIUI.EU ROMs' OTA updates, right? And is its functionality is the same as TWRP (e.g. anything that TWRP supports, OrangeFox will also support) ?
Thank you!
PorridgePi said:
Hi there, I just got a RN8 and want to try out this recovery. It seems great and supports MIUI OTA updates.
How stable is the Beta version as compared to the Stable one? Is there any major improvements that I should choose the Beta one over the Stable one or vice versa?
Besides, this should support the MIUI.EU ROMs' OTA updates, right? And is its functionality is the same as TWRP (e.g. anything that TWRP supports, OrangeFox will also support) ?
Thank you!
Click to expand...
Click to collapse
This is, basically, TWRP on steroids.
If you know what you're doing, hop on the BETA train, otherwise, stable is the safest choice.
Sent from my Redmi Note 8 using Tapatalk
isamwise said:
This is, basically, TWRP on steroids.
If you know what you're doing, hop on the BETA train, otherwise, stable is the safest choice.
Click to expand...
Click to collapse
Ok thanks. I think I will stay with the stable build then since I'm a newbie at all this flashing stuff. Should I flash TWRP first and then flash OrangeFox from TWRP or flash OrangeFox directly? Is it the same result?
PorridgePi said:
Ok thanks. I think I will stay with the stable build then since I'm a newbie at all this flashing stuff. Should I flash TWRP first and then flash OrangeFox from TWRP or flash OrangeFox directly? Is it the same result?
Click to expand...
Click to collapse
It depends on your method of flashing...
If you extract the img from Orangefox archive, you can flash it directly from fastboot, otherwise, flash TWRP first, then flash the Orangefox zip from TWRP.
Sent from my Redmi Note 8 using Tapatalk
But will flashing from TWRP keep both TWRP and OrangeFox?
PorridgePi said:
But will flashing from TWRP keep both TWRP and OrangeFox?
Click to expand...
Click to collapse
No, it won't.
Sent from my Redmi Note 8 using Tapatalk
Thank you so much for clearing my doubts. I will flash OrangeFox directly then. I still need to wait for quite a while for my bootloader to be unlocked...
PorridgePi said:
Thank you so much for clearing my doubts. I will flash OrangeFox directly then. I still need to wait for quite a while for my bootloader to be unlocked...
Click to expand...
Click to collapse
You're welcome and good luck.
Sent from my Redmi Note 8 using Tapatalk

[RECOVERY][OFFICIAL][Q-T][picasso] OrangeFox Recovery Project [R11.1_2.2] | Redmi K30 5G / K30i 5G

OrangeFox Recovery Project [R11.1]
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is partially void.
*
* We're not responsible for bricked devices, dead OTGs,
* thermonuclear wars, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this recovery
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
OrangeFox is FREE SOFTWARE​
This recovery supports treble, MIUI and custom ROMs.
* OrangeFox version: R11.1
* Device codename: picasso
* Maintainer/authors build: masemoel
* OrangeFox source: GitLab
* Device tree: GitLab
Downloads
* Official OrangeFox builds here
NOTE: bear in mind that there is no build cicle. OrangeFox will be updated when it's needed.
This recovery is compatible with Redmi K30 5G, K30i 5G and K30 5G Racing editions.
Increase my motivation: PayPal
Donations to OFRP: Open Collective (they deserve as well!)
Installation
Update from your current recovery/older OF versions:
1. Download the OrangeFox zip file to your device.
2. Reboot to your current custom recovery.
3. Install the OrangeFox zip file as a normal zip.
4. The device will automatically reboot into OrangeFox recovery after installation.
5. Enjoy!
From fastboot:
1. Download the OrangeFox zip file to your PC.
2. Extract the recovery.img file from the zip.
3. Reboot your phone into fastboot mode.
4. Type the following command in your console (you need adb drivers to do this)
fastboot flash recovery recovery.img
From OFRP app [NEW!]
(Ideal if you don't own a PC)
Official builds can be flashed with the new OrangeFox app. Get it here (needs root access).
How to use OrangeFox recovery
* See the official OrangeFox guides.
* Source changelogs
News
* Stay tunned to my new releases (either test or stable) in my Telegram channel
* Chat with other picasso users in a global Telegram chat
* Follow the news from the OFRP team in their TG channel
Support
* Official OFRP Telegram support group
Bugs
* Check the release bugs and notes in the download page.
TIP: check current issues at the GitHub Issues tracker before reporting one (it may already exists).
Credits
* TeamWin - for TWRP.
* OrangeFox Team - for your hard and brilliant work.
Features
* Updated with latest TWRP changes
* Built-in support for installing init.d functionality
* Built-in support for installing Magisk
* Flashlight
* Password security.
* Support for MIUI and custom ROMs
* Superb new UI and themes
* OrangeFox theme engine:
- choice of theme (black, dark, etc)
- choice of color scheme
- choice of splash screen
* Alternative lockscreen
* And many more! Feel free to give a go
Version Information
Status: Stable
Current Stable Version: R11.1_2.2
Stable Release Date: 2023-01-25
Created: 2021-02-02
Last Updated: 2023-01-26
Important note:
Since 2.1 release, decryption is only working with Android 12 and upper. So, my suggestion is:
- Use R11.1_10 release if you are using Android 10 or 11.
- Use the latest release for Android 12, 13 or upper.
All the features left will work fine on all Android versions but if you want to decrypt your internal storage on recovery you must follow the indications from above.
Great WOrk Sir Mase!
New OFRP builds are getting cooked! [A10-A11]
NOTE: Remember that I've created a TG channel (not chat), so that you will get notified whenever a new build from my part is released! Join here
Changelog R11.0_1.3:
- Bump to 2021-02-03 OFR codebase, and version tag to R11_1.3.
- Some decryption improvements.
- Fixed OF getting overwritten in MIUI CN.
- Fixed ADB Sideload.
- Fixed assert errors related to building dates.
- Fixed EFS and other partitions that were mounted as read-only — you can backup and restore now in all partitions!
- Fixed some A11 issues with /tmp/install directories.
- Better status bar padding.
- Fixed magiskboot error from previous release.
- Functions that were disabled aren't visible now (such as Aroma Installer or app manager on A11...).
- Fixed some other minor bugs.
- Fixed Splash customization and some other improvements by OFR team.
Full device tree details
OFRP changes
Closed issues at GitHub (if any)
Update from older OF versions:
1. Download the OrangeFox zip file to your device.
2. Reboot to recovery.
3. Install the OrangeFox zip file as a normal zip.
4. The device will automatically reboot into OrangeFox recovery after installation.
5. Enjoy!
This project takes me some effort, time and bricks on my phone. If you wish, you can buy me a coofee here
Finally, I hope you enjoy this new, stable and customizable recovery!
masemoel said:
[Reserved]
Click to expand...
Click to collapse
Hi Bro, this recovery, is there bootloop for eu rom after flash magisk or not?
I remember that. On your AICP rom, we have to fix it manually.
Thank you
vudungcom said:
Hi Bro, this recovery, is there bootloop for eu rom after flash magisk or not?
I remember that. On your AICP rom, we have to fix it manually.
Thank you
Click to expand...
Click to collapse
OFR uses the magiskboot tool, which it's supposed to patch the boot images better. However, there is a tiny chance of facing bootloop, so I would make a backup of the boot image, so that you can easily restore again and boot normally if you face any bootloop issue.
New OFRP builds are up! [A10-A11]
NOTE: Remember that I've created a TG channel (not chat), so that you will get notified whenever a new build from my part is released! Join here
Changelog R11.0_1.4:
- Bump to 2021-02-19 OFR codebase, and version tag to R11.0_1.4.
- Fixed MTP not working after formatting data and rebooting.
- Fixed fastbootd.
- Full NTFS support (useful for OTG).
- Removed status bar offset.
- Minor improvements.
Full device tree details
OFRP changes
Closed issues at GitHub (if any)
Update from older OF versions:
1. Download the OrangeFox zip file to your device.
2. Reboot to recovery.
3. Install the OrangeFox zip file as a normal zip.
4. The device will automatically reboot into OrangeFox recovery after installation.
5. Enjoy!
This project takes me some effort, time and bricks on my phone. If you wish, you can buy me a coofee here
Finally, I hope you enjoy this new, stable and customizable recovery!
Looking forward to that MTP fix. I don't feel safe pushing the files though ADB, sometimes it looks like it works but doesn't.
Lot of thanks to masemoel for his work!
New OF oficial builds are up! [A10-A11]
NOTE: Remember that I've created a TG channel (not chat), so that you will get notified whenever a new build from my part is released! Join here
IMPORTANT NOTE: A10 build from today is UNOFFICIAL and won't receive updates anymore! So R11.0-1.5 is the last stop for android Q.
Changelog R11.0_1.5:
- Bump version tag to R11.0_1.5.
- Add hide notch option.
- Update status bar paddings (almost perfect).
- Add exFAT support.
- Fixed Migrate mounting data error.
- Some decryption improvements by QCOM.
Full device tree details
OFRP changes
Closed issues at GitHub (if any)
Update from older OF versions:
1. Download the OrangeFox zip file to your device.
2. Reboot to recovery.
3. Install the OrangeFox zip file as a normal zip.
4. The device will automatically reboot into OrangeFox recovery after installation.
5. Enjoy!
Update from OFRP app [NEW!]
Official builds can be flashed with the new OrangeFox app. Get it here (needs root permissions).
This project takes me some effort, time and bricks on my phone. If you wish, you can buy me a coffee here
Finally, hope you enjoy this first official release!
Incredibly nice! It's amazing that the best recovery for the K30 5G is now official.
New OF official beta build is up! [A11]
NOTE: Remember that I've created a TG channel (not chat), so that you will get notified whenever a new build from my part is released! Join here
Changelog R11.1_1.6:
- Fully fix MTP issues after formatting data.
- Some decryption improvements: attempt to fix decryption on CN ROM.
- Bump to new R11.1 source and version tag to R11.1_1.6.
- Minor additions.
Full device tree details
OFRP changes
Closed issues at GitHub (if any)
Update from older OF versions:
1. Download the OrangeFox zip file to your device.
2. Reboot to recovery.
3. Install the OrangeFox zip file as a normal zip.
4. The device will automatically reboot into OrangeFox recovery after installation.
5. Enjoy!
Update from OFRP app [NEW!]
Official builds can be flashed with the new OrangeFox app. Get it here (needs root permissions).
This project takes me some effort, time and bricks on my phone. If you wish, you can buy me a coffee here
Finally, hope you enjoy this new official release!
New OF official stable build is up! [A10+]
NOTE: Remember that I've created a TG channel , so that you will get notified whenever a new build from my part is released! Join here
Changelog R11.1_1.7:
- First stable R11.1 release for picasso.
- Fixed system_root typo (caused flashing errors in some ROMs).
- Switch totally to twrp-common decryption tree (fixes decryption in stock CN ROM).
Full device tree details
OFRP changes
Closed issues at GitHub (if any)
Update from older OF versions:
1. Download the OrangeFox zip file to your device.
2. Reboot to recovery.
3. Install the OrangeFox zip file as a normal zip.
4. The device will automatically reboot into OrangeFox recovery after installation.
5. Enjoy!
Update from OFRP app [NEW!]
Official builds can be flashed with the new OrangeFox app. Get it here (needs root permissions).
This project takes me some effort, time and bricks on my phone. If you wish, you can buy me a coffee here
Finally, hope you enjoy this first stable official release!
Can I use this recovery on Redmi K30i 5G?
Little Zed said:
Can I use this recovery on Redmi K30i 5G?
Click to expand...
Click to collapse
Yes
New OF official stable build is up! [A10+]
NOTE: Remember that I've created a TG channel , so that you will get notified whenever a new build from my part is released! Join here
Changelog R11.1_1.8:
- Fixed wrong CPU temp info.
- Fixed all decryption issues with MIUI 12.x CN ROM.
- Enabled backup and flash features to dynamic partitions.
- Bump version tag to R11.1_1.8.
Full device tree details
OFRP changes
Closed issues at GitHub (if any)
Update from older OF versions:
1. Download the OrangeFox zip file to your device.
2. Reboot to recovery.
3. Install the OrangeFox zip file as a normal zip.
4. The device will automatically reboot into OrangeFox recovery after installation.
5. Enjoy!
Update from OFRP app [NEW!]
Official builds can be flashed with the new OrangeFox app. Get it here (needs root permissions).
This project takes me some effort, time and bricks on my phone. If you wish, you can buy me a coffee here
Finally, hope you enjoy this new official, stable release!
New OF official stable build is up! [A10-A12]​NOTE: Remember that I've created a TG channel , so that you will get notified whenever a new build from my part is released! Join here
Changelog R11.1_1.9:​- Bump version tag to R11.1_1.9.
- Fixed bootloop issues with Android 12.
- Updated prebuilt Magisk zip to 23.0.
- OTA feature is now enabled by default.
- Update to latest R11.1 improvements.
Full device tree details
OFRP changes
Closed issues at GitHub (if any)
Update from older OF versions:​1. Download the OrangeFox zip file to your device.
2. Reboot to recovery.
3. Install the OrangeFox zip file as a normal zip.
4. The device will automatically reboot into OrangeFox recovery after installation.
5. Enjoy!
Update from OFRP app [NEW!]​Official builds can be flashed with the new OrangeFox app. Get it here (needs root permissions).
Finally, this project takes me some effort, time and bricks on my phone. If you wish, you can buy me a coffee here
I hope you enjoy this new official, stable release!
Can I flash it to my K30 4G,Is that any problem?
StrangeCat0711 said:
Can I flash it to my K30 4G,Is that any problem?
Click to expand...
Click to collapse
No. Flash the official build for phoenix (Redmi K30/POCO X2)
New OFRP official stable build is up!​NOTE: Remember that I've created a TG channel , so that you will get notified whenever a new build from my part is released! Join here
Changelog R11.1_2.1:​- Allow installation of files higher than 4GB.
- Support Android 12 decryption.
- Release based on fox_12.1 source.
- Add EROFS support.
- Other enhancements.
Full device tree details
OFRP changes
Closed issues at GitHub (if any)
Update from older OF versions:​1. Download the OrangeFox zip file to your device.
2. Reboot to recovery.
3. Install the OrangeFox zip file as a normal zip.
4. The device will automatically reboot into OrangeFox recovery after installation.
5. Enjoy!
Update from OFRP app [NEW!]​Official builds can be flashed with the new OrangeFox app. Get it here (needs root permissions).
Finally, this project takes me some effort, time and bricks on my phone. If you wish, you can buy me a coffee here
I hope you enjoy this new official, stable and decryptable release!
New OFRP official stable build is up!​NOTE: Remember that I've created a TG channel , so that you will get notified whenever a new build from my part is released! Join here
Changelog R11.1_2.2:​- Update prebuilt kernel.
- Hide some low-level partitions for a normal backup (you can still find them on advanced backup!).
- Support decryption for all A13 ROMs, even those which doesn't support wrappedkey (such as SparkOS).
- Fixed CPU temperature always showing 0º.
- Sync with latest source and update to R11.1_2.2 version.
Full device tree details
OFRP changes
Closed issues at GitHub (if any)
Update from older OF versions:​1. Download the OrangeFox zip file to your device.
2. Reboot to recovery.
3. Install the OrangeFox zip file as a normal zip.
4. The device will automatically reboot into OrangeFox recovery after installation.
5. Enjoy!
Update from OFRP app​Official builds can be flashed with the new OrangeFox app. Get it here (needs root access).
Finally, this project takes me some effort, time and bricks on my phone. If you wish, you can buy me a coffee here
I hope you enjoy this new official, stable and decryptable release!

[RECOVERY][OFFICIAL]PitchBlack Recovery Project POCO M3 / Redmi 9T / Redmi 9 Power / Redmi Note 9 4G [JUICE]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
/*
*Disclaimer
*
* Your warranty is now void.
*
* We're not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*/
Introduction
Pitch Black Recovery is a fork of TWRP with many improvements to make your experience better. It's more flexible & easy to use.
This build is really experimental so flash at your own risk.
However, the main use cases are fully covered as the most important functions of the recovery are working correctly.
Based on TWRP version: 3.4.0
PitchBlack version: 3.0.0
For device: Poco M3 Citrus
PitchBlack Source Code: https://github.com/PitchBlackRecoveryProject
PitchBlack Team :
@rezaadi0105 , @shovon , @manjot.gni , @androiabledroid , sagar
Code:
/*
PBRP Side Changelog
v3.0.0
Fully Redesigned UI
Added new Keychecks While Flashing PBRP or recovery.img or Ramdisk
Fully Redesigned Website https://pitchblackrecovery.com
New Android like Power Menu (Activated via power key hold)
Flashlight toggled by Vol up(+) on hold
New Scrollable Advanced menu
Totally Redesigned Icons
Removed old unnecessary Theming Stuff
Tested on almost all handy Resolutions
Flashlight toggle on Lockscreen
More checks for SAR/Non-SAR\
New Navbar
Support on almost all Android version (5.0+)
Update ozip decrypt
Fix up ozip print logs & take all paths
Update FUNDING.yml
Fixed encrypted removal checks & buttons
Add Flag for disabling treble compatibility by default
Is_Data_Wiped: Simplify function signature
Unified AB_OTA_UPDATER
Change AB device log storage to /data/recovery
Delay start if specified in board
Optimize touchscreen driver initialization delay.
v2.9.0
Update kernel
Update DM Verity Logic
Update magisk
Update unroot magisk
Some bug fixed
*/
Features
Fully native android like UI
Supports Treble and non-Treble ROMs
Up-to-date kernel, built from sources
Full dark theme with changeable accents
Reorganized menus
MIUI OTA support
Disable DM Verity
Use AromaFM as default file manager
Various tools are include
Universal flash-able file for all variant of a device
Many bug fixes & optimization & much more
Working
Flash
Wipe and format data
Backup and restore
Working FBE decryption in Custom Miui
Bugs
Tell me
Device Changelog
20210315
Initial Build
20210317
Fix Wrong Device Name
Fix Torch
20210317
Upstream Twrp to 3.5.2
Source Side updates
fix fastbootd
fix doesn't show internal storage after format data reboot recovery
fix can't flash migrate zip
fix signal error 11
20210420
Initial Official build
Sync with latest source
WARNING : always untick Patch AVB2.0 Verity before flashing zips or roms .
Downloads
download
Source Code
https://github.com/PitchBlackRecoveryProject/android_device_poco_citrus-pbrp
CREDITS
* TeamWin - for TWRP
* The OrangeFox Team - for your hard work
* TheMalachite - for the Tree
* All our testers - for your patience and help
Support Group : Link
Cannot download. Google Drive message:
We're sorry. You can't access this item because it is in violation of our Terms of Service.
A very very good news !!!!
It was the best RecoveryTool for my Redmi 3S, really happy to see it on Citrus !
Hope to see it OFFICIAL soon.
One of the best recoveries available, intuitive as twrp are, buttons near the fingers, tools other roms doesnt have, very good design, love it.
darkdark530 said:
View attachment 5250421
Code:
/*
*Disclaimer
*
* Your warranty is now void.
*
* We're not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*/
Introduction
Pitch Black Recovery is a fork of TWRP with many improvements to make your experience better. It's more flexible & easy to use.
This build is really experimental so flash at your own risk.
However, the main use cases are fully covered as the most important functions of the recovery are working correctly.
Based on TWRP version: 3.4.0
PitchBlack version: 3.0.0
For device: Poco M3 Citrus
PitchBlack Source Code: https://github.com/PitchBlackRecoveryProject
PitchBlack Team :
@rezaadi0105 , @shovon , @manjot.gni , @androiabledroid , sagar
Code:
/*
PBRP Side Changelog
v3.0.0
Fully Redesigned UI
Added new Keychecks While Flashing PBRP or recovery.img or Ramdisk
Fully Redesigned Website https://pitchblackrecovery.com
New Android like Power Menu (Activated via power key hold)
Flashlight toggled by Vol up(+) on hold
New Scrollable Advanced menu
Totally Redesigned Icons
Removed old unnecessary Theming Stuff
Tested on almost all handy Resolutions
Flashlight toggle on Lockscreen
More checks for SAR/Non-SAR\
New Navbar
Support on almost all Android version (5.0+)
Update ozip decrypt
Fix up ozip print logs & take all paths
Update FUNDING.yml
Fixed encrypted removal checks & buttons
Add Flag for disabling treble compatibility by default
Is_Data_Wiped: Simplify function signature
Unified AB_OTA_UPDATER
Change AB device log storage to /data/recovery
Delay start if specified in board
Optimize touchscreen driver initialization delay.
v2.9.0
Update kernel
Update DM Verity Logic
Update magisk
Update unroot magisk
Some bug fixed
*/
Features
Fully native android like UI
Supports Treble and non-Treble ROMs
Up-to-date kernel, built from sources
Full dark theme with changeable accents
Reorganized menus
MIUI OTA support
Disable DM Verity
Use AromaFM as default file manager
Various tools are include
Universal flash-able file for all variant of a device
Many bug fixes & optimization & much more
Working
Flash
Wipe and format data
Backup and restore
Working FBE decryption in Custom Miui
Bugs
Tell me
Device Changelog
20210315
Initial Build
20210317
Fix Wrong Device Name
Fix Torch
20210317
Upstream Twrp to 3.5.2
Source Side updates
fix fastbootd
fix doesn't show internal storage after format data reboot recovery
fix can't flash migrate zip
fix signal error 11
Downloads
download
Source Code
https://github.com/darkpewds6969/android_device_poco_citrus-Pitchblack
Click to expand...
Click to collapse
Nice
Ευχαριστώ για αυτήν την αποκατάσταση. Έλυσε το πρόβλημά μου να μην αγγίζω την οθόνη στο επίσημο TWRP. Είχα στείλει μια ερώτηση σχετικά με αυτό, αλλά δεν είχα λάβει απάντηση από κανέναν. Αποφάσισα λοιπόν να αναβοσβήσω το γήπεδο και μετά όλα εντάξει. Ευχαριστώ για την καλή δουλειά.
----------
MOD EDIT: English Translation Below
Thanks for this restoration. Solve my problem not to touch the screen in the official TWRP. I had sent a question about this, but had not received a response from anyone. So I decided to flash the stadium and then everything was fine. Thanks for the good work.
I flashed the latest version of Pitch Black Recov from their official site succesfull in my POCO M3
I saw some Youtuber flashing this file in the recovery
DM Verity Disabled Encryption
Do i really need to flash this file ?
**Sorry im'a noob
Jona'san - sama said:
I flashed the latest version of Pitch Black Recov from their official site succesfull in my POCO M3
I saw some Youtuber flashing this file in the recovery
DM Verity Disabled Encryption
Do i really need to flash this file ?
**Sorry im'a noob
Click to expand...
Click to collapse
Nope not necessary
why after flashing the recovery zip and then try to reboot system and then try to recovery again it goes back to stock recovery?
@kyradgreat probably you are on stock ROM unrooted?
kyradgreat said:
why after flashing the recovery zip and then try to reboot system and then try to recovery again it goes back to stock recovery?
Click to expand...
Click to collapse
You are still in the stock rom, the stock rom will over-write the custom rom to default the next time you reboot the device..
How to install without twrp?pls
thanks do this
thanks for the poco m3 support, since orangefox is no longer maintained it
darkdark530 said:
View attachment 5250421
Code:
/*
*Disclaimer
*
* Your warranty is now void.
*
* We're not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*/
Introduction
Pitch Black Recovery is a fork of TWRP with many improvements to make your experience better. It's more flexible & easy to use.
This build is really experimental so flash at your own risk.
However, the main use cases are fully covered as the most important functions of the recovery are working correctly.
Based on TWRP version: 3.4.0
PitchBlack version: 3.0.0
For device: Poco M3 Citrus
PitchBlack Source Code: https://github.com/PitchBlackRecoveryProject
PitchBlack Team :
@rezaadi0105 , @shovon , @manjot.gni , @androiabledroid , sagar
Code:
/*
PBRP Side Changelog
v3.0.0
Fully Redesigned UI
Added new Keychecks While Flashing PBRP or recovery.img or Ramdisk
Fully Redesigned Website https://pitchblackrecovery.com
New Android like Power Menu (Activated via power key hold)
Flashlight toggled by Vol up(+) on hold
New Scrollable Advanced menu
Totally Redesigned Icons
Removed old unnecessary Theming Stuff
Tested on almost all handy Resolutions
Flashlight toggle on Lockscreen
More checks for SAR/Non-SAR\
New Navbar
Support on almost all Android version (5.0+)
Update ozip decrypt
Fix up ozip print logs & take all paths
Update FUNDING.yml
Fixed encrypted removal checks & buttons
Add Flag for disabling treble compatibility by default
Is_Data_Wiped: Simplify function signature
Unified AB_OTA_UPDATER
Change AB device log storage to /data/recovery
Delay start if specified in board
Optimize touchscreen driver initialization delay.
v2.9.0
Update kernel
Update DM Verity Logic
Update magisk
Update unroot magisk
Some bug fixed
*/
Features
Fully native android like UI
Supports Treble and non-Treble ROMs
Up-to-date kernel, built from sources
Full dark theme with changeable accents
Reorganized menus
MIUI OTA support
Disable DM Verity
Use AromaFM as default file manager
Various tools are include
Universal flash-able file for all variant of a device
Many bug fixes & optimization & much more
Working
Flash
Wipe and format data
Backup and restore
Working FBE decryption in Custom Miui
Bugs
Tell me
Device Changelog
20210315
Initial Build
20210317
Fix Wrong Device Name
Fix Torch
20210317
Upstream Twrp to 3.5.2
Source Side updates
fix fastbootd
fix doesn't show internal storage after format data reboot recovery
fix can't flash migrate zip
fix signal error 11
20210420
Initial Official build
Sync with latest source
WARNING : always untick Patch AVB2.0 Verity before flashing zips or roms .
Downloads
download
Source Code
https://github.com/PitchBlackRecoveryProject/android_device_poco_citrus-pbrp
CREDITS
* TeamWin - for TWRP
* The OrangeFox Team - for your hard work
* TheMalachite - for the Tree
* All our testers - for your patience and help
Support Group : Link
Click to expand...
Click to collapse
this here is pure gold.please keep up the project.
So, i've unlocked the bootloader but now i cant see the system partition to wipe. Also when i try to flash this rom i got this errors: failed to mount system_root/product (no such file or directory). If i go to mount option i cant select the system or product partition
I have 2 poco m3. The one bought in 2020 have no issues with orange fox and custom firmware. The new one bought in november 2021 cant use orange fox. It just gets stuck on a black screen. This is the only recovery that wroks.
This is the only recovery tool that I can boot into. But the problem is I cant flash any roms because I cannot mount SYSTEM to format.
Edit: This eu ROM "MIUI 12.5 Beta Android 11" can be flashed without mounting system:
Joaoovn said:
So, i've unlocked the bootloader but now i cant see the system partition to wipe. Also when i try to flash this rom i got this errors: failed to mount system_root/product (no such file or directory). If i go to mount option i cant select the system or product partition
Click to expand...
Click to collapse
xiaomi.eu_multi_HMNote94G_HM9T_POCOM3_21.9.8_v12-11.zip
drive.google.com
After flashing the android 11, custom roms can be flashed no issue
is encription is enable it this recovery

[ROM][OFFICIAL][11.0_r48][STABLE][picasso] LegionOS 3.14

​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
LegionOS for Redmi K30 5G (picasso)​
Code:
#include <std_disclaimer.h>
* Your warranty is now void.
*
* We are not responsible for bricked devices, dead OTGs,
* thermonuclear war or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you. Hard & a lot.
*
What is this?
LegionOS is an AOSP 11 based ROM.
Our mission is to offer the maximum possible stability and security, along with essential and useful features for the proper functioning of the device
Downloads
Firmware + vendor CN base (always use latest available)
Official builds
Gapps -> FlameGApps · LegionOS GApps · NikGApps (flash them only if you decide to go with the Vanilla version)
Magisk
This ROM is compatible with K30 5G,
K30i 5G and K30 5G Racing editions.
Bugs
Wrong fast charging info in lockscreen (but charges fast).​
You tell me.​
Installation
Use latest OFRP to flash.
Clean flash:
Flash recommended CN base.
Flash LegionOS zip.
Flash Magisk (optional).
Format data. Also wiping cache & dalvik is recommended.
Reboot and enjoy!
Dirty flash:
Flash LegionOS zip.
Flash Magisk (optional).
Wipe cache & dalvik.
Reboot and enjoy!
News & support:
K30 5G Updates channel
K30 5G English chat
LegionOS chat (not picasso-specific)
LegionOS news channel
Stay tunned to my new releases (either test or stable) in my Telegram channel
Sources:
Device tree
Kernel
Vendor
LegionOS
Credits:
MangoTM (for his reworked tree and his help).
jjhitel (for his initial work to have R totally stable).
LegionOS team (for this awesome ROM).
Many more contributors.
Version Information
Status: Stable
Current Stable Version: 3.14 (Android 11)
Maintainer: masemoel
Security patch level: 2021-10-05
SELinux status: Enforcing
Stable Release Date: 2021-10-13
Created: 2021-03-21
Last Updated: 2022-01-31
[Reserved]
hi, this rom can use gesture zoom on story fb,instagram and google map ?
TQHuuThuan said:
hi, this rom can use gesture zoom on story fb,instagram and google map ?
Click to expand...
Click to collapse
Hello, sorry for my late reply.
I tested on Instagram stories and it works. It's inside Accesibility settings. It also works on launcher, so yeah it seems to work under any app.
New stable update is up!
NOTE: I've created a TG channel (not chat), so that you will get notified whenever a new build from my part is released! Join here
Changelog 29-3-2021:
- Fixed autobrightness not working.
- SELinux is now enforcing.
- Source updated (fixes bubbles chat and adds more features).
Full device tree details
How to upgrade:
Dirty flash should be ok (if you face weird issues/bootloop, then try a clean flash before reporting them!).
Dirty flash:
1. Reboot to recovery (latest OFRP version recommended)
2. Flash ROM.
3. Flash GApps (if you had).
4. Flash Magisk (optional, as always).
5. Wipe dalvik & cache.
6. Reboot to system (realize that first boot might take longer than usual).
If you face any flashing error and the ROM doesn't flash succesfully, take recovery.log and send here.
Clean flash:
1. Download the ROM and GApps package (optional) and transfer them to your device.
2. Boot to recovery (OFRP recommended).
5. Flash xiaomi.eu (v21.3.17/24 is strongly recommended).
6. Flash ROM.
7. Flash GApps (optional, needed for. Google Playstore or Google Camera to work).
8. Flash Magisk (optional as well).
9. Format data and wipe cache partition.
10. Reboot (realize that first boot might take longer than usual).
11. Enjoy!
New stable update is up!
NOTE: I've created a TG channel (not chat), so that you will get notified whenever a new build from my part is released! Join here
Changelog 13-5-2021:
- Update prebuilt kernel to MIUI EU 21.5.12.
- Merged May 2021 security patch.
- Source updated to LegionOS 3.8 source.
- Enabled LTE+ icon.
- Added camera pinner (improves its performance).
- Boosted initial bootup time.
- Added some gaming, battery-saving and performance props.
- Updated brightness screen values.
- Added Clear Speaker and Touch Gaming profiles to XiaomiParts.
- Bluetooth improvements.
- Addressed some SELinux denials.
Full device tree details
How to upgrade:
Dirty flash should be ok (if you face weird issues/bootloop, then try a clean flash before reporting them!).
Dirty flash:
1. Reboot to recovery (latest OFRP version recommended)
2. Flash ROM.
3. Flash GApps (if you had).
4. Flash Magisk (optional, as always).
5. Wipe dalvik & cache.
6. Reboot to system (realize that first boot might take longer than usual).
If you face any flashing error and the ROM doesn't flash succesfully, take recovery.log and send here.
Clean flash:
1. Download the ROM and GApps package (optional) and transfer them to your device.
2. Boot to recovery (OFRP recommended).
5. Flash xiaomi.eu (v21.5.12 or higher is strongly recommended).
6. Flash ROM.
7. Flash GApps (optional, needed for. Google Playstore or Google Camera to work).
8. Flash Magisk (optional as well).
9. Format data and wipe cache partition.
10. Reboot (realize that first boot might take longer than usual).
11. Enjoy!
Redmi K30i 5G don't have OFRP. Can I use TWRP?
New stable official update is up!
NOTE: I've created a TG channel (not chat), so that you will get notified whenever a new build from my part is released! Join here
Changelog 23-5-2021:
- Update prebuilt kernel to MIUI EU 21.5.20.
- First official build, with GApps included.
- Source updated to LegionOS 3.9 source (3.9 changelog here).
- Added face unlock feature.
- Some bluetooth audio improvements.
- Some performance tweaks.
- Include APN configs from stock (fixes data mobile issues in some countries).
- Increased status bar padding at the left of the status bar.
- Added Notch bar killer overlay to developer options (lets you fill the screen completely in landscape mode).
- Added Hide notch overlay to developer options (fills the status bar space empty).
Full device tree details
How to upgrade:
Clean flash is recommended!
Clean flash:
1. Download the ROM and transfer it to your device.
2. Boot to recovery (OFRP recommended).
5. Flash xiaomi.eu base (v21.5.20 or higher is strongly recommended).
6. Flash ROM.
7. Flash Magisk (optional).
8. Format data and wipe cache partition.
9. Reboot (realize that first boot might take longer than usual).
10. Enjoy!
Hey Google Don't work when screen is off
waiphyoaung88 said:
Hey Google Don't work when screen is off
Click to expand...
Click to collapse
You mean the "OK Google" wake-up?
masemoel said:
You mean the "OK Google" wake-up?
Click to expand...
Click to collapse
yes
HI!ROMER.Many of the settings in ROM are still in English, even if the system language has been changed to Chinese
Unite_LD said:
HI!ROMER.Many of the settings in ROM are still in English, even if the system language has been changed to Chinese
Click to expand...
Click to collapse
Yes, no one translated the LegionSettings to Chinese yet... Feel free to do it!
great work,keep it up!
New stable official update is up!
NOTE: I've created a TG channel (not chat), so that you will get notified whenever a new build from my part is released! Join here
Changelog 30-06-2021:
- Update prebuilt kernel and blobs to MIUI EU 21.6.23.
- Source updated to LegionOS 3.10 source (see LegionOS 3.10 changelog here).
- Fixed "OK" Google Assistant issues.
- Enabled more audio features (see under developer options).
- SafetyNet now passes even without MagiskHide.
- Added FPS overlay info.
- Fixed screen lag during screen recording.
- Added bass booster preset in Mi Sound Enhacer.
- Implemented dynamic refresh rate (improves battery life).
- Some performance tweaks.
Full device tree details
How to upgrade:
Clean flash is recommended!
With OTA, dirty may be enough though... (just ensure you have the OTA feature enabled in your recovery).
Clean flash:
1. Download the ROM and transfer it to your device.
2. Reboot to recovery.
5. Flash xiaomi.eu base (v21.5.20 or higher is strongly recommended).
6. Flash ROM.
7. Flash Magisk (optional).
8. Format data and wipe cache partition.
9. Reboot (realize that first boot might take longer than usual).
10. Enjoy!
Hi, masemoel.
Thank you very much for the ROM!
I flashed LegionOS-v3.10-picasso-20210630-OFFICIAL-GAPPS.zip (build: RQ3A.210605.005) from that MEGA link. The ROM is great. The animation and design are pretty smooth. It has a fantastic overall experience!
Almost everything works well, except that:
1. Google Camera (version: 8.2.400.377695972.29) always keeps stopping, even though the phone camera works well in various other apps. I am sure that every other GApps bundled are functioning. I tried to clean its storage & cache several times and uninstall & re-install the app from the Play Store. But it does not help.
2. Pixel Launcher won't show the popup for adding new shortcut icons to the home screen. e.g. the weather shortcut from the Google app. But a shortcut can be added via long pressing app icons and dragging manually. I tried to clean its storage & cache and reset its all permissions several times. But it does not help. (Not sure whether it is specific to the ROM or a general problem of Pixel Launcher itself).
Hi, masemoel.
I downloaded and installed the latest image ( LegionOS-v3.10-picasso-20210630-OFFICIAL-GAPPS.zip ) , but found that the back gesture did not work.
Is there something wrong with my installation? How do I fix it?
New stable official update is up!
NOTE: I've created a TG channel (not chat), so that you will get notified whenever a new build from my part is released! Join here
Changelog 16-07-2021:
- Source updated to LegionOS 3.11 source (see LegionOS 3.11 changelog here).
- Update prebuilt kernel and blobs to MIUI EU 21.7.14.
- Fixed Wi-Fi display not working.
- Fixed some GPS issues.
- Fixed low signal with dual-SIM.
- Fixed GApps not included in GApps OTA package.
Full device tree details
How to upgrade:
Clean flash is recommended!
With OTA, dirty may be enough though... (just ensure you have the OTA feature enabled in your recovery).
Clean flash:
1. Download the ROM and transfer it to your device.
2. Reboot to recovery.
5. Flash xiaomi.eu base (v21.7.14 or higher is strongly recommended).
6. Flash ROM.
7. Flash Magisk (optional).
8. Format data and wipe cache partition.
9. Reboot (realize that first boot might take longer than usual).
10. Enjoy!
1.Is it contains weather widget?Just like most Chinese rom does?
2.How to use NFC to simulate the IC Card?
New stable official update is up!
NOTE: I've created a TG chat, so that you will get notified whenever a new build from my part is released, and also direct support from me! Join here
Changelog 14-08-2021:
- Source updated to LegionOS 3.12 source (see LegionOS 3.12 changelog here).
- Kernel updated to EU 21.8.11 one.
- Improved performance.
- Fixed laggy media in Google Photos.
- Decreased drain on idle.
- Added more BT and RIL configs.
- Added dynamic refresh rate options.
- Improved HDR rendering performance on GCams.
- Added NFC Mifare classic support.
Full device tree details
How to upgrade:
Clean flash is mandatory!
Clean flash:
1. Download the ROM and transfer it to your device.
2. Reboot to recovery.
5. Flash xiaomi.eu base (v21.8.11 or higher is strongly recommended).
6. Flash ROM.
7. Flash Magisk (optional).
8. Format data and wipe cache partition.
9. Reboot (realize that first boot might take longer than usual).
10. Enjoy!

[ROM] [OSS] [11] Cherish 2.5 Unofficial [Realme 5/5i/5s/NFC]

CherishOS based on Pixel Experience, with some added extras. We bring a ROM that exceptional performance, a balance of features, and improve battery life
What's Working
Boots
Camera
RIL
Wi-Fi
Bluetooth
Video Playback
Audio
Sensors
GPS
Fingerprint Scanner
Offline Charging
VoLTE
Safety Net Pass By Default
WiFi Display
Aux Cameras
Known Issues
ViLTE
Battery Shows 50% for 1 min after reboot
Recommended Firmware and Vendor Image:
Must Be in Realme UI Firmware, Android 10, C.67 or higher
Flashing Instructions
Flash latest TWRP Or Whatever You Like
Boot into your Recovery
Wipe Cache, Dalvik cache, System, Data and Vendor
Flash Rom
Again navigate to wipe, Hit format data type "yes" (Only if encrypted)
Enjoy the clean rom
Download Links
Google Drive : Download
Gapps : Inbuilt
Version Information
Status: Stable
Credits
@BabluS (For Stable Trees)
Sources
Device Tree
Kernel Tree
Vendor Tree
XDAevDB Information
Cherish OS 2.5 for Realme 5, 5i & 5s
Release Date - 13052021
Update 12062021
Changelog
Bump to Cherish 2.6
Selinux Is Now Enforcing (Clean flash recommend)
Merged June Security Patch
Download : Sourceforge

Categories

Resources