[Root Not Needed] Automated Debloat Script - TCL 10 Pro Guides, News, & Discussion

So something I've realized is a lot of people don't know how powerful, even without root, adb shell can be. Using knowledge from the crappy Walmart Onn tablet's I've gained, I learned how to debloatware a device without root.
What's Needed
- ADB Drivers Installed
- ADB
- Windows Computer (someone could convert this to a .sh linux script easily)
DISCLAIMER
If you start getting Force Close errors, you will have to reset your device in Recovery mode. I'm not held responsible for this as every phone is different. On top of that, this does delete all Facebook integration from the phone. I personally use a custom app called Frost for Facebook if you want an alternative... Also, some of these only Disable the app, but that still removes it from always running in the background and taking up useless ram
Pre-Requisites On Device
1.) On your phone, open Settings and scroll down to System and select it
2.) Click About phone, then tap Build number until Developer Options is unlocked
3.) Go back and select Developer Options and enable USB Debugging
4.) Plug your device into your computer and allow the connection to the device with the pop up on the screen.
Debloating your Phone
1.) Open Notepad on your computer, and copy/paste the code below
Code:
@ECHO OFF
ECHO \................./
ECHO \..Bloat Remover../
ECHO \................./
ECHO Google Duo
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
ECHO Google One
adb shell pm uninstall -k --user 0 com.google.android.apps.subscriptions.red
ECHO Google Play Movies TV
adb shell pm uninstall -k --user 0 com.google.android.videos
ECHO Google Podcasts
adb shell pm uninstall -k --user 0 com.google.android.apps.podcasts
ECHO Netflix
adb shell pm uninstall -k --user 0 com.netflix.mediaclient
ECHO YouTube
adb shell pm uninstall -k --user 0 com.google.android.youtube
ECHO YT Music
adb shell pm uninstall -k --user 0 com.google.android.apps.youtube.music
ECHO Facebook
adb shell pm uninstall -k --user 0 com.facebook.katana
ECHO File Share
adb shell pm uninstall -k --user 0 com.tct.smart.fileshare
ECHO KeepNotes
adb shell pm uninstall -k --user 0 com.google.android.keep
ECHO AppLock
adb shell pm uninstall -k --user 0 com.tct.applock
ECHO Google Assistant
adb shell pm uninstall -k --user 0 com.google.android.apps.googleassistant
ECHO DemoMode
adb shell pm uninstall -k --user 0 com.tct.retaildemo
ECHO Facebook App Installer
adb shell pm uninstall -k --user 0 com.facebook.system
ECHO Facebook App Manager
adb shell pm uninstall -k --user 0 com.facebook.appmanager
ECHO Facebook Services
adb shell pm uninstall -k --user 0 com.facebook.services
ECHO FlipCover Mode
adb shell pm uninstall -k --user 0 com.tct.smartcover
ECHO Notes
adb shell pm uninstall -k --user 0 com.tct.smart.notes
ECHO PrivateSpace
adb shell pm uninstall -k --user 0 com.tct.privatespace
ECHO Radio
adb shell pm uninstall -k --user 0 com.tcl.fmradio
ECHO TCL 10Pro Demo
adb shell pm uninstall -k --user 0 com.tcl.demopage
pause
2.) Save the file as Debloat.bat and close notepad
3.) Double-click Debloat.bat and it'll automatically delete all the apps listed above in the code! You can easily delete or add apps to the list as well.

Hi, thanks for this ! This is really good ! Is there other bloatware we Can uninstall ? Google play, drive... ?

Better use ADB App Control for this.

vincentsulfites said:
Hi, thanks for this ! This is really good ! Is there other bloatware we Can uninstall ? Google play, drive... ?
Click to expand...
Click to collapse
You can see your packages with "adb shell pm list packages | grep '<OEM/Carrier/App Name>'"
and then manually uninstall the ones you want with "adb shell pm uninstall -k --user 0 NameOfPackage"
Source https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/

Related

[GUIDE] [DEBLOAT] Remove stock apps Without Root

