Quantcast
Channel: admin » TWRP
Viewing all articles
Browse latest Browse all 1595

[TWRP] Recovery for Micromax Canvas Pace 4G

$
0
0

How to Flash TWRP on Micromax Canvas Pace 4G:


1. Unlock the bootloader, if u havent unlocked it yet go here
2. Go to adb and fastboot folder in C:\ drive and hold shift and right click and select "Open command window here"
3. Then connect ur device to the System and make sure u have USB debugging enabled.
4. Type "adb devices" to check if the device is connected.
5. You will get a prompt in your device asking permission to allow USB debugging just click OK and allow.
6. Type "adb devices" again to see if ur device is connected or not and if its connected it will show something like this:

List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
0123456789ABCDEF device

7. Copy the recovery in the same adb and fastboot folder
8. Type "adb reboot bootloader" to boot into fastboot mode.
9. Use this command to flash the recovery:

"fastboot flash recovery twrp-2.8.7.0_pace.img"

You will get something like this:

C:\adb>fastboot flash recovery recovery-twrp-pace.img
target reported max download size of 268435456 bytes
sending ‘recovery’ (12060 KB)…
OKAY [ 0.391s]
writing ‘recovery’…
OKAY [ 0.250s]
finished. total time: 0.656s

10. Boot into the system by using this command:
"fastboot reboot"

11. To boot into TWRP using adb use this command:
"adb reboot recovery"

12. If you wanna use hardware button combination :

a. Power Off your device
b. Press and hold volume UP + Power button till you see the Micromax Bootlogo and leave power button while keep holding the volume UP button till you boot into TWRP.


Device Sources:
Github

Downloads:
twrp-2.8.7.0_pace.img


Viewing all articles
Browse latest Browse all 1595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>