Those of you with the T-Mobile variant of the LG V10 smartphone can root is and install a custom recovery by using the guide after the jump.

Having the custom recovery is necessary to get the rooting done, but it’s also handy if you want to check XDA Developers for any custom ROMs that might be available to flash on your device.

LG V10

Files You Need

  1. Download the ADB from this page.
  2. Download your TWRP custom recovery from this page.
  3. Download the right SuperSU file from this page.
  4. Download the root checker app so you can check your access is working after you complete the guide.
  5. You are agreeing to void the LG warranty by following this guide.
  6. These steps to root LG V10 T-Mobile devices will wipe all data. Make sure you back up all data before starting the guide so you can restore that same data later.

Rooting the T-Mobile LG V10

  1. Install the adb-set-up-1.4.3.exe file on your computer and it will install the ADB Drivers.
  2. Make sure you have the Developer Options unlocked by pointing to the Menu > Settings > About Device > tapping over the build number about 7 times until it says you are now a developer.
  3. Open the Developer Options by pointing to the Menu > Settings > Developer Options and enable the OEM unlock and the USB Debugging modes.
  4. Connect the LG V10 to the computer where you have the files using the USB cable.
  5. Tap on the USB Options on the device and change it to PTP.
  6. Open the command prompt window from the desktop by holding Shift and right-clicking the mouse and choosing to open a new command window here.
  7. Type these two commands and press enter between each command:
  8. cd C:\adb
    adb devices
  9. 1
  10. Type the next command and the V10 device will boot into the bootloader mode:
  11. adb reboot bootloader
  12. 2
  13. Now copy the TWRP recovery file (twrp-2.8.7.1-h901.img) over to the ADB folder.
  14. Enter the folowing commands into the command prompt window and press enter between each one:
  15. fastboot oem unlock
    fastboot getvar unlocked
    fastboot reboot-bootloader
    fastboot flash recovery twrp-2.8.7.1-h901.img
    fastboot boot twrp-2.8.7.1-h901.img

    3
    4
  16. Your V10 handset will now boot into the custom recovery mode where you can get ready to install your SuperSU file.
  17. Reboot the v10 device and follow the first few steps to get ADB set up on your computer again. You’ll need to enable the Developer Options menu again.
  18. Connect the v10 smartphone to the computer and transfer the SuperSU file to the internal storage SD card and make sure it’s on the root for the SD card.
  19. Boot the LG V10 up in the custom recovery mode.
  20. Back up the EFS partition and then wipe the caching options.
  21. Tap the Install button and agree to flash the updated SuperSU file.
  22. Wait for the SuperSU to give you message saying T-Mobile wants to get root privileges and Deny that message.
  23. Point to the Root Explorer to /system/priv-app/AdaptClient
  24. Rename the AdaptClient.apk to the AdaptClient.apk.bak
  25. Now just reboot the V10 handset and you’re ready to start installing the root-requiring apps from the Google Play Store.