Question Impossible to disable/uninstall (ADB) some package after coloros 13 update - OPPO Reno 6 5G

Hi...
I made the very bad mistake of updating my Oppo Reno 6 5G to ColorOS 13...
There is no possibility to downgrade and moreover some packages can no longer be uninstalled or disabled via ADB.
For example, if I wanted to uninstall/disable com.oplus.ota to avoid further updates, the ADB commands that worked until yesterday would no longer work...
Es:
shell pm uninstall --user 0 com.oplus.ota
Failure [DELETE_FAILED_INTERNAL_ERROR]
shell pm disable-user --user 0 com.oplus.ota
Package com.oplus.ota new state: default
shell pm disable com.oplus.ota
[Error]:failed to disable com.oplus.ota
Anyone has a solution? Thanks....

Related

Disable Android Automatic Updates

Is there a way to disable automatic updates and notifications to update on my NVIDIA Shield?
Unlock bootloader. It's easy.
Another way is to disable notification for that app/service. Just dig into settings/apps...
There isnt a adb cmd to disable the updater?
I got this from samsung unlock bootloader telegram chat room and worked on my samsung device, would it work on nvidia shield tv pro?
Code:
Disable android updates adb
adb shell pm disable-user --user 0 com.sec.android.soagent
adb shell pm disable-user --user 0 com.wssyncmldm
adb shell pm disable-user --user 0 com.samsung.sdm
adb shell pm disable-user --user 0 com.samsung.sdm.sdmviewer
adb shell pm disable-user --user 0 com.ws.dm

Remove sprint activation on boot

I thought I should share how I got rid of sprint activation on boot up as I am using an unlocked V50 in Europe. The original instruction was from LG G8 forum. https://forum.xda-developers.com/lg-g8/how-to/remove-sprint-apps-rid-sprint-t4043537
I basically ran these commands in adb. Hope it helps someone.
# Remove activation on boot. Thanks, antintin for clarifying this part in post #2.
adb shell pm uninstall -k --user 0 com.lge.lgdmsclientspr
# Remove other sprint apps
adb shell pm uninstall -k --user 0 com.lookout
adb shell pm uninstall -k --user 0 com.coremobility.app.vnotes
adb shell pm uninstall -k --user 0 com.sprint.w.installer
adb shell pm uninstall -k --user 0 com.sprint.ms.cdm
adb shell pm uninstall -k --user 0 com.sprint.zone
adb shell pm uninstall -k --user 0 com.sprint.ecid
adb shell pm uninstall -k --user 0 com.sprint.extension
adb shell pm uninstall -k --user 0 com.sprint.care
adb shell pm uninstall -k --user 0 com.sprint.ce.updater
adb shell pm uninstall -k --user 0 com.lge.sprintnativewfc.smf
adb shell pm uninstall -k --user 0 com.sprint.ms.smf.services
adb shell pm uninstall -k --user 0 com.lge.sprintserver
lallolu said:
I thought I should share how I got rid of sprint activation on boot up as I am using an unlocked V50 in Europe. The original instruction was from LG G8 forum. https://forum.xda-developers.com/lg-g8/how-to/remove-sprint-apps-rid-sprint-t4043537
I basically ran these commands in adb. Hope it helps someone.
adb shell pm uninstall -k --user 0 com.lookout
adb shell pm uninstall -k --user 0 com.coremobility.app.vnotes
adb shell pm uninstall -k --user 0 com.sprint.w.installer
adb shell pm uninstall -k --user 0 com.sprint.ms.cdm
adb shell pm uninstall -k --user 0 com.sprint.zone
adb shell pm uninstall -k --user 0 com.sprint.ecid
adb shell pm uninstall -k --user 0 com.sprint.extension
adb shell pm uninstall -k --user 0 com.sprint.care
adb shell pm uninstall -k --user 0 com.sprint.ce.updater
adb shell pm uninstall -k --user 0 com.lge.sprintnativewfc.smf
adb shell pm uninstall -k --user 0 com.sprint.ms.smf.services
adb shell pm uninstall -k --user 0 com.lge.sprintserver
adb shell pm uninstall -k --user 0 com.lge.lgdmsclientspr
Click to expand...
Click to collapse
Only the last one is needed to remove activation, but of course it's good to do the others as well
antintin said:
Only the last one is needed to remove activation, but of course it's good to do the others as well
Click to expand...
Click to collapse
Thanks, I guessed as much. I also wanted to remove all sprint apps since I don't use them.
I will edit the post to reflect what you said.
do the commands above have to be done with adb or can they also be done with a terminal app from play store?
if it can be done from a terminal app what would be the command to uninstall?
what if we want to reinstall after we uninstall?
does a factory data reset put those apk's back to the installed state?
en11gma said:
do the commands above have to be done with adb or can they also be done with a terminal app from play store?
if it can be done from a terminal app what would be the command to uninstall?
what if we want to reinstall after we uninstall?
does a factory data reset put those apk's back to the installed state?
Click to expand...
Click to collapse
It can only be done with adb on a computer. Yes, a reset will restore all original apps.
lallolu said:
I thought I should share how I got rid of sprint activation on boot up as I am using an unlocked V50 in Europe. ...
Click to expand...
Click to collapse
Can you elaborate a bit more please, planning to buy LM-V450PM from ebay and to use it in EU, is it working well for you, LTE, data... from what I see only drawback will be lack of dual SIM support?
banesi said:
Can you elaborate a bit more please, planning to buy LM-V450PM from ebay and to use it in EU, is it working well for you, LTE, data... from what I see only drawback will be lack of dual SIM support?
Click to expand...
Click to collapse
It works perfectly for me in Sweden. I don't care about 5G so I never bothered to test it. If you care about installing TWRP and rooting, you would probably be better off, buying the Korean version. I would have bought it if I had seen it before buying the Sprint version since I may want to install custom ROM(at least GSI) in the future. Right now, I am very satisfied with my Sprint version though.
V500n
https://www.ebay.co.uk/itm/LG-V50-L...936385?hash=item2894c9ab41:g:mXMAAOSw6~dey~ng
my lg v50 is the sprint version that i did install the latest samsung unlocked G965U1UES8ETI1_G965U1OYM8ETI1_TMK.zip firmware.
i also did the factory data reset and also did the wipe data and cache partitions from the stock recovery of the firmware mentioned above.
i currently have tmobile service and when ever i power off phone and boot up i still get that dang activation notice for about 60 seconds or so.
why is it doing this if i am on the samsung stock unlocked firmware?
do i have sprint bloat somewhere on my phone still after i flashed the stock samsung unlocked firmware?
that dont make no sense.
btw i have not ran any adb commands above after i have flashed this firmware.
Bloatware is autoinstalling from oem\OP partition after every hard reset.
But wait, you have installed Samsung FW on LG phone?? How on Earth you did that?
They definitely did not lmfao
adb shell pm uninstall -k --user 0 com.lge.lgdmsclientspr
Worked like a charm! Thank you so much
lallolu said:
I thought I should share how I got rid of sprint activation on boot up as I am using an unlocked V50 in Europe. The original instruction was from LG G8 forum. https://forum.xda-developers.com/lg-g8/how-to/remove-sprint-apps-rid-sprint-t4043537
I basically ran these commands in adb. Hope it helps someone.
# Remove activation on boot. Thanks antintin for clarifying this part in post #2.
adb shell pm uninstall -k --user 0 com.lge.lgdmsclientspr
# Remove other sprint apps
adb shell pm uninstall -k --user 0 com.lookout
adb shell pm uninstall -k --user 0 com.coremobility.app.vnotes
adb shell pm uninstall -k --user 0 com.sprint.w.installer
adb shell pm uninstall -k --user 0 com.sprint.ms.cdm
adb shell pm uninstall -k --user 0 com.sprint.zone
adb shell pm uninstall -k --user 0 com.sprint.ecid
adb shell pm uninstall -k --user 0 com.sprint.extension
adb shell pm uninstall -k --user 0 com.sprint.care
adb shell pm uninstall -k --user 0 com.sprint.ce.updater
adb shell pm uninstall -k --user 0 com.lge.sprintnativewfc.smf
adb shell pm uninstall -k --user 0 com.sprint.ms.smf.services
adb shell pm uninstall -k --user 0 com.lge.sprintserver
Click to expand...
Click to collapse
Thanks! My sprint v50 now feels like a stock phone
Hello Everybody...Regarding the branding from US carriers of the phone.
I would like to mention my experience.
I purchased a Sprint branded phone,unlocked to GSM,brand new,,,to be used in Mexico.
The phone came complete with all accessories and manual in the sprint branded gray box.
Using ADB instructions provided above,(thanks a Lot to
lallolu)​i removed the activation message from Sprint as well the other bloatware.
The only thing left was the annoying Sprint logo and music at boot .
I was not confident to root the phone ,TRWP,etc.so i decided to reset the phone , one time
I proceed to enter Recovery , USING THE KEYS, not Android software .
Took me a few attempts, to finally reach the menu ,once there I reset,TWICE, without restarting the phone..and VOILA!!!...at restart I was presented with the RED logo of LG and the introductory melody from Life is Good...
It has been like that after several restarts, i turn off my phone at night.
The wallpapers from Sprint still there , but i changed to the ones of my liking
You ,guys, could try, your mileage may vary....
Regarding the intro Sprint logo and music,i can confirm that happened to me as well after the first factory reset i did to my V50,due to some lagging after a few months of use,which has been caused from the amount of apps i had installed,and i would like to make a new beginning.
Right after the reset,my device reboot with the well known LG logo and sound.
For all the other bloat stuff,i didn't use ADB,but i just disabled them with the Package disabler pro app.
I know they are still there,but at least i hope they are not consume my device's energy just like they used to do before disabling them.
lallolu said:
I thought I should share how I got rid of sprint activation on boot up as I am using an unlocked V50 in Europe. The original instruction was from LG G8 forum. https://forum.xda-developers.com/lg-g8/how-to/remove-sprint-apps-rid-sprint-t4043537
I basically ran these commands in adb. Hope it helps someone.
# Remove activation on boot. Thanks, antintin for clarifying this part in post #2.
adb shell pm uninstall -k --user 0 com.lge.lgdmsclientspr
# Remove other sprint apps
adb shell pm uninstall -k --user 0 com.lookout
adb shell pm uninstall -k --user 0 com.coremobility.app.vnotes
adb shell pm uninstall -k --user 0 com.sprint.w.installer
adb shell pm uninstall -k --user 0 com.sprint.ms.cdm
adb shell pm uninstall -k --user 0 com.sprint.zone
adb shell pm uninstall -k --user 0 com.sprint.ecid
adb shell pm uninstall -k --user 0 com.sprint.extension
adb shell pm uninstall -k --user 0 com.sprint.care
adb shell pm uninstall -k --user 0 com.sprint.ce.updater
adb shell pm uninstall -k --user 0 com.lge.sprintnativewfc.smf
adb shell pm uninstall -k --user 0 com.sprint.ms.smf.services
adb shell pm uninstall -k --user 0 com.lge.sprintserver
Click to expand...
Click to collapse
Thank you! And to the original poster. Now, Life is Good is true!
Thanks OP.
Removed the files from Sprint-unlocked LG V40 and LG G8X.

