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.
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:
- Install the recovery flashable zip
- Enter boot menu
- Choose reboot recovery
- 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:
Step A: Installing using Terminal Emulator
Open terminal emulator and type the following commands one by one:
Code:sudd 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:
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:
- Rename the downloaded recovery file to "recovery.img"
- Now open the Mobile Uncle tool
- select recovery update
- choose recovery.img
- 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
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
0 komentar: