remove apps with adb - OnePlus 8T Guides, News, & Discussion

how do i remove apps with adb there is a few id like to remove

leo5111 said:
how do i remove apps with adb there is a few id like to remove
Click to expand...
Click to collapse
adb shell pm list packages to see what's installed.
adb shell pm list packages | grep <search term> to search for something specific.
adb shell pm uninstall -k --user 0 <name of package> to remove an app.
Here's a list of google and OnePlus apps.

leo5111 said:
how do i remove apps with adb there is a few id like to remove
Click to expand...
Click to collapse
If you prefer a GUI, you may like ADB App Control by Cyber.Cat. It's free for basic version and cheap to unlock the extras. It works on everything Android that I've tried it on.

the program did it, thanks

Related

Oreo ADB bloatware removeable? Possible?

Anyone had the ability to get adb shell working with Oreo now that it's been out a few weeks?
Looking to debloat if possible, especially a bunch of those pointless samsung apps that refuse to disable through application manager.
magiin said:
Anyone had the ability to get adb shell working with Oreo now that it's been out a few weeks?
Looking to debloat if possible, especially a bunch of those pointless samsung apps that refuse to disable through application manager.
Click to expand...
Click to collapse
Yeah it's possible.
Deleted
shakkirk said:
How ? please give us step by step instructions
Click to expand...
Click to collapse
Same instructions as before still work. Honestly though Samsung allows so many uninstall and disablings, I just have to hide a few icons like "help" and my phone flies But if you want to go all out:
https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
TLDR of those instructions (replace package-name with part of the app name you are trying to remove or cut of the grep part and find your package in the list):
Code:
adb shell
pm list packages | grep 'package-name'
pm uninstall -k --user 0 package-name
Note: Any application "uninstalled" via this method will return if/when you factory reset.

Adb commands to uninstall bloatware

hi can anyone post adb commands to uninstall bloat or apps like facebook,one drive etc
abhijeetn said:
hi can anyone post adb commands to uninstall bloat or apps like facebook,one drive etc
Click to expand...
Click to collapse
adb devices ---> Identify if device is connected.
adb shell ---> To enter commands.
pm uninstall -k --user 0 "X" ---> X is app location (i use App Aplication Info to get it)
cmd package install-existing "X" ---> If you f*cked up and have to reinstall what you deleted.

[Troubleshoot] Fix the Launcher Hijack blocking

