Update Notification in Settings Menu - OnePlus 7T Pro (Regular & McLaren) Q & A

At the top of my settings menu, there is a box that states "system update is available"
Is there a way to hide this window? i had to roll back to android 10 due to issues with 11.
My phone is not rooted

Using adb:
Code:
adb shell pm disable-user --user 0 com.oneplus.opbackup

Hw4ng3r said:
Using adb:
Code:
adb shell pm disable-user --user 0 com.oneplus.opbackup
Click to expand...
Click to collapse
THANK YOU!!!!!!!!!!!

Related

How to remove Whats's New

Hey guys i tried to block the Whats New app as described in the Z3 Compact forum hoping it would work on the XX:
ikon8 said:
You can use ADB on unrooted devices to remove the "What's New" option from the NavRing and to remove the Small Apps Widget launcher from Recent Apps.
I will assume you know how to install and use ADB.
To remove the "What's New" option from the NavRing:
Code:
adb shell
pm block com.sonymobile.advancedwidget.entrance
exit
adb reboot
Make sure to reboot before proceeding if you're removing both items.
To remove the Small Apps Widget Launcher from the Recents screen:
Code:
adb shell
pm block com.sony.smallapp.launcher
pm block com.sony.smallapp.app.widget
exit
adb reboot
To revert changes substitute "unblock" for "block" in the command.
Click to expand...
Click to collapse
However it says the block command is not known.
I tried to use
Code:
pm hide com.sonymobile.advancedwidget.entrance
instead but it responses with:
Code:
Error: java.lang.SecurityException: Neither user 2000 nor current process has android.permission.MANAGE_USERS.
Altough i granted ADB shell access in SuperSu.
Does anybody know howto block or remove the What's new app?
pm uninstall -k --user 0 "package_name"
zokkii said:
pm uninstall -k --user 0 "package_name"
Click to expand...
Click to collapse
Thanks!
Code:
pm uninstall -k --user 0 com.sonymobile.entrance
did it for me :good:

[Debloat Script][Updated-Aug-2019] for Asus Zenfone Max Pro M1