Method 1 [Easy]
1. Enable Developer Options
go to main Settings on your Xiaomi Redmi devices.
Scroll down to find About Device/Phone and tap on it.
Locate MIUI Version and tap several times on it.
After that, you will get a message "You're now a developer!" on your device screen.
2. Enable USB Debugging
Go back to main Settings.
Run Additional Settings, and tap Developer options to enable it from there.
Scroll down to find USB Debugging option and enable it.
Now, you have successfully enabled USB Debugging on your Xiaomi Redmi devices.
3.Download XiaomiADBFastbootTools for your OS from https://github.com/Saki-EU/XiaomiADBFastbootTools
4. open the tool and remove or disable the system apps
Method 2
You need to enable USB debugging and have ADB setup. (Refer https://www.xda-developers.com/quickly-install-adb/ is you are new to these things.)
Now once you have the device connected via USB, run adb devices command to see if your device is connected via ADB.
Now copy and run the commands from below list for the app which you want to remove.
This will remove apps for the current user and will return in case of factory reset. So if you mess something up, do a factory reset to get out of trouble.
adb shell pm uninstall -k --user 0 com.google.android.apps.docs #Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps #Google Maps
adb shell pm uninstall -k --user 0 com.miui.screenrecorder #Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer #Mi Video
adb shell pm uninstall -k --user 0 com.xiaomi.midrop #Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks #Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner #Mi Scanner
adb shell pm uninstall -k --user 0 com.google.android.apps.photos #Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon #Google Duo
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox #Google App
adb shell pm uninstall -k --user 0 com.android.browser #Mi Browser
adb shell pm uninstall -k --user 0 com.android.calendar #Calendario
adb shell pm uninstall -k --user 0 com.android.deskclock #Reloj
adb shell pm uninstall -k --user 0 com.android.mms #Mensajes
adb shell pm uninstall -k --user 0 com.facebook.appmanager #Facebook App Manager
adb shell pm uninstall -k --user 0 com.facebook.services #Facebook Services
adb shell pm uninstall -k --user 0 com.facebook.system #Facebook App Installer
adb shell pm uninstall -k --user 0 com.google.android.inputmethod.latin #Gboard
adb shell pm uninstall -k --user 0 com.google.android.music #Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos #Play Movies
adb shell pm uninstall -k --user 0 com.google.android.youtube #Youtube
adb shell pm uninstall -k --user 0 com.mi.android.globalFileexplorer #Administrador de archivos
adb shell pm uninstall -k --user 0 com.miui.analytics #Analytics
adb shell pm uninstall -k --user 0 com.miui.bugreport #Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.calculator #Calculadora
adb shell pm uninstall -k --user 0 com.miui.compass #Mi Compass
adb shell pm uninstall -k --user 0 com.miui.msa.global #mas (main system advertising)
adb shell pm uninstall -k --user 0 com.miui.notes #Mi Notes
adb shell pm uninstall -k --user 0 com.miui.player #Mi Music
Will it affect future Ota update?
Bootloader must be unlocked?
ashwinonm said:
Bootloader must be unlocked?
Click to expand...
Click to collapse
Not required
---------- Post added at 07:13 PM ---------- Previous post was at 07:13 PM ----------
Vishal P said:
Will it affect future Ota update?
Click to expand...
Click to collapse
No, it won't.
Good option. May need a reboot for some of the apps to vanish.
Also dont work for Mi Pay
Thanks a lot.
bpushpak said:
Good option. May need a reboot for some of the apps to vanish.
Also dont work for Mi Pay
Click to expand...
Click to collapse
Did u try without unlocking boot loader bro? Did it work with other apps?
bpushpak said:
Good option. May need a reboot for some of the apps to vanish.
Also dont work for Mi Pay
Click to expand...
Click to collapse
Worked for me.
I removed MiPay and some other FB apps.
ashwinonm said:
Did u try without unlocking boot loader bro? Did it work with other apps?
Click to expand...
Click to collapse
You are asking the same question again and it's already answered in #4 post.
It'll work on any apps but trying it on other core apps might crash system. Use it at your own risk.
Can u make a way to install too? i want YouTube vanced to be as system app
ashwinonm said:
Can u make a way to install too? i want YouTube vanced to be as system app
Click to expand...
Click to collapse
Not without root permission.
Install YT Vanced-no root and MicroG or Unlock your phone.
Saltmango said:
You need to enable USB debugging and have ADB setup. (Refer https://www.xda-developers.com/quickly-install-adb/ is you are new to these things.)
Now once you have the device connected via USB, run adb devices command to see if your device is connected via ADB.
Now copy and run the commands from below list for the app which you want to remove.
This will remove apps for the current user and will return in case of factory reset. So if you mess something up, do a factory reset to get out of trouble.
adb shell pm uninstall -k --user 0 com.google.android.apps.docs #Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps #Google Maps
adb shell pm uninstall -k --user 0 com.miui.screenrecorder #Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer #Mi Video
adb shell pm uninstall -k --user 0 com.xiaomi.midrop #Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks #Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner #Mi Scanner
adb shell pm uninstall -k --user 0 com.google.android.apps.photos #Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon #Google Duo
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox #Google App
adb shell pm uninstall -k --user 0 com.android.browser #Mi Browser
adb shell pm uninstall -k --user 0 com.android.calendar #Calendario
adb shell pm uninstall -k --user 0 com.android.deskclock #Reloj
adb shell pm uninstall -k --user 0 com.android.mms #Mensajes
adb shell pm uninstall -k --user 0 com.facebook.appmanager #Facebook App Manager
adb shell pm uninstall -k --user 0 com.facebook.services #Facebook Services
adb shell pm uninstall -k --user 0 com.facebook.system #Facebook App Installer
adb shell pm uninstall -k --user 0 com.google.android.inputmethod.latin #Gboard
adb shell pm uninstall -k --user 0 com.google.android.music #Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos #Play Movies
adb shell pm uninstall -k --user 0 com.google.android.youtube #Youtube
adb shell pm uninstall -k --user 0 com.mi.android.globalFileexplorer #Administrador de archivos
adb shell pm uninstall -k --user 0 com.miui.analytics #Analytics
adb shell pm uninstall -k --user 0 com.miui.bugreport #Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.calculator #Calculadora
adb shell pm uninstall -k --user 0 com.miui.compass #Mi Compass
adb shell pm uninstall -k --user 0 com.miui.msa.global #mas (main system advertising)
adb shell pm uninstall -k --user 0 com.miui.notes #Mi Notes
adb shell pm uninstall -k --user 0 com.miui.player #Mi Music
Click to expand...
Click to collapse
this feature is good, I used this on my Note 4x.. Works like charm..
Saltmango said:
You need to enable USB debugging and have ADB setup. (Refer https://www.xda-developers.com/quickly-install-adb/ is you are new to these things.)
Now once you have the device connected via USB, run adb devices command to see if your device is connected via ADB.
Now copy and run the commands from below list for the app which you want to remove.
This will remove apps for the current user and will return in case of factory reset. So if you mess something up, do a factory reset to get out of trouble.
adb shell pm uninstall -k --user 0 com.google.android.apps.docs #Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps #Google Maps
adb shell pm uninstall -k --user 0 com.miui.screenrecorder #Mi Screen Recorder
adb shell pm uninstall -k --user 0 com.miui.videoplayer #Mi Video
adb shell pm uninstall -k --user 0 com.xiaomi.midrop #Mi Drop
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks #Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.scanner #Mi Scanner
adb shell pm uninstall -k --user 0 com.google.android.apps.photos #Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon #Google Duo
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox #Google App
adb shell pm uninstall -k --user 0 com.android.browser #Mi Browser
adb shell pm uninstall -k --user 0 com.android.calendar #Calendario
adb shell pm uninstall -k --user 0 com.android.deskclock #Reloj
adb shell pm uninstall -k --user 0 com.android.mms #Mensajes
adb shell pm uninstall -k --user 0 com.facebook.appmanager #Facebook App Manager
adb shell pm uninstall -k --user 0 com.facebook.services #Facebook Services
adb shell pm uninstall -k --user 0 com.facebook.system #Facebook App Installer
adb shell pm uninstall -k --user 0 com.google.android.inputmethod.latin #Gboard
adb shell pm uninstall -k --user 0 com.google.android.music #Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos #Play Movies
adb shell pm uninstall -k --user 0 com.google.android.youtube #Youtube
adb shell pm uninstall -k --user 0 com.mi.android.globalFileexplorer #Administrador de archivos
adb shell pm uninstall -k --user 0 com.miui.analytics #Analytics
adb shell pm uninstall -k --user 0 com.miui.bugreport #Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.calculator #Calculadora
adb shell pm uninstall -k --user 0 com.miui.compass #Mi Compass
adb shell pm uninstall -k --user 0 com.miui.msa.global #mas (main system advertising)
adb shell pm uninstall -k --user 0 com.miui.notes #Mi Notes
adb shell pm uninstall -k --user 0 com.miui.player #Mi Music
Click to expand...
Click to collapse
very helpful
GourabX said:
very helpful
Click to expand...
Click to collapse
I am grateful
is this working method for miui 10.3.6 ? i have rooted stock rom and when i remove some gapps and mi apps, my phone start only to fastboot ? i use system apps remover from play store.
lorvix said:
is this working method for miui 10.3.6 ? i have rooted stock rom and when i remove some gapps and mi apps, my phone start only to fastboot ? i use system apps remover from play store.
Click to expand...
Click to collapse
U must have ended up removing the essential system apps..and this guide doesn't use the system apps remover app from the Play Store..
How does this uninstall work....... I still see app apk in the /system folder?
Sent from my Redmi Note 7 Pro using Tapatalk
Reboot my phone
I tried this and worked fine but for some odd reason after this a portion of like 10gb got removed by my internal memory and i factory reset this and it didn't fix it. I followed this instructions but I got this bug any solutions? RN7 3/32
Instead of typing commands out and for those the commands do not work try https://github.com/Saki-EU/XiaomiADBFastbootTools.
Its easy to use and you won't get any problems after Uninstalling these apps as they are safe to remove.
I was wondering whether is it safe to remove Mi Store app(com.xiaomi.mipicks)?

Make your Mi Watch smoother by disabling preinstalled software

Hey there, this is a easy mod that is going to take 5 around 5 minutes:
Code:
adb shell pm uninstall -k --user 0 com.xiaomi.wear.hotwordle && adb shell pm uninstall -k --user 0 com.xiaomi.wear.fitness && adb shell pm uninstall -k --user 0 com.xiaomi.wear.watchface.function && adb shell pm uninstall -k --user 0 com.xiaomi.wear.watchface.art && adb shell pm uninstall -k --user 0 com.xiaomi.account && adb shell pm uninstall -k --user 0 com.xiaomi.wear.watchface.album && adb shell pm uninstall -k --user 0 com.xiaomi.wear.watchface.decomposite && adb shell pm uninstall -k --user 0 com.xiaomi.wear.watchface.classic && adb shell pm uninstall -k --user 0 com.xiaomi.wear.tutorial && adb shell pm uninstall -k --user 0 com.xiaomi.wear.deskclock && adb shell pm uninstall -k --user 0 com.xiaomi.wear.sportlogger && adb shell pm uninstall -k --user 0 com.xiaomi.wear.weather && adb shell pm uninstall -k --user 0 com.xiaomi.wear.charging && adb shell pm uninstall -k --user 0 com.xiaomi.mihome && adb shell pm uninstall -k --user 0 com.xiaomi.wear.anonymous.xiaoai && adb shell pm uninstall -k --user 0 com.xiaomi.wear.lpa && adb shell pm uninstall -k --user 0 com.xiaomi.wearable && adb shell pm uninstall -k --user 0 com.xiaomi.wear.market && adb shell pm uninstall -k --user 0 com.xiaomi.wear.setupprovider && adb shell pm uninstall -k --user 0 com.xiaomi.wear.xiaoai && adb shell pm uninstall -k --user 0 com.xiaomi.wear.card && adb shell pm uninstall -k --user 0 com.google.android.inputmethod.pinyin && adb shell pm uninstall -k --user 0 com.sogou.ime.wear
Originally posted by Aytac, improved by Ricky Cheung
Hi guys i am trying to run the command and it says : adb.exe: more than one device/emulator???
i just want to make the watch pure wear os and install my apps
TipzTeam said:
Hey there, this is a easy mod that is going to take 5 around 5 minutes:
Code:
adb shell pm uninstall -k --user 0 com.xiaomi.wear.hotwordle && adb shell pm uninstall -k --user 0 com.xiaomi.wear.fitness && adb shell pm uninstall -k --user 0 com.xiaomi.wear.watchface.function && adb shell pm uninstall -k --user 0 com.xiaomi.wear.watchface.art && adb shell pm uninstall -k --user 0 com.xiaomi.account && adb shell pm uninstall -k --user 0 com.xiaomi.wear.watchface.album && adb shell pm uninstall -k --user 0 com.xiaomi.wear.watchface.decomposite && adb shell pm uninstall -k --user 0 com.xiaomi.wear.watchface.classic && adb shell pm uninstall -k --user 0 com.xiaomi.wear.tutorial && adb shell pm uninstall -k --user 0 com.xiaomi.wear.deskclock && adb shell pm uninstall -k --user 0 com.xiaomi.wear.sportlogger && adb shell pm uninstall -k --user 0 com.xiaomi.wear.weather && adb shell pm uninstall -k --user 0 com.xiaomi.wear.charging && adb shell pm uninstall -k --user 0 com.xiaomi.mihome && adb shell pm uninstall -k --user 0 com.xiaomi.wear.anonymous.xiaoai && adb shell pm uninstall -k --user 0 com.xiaomi.wear.lpa && adb shell pm uninstall -k --user 0 com.xiaomi.wearable && adb shell pm uninstall -k --user 0 com.xiaomi.wear.market && adb shell pm uninstall -k --user 0 com.xiaomi.wear.setupprovider && adb shell pm uninstall -k --user 0 com.xiaomi.wear.xiaoai && adb shell pm uninstall -k --user 0 com.xiaomi.wear.card && adb shell pm uninstall -k --user 0 com.google.android.inputmethod.pinyin && adb shell pm uninstall -k --user 0 com.sogou.ime.wear
Originally posted by Aytac, improved by Ricky Cheung
Click to expand...
Click to collapse
Did this (didn't touch the Xiaomi or the clock one). I didn't uninstall and though. I disabled things. The watch acted funny right after. All my app icons have now moved over to the far right, and any texts or messages I get only shows 1 characteriz in the top left and maybe 1 symbol in the bottom right.
I immediately enabled everything that I had disabled from this script, rebooted but the watch remains in that state. Can't fix it. May have to do a full restore. Oh man!
This is what has happened to my display.
First pic is how notifications look now. Second pic shows how my apps have moved over to the right. They used to be on the left. I was hoping somebody has a suggestion of his to get my display centered again so I don't have to do a complete the reinstall of everything?
kojam said:
This is what has happened to my display.
First pic is how notifications look now. Second pic shows how my apps have moved over to the right. They used to be on the left. I was hoping somebody has a suggestion of his to get my display centered again so I don't have to do a complete the reinstall of everything?
Click to expand...
Click to collapse
You can undo it by using adb.
I did use adb to undo. That's what I wrote already. Lol. I changed it all the disable to "enable".
Found the problem tho. In Developer settings there is set for RTL, for left handed ppl or something like that...disabled that and back to normal.

Debloat tool for most current LG Phones

It's a very simple tool to debloat any LG phone, all you need is LG drivers in your pc and usb debugging enabled in your phone.
LG Drivers - http://tool.lime.gdms.lge.com/dn/downloader.dev?fileKey=UW00120120425
How to enable USB Debugging, you ask?
1. Enter Settings > System > About Phone
2. Click on Software info and press Build number 7 times, congrats you are a dev now!
3. Go back to System menu and you will find "Developer Options".
4. Enter it, and scroll down to USB Debugging, enable it and now you are ready to debloat.
I have made a debloat .bat file, Please read properly before running it.
WHATEVER GETS DEBLOATED CANNOT BE RESTORED WITHOUT A FACTORY RESET OR INSTALLED VIA ADB.
The tool will uninstall most of the primary Google, LG and Gameloft bloat, LG Keyboard and more apps which you might need. So remove them from the bat file if required as per your wishes.
To use the script, First Extract the zip and connect your phone with debugging enabled and double click the .bat file, it will prompt for permissions in the phone and you have to allow and tick remember the pc.
Next, you might have to re-run the bat file and it will debloat properly this time, as the first attempt was solely for permissions.
DEBLOAT CODE:
Code:
[SIZE="4"]adb shell pm uninstall --user 0 com.google.android.apps.docs #Google Drive
adb shell pm uninstall --user 0 com.google.android.apps.maps #Google Maps
adb shell pm uninstall --user 0 com.google.android.apps.photos #Google Photos
adb shell pm uninstall --user 0 com.google.android.apps.tachyon #Google Duo
adb shell pm uninstall --user 0 com.google.android.googlequicksearchbox#Google App
adb shell pm uninstall --user 0 com.google.android.music #Google Music
adb shell pm uninstall --user 0 com.google.android.videos #Play Movies
adb shell pm uninstall --user 0 com.google.android.apps.nbu.files #Files by google
adb shell pm uninstall --user 0 com.google.android.apps.magazines #Google News
adb shell pm uninstall --user 0 com.google.android.apps.docs.editors.sheets #Sheets
adb shell pm uninstall --user 0 com.google.android.apps.docs.editors.slides #Slides
adb shell pm uninstall --user 0 com.google.android.apps.docs.editors.docs #Docs
adb shell pm uninstall --user 0 com.google.android.youtube #Youtube
adb shell pm uninstall --user 0 com.gameloft.android.ANMP.GloftA9HM #****ty racing 9
adb shell pm uninstall --user 0 com.gameloft.android.ANMP.Gloft5DHM #****ty dungeons
adb shell pm uninstall --user 0 com.gameloft.android.ANMP.GloftM5HM #****ty wannabe COD
adb shell pm uninstall --user 0 com.gameloft.android.ANMP.GloftFWHM #****ty wanna sniper elite
adb shell pm uninstall --user 0 com.facebook.katana
adb shell pm uninstall --user 0 com.facebook.system
adb shell pm uninstall --user 0 com.facebook.appmanager
adb shell pm uninstall --user 0 com.instagram.android
adb shell pm uninstall --user 0 com.lge.smartsharepush #LG File Sharing
adb shell pm uninstall --user 0 com.lge.bnr #LG Mobile Switch
adb shell pm uninstall --user 0 com.lge.bnr.launcher #LG Mobile Switch
adb shell pm uninstall --user 0 com.lge.lifetracker #LG Health
adb shell pm uninstall --user 0 com.lge.qhelp #Help for dummies
adb shell pm uninstall --user 0 com.lge.qhelp.application
adb shell pm uninstall --user 0 com.lge.seamlesswallpaper.diolite #Seamless ****
adb shell pm uninstall --user 0 com.lge.seamlesswallpaper.emerald #Seamless ****
adb shell pm uninstall --user 0 com.lge.seamlesswallpaper.topaz #Seamless ****
adb shell pm uninstall --user 0 com.lge.booking
adb shell pm uninstall --user 0 com.naver.whale #Whale Browser
adb shell pm uninstall --user 0 com.lge.ime #Keyboard install gboard beforehand
adb shell pm uninstall --user 0 com.lge.ime.solution.handwriting
adb shell pm uninstall --user 0 com.lge.snappage
adb shell pm uninstall --user 0 com.arcsoft.app.humanavatar #Avatars for camera and stuff
adb shell pm uninstall --user 0 com.lge.ime.myavatar.default01
adb shell pm uninstall --user 0 com.lge.ime.myavatar.default02
adb shell pm uninstall --user 0 com.lge.ime.myavatar.default03
adb shell pm uninstall --user 0 com.lge.videostudio #Quick Video Editor
adb shell pm uninstall --user 0 com.lge.myplace.engine
adb shell pm uninstall --user 0 com.lgeha.nuts #LG ThinQ app
adb shell pm uninstall --user 0 com.lge.lms2 #LG ThinQ app[/SIZE]
Tweak the bat to your taste and happy Debloating!
Somethings to keep in mind-
I saved up 2 gigs by this debloat and am hoping to see significant boost in battery now
- You need to install google app back to use assistant
- Whale browser is useful for Dual Screen users
- Please install and enable your preferred keyboard before removing LG Keyboard
- removed useless Avatars and LG Map UI engine
- I removed Quick Video Editor.
- LG ThinQ App got the boot as well!
- Use Youtube ReVanced instead of Youtube
EDIT THE BAT IF U DONT WANT TO OR WANT TO REMOVE CERTAIN APPS
Thank you. I was searching for this. I will try this.
cyanogenmoded said:
It's a very simple tool to debloat any LG phone, all you need is LG drivers in your pc and usb debugging enabled in your phone.
LG Drivers - http://tool.lime.gdms.lge.com/dn/downloader.dev?fileKey=UW00120120425
How to enable USB Debugging, you ask?
1. Enter Settings > System > About Phone
2. Click on Software info and press Build number 7 times, congrats you are a dev now!
3. Go back to System menu and you will find "Developer Options".
4. Enter it, and scroll down to USB Debugging, enable it and now you are ready to debloat.
I have made two debloat .bat files, one is normal and other is extreme the difference being how much the debloat might affect your use case and you might fuc* up if u dont pay attention.
WHATEVER GETS DEBLOATED CANNOT BE RESTORED WITHOUT A FACTORY RESET OR INSTALLED VIA ADB.
The tool will uninstall most of the basic Google, LG and Gameloft bloat
To use the script, First Extract the zip and connect your phone with debugging enabled and double click the .bat file, it will prompt for permissions in the phone and u have to allow and tick remember the pc.
Next, you might have to re-run the bat file and it will debloat properly this time, as the first attempt was solely for permissions.
NORMAL:
Now what does extreme have more? I made two different bats for a reason because i am new to LG ui and wasn't sure about what might break for individual users, i have added stuff in it which might be of your use and needs to be glanced by YOU
Tweak the bat to your taste and happy Debloating!
This is what extreme has as the extras:
Somethings to keep in mind-
I saved up 2 gigs by this debloat and am hoping to see significant boost in battery now
- You need to install google app back to use assistant
- Whale browser is useful for Dual Screen users
- Please install and enable your preferred keyboard before removing LG Keyboard
- removed useless Avatars and LG Map UI engine
- I removed Quick Video Editor.
- LG ThinQ App got the boot as well!
- Use Youtube Vanced instead of Youtube
EDIT THE BAT IF U DONT WANT TO OR WANT TO REMOVE CERTAIN APPS
DOWNLOAD- Debloat.zip
Click to expand...
Click to collapse
It is showing, missing existing base package??
cyanogenmoded said:
It's a very simple tool to debloat any LG phone, all you need is LG drivers in your pc and usb debugging enabled in your phone.
EDIT THE BAT IF U DONT WANT TO OR WANT TO REMOVE CERTAIN APPS
DOWNLOAD- Debloat.zip
[/SIZE][/B]
Click to expand...
Click to collapse
Hi. thanks worked out for me. The bat files only remove few apps like facebook and insta automatically. Rest i removed manually by using adb commands from your list.
@cyanogenmoded Any idea why Google Feed disappeared when i swipe left? It is enabled from the home screen settings, but when i swipe nothing happens. I didnt remove anything google-ish besides Music, Duo, Slides, Sheets etc. But Google News and Google itself were not removed. Any idea what happened amd how i can restore this, because I use this very often.
android lover 2000 said:
It's a very simple tool to debloat any LG phone, all you need is LG drivers in your pc and usb debugging enabled in your phone.
LG Drivers - http://tool.lime.gdms.lge.com/dn/downloader.dev?fileKey=UW00120120425
How to enable USB Debugging, you ask?
1. Enter Settings > System > About Phone
2. Click on Software info and press Build number 7 times, congrats you are a dev now!
3. Go back to System menu and you will find "Developer Options".
4. Enter it, and scroll down to USB Debugging, enable it and now you are ready to debloat.
I have made two debloat .bat files, one is normal and other is extreme the difference being how much the debloat might affect your use case and you might fuc* up if u dont pay attention.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
WHATEVER GETS DEBLOATED CANNOT BE RESTORED WITHOUT A FACTORY RESET OR INSTALLED VIA ADB.
The tool will uninstall most of the basic Google, LG and Gameloft bloat
To use the script, First Extract the zip and connect your phone with debugging enabled and double click the .bat file, it will prompt for permissions in the phone and u have to allow and tick remember the pc.
Next, you might have to re-run the bat file and it will debloat properly this time, as the first attempt was solely for permissions.
NORMAL:
Code:
[SIZE="4"]adb shell pm uninstall --user 0 com.google.android.apps.docs# Google Drive
adb shell pm uninstall --user 0 com.google.android.apps.maps# Google Maps
adb shell pm uninstall --user 0 com.google.android.apps.photos#Google Photos
adb shell pm uninstall --user 0 com.google.android.apps.tachyon#Google Duo
adb shell pm uninstall --user 0 com.google.android.googlequicksearchbox#Google App
adb shell pm uninstall --user 0 com.google.android.music # Google Music
adb shell pm uninstall --user 0 com.google.android.videos # Play Movies
adb shell pm uninstall --user 0 com.google.android.apps.nbu.files #Files by google
adb shell pm uninstall --user 0 com.google.android.apps.magazines #Google News
adb shell pm uninstall --user 0 com.google.android.apps.docs.editors.sheets #Sheets
adb shell pm uninstall --user 0 com.google.android.apps.docs.editors.slides #Slides
adb shell pm uninstall --user 0 com.google.android.apps.docs.editors.docs #Docs
adb shell pm uninstall --user 0 com.google.android.youtube #Youtube
adb shell pm uninstall --user 0 com.lge.qmemoplus #QuickMemo+
adb shell pm uninstall --user 0 com.gameloft.android.ANMP.GloftA9HM #****ty racing 9
adb shell pm uninstall --user 0 com.gameloft.android.ANMP.Gloft5DHM #****ty dungeons
adb shell pm uninstall --user 0 com.gameloft.android.ANMP.GloftM5HM #****ty wannabe COD
adb shell pm uninstall --user 0 com.gameloft.android.ANMP.GloftFWHM #****ty wanna sniper elite
adb shell pm uninstall --user 0 com.facebook.katana
adb shell pm uninstall --user 0 com.facebook.system
adb shell pm uninstall --user 0 com.facebook.appmanager
adb shell pm uninstall --user 0 com.instagram.android
adb shell pm uninstall --user 0 com.lge.smartsharepush #LG File Sharing
adb shell pm uninstall --user 0 com.lge.bnr #LG Mobile Switch
adb shell pm uninstall --user 0 com.lge.bnr.launcher #LG Mobile Switch
adb shell pm uninstall --user 0 com.lge.lifetracker #LG Health
adb shell pm uninstall --user 0 com.lge.qhelp #Help for dummies
adb shell pm uninstall --user 0 com.lge.qhelp.application
adb shell pm uninstall --user 0 com.lge.seamlesswallpaper.diolite #Seamless ****
adb shell pm uninstall --user 0 com.lge.seamlesswallpaper.emerald #Seamless ****
adb shell pm uninstall --user 0 com.lge.seamlesswallpaper.topaz #Seamless ****
adb shell pm uninstall --user 0 com.lge.booking[/SIZE]
Now what does extreme have more? I made two different bats for a reason because i am new to LG ui and wasn't sure about what might break for individual users, i have added stuff in it which might be of your use and needs to be glanced by YOU
Tweak the bat to your taste and happy Debloating!
This is what extreme has as the extras:
Code:
[SIZE="4"]adb shell pm uninstall --user 0 com.naver.whale #Whale Browser
adb shell pm uninstall --user 0 com.lge.ime # Keyboard install gboard beforehand
adb shell pm uninstall --user 0 com.lge.ime.solution.handwriting
adb shell pm uninstall --user 0 com.lge.snappage
adb shell pm uninstall --user 0 com.arcsoft.app.humanavatar #Avatars for camera and stuff
adb shell pm uninstall --user 0 com.lge.ime.myavatar.default01
adb shell pm uninstall --user 0 com.lge.ime.myavatar.default02
adb shell pm uninstall --user 0 com.lge.ime.myavatar.default03
adb shell pm uninstall --user 0 com.lge.videostudio #Quick Video Editor
adb shell pm uninstall --user 0 com.lge.myplace.engine
adb shell pm uninstall --user 0 com.lgeha.nuts #LG ThinQ app
adb shell pm uninstall --user 0 com.lge.lms2 #LG ThinQ app[/SIZE]
Somethings to keep in mind-
I saved up 2 gigs by this debloat and am hoping to see significant boost in battery now
- You need to install google app back to use assistant
- Whale browser is useful for Dual Screen users
- Please install and enable your preferred keyboard before removing LG Keyboard
- removed useless Avatars and LG Map UI engine
- I removed Quick Video Editor.
- LG ThinQ App got the boot as well!
- Use Youtube Vanced instead of Youtube
EDIT THE BAT IF U DONT WANT TO OR WANT TO REMOVE CERTAIN APPS
DOWNLOAD- Debloat.zip
Click to expand...
Click to collapse
Download link is dead, please give us new link.
Thanks
android lover 2000 said:
It's a very simple tool to debloat any LG phone, all you need is LG drivers in your pc and usb debugging enabled in your phone.
LG Drivers - http://tool.lime.gdms.lge.com/dn/downloader.dev?fileKey=UW00120120425
How to enable USB Debugging, you ask?
1. Enter Settings > System > About Phone
2. Click on Software info and press Build number 7 times, congrats you are a dev now!
3. Go back to System menu and you will find "Developer Options".
4. Enter it, and scroll down to USB Debugging, enable it and now you are ready to debloat.
I have made two debloat .bat files, one is normal and other is extreme the difference being how much the debloat might affect your use case and you might fuc* up if u dont pay attention.
WHATEVER GETS DEBLOATED CANNOT BE RESTORED WITHOUT A FACTORY RESET OR INSTALLED VIA ADB.
The tool will uninstall most of the basic Google, LG and Gameloft bloat
To use the script, First Extract the zip and connect your phone with debugging enabled and double click the .bat file, it will prompt for permissions in the phone and u have to allow and tick remember the pc.
Next, you might have to re-run the bat file and it will debloat properly this time, as the first attempt was solely for permissions.
NORMAL:
Code:
[SIZE="4"]adb shell pm uninstall --user 0 com.google.android.apps.docs# Google Drive
adb shell pm uninstall --user 0 com.google.android.apps.maps# Google Maps
adb shell pm uninstall --user 0 com.google.android.apps.photos#Google Photos
adb shell pm uninstall --user 0 com.google.android.apps.tachyon#Google Duo
adb shell pm uninstall --user 0 com.google.android.googlequicksearchbox#Google App
adb shell pm uninstall --user 0 com.google.android.music # Google Music
adb shell pm uninstall --user 0 com.google.android.videos # Play Movies
adb shell pm uninstall --user 0 com.google.android.apps.nbu.files #Files by google
adb shell pm uninstall --user 0 com.google.android.apps.magazines #Google News
adb shell pm uninstall --user 0 com.google.android.apps.docs.editors.sheets #Sheets
adb shell pm uninstall --user 0 com.google.android.apps.docs.editors.slides #Slides
adb shell pm uninstall --user 0 com.google.android.apps.docs.editors.docs #Docs
adb shell pm uninstall --user 0 com.google.android.youtube #Youtube
adb shell pm uninstall --user 0 com.lge.qmemoplus #QuickMemo+
adb shell pm uninstall --user 0 com.gameloft.android.ANMP.GloftA9HM #****ty racing 9
adb shell pm uninstall --user 0 com.gameloft.android.ANMP.Gloft5DHM #****ty dungeons
adb shell pm uninstall --user 0 com.gameloft.android.ANMP.GloftM5HM #****ty wannabe COD
adb shell pm uninstall --user 0 com.gameloft.android.ANMP.GloftFWHM #****ty wanna sniper elite
adb shell pm uninstall --user 0 com.facebook.katana
adb shell pm uninstall --user 0 com.facebook.system
adb shell pm uninstall --user 0 com.facebook.appmanager
adb shell pm uninstall --user 0 com.instagram.android
adb shell pm uninstall --user 0 com.lge.smartsharepush #LG File Sharing
adb shell pm uninstall --user 0 com.lge.bnr #LG Mobile Switch
adb shell pm uninstall --user 0 com.lge.bnr.launcher #LG Mobile Switch
adb shell pm uninstall --user 0 com.lge.lifetracker #LG Health
adb shell pm uninstall --user 0 com.lge.qhelp #Help for dummies
adb shell pm uninstall --user 0 com.lge.qhelp.application
adb shell pm uninstall --user 0 com.lge.seamlesswallpaper.diolite #Seamless ****
adb shell pm uninstall --user 0 com.lge.seamlesswallpaper.emerald #Seamless ****
adb shell pm uninstall --user 0 com.lge.seamlesswallpaper.topaz #Seamless ****
adb shell pm uninstall --user 0 com.lge.booking[/SIZE]
Now what does extreme have more? I made two different bats for a reason because i am new to LG ui and wasn't sure about what might break for individual users, i have added stuff in it which might be of your use and needs to be glanced by YOU
Tweak the bat to your taste and happy Debloating!
This is what extreme has as the extras:
Code:
[SIZE="4"]adb shell pm uninstall --user 0 com.naver.whale #Whale Browser
adb shell pm uninstall --user 0 com.lge.ime # Keyboard install gboard beforehand
adb shell pm uninstall --user 0 com.lge.ime.solution.handwriting
adb shell pm uninstall --user 0 com.lge.snappage
adb shell pm uninstall --user 0 com.arcsoft.app.humanavatar #Avatars for camera and stuff
adb shell pm uninstall --user 0 com.lge.ime.myavatar.default01
adb shell pm uninstall --user 0 com.lge.ime.myavatar.default02
adb shell pm uninstall --user 0 com.lge.ime.myavatar.default03
adb shell pm uninstall --user 0 com.lge.videostudio #Quick Video Editor
adb shell pm uninstall --user 0 com.lge.myplace.engine
adb shell pm uninstall --user 0 com.lgeha.nuts #LG ThinQ app
adb shell pm uninstall --user 0 com.lge.lms2 #LG ThinQ app[/SIZE]
Somethings to keep in mind-
I saved up 2 gigs by this debloat and am hoping to see significant boost in battery now
- You need to install google app back to use assistant
- Whale browser is useful for Dual Screen users
- Please install and enable your preferred keyboard before removing LG Keyboard
- removed useless Avatars and LG Map UI engine
- I removed Quick Video Editor.
- LG ThinQ App got the boot as well!
- Use Youtube Vanced instead of Youtube
EDIT THE BAT IF U DONT WANT TO OR WANT TO REMOVE CERTAIN APPS
DOWNLOAD- Debloat.zip
Click to expand...
Click to collapse
all links are dead ! why upload to such a horrible site? instead of mega or directly xda ???
ohap said:
all links are dead ! why upload to such a horrible site? instead of mega or directly xda ???
Click to expand...
Click to collapse
Hi, can you provide the new download link. Thanks
royheinrich.delgado said:
Hi, can you provide the new download link. Thanks
Click to expand...
Click to collapse
Lol I wish I'm looking for them too
ohap said:
Lol I wish I'm looking for them too
Click to expand...
Click to collapse
damn lmao, its alright
royheinrich.delgado said:
damn lmao, its alright
Click to expand...
Click to collapse
updated
Some removed package broke Android Auto on my phone. Any suggestions - please help.

Debload Xperia 5 ii with adb shell

Hey guys,
Here is a simple tutorial for debloating your Xperia 5 ii.
enable usb debugging setting.
connect your phone to pc.
Go to your map where adb drivers are located.
On the map press and hold shift, and right mouse click to open powershell.
In powershell use this commands:
1). .\adb
2). .\adb Shell
3). pm list packages
Now you see all your installed apps.
Delete the apps you want with this command.
For example facebook
4). pm uninstall -k --user 0 com.facebook.katana
Done
This is the standard guide that TK from XDA has a video on. This will just disable (stop) the application. It will still be present meaning it will not be uninstalled.
The only way to uninstall a system app is to acquire root. I did that with Magisk and Debloated module.
vyp54 said:
This is the standard guide that TK from XDA has a video on. This will just disable (stop) the application. It will still be present meaning it will not be uninstalled.
The only way to uninstall a system app is to acquire root. I did that with Magisk and Debloated module.
Click to expand...
Click to collapse
I know its only visual delete the apps.
This is Just a simple guide for non rooted phones.
or use the magisk module "debloater" if you're rooted
Any Sony users interested in trying my new script to make their Android 10+ system read-write-able? I'm curious if it also works on Sony devices.
Then you can completely delete these annoying bloatware apps from your internal hard drive. Problem solved.
Always make a backup before you permanently delete a system app! You never know which one is going to cause a bootloop!
For the lazy
Code:
# Facebook
adb shell pm uninstall -k --user 0 com.facebook.mlite
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.katana
adb shell pm uninstall -k --user 0 com.facebook.system
adb shell pm uninstall -k --user 0 com.facebook.appmanager
# Linkedin
adb shell pm uninstall -k --user 0 com.linkedin.android
# Tidal
adb shell pm uninstall -k --user 0 com.android.tidal.campaigninstaller
# CoD
adb shell pm uninstall -k --user 0 com.activision.callofduty.shooter
# Netflix
adb shell pm uninstall -k --user 0 com.netflix.partner.activation
adb shell pm uninstall -k --user 0 com.netflix.mediaclient

