Debloat/Disable System Apps - Realme C15 Guides, News, & Discussion

So you got your new shiny realme device but you hate bloatware or want to disable system apps so you can use 3rd party apps instead?
Follow the steps below:
THIS DOES NOT REQUIRE ROOT HOWEVER MAKE SURE NOT TO DISABLE IMPORTANT SYSTEM APPS. WIPE DATA/FORMATTING RE-ENABLES ALL SYSTEM APPS. THIS DOES NOT MESS WITH OTAs.
WHAT YOU NEED:-
ADB/Fastboot Drivers
Windows: https://dl.google.com/android/repository/platform-tools-latest-windows.zip,
Linux: https://dl.google.com/android/repository/platform-tools-latest-linux.zip
DEBLOAT:-
1. Enable developer options by tapping on the build number 7 times and enable USB Debugging.
2. Plug in your phone.
3. Goto the folder where ADB is installed, hold shift and right click, and click on open command window here(windows).
4. Type
in CMD
Code:
adb devices
in Powershell
Code:
./adb devices
.
5. This should return the ID of your device and show if its authorised. Enable debugging Promt on your Phone if it shows unauthorised (allow this computer).
6. Type
in cmd
Code:
adb shell
in Powershell
Code:
./adb shell
.
7. This should display a prompt, something like RMXxxxx:/ $
8. To uninstall type
Code:
pm uninstall -k --user 0 <name of the package>
To disable type
Code:
pm disable-user --user 0 <name of the package>
eg: pm uninstall -k --user 0 com.heytap.browser / pm disable-user --user 0 com.heytap.browser
9. Done!
To reinstall uninstalled apps type
Code:
pm install-existing <name of the package>
To enable disabled apps type
Code:
pm enable <name of the package>
Some apps do not uninstall such as market and gamecenter, disabling is the only option.

Related

Is there a way to delete the game space app?

I know it's a system app so I tried root uninstallers but it doesn't work. (Android 10 rooted)
TRIST4N said:
I know it's a system app so I tried root uninstallers but it doesn't work. (Android 10 rooted)
Click to expand...
Click to collapse
use adb
adb devices
adb shell
pm uninstall -k -- user 0 com.oneplus.gamespace
do it at your own risk
saintjimmy1984 said:
use adb
adb devices
adb shell
pm uninstall -k -- user 0 com.oneplus.gamespace
do it at your own risk
Click to expand...
Click to collapse
Or you can simply disable the app:
adb shell pm disable-user com.oneplus.gamespace

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

Does the new Amazon UI update effect anything in the OS? (5.2.7.7

I have OS 5.2.7.7 because im dumb and updated when i didnt know anything about rooting/custom launchers/adb etc. Now i know a bit, and im just wondering if this update that now is trying to OTA on my 2nd gen box will ruin anything further or is it strcly UI update? Or is amazon going to sneak some stuff in to break things again? I am already on a ****ing **** firmware and stuck with what i got so I dont want to further ruin this and update.
Also, still searching for a way to block oTA on OS5 via adb. If anyone knows how let me know but ill be searching the net for a way as we speak.
adb shell "pm disable-user --user 0 com.amazon.tv.forcedotaupdater.v2"
adb shell "pm disable-user --user 0 com.amazon.device.software.ota"
adb shell "pm disable-user --user 0 com.amazon.device.software.ota.override"
With root:
adb shell reboot recovery
adb shell "mount -o rw /system"
adb shell "mv /system/etc/security/otacerts.zip //system/etc/security/old.otacerts.zip.old"
If you want to do a Factory reset , first you must move old.otacerts.zip.old back to otacerts.zip.
If you forgot that you can't pass initial Setup after reset.
0815hoffi said:
adb shell "pm disable-user --user 0 com.amazon.tv.forcedotaupdater.v2"
adb shell "pm disable-user --user 0 com.amazon.device.software.ota"
adb shell "pm disable-user --user 0 com.amazon.device.software.ota.override"
With root:
adb shell reboot recovery
adb shell "mount -o rw /system"
adb shell "mv /system/etc/security/otacerts.zip //system/etc/security/old.otacerts.zip.old"
If you want to do a Factory reset , first you must move old.otacerts.zip.old back to otacerts.zip.
If you forgot that you can't pass initial Setup after reset.
Click to expand...
Click to collapse
thank you. Does the new UI come to OS5? Specially 5.2.7.7?
0815hoffi said:
adb shell "pm disable-user --user 0 com.amazon.tv.forcedotaupdater.v2"
adb shell "pm disable-user --user 0 com.amazon.device.software.ota"
adb shell "pm disable-user --user 0 com.amazon.device.software.ota.override"
With root:
adb shell reboot recovery
adb shell "mount -o rw /system"
adb shell "mv /system/etc/security/otacerts.zip //system/etc/security/old.otacerts.zip.old"
If you want to do a Factory reset , first you must move old.otacerts.zip.old back to otacerts.zip.
If you forgot that you can't pass initial Setup after reset.
Click to expand...
Click to collapse
This didn’t work for me. Using adbLink on Windows 10 with 5.2.7.7 firmware. The ADB gave me an error.
Also, Amazon just released an OTA update called Components just yesterday. Do you know anything about it? Does it break anything? Can I still root?
And anyway, this point, does it even matter anymore? I’m already updated to every single latest update available on my Sloan box 2nd gen. I can’t do much root wise and I’m stuck with a bull**** rom and Home Screen. Can’t even add a custom launcher as Amazon also broke this with their firmware updates...
Pm disable commands are blocked vy Amazon with 5.2.7.7.
Since 5.2.7.7 you need Root .

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 )

Categories

Resources