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.
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.
after rebooting to fastboot, if I type "fastboot device" I received the message "waiting for device" on my PC that is my phone is not being detected, how can I solve that?
(18-11-2019, 10:21 PM)Precixx Wrote: after rebooting to fastboot, if I type "fastboot device" I received the message "waiting for device" on my PC that is my phone is not being detected, how can I solve that?
(28-11-2019, 02:02 AM)Precixx Wrote: I have flashed the twrp recovery on my Tecno spark 2 but when I boot into recovery I still see the default/stock recovery
Am I doing anything wrong?
(28-11-2019, 02:02 AM)Precixx Wrote: I have flashed the twrp recovery on my Tecno spark 2 but when I boot into recovery I still see the default/stock recovery
Am I doing anything wrong?
This is probably because you let your device boot up first after flashing the recovery. Once you've successfully flashed the recovery, boot into twrp first before booting in system.