Disclaimer:

Team Win strives to provide a quality product.  However, it is your decision to install our software on your device.  Team Win takes no responsibility for any damage that may occur from installing or using TWRP.

Status:

Support Status: Current

Maintainer: Meghthedev

Code Name: A37f

Device Tree / files

Support thread on xda-developers

App Install Method (Requires Root):

Download the Official TWRP App (root required):

Install the app and open it. Agree to the Terms. Select TWRP Flash. Select your device from the device list (A37f) and choose a version. The file will download to your Downloads folder. Browse to and select the file. Tap on Flash to Recovery. Find out more about the app here.

Download Links:

Current and past versions of TWRP can be found at one of the mirrors below:

TWRP Install (Requires TWRP 2.8.4 or higher already installed):

Download the latest TWRP image file (.img) from the download link and boot TWRP. Go to install and find and select the Images... button. Browse to the image that you downloaded and select it. Choose recovery and swipe to flash.

dd Install Method (Requires Root):

Download the latest image file (.img) from the download link above. Place it in the root of your /sdcard folder and rename it to twrp.img. Run the following commands via adb shell or a terminal emulator app:

su

dd if=/sdcard/twrp.img of=/dev/block/bootdevice/by-name/recovery

Changelog:

  • Meghthedev
    2023-06-16T16:22:13Z
    A37f: add in usb-otg entry in fstab

  • Meghthedev
    2023-06-16T16:21:00Z
    A37f: Fix sdcard * derp in fstab

  • Meghthedev
    2023-06-16T16:18:12Z
    A37f: Move to COMMON_LUNCH_CHOICES instead of add_lunch_combos * use AndroidProducts.mk instead of vendorsetup.sh

  • Meghthedev
    2023-06-16T16:16:35Z
    A37f: Rebrand to A37f A37f <- A37 * this is done due to fix assert error easier to rebrand in twrp than recompile all roms

  • Meghthedev
    2023-06-16T16:15:14Z
    A37: drop BOARD_ALWAYS_INSECURE * its obselete