Tecno spark 2 users can now root their device easily with TWRP custom recovery. A lot of you guys have tried rooting with magisk and probably didn't work, well now you can root your device.
![[Image: TWRP-for-spark-2.png?fit=700%2C400&ssl=1]](https://i0.wp.com/techzbyte.com/wp-content/uploads/2018/11/TWRP-for-spark-2.png?fit=700%2C400&ssl=1)
To flash TWRP for KA7, you'll need to unlock the bootloader of your device. So, follow the step by step guide below very carefully.
Unlock Bootloader
» First off, Download and install adb and fastboot tool on your PC.
» Once you’ve installed adb and fastboot, enable USB debugging on your device in developer option.
» Now, we need to unlock the bootloader of your device. Note unlocking your bootloader will clear all data on your device, so it’s advisable you backup before proceeding.
» If you’ve already backed up, connect your device to the PC and launch adb and fastboot tool.
» In the command line interface, enter the following command.
adb devices
» The fist command will establish a connection between your PC and phone, so, grant any permission prompt from your phone’s screen.
» Once a successful connection is established, enter the next command to reboot to the bootloader.
adb reboot bootloader
» In bootloader, enter the following command to unlock.
fastboot oem unlock
» Reboot your device after a successful unlock with the command below and wait for your device to boot.
fastboot reboot
Flash Recovery
» Now, download TWRP 3.2-0 for Spark 2 from the link below.
» Once the download is complete, extract the recovery image to a folder.
» In your desktop, right-click on adb and fastboot too and open file location. Make sure the folder contains adb and fastboot files.
» Copy the extracted recovery.img and paste it in adb and fastboot folder.
» Now, enter the following command in your command line interface to see if your device is still connected.
fastboot devices
» Once you’ve confirmed the connection, it’s time to flash the recovery. Simply enter the command below to flash recovery.
fastboot flash recovery recovery.img
» Now reboot your device.
fastboot reboot
That’s it, now, you’ve successfully flashed TWRP 3.2-0 custom recovery for Tecno Spark 2 (KA7).
Download [ Login / Register to download free]
Source: Techzbyte