[RMX2061][RECOVERY][3.3.1-3]Unofficial TWRP for Realme 6 Pro

Status
Not open for further replies.
Search This thread

Rizezky

Member
Sep 26, 2013
46
15

nullxception

Member
Nov 24, 2019
48
136
Vallis Rheita
Wow, that was quick haha.
So, i need to backup system/vendor/vbmetas before messing around with gsi right? Because i need to wipe the system (as per instruction)
Normal backup or into imgs?
Yes
Both twrp backup/restore or manual img restore is fine.
Tho I never tried wiping system/vendor so idk if it's working or not (or just works with super partition)
 
Last edited:

Hydra3

New member
Jun 11, 2020
2
0
Hi guys, I successfully managed to unblock the loader and cancel the download check. After that I sew twrp and load it with the fastboot reboot recovery command I get to the twrp menu but after I exit it it just disappears and I load into normal recovery. Sorry used a translator.
 

nullxception

Member
Nov 24, 2019
48
136
Vallis Rheita
Hi guys, I successfully managed to unblock the loader and cancel the download check. After that I sew twrp and load it with the fastboot reboot recovery command I get to the twrp menu but after I exit it it just disappears and I load into normal recovery. Sorry used a translator.
Try to flash OF_avb_patcher.zip (it's already in my gdrive)
 

nullxception

Member
Nov 24, 2019
48
136
Vallis Rheita
Hi guys!
I have to stop the development of my unofficial twrp build because I don't own Realme 6 Pro anymore.
The sources (customized bootable/recovery/ and device/realme/RMX2061) for this device are still available at my GitHub page (if you want to fork it for research purposes or just looking around).

Thanks for all the support given, and see you later :)
 

Oswald Boelcke

Senior Moderator / Moderator Committee
Staff member
Hi guys!
I have to stop the development of my unofficial twrp build because I don't own Realme 6 Pro anymore.
The sources (customized bootable/recovery/ and device/realme/RMX2061) for this device are still available at my GitHub page (if you want to fork it for research purposes or just looking around).

Thanks for all the support given, and see you later :)
THREAD CLOSED on request of @nullxception
 
  • Like
Reactions: nullxception
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 12
    Code:
    /*
     * Your warranty is now void (or isn't ? who am I to judge ?)
     *
     * We are 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.
     *
     */

    Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.

    Current status

    Working :
    - TWRP boots
    - /data decryption is working
    - system and vendor partitions are mountable but you can't modify them
    - You can flash magisk and modules, or custom kernel (if that's even exists since our kernel source is total mess and broken)
    - Flashing stock rom.ozip works

    Not working :
    - USB OTG works now
    - Partition formatting doesn't works (upstream)

    Installation
    Direct booting (fastboot boot twrp.img) is not possible, so we just have to flash it like normal
    1. Disable verified boot first
    Code:
    fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
    2. Flash downloaded twrp
    Code:
    fastboot flash recovery twrp.img
    3. Reboot to recovery
    Code:
    fastboot reboot recovery

    Download
    Google Drive

    Source code
    https://github.com/nullxception/twrp_device_realme_RMX2061

    Thanks to @simonsmh @mauronofrio @bigbiff and many other opensource TWRP devs

    XDA:DevDB Information
    Unofficial TWRP for Realme 6 Pro, Tool/Utility for the Realme 6 Pro

    Contributors
    nullxception
    Source Code: https://github.com/nullxception/twrp_device_realme_RMX2061


    Version Information
    Status: Stable
    Current Stable Version: 3.3.1-3
    Stable Release Date: 2020-06-08

    Created 2020-05-31
    Last Updated 2020-06-08
    4
    Reserved

    Flashing stock ROM will make twrp gone, to preserve it, follow this step :
    - Flash stock ROM .ozip
    - Flash patched-vbmeta-v2.img
    - Flash OF_avb_patcher.zip
    - done, you can also reflash Magisk if you want, or just reboot

    Changelog

    3.3.1-3
    - Support flash-backup-restore vbmeta_system and vbmeta_vendor

    3.3.1-2
    - Support direct .ozip (Realme Stock ROM) flash

    3.3.1-1
    - Fix USB OTG not detected

    3.3.1-0
    - Initial Release
    4
    Hi guys!
    I have to stop the development of my unofficial twrp build because I don't own Realme 6 Pro anymore.
    The sources (customized bootable/recovery/ and device/realme/RMX2061) for this device are still available at my GitHub page (if you want to fork it for research purposes or just looking around).

    Thanks for all the support given, and see you later :)
    3
    Ah it sucks that twrp hurdles with A10 hasn't been solved yet. 7 months already.
    Anyway did you build it yourself @nullxception? Thanks alot!
    A/B, SaR, now Dynamic Partition, Thanks to google for adding a new layout again and again XD
    3
    New build is out, version 3.3.1-1.

    Changelog
    - Fixed USB OTG not detected