[RECOVERY] [Infinix Zero 5G/Infinix Zero 5G 2023] [TWRP 3.7.0] [A12][X6815/X6815B/X6815C] [A13][X6815D] [Unofficial] TeamWin Recovery Project

Search This thread

Shibu Shaji

Senior Member
Oct 18, 2016
96
42
26
kerala🌴
Google Pixel 3a
Realme 8 Pro
Hey, can you share your method atep by step to root this note 12 2023, i still can't do it right now, if you tell me, I really appreciate it
For only rooting there is no additional efforts for doing this, Unlock the bootloader, patch the stock boot image and flash it, and you good to go... Its better to joint the telegram device community.
 
Last edited:
  • Like
Reactions: gl3nborj

Oswald Boelcke

Senior Moderator / Moderator Committee
Staff member
Join on the zero 5g telegram community.
For only rooting there is no additional efforts for doing this, Unlock the bootloader, patch the stock boot image and flash it, and you good to go... Its better to joint the telegram device community

Here: https://t.me/InfinixNote12Pro5GCommunity
Hello and good morning, @Shibu Shaji

We'd appreciate if you provide your support here in your thread instead of attempting to push the XDA users to your Telegram channels or groups! Please note that we accept a link to Telegram in the OP of a development thread but not in every second or third post. If you don't provide your support here, your privilege to provide references to Telegram in your own development thread will be revoked and I'm going to sanitise your thread. For further details refer to
Regards
Oswald Boelcke
Senior Moderator
 
  • Like
Reactions: Shibu Shaji

Top Liked Posts

  • There are no posts matching your filters.
  • 5

    Picsart_23-02-21_23-45-21-703.jpg


    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 Infinix Zero 5G, Infinix Zero 5G 2023

    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.

    Version and device Information:

    • Status -Stable, Unofficial
    • Based on TWRP version: 3.7.0
    • Device: Infinix Zero 5G, Infinix Zero 5G 2023
    • Codename: X6815/X6815B/X6815C/X6815D
    • Android version: android 12/ android 13(X6815D only)
    • Release Date: February 21, 2023
    • Last Updated: February 16, 2024
    • Maintainer: Shibu Shaji

    Installation: (only for X6815/X6815B/X6815C)

    1.Disable verified boot first (optional)
    Code:
    fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
    'Which is extracted from current stock rom ozip file.'
    2. Flash twrp build
    Code:
    fastboot flash boot [image name].img
    3. Reboot to recovery
    Code:
    fastboot reboot recovery

    Installation: (only for X6815D)

    - The installation is a little bit tricky and problematic compared to the other devices!, so read every steps carefully and do as it states.

    Prerequisite:

    - Copy the stock boot.img and twrp.img to your device's Internal storage, external SDcard.

    Step:1 Installing TWRP recovery.​

    • Disable verified boot first with this command: (This is optional)
    vbmeta.img file which is extracted from stock rom
    Code:
    fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
    • Flash twrp build with the command:
    Code:
    fastboot flash boot <twrp_image _name>.img
    • Reboot to recovery with the command:
    Code:
    fastboot reboot recovery

    Step: 2 Installing Recovery Ramdisk.​

    • After rebooted the device to twrp recovery, go to the INSTALL option in TWRP and select the stock boot.img that you previously copied to the device.
    • Flash the boot.img to the given Boot partition.
    • After that, go to ADVANCED option in TWRP and select Install Recovery Ramdisk from the given option.
    • Now select the twrp.img that you previously copied to the device storage.
    • And 'swipe to install' it.
    • Then reboot the device to system.
    Enjoy😀, You have successfully installed the twrp recovery for your device without any issues !!

    Alt method for Step: 2: Using the Flash Current TWRP Feature.​

    • After installing the boot.img on step 2.
    • You can choose the 'Flash current TWRP' options from ADVANCED options instead of choosing 'Install Recovery Ramdisk'. That will also flash the TWRP and it will stay permanently forever.

    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 Sideloading
    • Fully functional Adb and FastbootD in twrp.

    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:
    Code:
    fastboot devices
    fastboot -w
    fastboot reboot

    Changelog:

    • Support for X6815D a13
    • Fixed some partition issues in Fstab
    • Updated sources

    Download:
    X6815/X6815B

    X6815C

    X6815D

    Credits:

    • TeamWin - for TWRP
    #
    Flash and enjoy🤙
    2


    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 Infinix Zero 5G, Infinix Zero 5G 2023

    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.

    Version and device Information:

    • Status -Stable, (Initial build)
    • Based on TWRP version: 3.7.0
    • Device: Infinix Zero 5G, Infinix Zero 5G 2023
    • Codename: X6815/X6815B/X6815C
    • Android version: XOS V10, V12 (Android 12+)
    • Release Date: February 21, 2023
    • Last Updated: March 09, 2023
    • Maintainer: Shibu Shaji, (perilouspike)
    Minimal manifest: https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp

    Installation:
    1.Disable verified boot first (optional)
    Code:
    fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
    'Which is extracted from current stock rom ozip file.'
    2. Flash twrp build
    Code:
    fastboot flash boot [image name].img
    3. Reboot to recovery
    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 Sideloading
    • Fully functional Adb and FastbootD in twrp.

    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:
    Code:
    fastboot devices
    fastboot -w
    fastboot reboot

    Changelog:


    Download:


    X6815/X6815B

    X6815C

    CREDITS:

    • TeamWin - for TWRP

    #
    Flash and enjoy🤙
    TWRP support for Infinix Zero 5g 2023 (X6815C) is also included.
    1
    Great work sir.
    Big thanks.
    1
    Great work sir.
    Big thanks.
    Yeah thanks..
    I have fixed the issue with OTG. Now its stable, and i will update the build soon. And do hit a like(y) for my work...
    1
    After flashing twrp recovery "twrp-3.7.0_12-Stable-Unofficial-X6815_X6815B".
    My phone is stuck in bootloop and unable to boot.
    My phone is infinix zero 5g "X6815B-H772A-R-INFK-220909V163" and i didn't get stock firmware for "X6815B-H772A-R-INFK-220909V163" please help.

    Infinix Zero 5G X6815B TWRP Install working but gsi rom flashing problem.
    Not showing system image boot option.
    please fix this problem.
    Thank you.
    I know how to fix it, tell me if u need help