亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Home Mobile Tutorial Android Phone How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature

May 22, 2025 am 09:14 AM

Bloatware is a problem on Android, and it's not just a Samsung thing. Removing apps that have the Uninstall or Disable button grayed out in Settings has always involved sending ADB commands to your phone from a computer, which itself was always such a pain to set up. Thankfully, that has finally changed.

Using the Wireless Debugging feature Google added to Android 9.0 Pie back in August 2018, Android apps can now access your phone's ADB server. In other words, you can now send ADB commands to your own phone. One app, LADB by developer Tyler Nijmeh, was purpose-built for this task and has a head start on any would-be competitors. I'll show you how to use it to uninstall any user or system app below.

  • Don't Miss: The First 12 Apps You Should Install on a New Samsung Galaxy

Requirement

  • Android 9 or higher

Install Package Name Viewer 2.0

You'll need to know the package name of the app or apps you're trying to remove. The easiest way to find this information is to install an app called Package Name Viewer 2.0 from developer csIng.

  • Play Store Link: Package Name Viewer 2.0 (free)

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

Find the Bloatware's Package Name

Now, open Package Name Viewer 2.0 and use the search feature at the top of the screen to find a bloatware app you want to uninstall. Beneath its common name you will see the app's package name, which is the name the operating system knows the app by. Copy this name for future use, keeping in mind that you'll need to repeat this step for every bloatware app you'd like to remove.

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

One quirk here is the app's copy feature, which you can access by tapping any entry and choosing "Copy." This will copy the app's package name to your clipboard, which would make it really easy to just paste in the ADB prompt later, except it copies more than just the package name.

The two best workarounds I have for this aren't great. For one, you can simply write down the com.abc.xyz package name shown under the app's common name, but this won't work with some longer package names. In these cases, you can use the app's copy feature, then paste what it copied into a notes app like Google Keep. From there, remove everything except the string of text between package: and Launcher: and copy what's left.

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

Enable Developer Options

This method relies on a feature that can't be enabled in Android's main settings menu by default. Instead, you'll have to activate a hidden menu for advanced users called Developer Options.

So go to Settings –> About Phone, then tap the Build Number entry seven times quickly and enter your lock screen PIN when prompted. If you need more help with this part, see our full guide:

  • More Info: How to Activate Android's Hidden Developer Options Menu

Enable Wireless Debugging

Now, you'll need to enable the underlying Android feature that makes this all work. Open the Settings app, scroll down and select "System," then tap "Advanced" and choose "Developer Options." On some phones, the Developer Options entry may be listed at the very bottom of the main Settings screen instead.

Once inside, scroll down to the Debugging section. Here, enable the switch next to "Wireless debugging," then press "OK" on the prompt to confirm your choice. On Android 11 and higher, you'll need to be connected to Wi-Fi to enable this feature.

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

We tested this and found it working on every major Android skin from OEMs selling phones in the US, but it's not guaranteed that every device will have the Wireless Debugging feature. It's part of AOSP, Android's open source code base, but OEMs sometimes remove functionality from their skinned versions of Android. If your phone doesn't have this option, sadly, this method won't work for you.

Install LADB

Now it's time to install LADB, the app that will allow you to send ADB commands to your own phone. The Play Store version (linked below) does cost $2.99, but that's cheap for what it can do. Still, if you need a free option, you can go to the app's GitHub page and compile the APK from source.

  • Play Store Link: LADB — Local ADB Shell ($2.99)

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

Establish a Connection

If you're on Android 9 or Android 10, open LADB and wait until you get a popup asking if you'd like to "Allow USB Debugging." Tick the box next to "Always allow," then select "Allow" on this prompt to establish the connection. You can now skip ahead to Step 7.

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

If you're on Android 11 or higher, open LADB and you'll see a prompt asking for a port number and pairing code. Next, put LADB into split-screen mode and open your Settings app in the other half of your screen. Go to Developer Options from there, then tap the "Wireless Debugging" text to enter a submenu.

From there, tap "Pair device with pairing code," then copy the number after the colon (:) under IP address & Port into the Port field in LADB. Copy the Wi-Fi pairing code into the Pairing code box, then tap "Okay" on the prompt in LADB. Wait until you receive a "Wireless debugging connected" notification before closing split-screen mode or putting LADB back into full-screen view.

  • More Info: Full Guide on Setting Up LADB on Android 11

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

If you're struggling with this part, the app's developer has been very active in helping troubleshoot issues with users. He graciously posted his contact info here.

Uninstall Any Bloatware App

Now, you're ready to ditch some bloatware apps. Tap the Shell command field, then enter this command:

<code>pm uninstall -k --user 0 <package name></package></code>

Replace with the bloatware app's actual package name. For instance, to disable the T-Mobile app on a Galaxy device purchased from the magenta carrier, you would enter this:

<code>pm uninstall -k --user 0 com.tmobile.pr.mytmobile</code>

You can skip the "-k" part if you want. All that does is prevent the system from deleting any associated data from the app, in case you want to reinstall it later without having to set everything up again. So if you want to delete the bloatware app's data, too, send the command in this format:

<code>pm uninstall --user 0 <package name></package></code>

Once you get the command right, press enter on your keyboard to send it. Your keyboard should auto-collapse and the terminal should return a "Success" message. This means the app is gone, effective immediately.

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature << Android :: Gadget Hacks

Disclaimer: What's happening under the hood here isn't exactly what would happen if you could outright uninstall the bloatware app like you can with an app you installed yourself. It's more akin to disabling the app since the original APK is retained (but not app data or any updates), so the app will reappear if you factory reset the phone. But for most practical intents, it's just as good as uninstalling.

Reinstalling a Bloatware App After Removal

There's a chance you may uninstall an app that your phone relies on and cause bugs as a result. First, you should know that no matter which apps you removed, you can perform a factory reset in recovery mode to restore all of the preinstalled apps. Just note that you'll lose any data saved on the phone.

But if you decide you want to restore an app you removed and your phone is still operational, you can send the following command in LADB to reinstall it:

<code>pm install-existing --user 0 <package name></package></code>

... replacing with the actual package name. Again, using the T-Mobile app that comes preinstalled on Galaxy devices purchased from the carrier as an example, you would send this command:

<code>pm install-existing --user 0 com.tmobile.pr.mytmobile</code>

Don't Miss: How to Use Samsung's Hidden Undo & Redo Gesture for Galaxy Devices

Cover image and screenshots by Dallas Thomas/Gadget Hacks

The above is the detailed content of How to Uninstall Bloatware Without Root or a PC Using Android's New 'Wireless Debugging' Feature . For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undress AI Tool

Undress AI Tool

Undress images for free

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

PHP Tutorial
1488
72
Here's When Your OnePlus Will Get Android 16 (OxygenOS 16) Here's When Your OnePlus Will Get Android 16 (OxygenOS 16) Jul 15, 2025 am 01:30 AM

Google released the first Android 16 beta in January 2025, packed with changes and countless new features. A similar update is coming soon for your OnePlus phone in the form of OxygenOS 16. With OnePlus busy releasing Android 16 betas, here's what yo

7 Must-Know Tricks to Master Your Samsung Galaxy S7 7 Must-Know Tricks to Master Your Samsung Galaxy S7 Jul 05, 2025 am 09:29 AM

When the Samsung Galaxy S7 and S7 Edge came to market in 2016, they were universally praised as being the pinnacle of Android smartphone design, even topping Consumer Reports' smartphone ratings.Why? Well, for once, we finally had a smartphone, or in

AT&T Has a New Plan to Prevent SIM Swapping and Fraud AT&T Has a New Plan to Prevent SIM Swapping and Fraud Jul 07, 2025 pm 12:23 PM

Summary AT&T's new Account Lock feature protects against unauthorized account changes or SIM swapping attacks.

Top Tech Deals: AirPods Max, Fire TV Cube, Pixel 8 Pro, and More Top Tech Deals: AirPods Max, Fire TV Cube, Pixel 8 Pro, and More Jul 07, 2025 pm 12:26 PM

Summer is officially here, bringing with it warmer weather, outdoor adventures, and plenty of deals and discounts. With the upcoming holiday weekend, we've found some amazing offers you'll love—like Samsung's 85-inch TV at a $1,300 discount, $400 off

How to Play Any Nintendo DS Game on Your Samsung Galaxy S3 How to Play Any Nintendo DS Game on Your Samsung Galaxy S3 Jul 07, 2025 am 09:11 AM

If you actually had to look up what "DS" stands for in Nintendo DS, that probably means you weren't a huge fan of the portable game system. To be honest, I never was. It's fairly bulky and has two tiny displays.Despite my dislike for the DS

How to Get Faster PIN-Unlock on Your Samsung Galaxy S4 by Removing the 'OK' Step How to Get Faster PIN-Unlock on Your Samsung Galaxy S4 by Removing the 'OK' Step Jul 06, 2025 am 09:11 AM

If you've had the chance to use both an iOS and Android device, you might have noticed a small difference in their PIN unlock screens. On Android, you need to press "OK" after entering your PIN, while on iOS, the screen unlocks automaticall

Nothing Phone (3) Is Here, Replaces LED Lights With 'Glyph Matrix' Panel Nothing Phone (3) Is Here, Replaces LED Lights With 'Glyph Matrix' Panel Jul 08, 2025 am 01:43 AM

Nothing has released its latest Android smartphone, the Nothing Phone (3). It's a compelling combination of hardware and software, although fans of earlier models might miss the LED accent lights.As with the previous Nothing Phone (2), the standout f

This New Linux App Makes Android File Sharing a Breeze This New Linux App Makes Android File Sharing a Breeze Jul 07, 2025 pm 12:02 PM

Sharing files between Linux and Android has often been a complicated process involving unreliable Linux utilities or complex network setups. A new application, Packet, aims to solve this by providing a simple, wireless file transfer solution. Let's f

See all articles