How to root LG V30 and install TWRP recovery

lg g6 root twrp recovery

With LG opening the V30 in Europe (model H930 and H930G only, that is) for bootloader unlock, we now have the TWRP recovery available for the device too. And using TWRP, we can — you guessed it — also root our V30 sets pretty easily.

let’s see how to pull superuser rights on the V30, but first we shall see TWRP installation. Also, you must know that it’s good to use Magisk root trick than the good old SuperSU one, because its modules are pretty great!

BTW, you would also love to know that from November 27, 2017, LG is rolling out Oreo beta in Korea for V30 and V30+ handsets. Which is good, and we shall expect the stable release for the public for the V30 in December 2017. LG G6 Oreo should follow that, sometime in January 2018.

‘LG V30 is waterproof with an IP68 rating’

LG V30 TWRP and Root

Warning and Compatibility: The procedures given here are tricky, and may cause your device to become stable. Follow the guides below only if you know what you are doing. You have been warned!

Also, the downloads and guides given here are compatible only with LG V30, model no. H930 and H930G. Do NOT try to this on any other device.

Downloads

‘How to take a screenshot on the LG V30’

LG V30 TWRP recovery installation guide

One very important thing to do is to take a backup of all your important data, be it contacts, audio, video or documents. In case something happens to go wrong your data will remain safe. Now let’s see the installation part.

  1. Download and install LG V30 drivers.
  2. Next, setup ADB and Fastboot on your computer if it’s not been done already.
  3. To be able to install TWRP recovery, you need to first unlock bootloader of your V30. For this, go to the official LG unlock page, and follow the instructions. You may need to create an account for this, as LG will send you the unlock code on your email ID provided here. This will wipe all data on your device, including pics and videos, so make sure you have proper backup done.
    Note: Until bootloader is unlocked, you cannot install TWRP recovery, and cannot root your V30 either.
  4. Download the TWRP recovery for your V30 from above. Also download the DM-verity check disabler file, so that our device reboots fine even after installing TWRP recovery.
  5. Copy the DM-verity check disabler file on your V30. Remember its location, we would need it when we install it later in this guide.
  6. Open a command window on PC in the folder where you have the downloaded TWRP file (from step 2) on your PC.
    • For this, go to that folder, and then in the address bar, type cmd and hit enter key. A command window will open, and its folder location will be where you have the downloaded TWRP image file.
  7. Enable OEM Unlock and USB Debugging on your device now if it’s not done already.
  8. Now, connect your V30 to the PC with a USB cable (preferably the cable that came with your device).
    └ Check your phone’s screen, if it asks for “Allow USB debugging”, accept it by selecting OK/Yes.
  9. Now, reboot your V30 into fastboot mode. For this, connect your device to PC using USB cable, and then run the following command:
    adb reboot bootloader
  10. Rename the TWRP recovery on your PC to twrp-v30.img
  11. Now, we install TWRP recovery by issuing the following command.
    fastboot flash recovery twrp-v30.img
  12. Now, we need to reboot into TWRP recovery from here. If we boot into Android OS, then the system will automatically remove TWRP, so let’s boot into TWRP from here. For this:
    1. Press and hold both Volume down first, and then also press and hold Power button. Also read next step before doing this, it is important.
    2. When you see LG logo on screen, quickly release for one second and re-hold the Power button while do not release the Volume down button at all. A Factory Data reset screen will appear, now release both Power and Volume down buttons.
    3. Now, boot into TWRP, and for that — it’s weird — do a factory reset here using the instructions on the screen. (Select Yes two times.) This will not reset your device actually, but this will boot your device into TWRP recovery, and TWRP will ignore the reset request. Our job was to boot into TWRP, and this Factory Reset trick gets us that.
  13. When you boot for first time into TWRP, it will ask you to whether allow for system modifications. When you see this screen, Swipe at bottom to allow for modifications and get to TWRP home screen.
  14. Install the DM-verity check disabler file on your V30 now to disable the DM-verity check by Android OS, and safely boot your device without issues. For this, tap on Install menu on TWRP, then select the DM-verity check disabler file you copied to device earlier. Next, Swipe to confirm installation, and you’re done.
  15. Now, select Reboot system option to restart the device into Android OS. Done!

How to reboot into TWRP recovery

Well, follow the step 12 above for that every time. Basically, you just have to press and hold Volume down and Power button, release Power button for a second when you see LG Logo, and you will see Factory Reset screen. Here, select ‘Yes’ two times, and you will boot into TWRP. In case TWRP is not installed, this will actually do a factory reset on stock recovery.

LG V30 Root Guide

There are two ways to root your LG V30, one using Magisk, and another using SuperSU. Magisk is more preferred because you it gets you lots of customization thanks to its modules, and not only that, hiding root is also easy when you need to (in case of apps like Android Pay, etc.). While, SuperSU is a simple root trick, that simply does the job.

#1 Root LG V30 using Magisk
  1. Download the Magisk zip file from here.
  2. Copy the Magisk zip file to your LG V30.
  3. Boot your device into TWRP recovery. (Swipe on screen to allow for system modification if it so asks.)
    How to: Basically, you just have to press and hold Volume down and Power button, release Power button for a second when you see LG Logo, and you will see Factory Reset screen. Here, select ‘Yes’ two times, and you will boot into TWRP. In case TWRP is not installed, this will actually do a factory reset on stock recovery.
  4. Tap on Install and select the Magisk zip file that you transferred to your device in Step 1.
  5. After selecting the .zip file, do Swipe to Confirm Flash on the bottom of screen to begin the flashing process.
  6. Once Magisk is flashed, you’ll get Reboot System option, select it restart your LG V30.
  7. Once your device reboots, open the Magisk Manager app (was installed by Magisk file in TWRP). Check for device’s root status, it should be rooted.

That’s all. Enjoy systemless root with Magisk on your LG V30.

#2 Root LG V30 using SuperSU

  1. Download SuperSU zip file.
  2. Copy the SuperSU zip file to your LG V30.
  3. Boot your device into TWRP recovery.(Swipe on screen to allow for system modification if it so asks.)
  4. Tap on Install and select the SuperSU zip file that you transferred to your device in Step 1.
  5. After selecting the .zip file, do Swipe to Confirm Flash on the bottom of screen to begin the flashing process.
  6. Once SuperSU is flashed, you’ll get Reboot System option, select it.

That’s it. Your LG V30 is rooted. To verify, download/install any root checker app from the Play Store.


Do let us know if you need any help with this.

Happy Androiding!

Posted by
Shivam

Shivam is our resident designer and web developer who also enjoys writing. He loves to meditate, drive on the freeways and hunt for snipers during his Call Of Duty playtime. Email: [email protected]

1 Comment

  1. Will this method work on V30+ Indian model?

Comments are closed.