Header Banner
gadgethacks.mark.png
Gadget Hacks Shop Apple Guides Android Guides iPhone Guides Mac Guides Pixel Guides Samsung Guides Tweaks & Hacks Privacy & Security Productivity Hacks Movies & TV Smartphone Gaming Music & Audio Travel Tips Videography Tips Chat Apps
Home
Android

How to Remove Bloatware on Your LG V30 — No Root Needed

Nov 6, 2017 08:16 PM
Mobile phone screen displaying various application icons and their notifications.

With the V30, LG has really delivered an amazing smartphone that hits all the major features consumers want. Amazing camera, beautiful edge-to-edge display, great battery life, water resistance, and smooth performance — there isn't much not to like about the LG V30. Unfortunately, it does suffer from heavy bloatware thanks to the carriers. The good thing is, unlike in the past, you are not stuck with it.

Whether you bought your V30 from Verizon, AT&T, T-Mobile, or Sprint, you'll find quite a bit of unnecessary apps preinstalled on your device. Combine that with the redundant apps that LG created for the LG UX skin, and you're stuck with a significant amount of bloatware that can't be uninstalled by traditional means. Fortunately, there is a way to remove these apps and improve overall performance.

What You'll Need

  • LG V30
  • USB data cable
  • Windows, Mac, or Linux computer

Install ADB & Fastboot

In order to remove the bloatware, we are going to use ADB commands, which requires a specific program on your computer. Don't worry if you're unfamiliar with ADB, we will walk you through the whole process. To start, follow the instructions in the link below to install ADB and Fastboot.

Install the LG Drivers (Windows & Mac)

Beyond that, you may need to install some LG-specific drivers on your computer for ADB to be able to interact with your V30. So if you're a Windows or Mac user, download these drivers, then extract the contents of the ZIP and run the EXE or PKG file to install the LG-specific drivers. After that, restart your computer to ensure that your operating system has loaded the new drivers.

Install App Inspector

Next, install App Inspector on your smartphone. This application will give you the exact package names of any bloatware apps, which you'll need to know when sending the ADB commands that remove them. It will also provide the icon (if applicable) of the app to help you correctly identify the bloatware you wish to remove.

App Inspector by UBQSoft on Google Play Store, featuring options to uninstall or open the app.

Enable USB Debugging

Once you've installed the Android SDK Tools linked out in Step 1, you'll be ready to send ADB and Fastboot commands. But to make sure you don't have any troubles in the future, there's one last step you should take.

First, make sure you have "USB debugging" enabled on your V30. This setting can be found in the Developer options menu, which can be activated using these instructions.

Settings menu on a smartphone with various options displayed.
Developer options menu on a smartphone.
Settings menu on a smartphone with various options displayed.
Developer options menu on a smartphone.

From there, simply connect your phone or tablet to your computer with a USB cable, then you should see the following prompt on your Android device:

USB debugging permission dialog with RSA key fingerprint display.

To finalize things, tick the box next to "Always allow," then press "OK" on the popup. When you're done there, you should have no trouble sending ADB or Fastboot commands in the future.

Note: If you don't see the above message, follow Steps 5 and 6, then you should see it right after sending the command listed in Step 6.

Open an ADB Command Window

Next, navigate to the ADB and Fastboot installation directory on your computer. For Windows users, this can usually be found at C:\Program Files (x86)\Android\android-sdk\platform-tools. For Mac and Linux users, it depends on where you extracted your ADB folder when you installed the utility, so search your hard drive for the platform-tools folder if you've forgotten.

From here, if you're using a Windows PC, hold down the shift button on your keyboard, then right-click any empty space and choose "Open command window here." For Mac and Linux users, simply open a Terminal window, then change directories to the platform-tools folder inside of your ADB installation directory using the command:

File management interface showing various file options in a Windows directory.

If you decide to use Minimal ADB and Fastboot instead, locate the folder and select "cmd-here" to open up the command prompt in the proper directory.

How to Remove Bloatware on Your LG V30 — No Root Needed

Start the ADB Shell Service

Next, from the command prompt or Terminal window, type in the following command, then press enter on your keyboard:

adb shell

Note: Depending on your setup, you may need to add a period and a slash (./) to the beginning of any ADB commands. In this case, ./ adb shell would do the trick.

Command line interface showing connected ADB and Fastboot devices.

Find the Package Names for Apps You Want to Remove

Now your device is almost ready to uninstall any application. On your V30 again, open up Application Inspector and select "App List," then select an app you wish to remove. Below its name is the name of the package, which begins with either "com" or "net" followed by a series of words separated by dots. Copy this information down.

Application inspector menu options on a mobile device.
How to Remove Bloatware on Your LG V30 — No Root Needed
Application inspector menu options on a mobile device.
How to Remove Bloatware on Your LG V30 — No Root Needed

Disable the App Using ADB

Return to the ADB command window on your computer and enter the following command, making sure to replace XX with the exact bloatware package name you found in Application Inspector:

pm uninstall -k --user 0 XX

If everything went off without a hitch, you'll see a message saying "Success," which indicates the bloatware app was successfully removed. From there, just repeat this process for any other packages/apps that you'd like to remove.

Command line interface showing a successful uninstallation of an application.

Verify That the Bloatware Apps Were Removed

From now on, the app will still be listed under the "App" option in the Settings menu, but will state that it is not installed. The application will not show up anywhere else including your app drawer, and it will no longer run in the background taking up battery life. For all intents and purposes, the bloatware app has now been uninstalled!

List of apps on a mobile device with installation status.

Be careful what you uninstall, since some apps are needed for basic functionality. Application Inspector will help you avoid some apps, but if you're unsure about a particular application, search for it online. However, if you do happen to get rid of the wrong app, you can factory reset your device to return all the preinstalled apps (including bloatware).

With a few basic commands, you can clear up the extensive bloatware found on the LG V30. With their removal, your device will run a little smoother now that it isn't bogged down by unwanted apps. What apps did you remove from your LG V30? Let us know in the comments below.

Cover image and screenshots by Jon Knight/Gadget Hacks

The next big software update for iPhone is coming sometime in April and will include a Food section in Apple News+, an easy-to-miss new Ambient Music app, Priority Notifications thanks to Apple Intelligence, and updates to apps like Mail, Photos, Podcasts, and Safari. See what else is coming to your iPhone with the iOS 18.4 update.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!