Hi guys, I'm troubleshooting for blocking the LauncherHijack.apk. Here I found this app Arcus Android Client (com.amazon.nimh) to block the LauncherHijack to push back to useless Fire Launcher will I modify this app to break this Fire Launcher and Arcus Android Client app to access any 3rd-party launcher.
The Launcher Hijack isn't compatible says from LauncherHijack blocker but is compatible for Android SDK level.
The Launcher Hijack blocker might be a Broken.
There is a message from LauncherHijack blocker:
launcherhijack has been blocked.
launcherhijack is not compatible with this device
Click to expand...
Click to collapse
Let's Get Started
Method 1 - Fix LauncherHijack without PC:
Requirements for Method 1:
-> A Fire tablet
-> SystemPanel2 installed on Google Play to uninstall the Arcus Android Client app
-> ES File Explorer installed on Google Play to backup the Launcher Hijack to create LauncherHijack.apk
Download ES File Explorer: https://play.google.com/store/apps/details?id=com.estrongs.android.pop
1. Install SystemPanel2 on Google Play Store
2. On SystemPanel2 homepage. Select Apps in navigation drawer -> System -> find Arcus Android Client by scrolling down -> tap the 3 vertical dots and select Uninstall.
3. If the uninstall confirmation appears. Tap OK button to confirm to uninstall it.
Uninstall Confirmation message:
Arcus Android Client
Replace this app with the factory version? All data will be removed.
Click to expand...
Click to collapse
4. After the Arcus Android Client has been uninstalled the updates. Now backup the LauncherHijack.apk, open the ES File Explorer, Select Apps on ES homepage, scroll down and select the Launcher Hijack by holding down and tap Backup
5. After the LauncherHijack.apk is backed up. Go to /storage/emulated/0/backups/app/Launcher Hijack_4.0.2.apk and re-install it. (the LauncherHijack will be enabled after re-installed).
6. Reboot
Method 2 - Fix LauncherHijack with PC:
Requirements for Method 2:
-> A Fire tablet
-> Windows PC with ADB driver from Android SDK Platform tools
-> A transferrable micro USB cable
-> A LauncherHijack.apk
1. Make sure the USB Debugging or Enable ADB is enabled in developer options and have an ADB installed from Android SDK Manager on your PC.
2. Connect your Fire tablet to your PC, Open Command Prompt or Microsoft PowerShell and approve the USB device.
3. Verify the attached devices
Code:
adb devices
4. Re-install the Arcus Android Client app with modified version, attached APK file under the post
Code:
adb install -r -d path\to\com.amazon.nimh.apk
or uninstall it
Code:
adb uninstall com.amazon.nimh
with ADB shell
Code:
adb shell
pm uninstall -k --user 0 com.amazon.nimh
with su
Code:
adb shell
su
pm uninstall com.amazon.nimh
disable or hide it
Code:
//uses pm disable
adb shell
pm disable --user 0 com.amazon.nimh
//uses pm hide
adb shell
pm hide --user 0 com.amazon.nimh
with su
Code:
//uses pm disable
adb shell
su
pm disable com.amazon.nimh
//uses pm hide
adb shell
su
pm hide com.amazon.nimh
5. Enable the Launcher Hijack
Code:
adb shell
pm enable --user 0 com.baronkiko.launcherhijack
with su
Code:
adb shell
su
pm enable com.baronkiko.launcherhijack
or re-install it to enable
Code:
adb install -r path/to/LauncherHijack.apk
The commands aren't work, get the mtk-su by @diplomatic
Run the mtk-su commands that same as su
6. Reboot
Code:
adb reboot
or you have an entered to ADB shell exit the ADB shell
Code:
exit
adb reboot
Your LauncherHijack has been unblocked and fixed! Give a thanks.
You have a 3rd-party launcher :highfive:
Get LauncherHijack.apk by @BaronKiko from GitHub
The renamed version of Launcher Hijack (LauncherHijackCloned) works perfectly for me. Quick and easy installation, thank the original developer:
https://forum.xda-developers.com/showpost.php?p=79750554&postcount=469
koop1955 said:
The renamed version of Launcher Hijack (LauncherHijackCloned) works perfectly for me. Quick and easy installation, thank the original developer:
https://forum.xda-developers.com/showpost.php?p=79750554&postcount=469
Click to expand...
Click to collapse
I don't need that
AmznUser444 Dev said:
I don't need that
Click to expand...
Click to collapse
What?
A simple and easy solution?
Don't get me wrong... more power to you for doing it the hard way.
this didnt appear
Arcus Android Client
Replace this app with the factory version? All data will be removed, when i deleted Arcus it was still there

Safely to remove with adb?

