Code:
/*
* Your warranty is now void!!!
*
* If sh!t happens, i am not responsible for your bricked device.
* do some research if you have any concerns about features included in this recovery
* before flashing it! YOU are choosing to make these modifications,
* Do at your own risk!!!
*/'
Team Win Recovery Project 3.7.0 for
Realme Narzo 30 Pro 5G
Introduction:
Team Win Recovery Project, is an open-source software custom recovery
image for Android-based devices. It provides a touchscreen-enabled
interface that allows users to install third-party firmware and back up the
current system which are functions often unsupported by stock recovery.
image for Android-based devices. It provides a touchscreen-enabled
interface that allows users to install third-party firmware and back up the
current system which are functions often unsupported by stock recovery.
Version and device Information:
- Status -Stable Unofficial
- Based on TWRP version: 3.7.0
- Device: Realme Narzo 30 Pro 5G
- Codename: athensb/athensc/athensd
- Android version: android-12+, RUI 3
- Release Date: 09 May 2023
- Last Updated:
- Maintainer: Shibu Shaji
Installation:
1.Disable verified boot first (optional)
2. Flash twrp build.
3. Reboot to recovery
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
'Which is extracted from current stock rom ozip file.'
Code:
fastboot flash recovery <twrp-image>.img
Code:
fastboot reboot recovery
List of features working:
• Support Decryption for Android 12 (tested and works with stock firmware and some available GSI roms)
• External SD Card & USB-OTG[
• Successful installation of flashable .zips, Magisk (Custom rom not tested as it is not available now)
• Additional features such as close AVB2.0. (disabled-verify on vbmeta)
• Working mounting/unmounting of Dynamic partitions (r/o only)
• Fully functional Backup/Restore of all partitions.
• ADB/MTP/fastbootd.
• External SD Card & USB-OTG[
• Successful installation of flashable .zips, Magisk (Custom rom not tested as it is not available now)
• Additional features such as close AVB2.0. (disabled-verify on vbmeta)
• Working mounting/unmounting of Dynamic partitions (r/o only)
• Fully functional Backup/Restore of all partitions.
• ADB/MTP/fastbootd.
Features not working:
-Test and tell meh.
Note:
• If you got 'unable to mount /data' error or Bootloop after flashing a ROM or having done a Format Data do the below.
Boot to bootloader and:
Boot to bootloader and:
Code:
fastboot devices
fastboot -w
fastboot reboot
Changelogs:
Downloads:
Credits:
• The TWRP Team