Question Realme GT "Master Explorer Edition" ( RMX3366 ) Not Master Edition

Is there anyway to download Realme GT master explorer edition firmware ( RMX3366 ) ?
My phone was brick ( black screen ) but still connect to my pc.
Please give me info how to fix it.
Thank You.
NewbieHere1 said:
Is there anyway to download Realme GT master explorer edition firmware ( RMX3366 ) ?
My phone was brick ( black screen ) but still connect to my pc.
Please give me info how to fix it.
Thank You.
Click to expand...
Click to collapse
found solutions?
A13
Smrurbo said:
A13
Click to expand...
Click to collapse
What is the rar password ?
devilmaycry2020 said:
What is the rar password ?
Click to expand...
Click to collapse
No password
Hello . I disabled Breeno Assistant and install Google Assistant then set it as the default assistant And i can use Google Assistant normal but after several seconds it set back to None. Please see the pic below
{
"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"
}
why i cant see preferred network type in SIM setting.
Spoiler
devilmaycry2020 said:
why i cant see preferred network type in SIM setting.
Spoiler
View attachment 5455511
Click to expand...
Click to collapse
This phone is full of issues I'm honestly starting to regret buying it.
Smrurbo said:
A13
Click to expand...
Click to collapse
Version A.14
Could you have a download from this https://support.halabtech.com/index.php?a=downloads&b=file&id=551497
devilmaycry2020 said:
why i cant see preferred network type in SIM setting.
Spoiler
View attachment 5455511
Click to expand...
Click to collapse
I have the same problem. I don't mind because it recognizes its networks automatically, but I'm annoyed that I can't turn on VoLTE and VoWiFi. I hope they fix it with UI 3.0.
Hello, any GT Master Explorer suddenly loses their signal? Been using it for two months then cannot detect signal one day. Can detect simcard though. Have tried all possible troubleshooting, including hard resetting the phone. I also have an IMEI, if you think that is the problem. Any insights? Thank you.
Try another SIM card. The problem may be in the SIM card. Did you try to put the SIM card in the other slot?
How do I fix this??
devilmaycry2020 said:
Hello . I disabled Breeno Assistant and install Google Assistant then set it as the default assistant And i can use Google Assistant normal but after several seconds it set back to None. Please see the pic belowView attachment 5449187
Click to expand...
Click to collapse
Hi, could you share how you disabled Breno Assistant?
toniantonio said:
Hi, could you share how you disabled Breno Assistant?
Click to expand...
Click to collapse
Use adb control to disable it.
devilmaycry2020 said:
Use adb control to disable it.
Click to expand...
Click to collapse
I have been able to delete breno assistant, but I keep getting the error 'This feature is currently unavailable on this device'. Did you take one more step after deleting Breno Assistant so that 'OK Google' will start working?
I uninstalled many applications with adb, looking at these other explanations:
[GUIDE][EU/IN ROM] REALME UI Debloat List
I got this phone a few days ago, am positively surprised with it. As soon as I got it I installed the REALME UI update from the official website and spent the next hour trying to find out what apps should be removed for maximum privacy and...
forum.xda-developers.com
How to Uninstall and Disable System Apps on Realme Devices
If you want to debloat Realme UI, here's a list of Realme bloatware or safe to remove system apps so that you can uninstall apps using ADB.
technastic.com
realme Community
Welcome to realme Community, your virtual playground to learn the latest tech news, win exclusive prizes, or simply chat about realme!
c.realme.com
[Guide][CN Version]Removal of China related Apps [RealMe X2pro] Making it clean
Disclaimer : * I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...). * Your warranty will be void if you tamper with any part of your device /...
forum.xda-developers.com
I made a compilation of all those that I saw in other models looking for the name of the end (for example in a post it says com.google.android.apps.wellbeing, but on my mobile I uninstalled com.realme.wellbeing):
- If anyone is going to follow this, they should know that I have only followed steps from other sites and made a compilation, but I have no idea which are most of the apps that I have deleted. Do it at your own risk.
- I dont use -k option because it keep data of the apps in cache and I dont need it.
- (I can't delete it, Failure [DELETE_FAILED_INTERNAL_ERROR]): I suppose the rom need that app,
I don't try to delete it with root, because I dont want root my phone.
- I dont know if any of the deleted apps will give a problem when we go to Android 12.
- I just did it and for now the phone is working fine, but I haven't been testing it for a day yet.
Code:
adb shell pm uninstall --user 0 com.heytap.quicksearchbox
adb shell pm uninstall --user 0 com.coloros.assistantscreen
adb shell pm uninstall --user 0 com.coloros.smartdrive
adb shell pm uninstall --user 0 com.coloros.directui
adb shell pm uninstall --user 0 com.coloros.ocrscanner
adb shell pm uninstall --user 0 com.coloros.oppomultiapp
adb shell pm uninstall --user 0 com.coloros.activation
adb shell pm uninstall --user 0 com.coloros.athena
adb shell pm uninstall --user 0 com.coloros.backuprestore
adb shell pm uninstall --user 0 com.coloros.bootreg
adb shell pm uninstall --user 0 com.coloros.childrenspace
adb shell pm uninstall --user 0 com.coloros.findmyphone
adb shell pm uninstall --user 0 com.coloros.filemanager
adb shell pm uninstall --user 0 com.coloros.encryption
adb shell pm uninstall --user 0 com.coloros.floatassistant
adb shell pm uninstall --user 0 com.coloros.gamespace
adb shell pm uninstall --user 0 com.coloros.healthcheck
adb shell pm uninstall --user 0 com.coloros.ocrservice
adb shell pm uninstall --user 0 com.coloros.phonemanager
adb shell pm uninstall --user 0 com.coloros.phonenoareainquire
adb shell pm uninstall --user 0 com.coloros.sceneservice
adb shell pm uninstall --user 0 com.coloros.securepay
# adb shell pm uninstall --user 0 com.coloros.securitykeyboard (I dindn't delete it because it would be good to have)
adb shell pm uninstall --user 0 com.coloros.translate.engine
adb shell pm uninstall --user 0 com.coloros.wifibackuprestore
adb shell pm uninstall --user 0 com.coloros.oshare
adb shell pm uninstall --user 0 com.coloros.sauhelper (I can't delete it, Failure [DELETE_FAILED_INTERNAL_ERROR])
adb shell pm uninstall --user 0 com.coloros.screenrecorder
adb shell pm uninstall --user 0 com.coloros.focusmode
adb shell pm uninstall --user 0 com.coloros.calendar (I use google calendar)
adb shell pm uninstall --user 0 com.coloros.operationManual
adb shell pm uninstall --user 0 com.coloros.logkit
adb shell pm uninstall --user 0 com.heytap.speechassist
adb shell pm uninstall --user 0 com.heytap.browser (I installed chrome before do it)
adb shell pm uninstall --user 0 com.heytap.market (I can't delete it, Failure [DELETE_FAILED_INTERNAL_ERROR])
adb shell pm uninstall --user 0 com.heytap.themestore (I can't delete it, Failure [DELETE_FAILED_INTERNAL_ERROR])
adb shell pm uninstall --user 0 com.heytap.themestore (I can't delete it, Failure [DELETE_FAILED_INTERNAL_ERROR])
adb shell pm uninstall --user 0 com.heytap.usercenter
adb shell pm uninstall --user 0 com.heytap.pictorial
adb shell pm uninstall --user 0 com.heytap.cloud
adb shell pm uninstall --user 0 com.heytap.openid
adb shell pm uninstall --user 0 com.heytap.datamigration
adb shell pm uninstall --user 0 com.heytap.mcs
adb shell pm uninstall --user 0 com.heytap.music
adb shell pm uninstall --user 0 com.heytap.market (I can't delete it, Failure [DELETE_FAILED_INTERNAL_ERROR])
adb shell pm uninstall --user 0 com.nearme.atlas
adb shell pm uninstall --user 0 com.nearme.instant.platform
adb shell pm uninstall --user 0 com.nearme.statistics.rom
adb shell pm uninstall --user 0 com.oplus.aod
adb shell pm uninstall --user 0 com.oplus.atlas
adb shell pm uninstall --user 0 com.oplus.ovoicemanager
adb shell pm uninstall --user 0 com.oppo.bttestmode
adb shell pm uninstall --user 0 com.oppo.engineermode
adb shell pm uninstall --user 0 com.oppo.engineermode.network
adb shell pm uninstall --user 0 com.oppo.ovoicemanager
adb shell pm uninstall --user 0 com.oppo.qualityprotect
adb shell pm uninstall --user 0 com.oppo.sos
adb shell pm uninstall --user 0 com.oppo.lfeh
adb shell pm uninstall --user 0 com.realme.wellbeing (com.google.android.apps.wellbeing)
adb shell pm uninstall --user 0 com.realme.findphone.client2
adb shell pm uninstall --user 0 com.qualcomm.qti.modemtestmode
adb shell pm uninstall --user 0 com.qualcomm.qti.remoteSimlockAuth
adb shell pm uninstall --user 0 com.qualcomm.uimremoteclient
adb shell pm uninstall --user 0 com.qualcomm.uimremoteserver
# adb shell pm uninstall --user 0 com.google.android.webview (I reinstalled it because some apps were closing)
adb shell pm uninstall --user 0 com.google.android.onetimeinitializer
adb shell pm uninstall --user 0 com.google.android.partnersetup
adb shell pm uninstall --user 0 com.google.android.printservice.recommendation
adb shell pm uninstall --user 0 com.google.android.tag
adb shell pm uninstall --user 0 com.google.ar.core
adb shell pm uninstall --user 0 com.google.android.marvin.talkback
adb shell pm uninstall --user 0 com.google.android.cellbroadcastservice
adb shell pm uninstall --user 0 com.android.cellbroadcastreceiver
adb shell pm uninstall --user 0 com.android.mms.service
adb shell pm uninstall --user 0 com.android.printspooler
adb shell pm uninstall --user 0 com.android.cellbroadcastreceiver.overlay.common
adb shell pm uninstall --user 0 com.android.managedprovisioning
adb shell pm uninstall --user 0 com.android.sharedstoragebackup
adb shell pm uninstall --user 0 com.android.statementservice
adb shell pm uninstall --user 0 com.android.stk
adb shell pm uninstall --user 0 com.android.wallpaperbackup
adb shell pm uninstall --user 0 com.android.backupconfirm
adb shell pm uninstall --user 0 com.android.bluetoothmidiservice
adb shell pm uninstall --user 0 com.android.calllogbackup
adb shell pm uninstall --user 0 com.tencent.soter.soterserver
adb shell pm uninstall --user 0 com.ted.number
adb shell pm uninstall --user 0 com.mobiletools.systemhelper
adb shell pm uninstall --user 0 com.finshell.wallet
adb shell pm uninstall --user 0 com.sohu.inputmethod.sogouoem (Make sure you have installed other keyboard)
Smrurbo said:
No password
Click to expand...
Click to collapse
Did you root RealmeUI3 Android12?
huntersun said:
Did you root RealmeUI3 Android12?
Click to expand...
Click to collapse
Firmware - GT_MEE_UI3.0_C.04. Unlocked Bootloader.
1. In fastboot mode
fastboot flash boot boot_GT_MEE_UI3.0_C.04_magisk_patched-23017.img
fastboot -–disable-verity -–disable-verification flash vbmeta vbmeta_GT_MEE_UI3.0_C.04.img
fastboot reboot
2. Instal magisk app (canary build).
boot_GT_MEE_UI3.0_C.04_magisk_patched-23017.img
diogen78 said:
Firmware - GT_MEE_UI3.0_C.04
1. Unlock Bootloader
2. In fastboot mode
fastboot flash boot boot_GT_MEE_UI3.0_C.04_magisk_patched-23017.img
fastboot -–disable-verity -–disable-verification flash vbmeta vbmeta_GT_MEE_UI3.0_C.04.img
fastboot reboot
3. Instal magisk app (canary build).
boot_GT_MEE_UI3.0_C.04_magisk_patched-23017.img
Click to expand...
Click to collapse
How can you Unlock Bootloader on 3.0?
diogen78 said:
Firmware - GT_MEE_UI3.0_C.04
1. Unlock Bootloader
2. In fastboot mode
fastboot flash boot boot_GT_MEE_UI3.0_C.04_magisk_patched-23017.img
fastboot -–disable-verity -–disable-verification flash vbmeta vbmeta_GT_MEE_UI3.0_C.04.img
fastboot reboot
3. Instal magisk app (canary build).
boot_GT_MEE_UI3.0_C.04_magisk_patched-23017.img
Click to expand...
Click to collapse
Can you guide how to unlock bootloader. I cant download from China host.

how to remove bloatware without root access

In this post i will tell you about how you can uninstall and diasble apps using adb, without root access,
i will be using my brand new poco m3, to show how this works, but it can also, be applied to any other android (phone or skin).
So, lets begin the prerequisites, means what you need to do before hand to be able to use adb successfully,
Download adb and fastboot, on to your machine, if windows use this one :- click here
for linux (debian/ubuntu) :- use command sudo apt-get install android-tools-adb android-tools-fastboot
then goto settings and about phone and if you are using MIUI click on miui version till you are a developer appears
and for all other phones click build number till you are a developer appears.
goto developer option and enable usb debugging
after it, on your terminal or cmd, type adb devices, after typing adb devices your phone should prompt you to verify your pc click accept or ok what ever appears in your phone.
after it, here is command to uninstall app using adb,
adb shell pm uninstall -k --user 0 <package name>
and command to disable is,
adb shell pm disable-user <package name>
updating this post with garbage/ bloatware apps in miui 12 poco m3 soon......
update 1 :- oct 23 21:25
here is command to fully uninstall all bloat apps but keep there data in case we need it latter ( you can also delete data by removing -k from command)
adb shell pm uninstall -k --user 0 com.mi.android.globalminusscreen
adb shell pm uninstall -k --user 0 com.xiaomi.calendar (xiaomi calander)
adb shell pm uninstall -k --user 0 com.facebook.services (facebook == junk)
adb shell pm uninstall -k --user 0 com.miui.bugreport ( well i don't need bug repot app)
adb shell pm uninstall -k --user 0 com.mi.android.globalFileexplorer (xiaomi file explorer)
adb shell pm uninstall -k --user 0 com.miui.gallery (xiaomi gallary)
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks ( uninstall it now thank me later)
adb shell pm uninstall -k --user 0 com.miui.audiomonitor (??? music player)
adb shell pm uninstall -k --user 0 com.mipay.wallet.in ( chiness app i can't trust)
adb shell pm uninstall -k --user 0 com.miui.player ( music player)
adb shell pm uninstall -k --user 0 com.miui.notes (i don't prefer it but you can try)
adb shell pm uninstall -k --user 0 com.mi.android.globallauncher (poco launcher, like it?)
adb shell pm uninstall -k --user 0 com.miui.miservice (mi service app i don't need)
adb shell pm uninstall -k --user 0 com.xiaomi.midrop ( share me ??)
adb shell pm uninstall -k --user 0 com.android.soundrecorder (it record and save it on cloud(china) may be ???)
adb shell pm uninstall -k --user 0 com.miui.weather2 ( i prefere google for this so i just uninstalled it)
adb shell pm uninstall -k --user 0 com.android.stk (sim took kit )

How To Guide [ADB][No Root] Debloating our phone [guide] [tutorial]

Hi fellows,
I have an European Realme GT Master Edition 6/128GB device.
It comes with RealmeUI 2.0 on Android 11... and a couple of unneeded / unwanted apps.
I have found this guide illuminating.
It was built for another device, so I have been inspired by that and adapted it for our devices.
Here is the list of what I have done:
(use it at your risk, etc, etc, etc...)
Code:
# Netflix Apps
adb shell pm uninstall -k --user 0 com.netflix.partner.activation
adb shell pm uninstall -k --user 0 com.netflix.mediaclient
# Facebook Apps
adb shell pm uninstall -k --user 0 com.facebook.appmanager
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.system
# Heytap
adb shell pm uninstall -k --user 0 com.heytap.mcs
adb shell pm uninstall -k --user 0 com.heytap.cast
adb shell pm uninstall -k --user 0 com.heytap.music
adb shell pm uninstall -k --user 0 com.heytap.openid
adb shell pm uninstall -k --user 0 com.heytap.datamigration
# Tencent
adb shell pm uninstall -k --user 0 com.tencent.soter.soterserver
# ColorOS & Oppo Apps
adb shell pm uninstall -k --user 0 com.coloros.video
adb shell pm uninstall -k --user 0 com.coloros.weather.service
adb shell pm uninstall -k --user 0 com.coloros.weather2
adb shell pm uninstall -k --user 0 com.oppo.quicksearchbox
adb shell pm uninstall -k --user 0 com.coloros.calculator
adb shell pm uninstall -k --user 0 com.coloros.gamespaceui
adb shell pm uninstall -k --user 0 com.coloros.backuprestore
adb shell pm uninstall -k --user 0 com.coloros.compass2
adb shell pm uninstall -k --user 0 com.coloros.filemanager
adb shell pm uninstall -k --user 0 com.coloros.soundrecorder
adb shell pm uninstall -k --user 0 com.coloros.phonemanager
# AOSP & Google Apps
adb shell pm uninstall -k --user 0 com.android.chrome
adb shell pm uninstall -k --user 0 com.android.stk
adb shell pm uninstall -k --user 0 com.google.android.feedback
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall -k --user 0 com.google.android.youtube
adb shell pm uninstall -k --user 0 com.google.android.apps.googleassistant
adb shell pm uninstall -k --user 0 com.google.android.apps.walletnfcrel
NB: I have removed *gallery* app because it is needed to quickly access photo/video shoot directly from camera App
I'd like to grow up this thread with your contributions, so please let me know issues, suggestions, etc...
EDIT (19th March 2022): removed `com.coloros.oshare` from the list since it is required for sharing feature in their gallery app;
EDIT (13th April 2022): the command `adb shell pm list packages` returns a list of all installed packages;
But I have read that removing the default crap would create issues when installing ota updates?
xeltos said:
But I have read that removing the default crap would create issues when installing ota updates?
Click to expand...
Click to collapse
Good point.
I haven't tested this aspect, since I haven't had any OTA.
Anyway, I have to do three (+1) observations:
this is a safe list, there are no critical item (that is, no OS parts/components or on which OS relies on, they are mostly simple apps)
with major upgrade OTA, probably it will bring updated apps, which in turn will be over-written (if presents) or just installed (if don't, our case)
this method does not (quoting the second point of the cited guide) "[...]physically remove the apps from your system partition."; this means you can easily restore removed apps anytime i.e. just before executing an OTA update
(BONUS) I have done the same work with my previous phone (MIUI-based) and following OTAs have not caused me any issue
mattia.b89 said:
Good point.
I haven't tested this aspect, since I haven't had any OTA.
Anyway, I have to do three (+1) observations:
this is a safe list, there are no critical item (that is, no OS parts/components or on which OS relies on, they are mostly simple apps)
with major upgrade OTA, probably it will bring updated apps, which in turn will be over-written (if presents) or just installed (if don't, our case)
this method does not (quoting the second point of the cited guide) "[...]physically remove the apps from your system partition."; this means you can easily restore removed apps anytime i.e. just before executing an OTA update
(BONUS) I have done the same work with my previous phone (MIUI-based) and following OTAs have not caused me any issue
Click to expand...
Click to collapse
if that is true then itll be great.
Great Idea, I would also like to delete the phone clone app. Could you tell me the name of the inerent applications to delete via ADB please?
Thanks
mattia.b89 said:
Hi fellows,
I have an European Realme GT Master Edition 6/128GB device.
It comes with RealmeUI 2.0 on Android 11... and a couple of unneeded / unwanted apps.
I have found this guide illuminating.
It was built for another device, so I have been inspired by that and adapted it for our devices.
Here is the list of what I have done:
(use it at your risk, etc, etc, etc...)
Code:
# Netflix Apps
adb shell pm uninstall -k --user 0 com.netflix.partner.activation
adb shell pm uninstall -k --user 0 com.netflix.mediaclient
# Facebook Apps
adb shell pm uninstall -k --user 0 com.facebook.appmanager
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.system
# Heytap
adb shell pm uninstall -k --user 0 com.heytap.mcs
adb shell pm uninstall -k --user 0 com.heytap.cast
adb shell pm uninstall -k --user 0 com.heytap.music
adb shell pm uninstall -k --user 0 com.heytap.openid
adb shell pm uninstall -k --user 0 com.heytap.datamigration
# Tencent
adb shell pm uninstall -k --user 0 com.tencent.soter.soterserver
# ColorOS & Oppo Apps
adb shell pm uninstall -k --user 0 com.coloros.video
adb shell pm uninstall -k --user 0 com.coloros.weather.service
adb shell pm uninstall -k --user 0 com.coloros.weather2
adb shell pm uninstall -k --user 0 com.oppo.quicksearchbox
adb shell pm uninstall -k --user 0 com.coloros.calculator
adb shell pm uninstall -k --user 0 com.coloros.gamespaceui
adb shell pm uninstall -k --user 0 com.coloros.backuprestore
adb shell pm uninstall -k --user 0 com.coloros.compass2
adb shell pm uninstall -k --user 0 com.coloros.filemanager
adb shell pm uninstall -k --user 0 com.coloros.oshare
adb shell pm uninstall -k --user 0 com.coloros.soundrecorder
adb shell pm uninstall -k --user 0 com.coloros.phonemanager
# AOSP & Google Apps
adb shell pm uninstall -k --user 0 com.android.chrome
adb shell pm uninstall -k --user 0 com.android.stk
adb shell pm uninstall -k --user 0 com.google.android.feedback
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
adb shell pm uninstall -k --user 0 com.google.android.youtube
adb shell pm uninstall -k --user 0 com.google.android.apps.googleassistant
adb shell pm uninstall -k --user 0 com.google.android.apps.walletnfcrel
NB: I have removed *gallery* app because it is needed to quickly access photo/video shoot directly from camera App
I'd like to grow up this thread with your contributions, so please let me know issues, suggestions, etc...
Click to expand...
Click to collapse
thats a good idea but it would be easier with adb app control tools
[TOOL] ADB AppControl 1.8.0 🚀 Ultimate App Manager & Debloat Tool + Tweaks
ADB AppControl 🚀 Root is not required. Works with any Android device. Can do almost everything you dreamed about with applications. ADB AppControl - the desktop program, that will allow you to easily manage applications on your android device...
forum.xda-developers.com
NextB said:
thats a good idea but it would be easier with adb app control tools
[TOOL] ADB AppControl 1.8.0 🚀 Ultimate App Manager & Debloat Tool + Tweaks
ADB AppControl 🚀 Root is not required. Works with any Android device. Can do almost everything you dreamed about with applications. ADB AppControl - the desktop program, that will allow you to easily manage applications on your android device...
forum.xda-developers.com
Click to expand...
Click to collapse
Great! I did not know this app; it is an help for less expert users...
Unfortunately, it is Windows-only
DalleGiantz said:
Great Idea, I would also like to delete the phone clone app. Could you tell me the name of the inerent applications to delete via ADB please?
Thanks
Click to expand...
Click to collapse
this
Code:
com.coloros.systemclone
I guess...
Let us know if it works!
mattia.b89 said:
Great! I did not know this app; it is an help for less expert users...
Unfortunately, it is Windows-only
Click to expand...
Click to collapse
well yes only windows ^^; but i think you can use vm on your mac and put windows and use it if you want to ^^
I have made a little change in the OP app list:
yesterday I noticed the lack of apps when sharing a photo from the share menu from the gallery; re-installing `com.coloros.oshare` immediately fix the issue...
just a little update:
I have just received the notification and installed a system update (11_A.08), thus:
OTA updates work (receive & installation)
None of the removed apps have been re-installed
another little update:
upgrading to Android 12 didn't break the system neither the "upgrading" (OTA) ability; it didn't re-installed (re-enabled) disabled apps
in the meantime, I removed two more apps:
com.oplus.games
com.coloros.systemclone

Categories

Resources