Tuesday, October 20, 2015

Rooting YU Yuphoria

Hey guys,

Today's tutorial will show you the rooting procedure for Yuphoria.


PRE-REQUIRED STUFF:


1. Unlocked Bootloader (If you haven't already done that- Click Here)
2. Download and Copy Super-SU file into your device - HERE
3. TWRP recovery- HERE

TUTORIAL:

  1. Go to Settings>About Phone.
  2. Tap Build Number 7 times to unlock the developer options.
  3. Go to Settings>Developer Options.
  4. Enable USB Debugging and Advance Reboot.
  5. Now reboot the device into Bootloader via the power menu.
  6. Connect the device to PC and go to your ADB directory.
  7. While holding shift do a right click and select "Open Command Window Here".
  8. Type the following code to check if the device is recognized.
    code: fastboot -i 0x2A96 devices
  9. Once the device is detected enter the following code to temporarily boot into TWRP recovery.
    code: fastboot -i 0x2A96 boot twrp.img
  10. Inside TWRP select Install.
  11. Now Select the Super SU file that you copied earlier.
  12. Once the installation is done, you can additionally wipe cache and dalvik cache(optional).
  13. Now select Reboot System.
  14. After the boot finishes go to your app drawer and verify the root by checking if the app Super SU is there or not.
  15. Now Root is successful enjoy!

VIDEO-

No comments:

Post a Comment