[UNOFFICIAL] TWRP Recovery for Micromax A350

Search This thread

rsbaviskar

Senior Member
Jul 4, 2012
80
142
Navi Mumbai
https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F20805756%2Fmaterialised2.png

TWRP has evolved from being an alternative to ClockworkMod recovery back in the HTC Evo 4G days to becoming the most widely used custom recovery in the Android community. Its feature-set has greatly expanded over the years, and it now supports virtually every device with an unlockable bootloader. The open source project led by TeamWin is always hard at work fixing bugs and porting the recovery to new devices, but work on new features continues behind the scenes.

Update 10:24PM CST: Some corrections have been made about how this will be implemented. ADB Backup in TWRP will not be initiated by a GUI, but via an ADB command from your computer. The syntax of the commands will slightly differ from the AOSP ADB command, however.

One feature that has actually existed for quite some time in the TWRP respository but which has never been shipped in an official build is ADB backup. That will soon be changing, however, as we have learned that version 3.1.0 of TWRP will finally ship with ADB backup support, thus allowing you to make full data/system application backups straight to your computer.

ADB backup is a command line tool which allows you to make entire data and system backups, which is what most people seek when performing what’s known as a NANDROID backup. If you issue the right commands, you can create a backup of your applications and their data without needing root access or a custom recovery.

adb-backup.png


TWRP v3.1.0 Change-log

  1. vold decrypt on a few select HTC devices, TWRP will now attempt to use the system partition’s vold and vdc binaries and libraries to decrypt the data partition (nkk71 and CaptainThrowback)
  2. adb backup to stream a backup directly to or from your PC, see documentation here: https://github.com/omnirom/android_bootable_recovery/commit/ce8f83c48d200106ff61ad530c863b15c16949d9 (bigbiff)
  3. tweak MTP startup routines (mdmower)
  4. support new Android 7.x xattrs for backup and restore to fix loss of data after a restore (Dees_Troy)
  5. support POSIX file capabilities backup and restore to fix VoLTE on HTC devices and possibly other issues (Dees_Troy)
  6. better indicate to users that internal storage is not backed up (Dees_Troy)
  7. improve automatic determination of TW_THEME (mdmower)
  8. minimal getcap and setcap support (_that)
  9. try mounting both ext4 and f2fs during decrypt (jcadduono and Dees_Troy)
  10. shut off backlight with power key (mdmower)
  11. timeout during FDE decrypt (Dees_Troy and nkk71)
  12. support for FBE decrypt and backing up and restoring FBE policies (Dees_Troy)
  13. boot slot support (Dees_Troy)
  14. TWRP app install prompt during reboot (Dees_Troy)
  15. support for AB OTA zips (Dees_Troy)
  16. support new Android 7.x log command (Dees_Troy)
  17. update recovery sources to AOSP 7.1 (Dees_Troy)
  18. numerous bugfixes and improvements by too many people to mention

FLASHING INSTRUCTIONS

Before you move further , Thankx to the developer who made all these possible, without em, TWRP V3.x.x-x would not be here

If you already have any custom recovery installed
  1. long press power button to boot in to recovery
  2. if your device doesnt support this feature, simply turn device off then press all together vol +, Vol- & Power button untill on screen appears msg saying press volum up to enter recovery mode
  3. head over to downloaded TWRP V.3.1.0 flashable zip & flash without wiping anything & reboot to brand new TWRP manually.

If You Dont't have custom Recovery
Installing from PC using ADB

download provided zip & extract recovery.img to root of ur device internal memory
Connect the phone to PC via USB & turn on ADB debugging in developer option
enter the following command via ADB

Code:
adb shell
su
dd if =/sdcard/recovery.img/ of =/dev/recovery


N.B: - Required Porting Tool for porters & credits

Those who are interested to port TWRP 3.1.0-0 to any MT65xx device will need Carliv Image Kitchen for Android
and Mandatory to mention proper credit to the Porter/crossporter.
for MT6582 Devices kindly Visit This Link & appreciate Sunmughan swamy's work who ported TWRP 3.1.0 for mt6582.

DOWNLOAD TWRP 3.0.3-0 MATERIAL FOR MICROMAX A350
Click Here

DOWNLOAD TWRP 3.1.0-0 FOR MICROMAX A350
Click Here

DOWNLOAD TWRP Materialised - Black / Dark / Light / Play for 3.1.0-0
Click Here

DOWNLOAD TWRP Backup & Restore Tool For PC
Click Here

SCREENSHOTS Click Here

XDA:DevDB Information
TWRP 3.1.0-0 FOR MICROMAX A350 (mt6592, 3.4.67), Tool/Utility for the Micromax Canvas Knight

Contributors
rsbaviskar, z31s1g, dexbyte, Sunmughan Swamy
Source Code: http://www.droidadda.org/2017/03/TWRP-3.1.0-MT6582.html


Version Information
Status: Stable
Current Stable Version: 3.0.3-0 & 3.1.0-0
Stable Release Date: 2017-03-10

Created 2017-04-10
Last Updated 2017-04-10
 
  • Like
