Bootloader
Before Rooting your Device the first thing to do is unlock your bootloader which will give room for rooting
Steps To Unlock Your Tecno Camon C9 Bootloader
- Enable Usb Debugging on your device, Go To setting Scroll to About Phone click on it then scroll to build Number and click it five time to enable the Usb Debugging.
- Next enable OEM unlocking under setting > Developer options
- Setup ADB and Fastboot on your PC
- Connect Your Tecno C9 to the PC via USB it should be "On"
- Now Launch your installed ADB and run the below command and press "Enter" key after each command
Code:
adb devices
- The above code will let you know if ADB detect your device.
- Now run the below command to boot your "Tecno Camon C9" to Fastboot
Code:
adb reboot-bootloader
- Your device will boot to "Fastboot Mode" your screen will be black and have only fastboot written.
- Now Type the below command and press Enter
Code:
fastboot oem unlock
- The above code will give you a prompt on your device asking you to confirm the "Bootloader Unlock", press the volume up button for Yes
- You should get a success message after doing the above
- Run the below code to reboot your tecno c9 to system mode the system mode is the normal working device mode
Code:
fastboot reboot
Next is Root How to Root Your Tecno Camon C9 Within Second .
note that, when you unlock your bootloader with this format/procedure, u may not able to flash System Updates or Upgrade in future when TECNO give updates
ReplyDeleteDo You have another method to unlock the bootloader to share with us
ReplyDelete