**These Thread is Updated Now**
Debloating Script for Asus Zenfone Max Pro m1 (And for other Devices as well)
Hello Guys.. i know this is kind a childish , but for a very beginner, it can be very helpful.
It is a simple .bat script for windows users,,(For linux I'll be update it soon)(Sorry for Linux version I'm Noob right now, but if someone can help me, I'll do it !!)
*The Debloat Script has now 3 Version*
1)Basic - Older version
2)Moderate - Most Unneccesary app removed, but some basic are still kept.
3)Aggressive - Almost Every Non-System reliable app is removed.
Which Version do what is in the description below__
Description:-
This Script can remove following unnecessary apps that comes inbuilt with Asus Zenfone Max Pro M1 ---
Basic Version ↓
1)Facebook
2)Instagram
3)Facebook Messenger
4)Go2pay
5)Google Play Movies
Moderate Version ↓
Contains All Apps from BASIC Version +
1)Google Drive
2)Google Maps
3)Google Photos
4)Google Duo
5)Google Calender
6)Google Music
7)Android System Webview
8)Asus Service Centre
9)Google Keep
10)YouTube
11)Basic Live Wallpaper
12)Shopee
13)PhotoTable Wallpaper
14)TalkBack
Aggressive Version ↓
Contains All Apps From BASIC & MODERATE Version +
1)Google Messaging
2)BaBe - Baca Berita
3)Asus Calculator
4)myIM3 (added with update 331)
5)Google Text-To-Speech
6)SIM Tool Kit
7)Carrier Services
8)FM Radio (2 packages)
9)Sound Recorder
Steps to Follow :--
1)Download the Debloat Zip from HERE.
2)Extract the Downloaded Zip.
3)Enable USB Debugging on your Device and Connect it to PC.
4)Run or Double Click, the "Run it to remove bloats.bat" File.
5)That's it.[Reboot(optional) if Applications Still Showing in launcher]
Downloads:-
OLD-->Debloat Script for Asus Zenfone Max Pro M1
NEW UPDATED-->*UPDATED*NewDebloat Script for Asus Zenfone Max Pro M1(Contains All Version in One File)
This Script can also be used on other devices as well.
Alternatively you can use the following code one-by-one Via ADB
Code:
{FOR BASIC ↓}
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
adb shell pm uninstall -k --user 0 com.generalmobi.go2pay
adb shell pm uninstall -k --user 0 com.google.android.videos
adb shell pm uninstall -k --user 0 com.instagram.android
adb shell pm uninstall -k --user 0 com.facebook.orca
{FOR MODERATE ↓}
adb shell pm uninstall -k --user 0 com.google.android.apps.docs
adb shell pm uninstall -k --user 0 com.google.android.apps.maps
adb shell pm uninstall -k --user 0 com.google.android.apps.photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
adb shell pm uninstall -k --user 0 com.google.android.calendar
adb shell pm uninstall -k --user 0 com.google.android.music
adb shell pm uninstall -k --user 0 com.google.android.webview
adb shell pm uninstall -k --user 0 com.asus.ia.asusapp
adb shell pm uninstall -k --user 0 com.google.android.keep
adb shell pm uninstall -k --user 0 com.google.android.youtube
adb shell pm uninstall -k --user 0 com.android.dreams.basic
adb shell pm uninstall -k --user 0 com.shopee.id
adb shell pm uninstall -k --user 0 com.android.dreams.phototable
adb shell pm uninstall -k --user 0 com.google.android.marvin.talkback
{FOR AGGRESSIVE ↓}
adb shell pm uninstall -k --user 0 com.google.android.ims
adb shell pm uninstall -k --user 0 com.google.android.apps.messaging
adb shell pm uninstall -k --user 0 com.asus.soundrecorder
adb shell pm uninstall -k --user 0 com.caf.fmradio
adb shell pm uninstall -k --user 0 com.huaqin.FM
adb shell pm uninstall -k --user 0 com.android.stk
adb shell pm uninstall -k --user 0 com.google.android.tts
adb shell pm uninstall -k --user 0 id.co.babe
adb shell pm uninstall -k --user 0 com.pure.indosat.care
If you have any problem or Suggestion, Please Reply to this thread.
I updated the Script with A huge credit to AVinaSh_S for his thread HERE
AND TO GUYS WHO MIGHT BE CONFUSED WITH MY THREAD, ITS A DIFFERENT THREAD AND NOT A COPY OF OTHER THREAD,
THE MAIN THING IS IT'S A "DEBLOAT SCRIPT" SO YOU DON'T HAVE TO TYPE CODES YOURSELF.
You can also suggest any other apps, If you want.
Don't Forget to Thank Me if you find this helpful.
My Telegram ID --- @itspdp
There is already a thread for this ..
https://forum.xda-developers.com/as...de-delete-redundant-stock-apps-using-t3808204
AVinaSh_S said:
There is already a thread for this ..
https://forum.xda-developers.com/as...de-delete-redundant-stock-apps-using-t3808204
Click to expand...
Click to collapse
Boi thats for people with root this for people with no root
AVinaSh_S said:
There is already a thread for this ..
https://forum.xda-developers.com/as...de-delete-redundant-stock-apps-using-t3808204
Click to expand...
Click to collapse
That's for TWRP users.. I have read that..
But this thread is for non rooted users without Any custom recovery.
AVinaSh_S said:
There is already a thread for this ..
https://forum.xda-developers.com/as...de-delete-redundant-stock-apps-using-t3808204
Click to expand...
Click to collapse
Update guide.
Can you add some more blotware in your nxt built?? Thanks for your non rooted/ unlock bootloader ver.
There is already a thread for this
https://forum.xda-developers.com/as.../guide-remove-stock-apps-root-access-t3794729
if install these apps from play store,will they installed separately or they'll enabled again?
dipendra.info said:
Can you add some more blotware in your nxt built?? Thanks for your non rooted/ unlock bootloader ver.
Click to expand...
Click to collapse
The Thread is now updated for more apps. Its Late but yes..
mrudul39 said:
if install these apps from play store,will they installed separately or they'll enabled again?
Click to expand...
Click to collapse
They'll get enabled again for the current "USER". That's how this method works.
BTW the Thread is Updated just now.
GliderZ said:
There is already a thread for this
https://forum.xda-developers.com/as.../guide-remove-stock-apps-root-access-t3794729
Click to expand...
Click to collapse
Check & Read the thread again bro, I know Idea is very similar, And I used that thread to Update it.
But it a "Debloat Script" that means you don't have to type commands yourself.
Thank you, BTW the thread is just Updated.
i accidentally deleted file explorer. olz give me its script to reinstall it without reset
shukat said:
i accidentally deleted file explorer. olz give me its script to reinstall it without reset
Click to expand...
Click to collapse
I think that can't be done, you can do it via root privileges or twrp .
If I find something I'll share it.

[Root Not Needed] Automated Debloat Script

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/

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

Categories

Resources