Friday, June 3, 2016

How to install TWRP recovery to SKK Chronus Ace

How to install TWRP recovery to SKK Chronus Ace

SKK Chronus Ace Rooting and Flash TWRP Recovery

In this tutorial will teach you on how to install TWRP 3.0.2 recovery via ADB COMMAND for SKK MOBILE CHRONUS ACE (mt6580 chipset).

REQUREMENTS:
download all the ff:
ADB.rar
TWRP3.0.2
SKK Chronus Ace
PC
USB CABLE

Warning: Rooting can void your warranty! I'm not liable anything happen to your device.

Procedure:
1. first enable developer option go to setting click build number (tap 7 times) now go to developer option turn on usb debugging turn on oem unlocking
OEM UNLOCKING SCREENSHOT




2. To unlock bootloader Open the folder of ADB Then open a CMD window inside that folder. To do that, Shift + Right click on any empty white space inside the folder and then select Open command window here. 
3. Boot your Phone into Fastboot by Turning off your phone, Then press and Hold volume+ & Power then choose fastboot by navigating using volume+ and volume- as OK.  
Confirm whether fastboot is working. run the following command in command window. Type fastboot devices  
fastboot-devices-screenshot

4. It should return your device serial number, if not you need to make sure your drivers are installed correctly. Once you've confirmed your fastboot connection to unlock the bootloader type the commandfastboot oem unlock
 fastboot oem unlock
5. You’ll see a new screen on your device. Choose Yes and confirm it. If it says your bootloader is unlocked you can proceed :
6. Type the command fastboot reboot 
fastboot reboot screenshot

then wait untill it boots completely on Your Homescreen.

FLASHING TWRP 3.02 recovery VIA FASTBOOT
  1. Open the folder of ADB then move TWRP or recovery.img in ADB folder.
  2. Then open a CMD window inside that folder. To do that, Shift + Right click on any empty white space inside the folder and then select Open command window here.
  3. Connect your Android device to the PC. Type the following into the command window to boot your device into bootloader/fastboot mode by using this command adb reboot bootloader└ If your asks for permission to “Allow USB debugging”, tap OK.
  4. Once your device boots into bootloader mode, type this into the command line. fastboot flash recovery recovery.imgfastboot flash recovery
  5. └ Here modify recovery.img with the name of your TWRP recovery .img file.
  6. Once TWRP is successfully flashed on your device, type this final command to reboot your device. fastboot reboot
  7. fastboot reboot screenshot
  8. If it occurs Bootloop or Error Mounting On TWRP, boot it again in fastboot mode then you have to format your phone by typing this Command
fastboot devices fastboot erase userdata fastboot erase cache fastboot reboot
How to root just proceed here.
Credits:
Star Shin Gacuma
Janeth VIllafuerte
SKK Chronus Ace group



No comments:

Post a Comment