LG V30 was released in August 2017. was powered by Qualcomm Snapdragon 835 with 4 Gigs of RAM, 64 GB of storage expandable up to 200GB and a 16 MP rear camera. It is powered by Android 7.1.2 Nougat out of the box. Considering the device is launched in 2017, it may get Android Oreo update. But this is obviously not a full specification sheet but this is enough to prove that this device is indeed a flagship with cheaper price.
The TeamWin Recovery project or we can simply call it as TWRP Recovery software, which allows us to install Custom ROMs, MODs on Android device. Most of the people prefer TWRP recovery just because of the touch-based user interface which helps the user to easily install Custom ROMs, MODs. Earlier TWRP Recovery used to support only Google Nexus devices, but now it is available for wide range of Android devices. TWRP Recovery supports various customizations such as gaining root access on Android, making a Nandroid backup, removing bloatware, installing a custom kernel, etc.
Also, you should know that it is good to use Magisk root than the old SuperSU trick. Magisk is the open source application that has many numbers of modules.
This whole process is simple and easy which can be completed within 10-15 min. We have already stated that the most preferred uses of the TWRP recovery is that you can root your device or flash custom ROMs on your device. Now follow the below step by step guide to Install TWRP Recovery and Root LG V30.
Pre-requisites
- This guide only for LG V30.
- Take a full backup before proceeding further.
https://www.androidblog.online/backup-your-android-device-without-root/
- Unlock Bootloader.
- Install USB Drivers.
Download Android USB Drivers for Windows / Mac (Samsung, LG, Nexus, Motorola, HTC)
- Maintain more than 50% – 60% battery to prevent the sudden shutdown.
Downloads
https://www.androidblog.online/how-to-setup-adb-fastboot-drivers-for-any-android-device-on-pc/
twrp-3.1.1-0-h930-by-jcadduono.img
Latest Magisk ZIP | Magisk APK
Steps to Install TWRP Recovery and Root LG V30
Install TWRP Recovery
- First Unlock Bootloader on your device.
- Download and Install ADB and Fastboot drivers.
- Now, download TWRP recovery img for LG V30.
- Rename the downloaded img file to “TWRP” and transfer the file to your device.
- Enable USB Debugging on Android Smartphones
- Go to the ADB folder on your PC and then press “Shift key + Right mouse click” and click on the “Open command window here.”
- Now connect your LG V30 to the PC using a USB data cable.
- Open the ADB folder and launch the Command prompt window there. (shift + right click anywhere empty space within that folder and click on open command prompt here).
- Power off your device and boot your device into fastboot mode. To do this, press and hold Volume up + Power at the same time to boot into fastboot mode.OR You can execute the following command to boot into fastboot mode
adb reboot bootloader
- Now connect your device to your PC via USB cable and execute the following command. (This command will confirm that your device is connected to PC)
adb devices
- If your device is successfully connected, execute the following command to flash TWRP Recovery.
fastboot flash recovery TWRP.img
To Bypass your device encryption, you have to format user data.
fastboot format userdata
That’s all! You have installed TWRP Recovery on your LG V30. It can be checked by long press “Volume down + power” buttons to boot into recovery mode.
Root LG V30 via TWRP Recovery
- Download SuperSU or Magisk Zip and transfer file to your device
- Reboot your device into TWRP Recovery.
- Turn off your device.
- Press and hold “Volume down + Power “ buttons to boot into TWRP Recovery.
- Go to TWRP main menu, Click on the Wipe and swipe to factory reset.
- Navigate to the main menu in TWRP, click on install and select the SuperSU or Magisk zip file
- Once you have selected the Magisk or SuperSU zip file, do swipe to confirm flash to begin the installation process.
- Now, follow the same above procedure to install no-verity-opt-encrypt-6.0.zip.
- After the installation process is completed, check the Wipe cache/Dalvik option, click on it and Swipe to wipe.
- Now reboot your device from the main menu.
- Done!!!
Hope you have successfully installed TWRP recovery and Rooted LG V30.
hello I followed the tutorial, but I’m blocking on LG V30 logo
thank you