Reactions: Mr.Ak

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F20805756%2Fmaterialised2.png

    TWRP has evolved from being an alternative to ClockworkMod recovery back in the HTC Evo 4G days to becoming the most widely used custom recovery in the Android community. Its feature-set has greatly expanded over the years, and it now supports virtually every device with an unlockable bootloader. The open source project led by TeamWin is always hard at work fixing bugs and porting the recovery to new devices, but work on new features continues behind the scenes.

    Update 10:24PM CST: Some corrections have been made about how this will be implemented. ADB Backup in TWRP will not be initiated by a GUI, but via an ADB command from your computer. The syntax of the commands will slightly differ from the AOSP ADB command, however.

    One feature that has actually existed for quite some time in the TWRP respository but which has never been shipped in an official build is ADB backup. That will soon be changing, however, as we have learned that version 3.1.0 of TWRP will finally ship with ADB backup support, thus allowing you to make full data/system application backups straight to your computer.

    ADB backup is a command line tool which allows you to make entire data and system backups, which is what most people seek when performing what’s known as a NANDROID backup. If you issue the right commands, you can create a backup of your applications and their data without needing root access or a custom recovery.

    adb-backup.png


    TWRP v3.1.0 Change-log

    1. vold decrypt on a few select HTC devices, TWRP will now attempt to use the system partition’s vold and vdc binaries and libraries to decrypt the data partition (nkk71 and CaptainThrowback)
    2. adb backup to stream a backup directly to or from your PC, see documentation here: https://github.com/omnirom/android_bootable_recovery/commit/ce8f83c48d200106ff61ad530c863b15c16949d9 (bigbiff)
    3. tweak MTP startup routines (mdmower)
    4. support new Android 7.x xattrs for backup and restore to fix loss of data after a restore (Dees_Troy)
    5. support POSIX file capabilities backup and restore to fix VoLTE on HTC devices and possibly other issues (Dees_Troy)
    6. better indicate to users that internal storage is not backed up (Dees_Troy)
    7. improve automatic determination of TW_THEME (mdmower)
    8. minimal getcap and setcap support (_that)
    9. try mounting both ext4 and f2fs during decrypt (jcadduono and Dees_Troy)
    10. shut off backlight with power key (mdmower)
    11. timeout during FDE decrypt (Dees_Troy and nkk71)
    12. support for FBE decrypt and backing up and restoring FBE policies (Dees_Troy)
    13. boot slot support (Dees_Troy)
    14. TWRP app install prompt during reboot (Dees_Troy)
    15. support for AB OTA zips (Dees_Troy)
    16. support new Android 7.x log command (Dees_Troy)
    17. update recovery sources to AOSP 7.1 (Dees_Troy)
    18. numerous bugfixes and improvements by too many people to mention

    FLASHING INSTRUCTIONS

    Before you move further , Thankx to the developer who made all these possible, without em, TWRP V3.x.x-x would not be here

    If you already have any custom recovery installed
    1. long press power button to boot in to recovery
    2. if your device doesnt support this feature, simply turn device off then press all together vol +, Vol- & Power button untill on screen appears msg saying press volum up to enter recovery mode
    3. head over to downloaded TWRP V.3.1.0 flashable zip & flash without wiping anything & reboot to brand new TWRP manually.

    If You Dont't have custom Recovery
    Installing from PC using ADB

    download provided zip & extract recovery.img to root of ur device internal memory
    Connect the phone to PC via USB & turn on ADB debugging in developer option
    enter the following command via ADB

    Code:
    adb shell
    su
    dd if =/sdcard/recovery.img/ of =/dev/recovery


    N.B: - Required Porting Tool for porters & credits

    Those who are interested to port TWRP 3.1.0-0 to any MT65xx device will need Carliv Image Kitchen for Android
    and Mandatory to mention proper credit to the Porter/crossporter.
    for MT6582 Devices kindly Visit This Link & appreciate Sunmughan swamy's work who ported TWRP 3.1.0 for mt6582.

    DOWNLOAD TWRP 3.0.3-0 MATERIAL FOR MICROMAX A350
    Click Here

    DOWNLOAD TWRP 3.1.0-0 FOR MICROMAX A350
    Click Here

    DOWNLOAD TWRP Materialised - Black / Dark / Light / Play for 3.1.0-0
    Click Here

    DOWNLOAD TWRP Backup & Restore Tool For PC
    Click Here

    SCREENSHOTS Click Here

    XDA:DevDB Information
    TWRP 3.1.0-0 FOR MICROMAX A350 (mt6592, 3.4.67), Tool/Utility for the Micromax Canvas Knight

    Contributors
    rsbaviskar, z31s1g, dexbyte, Sunmughan Swamy
    Source Code: http://www.droidadda.org/2017/03/TWRP-3.1.0-MT6582.html


    Version Information
    Status: Stable
    Current Stable Version: 3.0.3-0 & 3.1.0-0
    Stable Release Date: 2017-03-10

    Created 2017-04-10
    Last Updated 2017-04-10