Hello!
I have Mi 9T 6/64 non rooted with 11.0.5 stable global rom.
With adb I uninstalled some of the programs, but I need confirmation if I may remove App Vault, because it's deeply integrated into system settings?
I have ebank app with NFC and it's working fine, I wonder if I may remove Mi Pay and Mi credit because they have some connections with NFC.
jazzh said:
Hello!
I have Mi 9T 6/64 non rooted with 11.0.5 stable global rom.
With adb I uninstalled some of the programs, but I need confirmation if I may remove App Vault, because it's deeply integrated into system settings?
I have ebank app with NFC and it's working fine, I wonder if I may remove Mi Pay and Mi credit because they have some connections with NFC.
Click to expand...
Click to collapse
In Settings/Apps, Uninstall updates for App Vault, disable its auto-updates in Google Play and disable the app by ADB (yes, it's safe):
adb shell pm disable-user com.mi.android.globalminusscreen
zgfg said:
In Settings/Apps, Uninstall updates for App Vault, disable its auto-updates in Google Play and disable the app by ADB (yes, it's safe):
adb shell pm disable-user com.mi.android.globalminusscreen
Click to expand...
Click to collapse
Thx. What about Mi pay and Mi credit?
jazzh said:
Thx. What about Mi pay and Mi credit?
Click to expand...
Click to collapse
You can disable them - I just did but not by adb but by renaming apps to *.apk, everthing works fine.
However, I don't know would it affect (I don't believe so) Google Pay, you must test
But before you do it, please give me a small favour:
Install an app like ApkInspector (from Google Play), and please tell me the path and the name for MiCredit app - I renamed it to *.bak and now cannot find it
The path is
data/app/MiCreditInStub/MiCređitInStub.apk
jazzh said:
The path is
data/app/MiCreditInStub/MiCreditInStub.apk
Click to expand...
Click to collapse
Thanks. Strange.
I had renamed
data/app/MiCreditInStub/MiCreditInStub.apk
to
data/app/MiCreditInStub/MiCreditInStub.bak
and after rebooting I was searching for
su
chdir /data/app
du -a | grep credit
du -a | grep bak
but did not found.
Now when you gave me the full path/name I see that I don't have the folder MiCreditInStub under /data/app anymore?!
Anyway, MiCredit app is for India only for instant loans in rupies of up to cca 1320 USD:
https://www.jainishshah.in/mi-credit-instant-personal-loan-app-from-xiaomi/
Apparently, the app is also available from Google Play, but only in India:
https://www.jainishshah.in/mi-credit-instant-personal-loan-app-from-xiaomi/
/system/app/InMipay/InMipay.app
is also for India only:
https://www.financialexpress.com/in...ia-through-mi-pay-app-details-inside/1939555/
Btw, I have QFJEUXM, not QFJINXM - so why Xiaomi did not remove them from the firmware?!
Both the two from above plus the third
/system/app/IdMipay/IdMipay.app
can be safely removed:
https://forum.xda-developers.com/showpost.php?p=77706117&postcount=60
Instead of removing or renaming to bak (root or TWRP required), better use adb:
adb shell pm disable-user com.mipay.wallet.id
adb shell pm disable-user com.mipay.wallet.in
adb shell pm disable-user com.micredit.in
zgfg said:
Instead of removing or renaming to bak (root or TWRP required), better use adb:
adb shell pm disable-user com.mipay.wallet.id
adb shell pm disable-user com.mipay.wallet.in
adb shell pm disable-user com.micredit.in
Click to expand...
Click to collapse
I did so, thanks
jazzh said:
I did so, thanks
Click to expand...
Click to collapse
Did you also remove MiCoin:
com.xiaomi.payment
/system/app/PaymentService/PaymentService.apk
I did, everything ok so far

No-Root : How to deboat using adb or other tools?

I need to remove some uninstallable apps like YouTube, MI Music, MI Share, MI Pay, etc.
Which tool or method should I use to uninstall these? I heard there is some ADB tool by connecting phone to PC using USB. But I dont know the details.
Google is your friend. Since adb commands are common to all Android phones, you can find the guides elswehere, including various threads and posts here on XDA
Search, read, learn about the pairs of commands:
adb shell pm disable-user
com.google.android.youtube
adb shell pm enable com.google.android.youtube
or:
adb shell pm uninstall -k --user 0 com.google.android.youtube
adb shell cmd package install-existing com.google.android.youtube
Here, com.google.android.youtube
is the package name for YT, hence given example is to disable/enable YT
debloat
yaro666 said:
debloat
Click to expand...
Click to collapse
Hi Thanks but there is no EXE in the link, so how to launch the application?
DOWNLOAD
And read FAQ, like literally there is an instruction

Categories

Resources