TWRP Version 3 (Recovery) for Kitkat/Lollipop - Micromax Unite 2


Judul : TWRP Version 3 (Recovery) for Kitkat/Lollipop - Micromax Unite 2
link : TWRP Version 3 (Recovery) for Kitkat/Lollipop - Micromax Unite 2


TWRP Version 3 (Recovery) for Kitkat/Lollipop - Micromax Unite 2


Hey folks, I haven't been active for a few days because my exams were going on. Now, I'm totally free and today I'm sharing stable TWRP v3 recovery for Micromax Unite 2.




TWRP is an open source, community project. It is one of the the leading custom recovery for many android phones. The stable recovery list for Unite 2 had been updated with TWRP. 

Now we can also flash aroma zips in recovery!

Another alternative recovery: CTR v3.0


FEATURES

Install Zip
(from SD Card, Internal Storage, OTG Storage)

Advanced Wipe Menu
(Dalvik, System, Cache, Data, Internal Storage, SD Card, USB Otg)

Advanced (Backup | Restore) Menu

Advanced Mount options

TWRP File Manager

Advanced Reboot option

Completely Material Themed


Other advanced options such as:

Copy logs to sd card,
Fix Permissions
True Terminal Emulator,
ADB Sideload,
Partition SD Card

and a huge laundry list of other minor fixes and tweaks!


SCREENSHOTS


   


  


BUGS

Inverted Screen
That doesn't matter! Touch will work fine.
All you have to do is keep your device up side down.



INSTALL INSTRUCTIONS

Before you move further, Thank the developers who made all these possible! Without them, TWRP v3 would not be here. Hit thanks button in their XDA post OVER HERE and show some respect :)

If you already have a recovery installed:


  1. Install the recovery flashable zip
  2. Enter boot menu
  3. Choose reboot recovery
  4. you are done!



If you don't have a custom recovery:

Download and put the recovery.img to the root of your sdcard.



Step A: Installing using Terminal Emulator

Open terminal emulator and type the following commands one by one:


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




Step B: Installing from PC using ADB:

Connect the phone to PC with USB and turn on USB Debugging.
Then enter the following command via adb:

Code:

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



Step C: Install using Mobile Uncle tools app:

  1. Rename the downloaded recovery file to "recovery.img" 
  2. Now open the Mobile Uncle tool 
  3. select recovery update
  4. choose recovery.img
  5. now it will ask to reboot into recovery mode, select - ok.

That's all, You have successfully installed custom recovery in your Device.

DOWNLOADS


Recovery Img

Recovery Flashable Zip

Mobile Uncle Tools

Terminal Emulator




CREDITS

Dees_Troy (Developer Of TWRP)
EndLess (For Building Recovery And Fixing Invert Touch )
Charansai (For Helping In Porting Of recovery)
Ayush Rathore (For Testing & Porting Recovery)
Pranto (For Material TWRP)
All Testers For Testing



CHANGELOGS

Version 3.0.1-0:

support new CM 13.0 pattern encryption (sultanqasim)
fix slow flashing issue due to modprobe (present on only some devices) (#twrp)
libtar updated to latest upstream and fixes (jcadduono)
fixes for loading custom themes (_that)
TWRP will now detect and install TWRP themes automatically through the normal zip install process (Dees_Troy)
translation updates - added Italian, Czech and Polish and significant updates to Dutch
progress bar improvements - progress bar updates during image flashing and better tracks progress during file system backups (tar) (Dees_Troy)
fix input box text display (Dees_Troy)
reboot option after zip install complete (bigbiff)
other mostly invisible bug fixes and improvements