[RECOVERY][RMX2061][RMX2170][Unofficial]OrangeFox Recovery Project [R11.X]

Search This thread

Ctarchik

Member
Sep 23, 2019
24
15
Russia
OrangeFox Recovery Project
banner (2).png

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 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
Two versions: for RUI1 (Android 10) and for RUI2 (Android 11)

Download:
From Google Drive

Changelog - 12/07/21 (Android 11+ version):
• Updated Magisk Canary to 23015
• Added phhusson's lptools
• Fixed toggle mounting system partitions with read/write access
• Fixed typos in sources

INSTALLATION
via TWRP-based recovery:
  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!
via fastboot:
  1. Download the OrangeFox IMG file to your PC
  2. Reboot your device to fastboot mode
  3. Install the OrangeFox image with command:
    Code:
    fastboot flash recovery [image name].img
  4. Reboot to recovery with the command:
    Code:
    fastboot reboot recovery
  5. Enjoy!

CREDITS
• TeamWin - for TWRP
• The OrangeFox Team - for your hard work
DarthJabba9 - for his miatoll tree
@lebigmac - for his MakeRW script

Source
OrangeFox: https://gitlab.com/OrangeFox
Device Tree: https://github.com/Ctapchuk/android_device_realme_reatoll-OFRP

Version Information
Status:
Stable (Android 10) / Stable (Android 11+)
Current Version: R11.1_0 (Android 10) / R11.1_4 (Android 11+)

Created 02/12/2021
Last Updated 12/07/2021
 
Last edited:

Ctarchik

Member
Sep 23, 2019
24
15
Russia
CHANGELOGS:
• Updated Magisk Canary to 23015
• Added phhusson's lptools
• Fixed toggle mounting system partitions with read/write access
• Fixed typos in sources
• Now reatoll: from this version reatoll is the name of the unified builds for realme 6 Pro (RMX2061) and realme 7 Pro (RMX2170)
• Fix ADB in fastbootd mode
• Other fixes in sources and device tree
• Added support for Android 12 (but /data decryption not supported)
• Move magisk installer/uninstaller to ramdisk to make magisk in addons flashable even if recovery installed via .img
• Other small fixes
• Added support for full realmeUI 2 OTA
• Other small fixes
• Removed some things which produce issues of formatting data
• Updated Magisk (the unofficial version of Alpha-31 by @vvb2060 with the oplus fstab fix, also added automatic disabling of vbmeta by @logotoy73 )
• Updated OFRP source code:
- Small design changes in the file explorer, terminal, reboot menu
- Added support for decryption /data for multiple users
• Updated Magisk (the unofficial version of Alpha-27 by @vvb2060 with the oplus fstab fix, also added automatic disabling of vbmeta by @logotoy73 )
• Added MakeRW (by @lebigmac and @brigudav edited) script in Addons
• Removed addon "Enable support initd"
• Added Metadata mounting (for while)
• Other changes
R11.1 OFRP source changelog:
• Add Support for terminal from filemanager
• Add file manager option to edit selected file
• Open Magisk apk as zip
• Implement 'twrp format data' to format /data
• Update the ZIP signature verification
• Update the initd addon
• Re-sign the internal zips
• Addon to remove survival scripts
• Flashable zip for backing up OrangeFox settings (/FFiles/OF_backup_settings.zip)
• Many UI and other fixes and enhancements
• Work-around for MTP issues after data format
Device tree changelog:
• First Beta version
• Enabled /data decryption
• Fixed /data decryption for RUI2 (thanks to [email protected] for help)
• Disabled splash screen change settings (not working)
• Disabled App manager (not working)
• Added the stock RealmeUI 2 otacert
• Updated kernel from C.15
• Updated fstab's and changed Firmware-update partitions backup list (It is recommended to delete old "Firmware" backups and make new ones)
• Updated postboot script
• Probably fixed problems with /data in system after formatting
• Fixed /system_ext mount errors
• Fixed flashing roms with anti-rollback protection
• Other changes and fixes under the hood
R11.1 OFRP source changelog:
- Update the magisk addon to 21.4
- Add Support for terminal from filemanager
- Add file manager option to edit selected file
- Open Magisk apk as zip
- Implement 'twrp reboot fastboot' for fastbootd mode
- Implement 'twrp format data' to format /data
- Update the ZIP signature verification
- Update the initd addon
- Re-sign the internal zips
- Addon to remove survival scripts
- Flashable zip for backing up OrangeFox settings
(/FFiles/OF_backup_settings.zip)
- Many UI and other fixes and enhancements
- Work-around for MTP issues after data format
Device tree changelog:
• Updated fstab's and changed Firmware-update partitions backup list (It is recommended to delete old "Firmware" backups and make new ones)
• Updated apex and postboot scripts
• Other changes and fixes under the hood
• Initial version for XDA
 
Last edited:
  • Like
Reactions: anas-elgarhy

Ctarchik

Member
Sep 23, 2019
24
15
Russia
New OFRP version Stable R11.1_0 Android 11
Changelog:

• Removed some things which produce issues of formatting data
• Updated Magisk (the unofficial version of Alpha-31 by @vvb2060 with the oplus fstab fix, also added automatic disabling of vbmeta by @logotoy73)

Download
 

Ctarchik

Member
Sep 23, 2019
24
15
Russia
New OFRP version Stable R11.1_2 Android 11+
Changelog:

• Added support for Android 12 (but /data decryption not supported)
• Move magisk installer/uninstaller to ramdisk to make magisk in addons flashable even if recovery installed via .img
• Other small fixes

Download
 

Ctarchik

Member
Sep 23, 2019
24
15
Russia
New OFRP version Stable R11.1_3 Android 11+
Changelog:

• Now reatoll: from this version reatoll is the name of the unified builds for realme 6 Pro (RMX2061) and realme 7 Pro (RMX2170)
• Fix ADB in fastbootd mode
• Other fixes in sources and device tree

Download
 

Ctarchik

Member
Sep 23, 2019
24
15
Russia
New OFRP version Stable R11.1_4 Android 11+
Changelog:

• Updated Magisk Canary to 23015
• Added phhusson's lptools
• Fixed toggle mounting system partitions with read/write access
• Fixed typos in sources

Download
 
  • Like
Reactions: debdeep98

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    OrangeFox Recovery Project
    banner (2).png

    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 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
    Two versions: for RUI1 (Android 10) and for RUI2 (Android 11)

    Download:
    From Google Drive

    Changelog - 12/07/21 (Android 11+ version):
    • Updated Magisk Canary to 23015
    • Added phhusson's lptools
    • Fixed toggle mounting system partitions with read/write access
    • Fixed typos in sources

    INSTALLATION
    via TWRP-based recovery:
    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!
    via fastboot:
    1. Download the OrangeFox IMG file to your PC
    2. Reboot your device to fastboot mode
    3. Install the OrangeFox image with command:
      Code:
      fastboot flash recovery [image name].img
    4. Reboot to recovery with the command:
      Code:
      fastboot reboot recovery
    5. Enjoy!

    CREDITS
    • TeamWin - for TWRP
    • The OrangeFox Team - for your hard work
    DarthJabba9 - for his miatoll tree
    @lebigmac - for his MakeRW script

    Source
    OrangeFox: https://gitlab.com/OrangeFox
    Device Tree: https://github.com/Ctapchuk/android_device_realme_reatoll-OFRP

    Version Information
    Status:
    Stable (Android 10) / Stable (Android 11+)
    Current Version: R11.1_0 (Android 10) / R11.1_4 (Android 11+)

    Created 02/12/2021
    Last Updated 12/07/2021
    2
    we are lucky we have a developer like you..god bless u.
    1
    CHANGELOGS:
    • Updated Magisk Canary to 23015
    • Added phhusson's lptools
    • Fixed toggle mounting system partitions with read/write access
    • Fixed typos in sources
    • Now reatoll: from this version reatoll is the name of the unified builds for realme 6 Pro (RMX2061) and realme 7 Pro (RMX2170)
    • Fix ADB in fastbootd mode
    • Other fixes in sources and device tree
    • Added support for Android 12 (but /data decryption not supported)
    • Move magisk installer/uninstaller to ramdisk to make magisk in addons flashable even if recovery installed via .img
    • Other small fixes
    • Added support for full realmeUI 2 OTA
    • Other small fixes
    • Removed some things which produce issues of formatting data
    • Updated Magisk (the unofficial version of Alpha-31 by @vvb2060 with the oplus fstab fix, also added automatic disabling of vbmeta by @logotoy73 )
    • Updated OFRP source code:
    - Small design changes in the file explorer, terminal, reboot menu
    - Added support for decryption /data for multiple users
    • Updated Magisk (the unofficial version of Alpha-27 by @vvb2060 with the oplus fstab fix, also added automatic disabling of vbmeta by @logotoy73 )
    • Added MakeRW (by @lebigmac and @brigudav edited) script in Addons
    • Removed addon "Enable support initd"
    • Added Metadata mounting (for while)
    • Other changes
    R11.1 OFRP source changelog:
    • Add Support for terminal from filemanager
    • Add file manager option to edit selected file
    • Open Magisk apk as zip
    • Implement 'twrp format data' to format /data
    • Update the ZIP signature verification
    • Update the initd addon
    • Re-sign the internal zips
    • Addon to remove survival scripts
    • Flashable zip for backing up OrangeFox settings (/FFiles/OF_backup_settings.zip)
    • Many UI and other fixes and enhancements
    • Work-around for MTP issues after data format
    Device tree changelog:
    • First Beta version
    • Enabled /data decryption
    • Fixed /data decryption for RUI2 (thanks to [email protected] for help)
    • Disabled splash screen change settings (not working)
    • Disabled App manager (not working)
    • Added the stock RealmeUI 2 otacert
    • Updated kernel from C.15
    • Updated fstab's and changed Firmware-update partitions backup list (It is recommended to delete old "Firmware" backups and make new ones)
    • Updated postboot script
    • Probably fixed problems with /data in system after formatting
    • Fixed /system_ext mount errors
    • Fixed flashing roms with anti-rollback protection
    • Other changes and fixes under the hood
    R11.1 OFRP source changelog:
    - Update the magisk addon to 21.4
    - Add Support for terminal from filemanager
    - Add file manager option to edit selected file
    - Open Magisk apk as zip
    - Implement 'twrp reboot fastboot' for fastbootd mode
    - Implement 'twrp format data' to format /data
    - Update the ZIP signature verification
    - Update the initd addon
    - Re-sign the internal zips
    - Addon to remove survival scripts
    - Flashable zip for backing up OrangeFox settings
    (/FFiles/OF_backup_settings.zip)
    - Many UI and other fixes and enhancements
    - Work-around for MTP issues after data format
    Device tree changelog:
    • Updated fstab's and changed Firmware-update partitions backup list (It is recommended to delete old "Firmware" backups and make new ones)
    • Updated apex and postboot scripts
    • Other changes and fixes under the hood
    • Initial version for XDA
    1
    It's for Android 10 or Android 11?
    The author said clearly: Supports Custom Rom's and RealmeUI 1.
    Also: Don't use this recovery for RealmeUI 2 and custom ROM's based on RUI2
    1
    Amezing work sir.... Keep it up❤️