(No Root Needed) Remove Bloatware from LG v60 Tmobile or ATT

So for those of you who want to remove the non-removable system and google apps from your v60 , there is a tried method that I used that I wanted to reshare to you guys.
1. Enable USB debugging on you phone in dev settings (click Build settings 5 times to activate dev mode)
2.Install adb and Open command prompt to adb
3.Type adb devices
(If you see something like C:\adb>adb devices
List of devices attached
LMfff344443 device
then you're good)
5.Type: "Adb shell"
6.Now type "pm list packages"
7.Select the app/package and type "pm uninstall -k --user 0 name of package”
8. If it says Success it means it's been uninstalled from your device.
Safe to Remove Apps - Will work on most Lg's regardless(Pick the ones you want to remove and keep, yourself)
pm uninstall -k --user 0 com.nextradioapp.nextradio
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.music
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.lge.theme.highcontrast
pm uninstall -k --user 0 com.lge.qmemoplus
pm uninstall -k --user 0 com.lge.qhelp
pm uninstall -k --user 0 com.lge.qhelp.application
pm uninstall -k --user 0 com.lge.bnr
pm uninstall -k --user 0 com.lge.bnr.launcher
pm uninstall -k --user 0 com.lge.gallery.vr.wallpaper
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.lge.email
pm uninstall -k --user 0 com.lge.exchange
pm uninstall -k --user 0 com.lge.music *Lg Music if you don'tneed it*
*Ignore these unless you got att version you want to remove att stuff from *
pm uninstall -k --user 0 com.att.mobilesecurity
pm uninstall -k --user 0 com.att.thanks
pm uninstall -k --user 0 com.att.callprotect
pm uninstall -k --user 0 com.att.myWireless
pm uninstall -k --user 0 com.att.tv
pm uninstall -k --user 0 com.att.android.attsmartwifi
pm uninstall -k --user 0 com.att.iqi
pm uninstall -k --user 0 com.att.dh
pm uninstall -k --user 0 com.synchronoss.dcs.att.r2g
pm uninstall -k --user 0 com.dti.att
*end att*
pm uninstall -k --user 0 com.lge.sync
pm uninstall -k --user 0 com.lge.pcsyncui
pm uninstall -k --user 0 com.lge.ia.task.s4urecommender
pm uninstall -k --user 0 com.lge.ia.task.informant
pm uninstall -k --user 0 com.lge.leccp
pm uninstall -k --user 0 com.google.android.apps.tachyon //google pay
pm uninstall -k --user 0 com.lge.fmradio
pm uninstall -k --user 0 com.lge.lgbroadcastradioservice
*Ignore these unless you got att version you want to remove tmobile stuff from *
pm uninstall -k --user 0 com.tmobile.pr.mytmobile
pm uninstall -k --user 0 com.tmobile.m1
pm uninstall -k --user 0 com.tmobile.pr.mytmobile
pm uninstall -k --user 0 com.tmobile.pr.adapt
pm uninstall -k --user 0 com.tmobile.rsuadapter.qualcomm
pm uninstall -k --user 0 com.tmobile.rsuapp
pm uninstall -k --user 0 com.tmobile.rsusrv
pm uninstall -k --user 0 com.lge.lifetracker
pm uninstall -k --user 0 com.lge.lgworld
pm uninstall -k --user 0 com.sprint.ms.cdm
pm uninstall -k --user 0 com.sprint.ms.smf.services
pm uninstall -k --user 0 com.sprint.ce.updater
pm uninstall -k --user 0 com.sprint.w.installer
lookout:
com.lookout
You can narrow a search for an app by using grep: pm list packages | grep -i radio
Make sure to thank me if this helped at all. Thanks!
Looks nice.
Cheers
pokepud3 said:
So for those of you who want to remove the non-removable system and google apps from your v60 , there is a tried method that I used that I wanted to reshare to you guys.
1. Enable USB debugging on you phone in dev settings (click Build settings 5 times to activate dev mode)
2.Install adb and Open command prompt to adb
3.Type adb devices
(If you see something like C:\adb>adb devices
List of devices attached
LMfff344443 device
then you're good)
5.Type: "Adb shell"
6.Now type "pm list packages"
7.Select the app/package and type "pm uninstall -k --user 0 name of package”
8. If it says Success it means it's been uninstalled from your device.
Safe to Remove Apps - Will work on most Lg's regardless(Pick the ones you want to remove and keep, yourself)
pm uninstall -k --user 0 com.nextradioapp.nextradio
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.music
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.lge.theme.highcontrast
pm uninstall -k --user 0 com.lge.qmemoplus
pm uninstall -k --user 0 com.lge.qhelp
pm uninstall -k --user 0 com.lge.qhelp.application
pm uninstall -k --user 0 com.lge.bnr
pm uninstall -k --user 0 com.lge.bnr.launcher
pm uninstall -k --user 0 com.lge.gallery.vr.wallpaper
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.lge.music
pm uninstall -k --user 0 com.lge.email
pm uninstall -k --user 0 com.lge.exchange
*Ignore these unless you got att version you want to remove att stuff from *
pm uninstall -k --user 0 com.att.mobilesecurity
pm uninstall -k --user 0 com.att.thanks
pm uninstall -k --user 0 com.att.callprotect
pm uninstall -k --user 0 com.att.myWireless
pm uninstall -k --user 0 com.att.tv
pm uninstall -k --user 0 com.att.android.attsmartwifi
pm uninstall -k --user 0 com.att.iqi
pm uninstall -k --user 0 com.att.dh
pm uninstall -k --user 0 com.synchronoss.dcs.att.r2g
pm uninstall -k --user 0 com.dti.att
*end att*
pm uninstall -k --user 0 com.lge.sync
pm uninstall -k --user 0 com.lge.pcsyncui
pm uninstall -k --user 0 com.lge.ia.task.s4urecommender
pm uninstall -k --user 0 com.lge.ia.task.informant
pm uninstall -k --user 0 com.lge.leccp
pm uninstall -k --user 0 com.google.android.apps.tachyon //google pay
pm uninstall -k --user 0 com.lge.fmradio
pm uninstall -k --user 0 com.lge.lgbroadcastradioservice
*Ignore these unless you got att version you want to remove tmobile stuff from *
pm uninstall -k --user 0 com.tmobile.pr.mytmobile
pm uninstall -k --user 0 com.tmobile.m1
pm uninstall -k --user 0 com.tmobile.pr.mytmobile
pm uninstall -k --user 0 com.tmobile.pr.adapt
pm uninstall -k --user 0 com.tmobile.rsuadapter.qualcomm
pm uninstall -k --user 0 com.tmobile.rsuapp
pm uninstall -k --user 0 com.tmobile.rsusrv
pm uninstall -k --user 0 com.lge.lifetracker
pm uninstall -k --user 0 com.lge.lgworld
pm uninstall -k --user 0 com.sprint.ms.cdm
pm uninstall -k --user 0 com.sprint.ms.smf.services
pm uninstall -k --user 0 com.sprint.ce.updater
pm uninstall -k --user 0 com.sprint.w.installer
lookout:
com.lookout
You can narrow a search for an app by using grep: pm list packages | grep -i radio
Make sure to thank me if this helped at all. Thanks!
Click to expand...
Click to collapse
Can I add some packages preinstalled on AT&T Version?:
Code:
pm uninstall -k --user 0 com.wb.goog.got.conquest
pm uninstall -k --user 0 com.cnn.mobile.android.phone
pm uninstall -k --user 0 com.greatbigstory.greatbigstory
pm uninstall -k --user 0 com.wb.goog.dcuniverse
pm uninstall -k --user 0 net.aetherpal.device
pm uninstall -k --user 0 com.booking
pm uninstall -k --user 0 com.cw.fullepisodes.android
pm uninstall -k --user 0 com.synchronoss.dcs.att.r2g
pokepud3 said:
So for those of you who want to remove the non-removable system and google apps from your v60 , there is a tried method that I used that I wanted to reshare to you guys.
1. Enable USB debugging on you phone in dev settings (click Build settings 5 times to activate dev mode)
2.Install adb and Open command prompt to adb
3.Type adb devices
(If you see something like C:\adb>adb devices
List of devices attached
LMfff344443 device
then you're good)
5.Type: "Adb shell"
6.Now type "pm list packages"
7.Select the app/package and type "pm uninstall -k --user 0 name of package”
8. If it says Success it means it's been uninstalled from your device.
Safe to Remove Apps - Will work on most Lg's regardless(Pick the ones you want to remove and keep, yourself)
pm uninstall -k --user 0 com.nextradioapp.nextradio
pm uninstall -k --user 0 com.google.android.apps.photos
pm uninstall -k --user 0 com.google.android.music
pm uninstall -k --user 0 com.google.android.videos
pm uninstall -k --user 0 com.lge.theme.highcontrast
pm uninstall -k --user 0 com.lge.qmemoplus
pm uninstall -k --user 0 com.lge.qhelp
pm uninstall -k --user 0 com.lge.qhelp.application
pm uninstall -k --user 0 com.lge.bnr
pm uninstall -k --user 0 com.lge.bnr.launcher
pm uninstall -k --user 0 com.lge.gallery.vr.wallpaper
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.katana
pm uninstall -k --user 0 com.lge.music
pm uninstall -k --user 0 com.lge.email
pm uninstall -k --user 0 com.lge.exchange
*Ignore these unless you got att version you want to remove att stuff from *
pm uninstall -k --user 0 com.att.mobilesecurity
pm uninstall -k --user 0 com.att.thanks
pm uninstall -k --user 0 com.att.callprotect
pm uninstall -k --user 0 com.att.myWireless
pm uninstall -k --user 0 com.att.tv
pm uninstall -k --user 0 com.att.android.attsmartwifi
pm uninstall -k --user 0 com.att.iqi
pm uninstall -k --user 0 com.att.dh
pm uninstall -k --user 0 com.synchronoss.dcs.att.r2g
pm uninstall -k --user 0 com.dti.att
*end att*
pm uninstall -k --user 0 com.lge.sync
pm uninstall -k --user 0 com.lge.pcsyncui
pm uninstall -k --user 0 com.lge.ia.task.s4urecommender
pm uninstall -k --user 0 com.lge.ia.task.informant
pm uninstall -k --user 0 com.lge.leccp
pm uninstall -k --user 0 com.google.android.apps.tachyon //google pay
pm uninstall -k --user 0 com.lge.fmradio
pm uninstall -k --user 0 com.lge.lgbroadcastradioservice
*Ignore these unless you got att version you want to remove tmobile stuff from *
pm uninstall -k --user 0 com.tmobile.pr.mytmobile
pm uninstall -k --user 0 com.tmobile.m1
pm uninstall -k --user 0 com.tmobile.pr.mytmobile
pm uninstall -k --user 0 com.tmobile.pr.adapt
pm uninstall -k --user 0 com.tmobile.rsuadapter.qualcomm
pm uninstall -k --user 0 com.tmobile.rsuapp
pm uninstall -k --user 0 com.tmobile.rsusrv
pm uninstall -k --user 0 com.lge.lifetracker
pm uninstall -k --user 0 com.lge.lgworld
pm uninstall -k --user 0 com.sprint.ms.cdm
pm uninstall -k --user 0 com.sprint.ms.smf.services
pm uninstall -k --user 0 com.sprint.ce.updater
pm uninstall -k --user 0 com.sprint.w.installer
lookout:
com.lookout
You can narrow a search for an app by using grep: pm list packages | grep -i radio
Make sure to thank me if this helped at all. Thanks!
Click to expand...
Click to collapse
I have a tested list as well ive been testing for over 2 weeks with V60 freezing up-bootlooping (solved with a factory reset-performance degrade (known as lag,stutter etc). I am trying to list anything here that isnt important as a daily driver or task.
My List:
--LG,google, and system apps
com.android.egg
com.google.android.apps.restore
com.google.android.setupwizard
com.lge.animal.resource
com.android.dreams.basic
com.lge.iftttmanager
com.google.android.apps.turbo
com.google.android.apps.work.oobconfig
com.google.android.apps.wellbeing
com.android.dynsystem
com.lge.diag.echolocate
com.lge.smartenabler
com.lge.exchange
com.facebook.system
com.facebook.appmanager
com.facebook.services
com.hy.system.fontserver
com.lge.gcuv
com.lge.gdec.client
com.google.android.onetimeinitializer
com.google.android.partnersetup
com.lge.lgaccount
com.lge.sync
com.lge.lifetracker
com.lge.bnr
com.lge.lgwallet
com.lge.lms2
com.arcsoft.lg_avatar_resource
com.lge.lgmapui
com.lge.ia.task.informant
com.lge.ia.task.smartcare
com.lge.eulaprovider
com.android.wallpaper.livepicker
com.google.android.feedback
com.amazon.appmanager
com.lge.matics
com.arcsoft.app.humanavatar
com.lge.myplace
com.lge.myplace.engine
com.lge.ime.myavatar.default01
com.lge.ime.myavatar.default02
com.lge.ime.myavatar.default03
com.lge.abba
com.lge.pickme
com.lge.camera.sticker.res
com.lge.qhelp.application
com.lge.qhelp
com.lge.seamlesswallpaper.reactive.darkspace
com.android.LGSetupWizard
com.lge.LGSetupView
com.lge.ellievision
com.lge.phonemanagement
com.lge.smartdoctor.webview
com.lge.ia.task.smartsetting
com.lge.lgworld
com.lge.snappage
com.lge.android.atservice
com.lge.seamlesswallpaper.circular.reactive.space
com.lge.eula
com.android.printspooler
com.google.android.printservice.recommendation
com.android.statementservice
com.google.android.googlequicksearch
com.google.android.syncadapters.contacts
com.google.android.apps.walletnfcrel
com.android.companiondevicemanager
com.google.android.configupdater
com.lge.datarestore.calendar
com.android.bips
com.google.android.apps.tachyon
com.google.android.tag
com.lge.sizechangable.weather
com.lge.sizechangable.weather.platform
com.sizechangable.weather.theme.optimus
com.android.providers.userdictionary
com.google.android.youtube
com.google.android.tts
com.android.chrome
com.android.bookmarkprovider
com.lge.sui.widget
com.android.providers.partnerbookmarks
com.lge.arcamera
com.google.ar.core
com.lge.icecontacts
com.lge.vrplayer
--LG game launcher/setting- if you dont use dual screen functionality for 1 screen touch control(such asjoystick etc) and the other screen for game then you can uninstall except do not uninstall but only disable game pad as it may cause system bootloops.
com.lge.gamelauncher
com.lge.gametuner
com.lge.gamepad
--If you dont need themes in your wallpaper section to select or use then you can uninstall these:
com.lge.themeinstaller
com.lge.themeservice
com.lge.theme.white
com.lge.launcher2.theme.optimus
--Can remove system update to prevent forced ota's but might as well also remove the LG app installer as it wont work if update center is gone anyways. Can always manually check software updates through-settings-lock screen & security- updates/security updates even though you removed the update center.
com.lge.appbox.client
com.lge.appbox.installer
com.lge.android.atservice
com.lge.updatecenter
com.lge.lgfota.permission
You can just remove anything that is carrier realated app as it should be just fine.
--"Dual Screen" and "Content Lock"--do not uninstall or disable anything that is to go with dual screen and content lock functionality as your phones performance will be crippled with apps and games lagging or stuttering nonstop until re-enabled/reinstall. also "WAP Service" is for the clock display in that screen in front of the dual screen, so its dual screen related and may impact performance. Also the LG System server, System rescources, PAI etc where the "L" section is are also related to the dual screen functionality.
--AOD(always on display)-- do not uninstall anything with always on display as you will make your setting crash when tapping/accessing the "display tab" until you re-install AOD. Is safe to disable though.
There are a little bit more LG systemtask you can uninstall but for the time being I just left them there as it may be used for functionality etc.
Is there a way to automate all that typing? I have an AT&T V60, if that matters.
Astrogoth said:
Is there a way to automate all that typing? I have an AT&T V60, if that matters.
Click to expand...
Click to collapse
save to *.cmd file and modify or remove what you do not need, than just start file
Bash:
@echo off
echo.
echo Removing ATT Bloatware....
echo.
echo Removing ATT Mobile Security
adb shell pm uninstall com.att.mobilesecurity
adb shell pm uninstall --user 0 com.att.mobilesecurity
echo Disable ATT Mobile Security
adb shell pm disable-user com.att.mobilesecurity
echo.
echo.
echo Removing ATT Security Services
adb shell pm uninstall com.att.csoiam.mobilekey
adb shell pm uninstall --user 0 com.att.csoiam.mobilekey
echo Disable ATT Security Services
adb shell pm disable-user com.att.csoiam.mobilekey
echo.
echo.
echo Removing Call Protect
adb shell pm uninstall com.att.callprotect
adb shell pm uninstall --user 0 com.att.callprotect
echo Disable Call Protect
adb shell pm disable-user com.att.callprotect
echo.
echo.
echo Removing myATT
adb shell pm uninstall com.att.myWireless
adb shell pm uninstall --user 0 com.att.myWireless
echo Disable myATT
adb shell pm disable-user com.att.myWireless
echo.
echo.
echo Removing ATT TV
adb shell pm uninstall com.att.tv
adb shell pm uninstall --user 0 com.att.tv
echo Disable ATT TV
adb shell pm disable-user com.att.tv
echo.
echo.
echo Removing ATT Smart Wi-Fi
adb shell pm uninstall com.att.android.attsmartwifi
adb shell pm uninstall --user 0 com.att.android.attsmartwifi
echo Disable ATT Smart Wi-Fi
adb shell pm disable-user com.att.android.attsmartwifi
echo.
echo.
echo Removing ATT Setup Transfer app
adb shell pm uninstall --user 0 com.synchronoss.dcs.att.r2g
echo Disable ATT Setup Transfer app
adb shell pm disable-user com.synchronoss.dcs.att.r2g
echo.
echo.
echo Removing Mobile Network Diagnostic
adb shell pm uninstall --user 0 com.att.iqi
echo Disable Mobile Network Diagnostic
adb shell pm disable-user com.att.iqi
echo.
echo.
echo Removing Device Help
adb shell pm uninstall com.att.dh
adb shell pm uninstall --user 0 com.att.dh
echo Disable Device Help
adb shell pm disable-user com.att.dh
echo.
echo.
echo Removing ATT Personal Cloud
adb shell pm uninstall com.att.personalcloud
adb shell pm uninstall --user 0 com.att.personalcloud
echo Disable ATT Personal Cloud
adb shell pm disable-user com.att.personalcloud
echo.
echo.
echo Removing Mobile Service Manager
adb shell pm uninstall com.dti.att
adb shell pm uninstall --user 0 com.dti.att
echo Disable Mobile Service Manager
adb shell pm disable-user com.dti.att
echo.
echo.
echo Removing CNN
adb shell pm uninstall com.cnn.mobile.android.phone
adb shell pm uninstall --user 0 com.cnn.mobile.android.phone
echo Disable CNN
adb shell pm disable-user com.cnn.mobile.android.phone
echo.
echo.
echo Removing Game of Thrones: Conquest
adb shell pm uninstall com.wb.goog.got.conquest
adb shell pm uninstall --user 0 com.wb.goog.got.conquest
echo Disable Game of Thrones: Conquest
adb shell pm disable-user com.wb.goog.got.conquest
echo.
echo.
echo Removing The CW
adb shell pm uninstall com.cw.fullepisodes.android
adb shell pm uninstall --user 0 com.cw.fullepisodes.android
echo Disable The CW
adb shell pm disable-user com.cw.fullepisodes.android
echo.
echo.
echo Removing DC Universe
adb shell pm uninstall com.wb.goog.dcuniverse
adb shell pm uninstall --user 0 com.wb.goog.dcuniverse
echo Disable DC Universe
adb shell pm disable-user com.wb.goog.dcuniverse
echo.
echo.
echo Removing ATT Remote Support
adb shell pm uninstall net.aetherpal.device
adb shell pm uninstall --user 0 net.aetherpal.device
echo Disable ATT Remote Support
adb shell pm disable-user net.aetherpal.device
echo.
echo.
echo Removing Booking.com
adb shell pm uninstall com.booking
adb shell pm uninstall --user 0 com.booking
echo Disable Booking.com
adb shell pm disable-user com.booking
echo.
echo.
echo Removing ATT Thanks
adb shell pm uninstall com.att.thanks
adb shell pm uninstall --user 0 com.att.thanks
echo Removing Metric Service
adb shell pm uninstall --user 0 com.lge.diag.att
echo.
echo ==========================
echo Removing aps from "Google"
echo ==========================
timeout 3
echo.
echo Removing Googe Duo
adb shell pm uninstall com.google.android.apps.tachyon
adb shell pm uninstall --user 0 com.google.android.apps.tachyon
echo.
echo.
echo Removing Gboard
adb shell pm uninstall --user 0 com.google.android.inputmethod.latin
echo Disable Google Gboard
.adb shell pm disable-user com.google.android.inputmethod.latin
echo.
echo.
echo Removing Google TV
adb shell pm uninstall --user 0 com.google.android.videos
echo.
echo.
echo Removing Google Music
adb shell pm uninstall com.google.android.music
adb shell pm uninstall --user 0 com.google.android.music
echo.
echo.
echo Removing Google Youtube
adb shell pm uninstall com.google.android.youtube
adb shell pm uninstall --user 0 com.google.android.youtube
echo.
echo.
echo Removing Google Chrome
adb shell pm uninstall com.android.chrome
adb shell pm uninstall --user 0 com.android.chrome
echo.
echo.
echo Removing Gmail
adb shell pm uninstall com.google.android.gm
adb shell pm uninstall --user 0 com.google.android.gm
adb shell pm uninstall --user 0 com.android.email.partnerprovider
echo.
echo.
echo Removing Device Health Services
adb shell pm uninstall --user 0 com.google.android.apps.turbo
echo.
echo.
echo Removing Bookmark Provider
adb shell pm uninstall --user 0 com.android.bookmarkprovider
adb shell pm uninstall --user 0 com.android.providers.partnerbookmarks
echo.
echo.
echo Removing Market feedback provider
adb shell pm uninstall --user 0 com.google.android.feedback
echo.
echo.
echo Removing Google Pay
adb shell pm uninstall -user 0 com.android.companiondevicemanager
adb shell pm uninstall --user 0 com.google.android.apps.walletnfcrel
echo.
echo.
echo Disabling Android Accesiblity Suite
adb shell pm disable-user com.google.android.marvin.talkback
echo.
echo Disabling Android Auto
adb shell pm disable-user com.google.android.projection.gearhead
echo.
echo.
echo =======================
echo Removing aps from "LG"
echo =======================
timeout 2
echo.
echo Removing Visual Voicemail
adb shell pm uninstall com.lge.vvm
adb shell pm uninstall --user 0 com.lge.vvm
echo Disable Visual Voicemail
adb shell pm disable-user com.lge.vvm
echo.
echo.
echo Removing LG Pay
adb shell pm uninstall com.lge.lgwallet
adb shell pm uninstall --user 0 com.lge.lgwallet
echo Disable LG Pay
adb shell pm disable-user com.lge.lgwallet
echo.
echo.
echo Removing LG Health
adb shell pm uninstall com.lge.lifetracker
adb shell pm uninstall --user 0 com.lge.lifetracker
echo Disable LG Health
adb shell pm disable-user com.lge.lifetracker
echo.
echo.
echo Removing LG World
adb shell pm uninstall com.lge.lgworld
adb shell pm uninstall --user 0 com.lge.lgworld
echo Disable LG World
adb shell pm disable-user com.lge.lgworld
echo.
echo.
echo Disable Messages Backup Sync
adb shell pm uninstall --user 0 com.lge.acms
echo.
echo.
echo Disable Dual Screen Tool
adb shell pm uninstall --user 0 com.lge.covertools
echo.
echo.
echo Uninstall Dual Screen Home
adb shell pm uninstall --user 0 com.lge.secondlauncher
echo.
echo.
echo Disable DualScreenFimware
adb shell pm uninstall --user 0 com.lge.dualscreenfirmware
adb shell pm uninstall --user 0 com.lge.covertools
echo.
echo.
echo removing com.lge.dsmanager
adb shell pm uninstall --user 0 com.lge.dsmanager
echo.
echo.
echo Uninstall LGAccaunt
adb shell pm uninstall --user 0 com.lge.lgaccount
echo.
echo.
echo Uninstall Enabler Customizer
adb shell pm uninstall --user 0 com.lge.smartenabler
echo.
echo.
echo Uninstall SmartDoctorWebView
adb shell pm uninstall --user 0 com.lge.smartdoctor.webview
echo.
echo.
echo Disable Smart cleaning
adb shell pm uninstall --user 0 com.lge.phonemanagement
echo.
echo.
echo Uninstall Smart settings
adb shell pm uninstall --user 0 com.lge.smartdoctor.webview
echo.
echo.
echo Removing LIA SmartDoctor
adb shell pm uninstall --user 0 com.lge.ia.task.smartcare
echo.
echo.
echo Removing LIA Informant
adb shell pm uninstall --user 0 com.lge.ia.task.informant
echo.
echo.
echo Removing License Provider
adb shell pm uninstall --user 0 com.lge.eulaprovider
echo.
echo.
echo Removing Software Update
adb shell pm uninstall --user 0
echo.
echo.
echo Removing LGSetupWizard, package make problem with screenshoot
echo adb shell pm uninstall --user 0 com.android.LGSetupWizard
echo.
echo.
echo Removing LGSetupView
adb shell pm uninstall --user 0 com.lge.LGSetupView
echo.
echo.
echo Removing LDB
adb shell pm uninstall --user 0 com.lge.mlt
echo.
echo.
echo Removing WAP Service
adb shell pm uninstall --user 0 com.lge.wapservice
echo.
echo.
echo Removing WI-FI Calling
adb shell pm uninstall --user 0 com.lge.wfcconnectivity
adb shell pm uninstall --user 0 com.lge.wfcprovider
adb shell pm uninstall --user 0 com.lge.wfcsettings
adb shell pm uninstall --user 0 com.lge.wfcservice
echo.
echo.
echo Removing Video Call
adb shell pm uninstall --user 0 com.lge.imsvt
echo.
echo.
echo Removing Carrier loaction Permissions
adb shell pm uninstall -k --user 0 com.lge.nfwlocationattribution
echo.
echo Removing Personalization service
adb shell pm uninstall --user 0 com.lge.abba
echo.
echo ==============================
echo Removing /Disabling individual aps
echo ==============================
timeout 2
echo.
echo Removing facebook.appmanager
adb shell pm uninstall --user 0 com.facebook.appmanager
echo.
echo.
echo Removing Facebook Installer
adb shell pm uninstall --user 0 com.facebook.system
echo.
echo.
echo Removing Qualcomm services
adb shell pm uninstall --user 0 com.qualcomm.qti.qms.service.connectionsecurity
adb shell pm uninstall --user 0 com.qualcomm.uimremoteclient
echo.
echo.
echo Removing Font Server
adb shell pm uninstall --user 0 com.hy.system.fontserver
echo.
echo Removing Mobile device information provider
adb shell pm uninstall --user 0 com.amazon.appmanager
echo.
echo Disabling Google one time init
adb shell pm uninstall --user 0 com.google.android.onetimeinitializer
pause
Thank you for the list. Got a V60 and this allowed me to quickly remove the junk that was per-installed.
Have noticed that the phone is not detected when using the magnetic charge adapter. I have to connect the cable directly. but then all is happy
Hello, i have uninstalled the unwanted bloatware using this method and it worked nice. But what if I want to restore all uninstalled apps? Will factory reset, restore all uninstalled apps itself ?
batm0bile said:
Hello, i have uninstalled the unwanted bloatware using this method and it worked nice. But what if I want to restore all uninstalled apps? Will factory reset, restore all uninstalled apps itself ?
Click to expand...
Click to collapse
ofcourse, because no root and you dont have system read/write, so about command just "disable app for user".
Would you please elaborate more about the command and how to us it ?
dangtoi1993 said:
ofcourse, because no root and you dont have system read/write, so about command just "disable app for user".
Click to expand...
Click to collapse
batm0bile said:
Would you please elaborate more about the command and how to us it ?
Click to expand...
Click to collapse
let follow #1 guide, its ok to use "uninstall" command.
The app alway stay "hide, frezze, disabled" in your system.
Whenever you factory reset, it show back.
Do you know if this will allow me to downgrade the LG Music app back to an Android 10 version? After upgrading to A11 and then A12, there were some qol changes to it that really grate on my nerves. When I found an older version of the app, I couldn't sideload without getting an error message. Will removing the Music app allow me to sideload an older version. Or, will the older version not work on Android 12? I really don't want to have to flash back to A10 for this one issue. But, I use the app a LOT and haven't found a better alternative. Thanks in advance!
I tried this and absolutely love it but the elongated screenshot feature is not working now and it says it requires QMemo+ app. I'm not able to install it from packages online and it's not on the play store so can you kindly guide on how to install a specific app back as i can not factory reset.
Sultu Dhadel said:
I tried this and absolutely love it but the elongated screenshot feature is not working now and it says it requires QMemo+ app. I'm not able to install it from packages online and it's not on the play store so can you kindly guide on how to install a specific app back as i can not factory reset.
Click to expand...
Click to collapse
try (pm install-existing <name of the package>), if you use uninstall command
or : pm enable <name of the package> , if you use disable command
if it fail, must factory reset.
btw, when debloat, just disable package, dont use uninstall command.
Forget about typing all these commands under ADB. Just get this software and cruise through uninstallation!

Categories

Resources