[ROOT Needed] Walmart Bloat Remover & No Walmart NavBar Button - Walmart Onn Tablets General

This is a very basic script I made as I noticed that even after successfully rooting, I could not uninstall System Apps with apps like Lucky Patcher or System App Remover.
Code:
@ECHO OFF
ECHO \................./
ECHO \..Bloat Remover../
ECHO \................./
ECHO SAMS CLUB
adb shell pm uninstall -k --user 0 com.rfi.sams.android
ECHO Walmart
adb shell pm uninstall -k --user 0 com.walmart.android
ECHO FM Radio
adb shell pm uninstall -k --user 0 com.android.fmradio
ECHO Grocery
adb shell pm uninstall -k --user 0 com.walmart.grocery
ECHO VUDU
adb shell pm uninstall -k --user 0 air.com.vudu.air.DownloaderTablet
ECHO Walmart EBooks
adb shell pm uninstall -k --user 0 com.kobobooks.android.walmart
ECHO GPlay Music
adb shell pm uninstall -k --user 0 com.google.android.music
ECHO Auto Dialer Example App (pointless)
adb shell pm uninstall -k --user 0 com.example
ECHO Call Log Backup/Restore
adb shell pm uninstall -k --user 0 com.android.calllogbackup
ECHO Call Management
adb shell pm uninstall -k --user 0 com.android.server.telecom
ECHO Carrier Config
adb shell pm uninstall -k --user 0 com.android.carrierconfig
ECHO SMS Push
adb shell pm uninstall -k --user 0 com.android.smspush
ECHO Call Recorder
adb shell pm uninstall -k --user 0 com.mediatek.callrecorder
ECHO Contacts
adb shell pm uninstall -k --user 0 com.android.contacts
adb shell pm uninstall -k --user 0 com.android.providers.contacts
adb shell pm uninstall -k --user 0 com.google.android.syncadapters.contacts
ECHO Duo
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
ECHO GPlay Movies
adb shell pm uninstall -k --user 0 com.google.android.videos
ECHO Text 2 Speech
adb shell pm uninstall -k --user 0 com.google.android.tts
ECHO Keep Notes
adb shell pm uninstall -k --user 0 com.google.android.keep
ECHO Maps
adb shell pm uninstall -k --user 0 com.google.android.apps.maps
ECHO Mobile Data
adb shell pm uninstall -k --user 0 com.android.phone
adb shell pm uninstall -k --user 0 com.android.providers.telephony
ECHO MMS Service
adb shell pm uninstall -k --user 0 com.android.mms.service
ECHO SIM Data
adb shell pm uninstall -k --user 0 com.android.simappdialog
adb shell pm uninstall -k --user 0 com.android.stk
adb shell pm uninstall -k --user 0 com.mediateksimprocessor
adb shell pm uninstall -k --user 0 com.mtk.telephony
ECHO Sound Recorder
adb shell pm uninstall -k --user 0 com.android.soundrecorder
ECHO Walmart Nav Bar Button App
adb shell pm uninstall -k --user 0 com.mid.kubedemo
ECHO Fix NavBar back to Stock Android
adb shell settings put secure sysui_nav_bar "space,back;home;recent,space"
ECHO Done!
How to Use
This tutorial is assuming you already have ADB on your system with USB Debugging enabled
1.) Root your device using one of the provided methods in this section
2.) Once Rooting is complete, plug your device into your PC
3.) Open Notepad, copy the code above and paste it.
4.) Save it as BloatRemover.bat (or anything you want)
5.) Double click it when saved and it will automatically remove all the walmart stuff from the tablet! Should work on both the 7 and 10 inch tablets released on Black Friday.
Script 2 Edit Update @CyberstormFox for the info on the walmart logo nav bar button app...
@ragtop429 for the NavBar Reset ADB Code to remove the walmart logo button (although your code was slightly wrong )
Added to the script of everything pertaining to phone operation that was disabled anyway and Text Messaging.

Additional bloat
I also recommend adding the app com.mid.kubedemo.
It's the app that's launched when you hit the Walmart logo embedded in the left side of the navbar.
If anyone can figure out how to remove the icon itself, that would be nice.
It's still there, but now does nothing.

CyberstormFox said:
I also recommend adding the app com.mid.kubedemo.
It's the app that's launched when you hit the Walmart logo embedded in the left side of the navbar.
If anyone can figure out how to remove the icon itself, that would be nice.
It's still there, but now does nothing.
Click to expand...
Click to collapse
yo, thanks for letting me know which one it is. I've actually gotta update this script anyway as I've added everything that pertains to using your phone and text messaging to the debloater as you can't put a sim card in these and its all "disabled" taking up space anyway. I'll edit it right now

KaptinBoxxi said:
This is a very basic script I made as I noticed that even after successfully rooting, I could not uninstall System Apps with apps like Lucky Patcher or System App Remover.
Code:
@ECHO OFF
ECHO \................./
ECHO \..Bloat Remover../
ECHO \................./
ECHO SAMS CLUB
adb shell pm uninstall -k --user 0 com.rfi.sams.android
ECHO Walmart
adb shell pm uninstall -k --user 0 com.walmart.android
ECHO FM Radio
adb shell pm uninstall -k --user 0 com.android.fmradio
ECHO Grocery
adb shell pm uninstall -k --user 0 com.walmart.grocery
ECHO VUDU
adb shell pm uninstall -k --user 0 air.com.vudu.air.DownloaderTablet
ECHO Walmart EBooks
adb shell pm uninstall -k --user 0 com.kobobooks.android.walmart
ECHO GPlay Music
adb shell pm uninstall -k --user 0 com.google.android.music
ECHO Auto Dialer Example App (pointless)
adb shell pm uninstall -k --user 0 com.example
ECHO Call Log Backup/Restore
adb shell pm uninstall -k --user 0 com.android.calllogbackup
ECHO Call Management
adb shell pm uninstall -k --user 0 com.android.server.telecom
ECHO Carrier Config
adb shell pm uninstall -k --user 0 com.android.carrierconfig
ECHO SMS Push
adb shell pm uninstall -k --user 0 com.android.smspush
ECHO Call Recorder
adb shell pm uninstall -k --user 0 com.mediatek.callrecorder
ECHO Contacts
adb shell pm uninstall -k --user 0 com.android.contacts
adb shell pm uninstall -k --user 0 com.android.providers.contacts
adb shell pm uninstall -k --user 0 com.google.android.syncadapters.contacts
ECHO Duo
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
ECHO GPlay Movies
adb shell pm uninstall -k --user 0 com.google.android.videos
ECHO Text 2 Speech
adb shell pm uninstall -k --user 0 com.google.android.tts
ECHO Keep Notes
adb shell pm uninstall -k --user 0 com.google.android.keep
ECHO Maps
adb shell pm uninstall -k --user 0 com.google.android.apps.maps
ECHO Mobile Data
adb shell pm uninstall -k --user 0 com.android.phone
adb shell pm uninstall -k --user 0 com.android.providers.telephony
ECHO MMS Service
adb shell pm uninstall -k --user 0 com.android.mms.service
ECHO SIM Data
adb shell pm uninstall -k --user 0 com.android.simappdialog
adb shell pm uninstall -k --user 0 com.android.stk
adb shell pm uninstall -k --user 0 com.mediateksimprocessor
adb shell pm uninstall -k --user 0 com.mtk.telephony
ECHO Sound Recorder
adb shell pm uninstall -k --user 0 com.android.soundrecorder
ECHO Walmart Nav Bar Button App
adb shell pm uninstall -k --user 0 com.mid.kubedemo
ECHO Fix NavBar back to Stock Android
adb shell settings put secure sysui_nav_bar "space,back;home;recent,space"
ECHO Done!
How to Use
This tutorial is assuming you already have ADB on your system with USB Debugging enabled
1.) Root your device using one of the provided methods in this section
2.) Once Rooting is complete, plug your device into your PC
3.) Open Notepad, copy the code above and paste it.
4.) Save it as BloatRemover.bat (or anything you want)
5.) Double click it when saved and it will automatically remove all the walmart stuff from the tablet! Should work on both the 7 and 10 inch tablets released on Black Friday.
Script 2 Edit Update @CyberstormFox for the info on the walmart logo nav bar button app...
@ragtop429 for the NavBar Reset ADB Code to remove the walmart logo button (although your code was slightly wrong )
Added to the script of everything pertaining to phone operation that was disabled anyway and Text Messaging.
Click to expand...
Click to collapse
Just wanted to add this.
You can do a temp root using mtk-su
Guide HERE
If you get the following error when you run the batch file
Code:
Fix NavBar back to Stock Android
/system/bin/sh: home: not found
/system/bin/sh: recent,space: not found
Try manually going to ADB Shell and typing the code there manually
In this case:
Code:
adb shell
settings put secure sysui_nav_bar "space,back;home;recent,space"

sm_x said:
Just wanted to add this.
You can do a temp root using mtk-su
Guide HERE
If you get the following error when you run the batch file
Code:
Fix NavBar back to Stock Android
/system/bin/sh: home: not found
/system/bin/sh: recent,space: not found
Try manually going to ADB Shell and typing the code there manually
In this case:
Code:
adb shell
settings put secure sysui_nav_bar "space,back;home;recent,space"
Click to expand...
Click to collapse
I had actually fixed all this and totally forgot about this post to edit it

Root is not needed to change the navbar.

just in case anyone is in my same boat and doesn't have adb installed as a system app (or whatever you call it such that you can access adb from any directory on your computer) and you have to actually be in the platform_tools directory to use adb commands, make sure you copy this bat file to said directory or it won't do anything. once you move it there, it'll work fine.
also... for some reason the nav bar edit didn't work from the bat file. i had to do that one manually.
anyway, thanks for this!

KaptinBoxxi said:
Just wanted to add this.
You can do a temp root using mtk-su
Guide HERE
If you get the following error when you run the batch file
Try manually going to ADB Shell and typing the code there manually
In this case:
I had actually fixed all this and totally forgot about this post to edit it
Click to expand...
Click to collapse
If that doesn't work try:
adb shell settings put secure sysui_nav_bar 'space[1.5WC],back;home;recent,space[1.5WC]'
Root access not needed to remove walmart button.

Quotes
Looks like putting single quotes inside the double quotes works (and should work in the bat file):
Code:
C:\otherApps\platform-tools>adb shell settings put secure sysui_nav_bar "space,back;home;recent,space"
/system/bin/sh: home: not found
/system/bin/sh: recent,space: not found
C:\otherApps\platform-tools>adb shell settings put secure sysui_nav_bar "'space,back;home;recent,space'"
C:\otherApps\platform-tools>adb shell settings get secure sysui_nav_bar
space,back;home;recent,space
The problem is that semicolon is the command delimiter for a 'sh' shell, so it splits the string into three separate commands, but "home" and "recent,space" are not valid. By including the single quotes inside the double, the string gets passed to the shell as a single argument.
Thanks for the script - it otherwise worked well!

N6ML said:
Looks like putting single quotes inside the double quotes works (and should work in the bat file):
Code:
C:\otherApps\platform-tools>adb shell settings put secure sysui_nav_bar "space,back;home;recent,space"
/system/bin/sh: home: not found
/system/bin/sh: recent,space: not found
C:\otherApps\platform-tools>adb shell settings put secure sysui_nav_bar "'space,back;home;recent,space'"
C:\otherApps\platform-tools>adb shell settings get secure sysui_nav_bar
space,back;home;recent,space
The problem is that semicolon is the command delimiter for a 'sh' shell, so it splits the string into three separate commands, but "home" and "recent,space" are not valid. By including the single quotes inside the double, the string gets passed to the shell as a single argument.
Thanks for the script - it otherwise worked well!
Click to expand...
Click to collapse
For everyone with the new 2020 tablets. This script will not work.
I've tried it. You can use adb tools to remove apps though so just do them individually since the tablet no longer have the same exact apps. It really doesn't contain that much bloat. The navigation bar is not easily modified through adb anymore due to android 10. Walmart allows for a two button navigation and a gesture. However, if you change your launcher you cannot use gestures.
The two apps that control the navigation bar are:
com.android.internal.systemui.navbar.twobutton - This one has only two buttons (No walmart button)
com.androidinternal.systemus.navbar.threebutton - This one has three buttons plus the walmart button so a total of 4
I'm going to see if I can install another nav bar to get the stock android bar, but I'm not sure which one to get yet.

szymonurai said:
For everyone with the new 2020 tablets. This script will not work.
I've tried it. You can use adb tools to remove apps though so just do them individually since the tablet no longer have the same exact apps. It really doesn't contain that much bloat. The navigation bar is not easily modified through adb anymore due to android 10. Walmart allows for a two button navigation and a gesture. However, if you change your launcher you cannot use gestures.
The two apps that control the navigation bar are:
com.android.internal.systemui.navbar.twobutton - This one has only two buttons (No walmart button)
com.androidinternal.systemus.navbar.threebutton - This one has three buttons plus the walmart button so a total of 4
I'm going to see if I can install another nav bar to get the stock android bar, but I'm not sure which one to get yet.
Click to expand...
Click to collapse
Any update on this? Did you find a nav bar that worked, with no Walmart button?

Not sure if anyone did this yet but since it looks like Android removed the ability to mess with the nav bar in Android 10, I used the code:
adb shell cmd overlay enable com.android.internal.systemui.navbar.gestural
To enable gestures, which removes the Walmart icon and then I used
adb shell settings put global policy_control immersive.navigation=*
to hide the gesture bar. Gestures still work just fine as of now.

afxtwn said:
Not sure if anyone did this yet but since it looks like Android removed the ability to mess with the nav bar in Android 10, I used the code:
adb shell cmd overlay enable com.android.internal.systemui.navbar.gestural
To enable gestures, which removes the Walmart icon and then I used
adb shell settings put global policy_control immersive.navigation=*
to hide the gesture bar. Gestures still work just fine as of now.
Click to expand...
Click to collapse
This didn't work me fully. everything works from home screen but in apps can't pull up from bottom for app switcher.

Related

[GUIDE][NO ROOT] Disable Bloatware on 2nd Gen Fire TV Stick

Please note, this method will work with firmware version 5.2.6.0 and lower. This will NOT work on firmware 5.2.6.1 or higher.
First and foremost, thanks to @bibikalka for his thread on disabling OTA updates on the Amazon Fire TV Stick 2nd Gen. As well as @patriot1889 for creating an app Confireator which allows users to still be able to access the Factory Restore option, WiFi settings, Bluetooth settings and Application Settings in a easy user interface. Finally, thanks to @esc0rtd3w's script to removing bloat on the First Gen Amazon Fire TV Stick which is what I used as a base for what I removed: https://github.com/esc0rtd3w/firestick-loader/blob/master/scripts/debloat/bloat-disable.sh
Run these commands from your ADB using "adb uninstall -k --user 0 "
Below are all the APKs I have disabled. This will remove ALL Amazon features including the launcher, appstore, videos, etc. Make sure you have a different launcher as well as Confireator so you are still able to access the Factory Restore option, WiFi settings, Bluetooth settings and Application Settings. I also suggest using Launcher Hyjack so home button recognition works. Proceed ONLY if you use your Fire Stick v2 for non-Amazon activities and want the performance boost for your device. You have been warned.
Here is a list of everything I have disabled:
Code:
adb uninstall -k --user 0 com.amazon.device.software.ota
adb uninstall -k --user 0 com.amazon.device.software.ota.override
adb uninstall -k --user 0 android.amazon.perm
adb uninstall -k --user 0 com.amazon.ags.app
adb uninstall -k --user 0 com.amazon.android.marketplace
adb uninstall -k --user 0 com.amazon.bueller.music
adb uninstall -k --user 0 com.amazon.bueller.notification
adb uninstall -k --user 0 com.amazon.client.metrics
adb uninstall -k --user 0 com.amazon.client.metrics.api
adb uninstall -k --user 0 com.amazon.communication.discovery
adb uninstall -k --user 0 com.amazon.connectivitydiag
adb uninstall -k --user 0 com.amazon.dcp
adb uninstall -k --user 0 com.amazon.device.crashmanager
adb uninstall -k --user 0 com.amazon.device.logmanager
adb uninstall -k --user 0 com.amazon.device.messaging
adb uninstall -k --user 0 com.amazon.device.sync
adb uninstall -k --user 0 com.amazon.devicecontrol
adb uninstall -k --user 0 com.amazon.dp.logger
adb uninstall -k --user 0 com.amazon.identity.auth.device.authorization
adb uninstall -k --user 0 com.amazon.imp
adb uninstall -k --user 0 com.amazon.kindle.cms
adb uninstall -k --user 0 com.amazon.kindle.devicecontrols
adb uninstall -k --user 0 com.amazon.kso.blackbird
adb uninstall -k --user 0 com.amazon.ods.kindleconnect
adb uninstall -k --user 0 com.amazon.parentalcontrols
adb uninstall -k --user 0 com.amazon.platform.fdrw
adb uninstall -k --user 0 com.amazon.precog
adb uninstall -k --user 0 com.amazon.providers
adb uninstall -k --user 0 com.amazon.providers.contentsupport
adb uninstall -k --user 0 com.amazon.recess
adb uninstall -k --user 0 com.amazon.securitysyncclient
adb uninstall -k --user 0 com.amazon.settings.systemupdates
adb uninstall -k --user 0 com.amazon.sharingservice.android.client.proxy
adb uninstall -k --user 0 com.amazon.shpm
adb uninstall -k --user 0 com.amazon.sync.provider.ipc
adb uninstall -k --user 0 com.amazon.sync.service
adb uninstall -k --user 0 com.amazon.tcomm
adb uninstall -k --user 0 com.amazon.tcomm.client
adb uninstall -k --user 0 com.amazon.tmm.tutorial
adb uninstall -k --user 0 com.amazon.tv.csapp
adb uninstall -k --user 0 com.amazon.tv.fw.metrics
adb uninstall -k --user 0 com.amazon.tv.legal.notices
adb uninstall -k --user 0 com.amazon.tv.oobe
adb uninstall -k --user 0 com.amazon.tv.support
adb uninstall -k --user 0 com.amazon.tz.webcryptotzservice
adb uninstall -k --user 0 com.amazon.videoads.app
adb uninstall -k --user 0 com.amazon.visualonawv
adb uninstall -k --user 0 com.android.captiveportallogin
adb uninstall -k --user 0 com.amazon.vizzini
adb uninstall -k --user 0 com.amazon.storm.lightning.services
adb uninstall -k --user 0 com.amazon.storm.lightning.tutorial
adb uninstall -k --user 0 com.amazon.whisperlink.core.android
adb uninstall -k --user 0 com.amazon.whisperplay.contracts
adb uninstall -k --user 0 com.amazon.whisperplay.service.install
adb uninstall -k --user 0 com.amazon.wcast.sink
adb uninstall -k --user 0 com.amazon.avod
adb uninstall -k --user 0 com.amazon.shoptv.client
adb uninstall -k --user 0 com.amazon.venezia
adb uninstall -k --user 0 com.amazon.webview
adb uninstall -k --user 0 com.svox.pico
adb uninstall -k --user 0 com.amazon.tv.launcher
adb uninstall -k --user 0 com.android.managedprovisioning
adb uninstall -k --user 0 amazon.jackson19
adb uninstall -k --user 0 com.amazon.tv.nimh
adb uninstall -k --user 0 com.ivona.tts.oem
adb uninstall -k --user 0 com.ivona.orchestrator
adb uninstall -k --user 0 com.amazon.advertisingidsettings
adb uninstall -k --user 0 com.amazon.dobly
Below are all the APKs I did NOT remove. These are the result of me preforming a "adb shell pm list packages"
Code:
com.amazon.tv.resolutioncycler
com.amazon.ssmsys
com.amazon.tv.ime
com.android.providers.media
com.amazon.dcp.contracts.library
com.android.wallpapercropper
com.amazon.metrics.api
com.amazon.device.controllermanager
amazon.fireos
com.android.documentsui
com.android.externalstorage
com.android.htmlviewer
de.szalkowski.activitylauncher
com.amazon.alta.h2clientservice
com.android.providers.downloads
com.amazon.tv.parentalcontrols
com.android.providers.tv
com.amazon.tv.ottssolib
com.android.inputmethod.pinyin
com.android.defcontainer
com.android.providers.downloads.ui
com.android.pacprocessor
com.amazon.tv.intentsupport
com.android.certinstaller
android
com.amazon.ssm
com.amazon.fireinputdevices
com.android.backupconfirm
com.mediatek.floatmenu
com.android.providers.settings
com.amazon.kindleautomatictimezone
com.android.sharedstoragebackup
de.belu.appstarter
com.amazon.unifiedshare.actionchooser
com.amazon.device.messaging.sdk.internal.library
com.amazon.tv.settings
com.android.keychain
com.amazon.device.sale.service
com.android.packageinstaller
com.amazon.device.settings.sdk.internal.library
com.android.proxyhandler
com.amazon.acos.providers.UnifiedSettingsProvider
com.amazon.wifilocker
com.amazon.dcp.contracts.framework.library
com.amazon.android.service.networkmonitor
com.android.vpndialogs
com.amazon.awvflingreceiver
com.amazon.application.compatibility.enforcer
com.android.shell
com.baronkiko.launcherhijack
com.android.providers.userdictionary
com.android.location.fused
com.android.systemui
com.amazon.bluetoothinternals
com.amazon.device.settings
com.amazon.device.sync.sdk.internal
com.android.bluetooth
com.amazon.device.lowstoragemanager
com.amazon.webview.chromium
com.amazon.webview.metrics.service
com.amazon.application.compatibility.enforcer.sdk.library
DO NOT DISABLE THE FOLLOWING BELOW OR ELSE YOU WILL NOT BE ABLE TO FACTORY RESET!
Code:
com.amazon.tv.settings
com.amazon.tv.settings/com.amazon.tv.settings.tv.AppDisableService
com.amazon.tv.settings/com.amazon.tv.settings.tv.FactoryResetActivity
This is as good as it is going to get in terms of getting better performance for us 2nd Gen Fire TV Stick Users out there... until we get root (hopefully)!
Is this list usable for (rooted) fire tv stick 1 (I know I can use pm disable command, I'd just like to know if I can apply it to the same list. I also took a look to the specific debloat thread for ftv stick 1 but packages seems different and never understood which of the packages listed in debloat.sh script are safe to use).
Thanks.
puppinoo said:
Is this list usable for (rooted) fire tv stick 1 (I know I can use pm disable command, I'd just like to know if I can apply it to the same list. I also took a look to the specific debloat thread for ftv stick 1 but packages seems different and never understood which of the packages listed in debloat.sh script are safe to use).
Click to expand...
Click to collapse
Please see this thread:https://forum.xda-developers.com/fire-tv/help/root-disabling-apps-services-bloat-t3325333/page2
Users say they were able to use esc0rtd3w commands to debloat the FTV Stick 1. All the packages should match up perfectly with your's since they are both FTV Stick 1. I can say that my list (which is a FTV stick 2) had the majority of the same package names. So yes, you can use my list above. However, If I were you I would take a look at esc0rtd3w's list to thoroughly disable all your bloat.
Thanks for advice,
I did read that thread. I eve replied to it. It's just that a few users experimented issues with some service I need (Netflix most of all) so I wanted to be sure the whole script was 100% safe. I guess as soon as I have time I'll test the packages one at a time to check if they cause any harm.
Regards.
Bropinski said:
Please see this thread:https://forum.xda-developers.com/fire-tv/help/root-disabling-apps-services-bloat-t3325333/page2
Users say they were able to use esc0rtd3w commands to debloat the FTV Stick 1. All the packages should match up perfectly with your's since they are both FTV Stick 1. I can say that my list (which is a FTV stick 2) had the majority of the same package names. So yes, you can use my list above. However, If I were you I would take a look at esc0rtd3w's list to thoroughly disable all your bloat.
Click to expand...
Click to collapse
Cheers for this, before I try this however, how much ram/memory does this save? How much did it save for you? Cheers
alexm745 said:
Cheers for this, before I try this however, how much ram/memory does this save? How much did it save for you? Cheers
Click to expand...
Click to collapse
Unfortunately, I didn't look at my RAM usage before and after as I did not have an apk installed that provided me with that information. However, I use my Amazon Firestick v2 primarily for Kodi and can say that there is no more lag or no freezing while switching menus.
As for your question regarding how much disk space this will save you, @rainman74 summarized it best on the Disable OTA Thread
rainman74 said:
No, you can't debloat your stick/box with esc0rtd3w's hints without root on current firmware versions, because you will not gain additional space on eMMC with only uninstalling apks for user 0. The uninstalled apks remains on eMMC, but in an uninstalled state and therefore "disabled".
Click to expand...
Click to collapse
Hope this helps!
This is great. Thanks for this, it works a treat.
I have created this little app to allow quick access to the three settings we still have access to.
I'd post it as a link but I can't, because I'm a new user
Code:
mediafire.com/file/yea8ll52xce2kib/confireator.apk
Let me know what you think!
patriot1889 said:
This is great. Thanks for this, it works a treat.
I have created this little app to allow quick access to the three settings we still have access to.
I'd post it as a link but I can't, because I'm a new user
Code:
mediafire.com/file/yea8ll52xce2kib/confireator.apk
Let me know what you think!
Click to expand...
Click to collapse
Which 3 settings do you mean?
rainman74 said:
Which 3 settings do you mean?
Click to expand...
Click to collapse
"Factory Restore option, WiFi settings, Bluetooth settings "
patriot1889 said:
"Factory Restore option, WiFi settings, Bluetooth settings "
Click to expand...
Click to collapse
ok, I'll try your apk...
What's about App-Menu? (adb shell am start -n com.amazon.tv.settings/.tv.applications.ApplicationsActivity)
rainman74 said:
ok, I'll try your apk...
What's about App-Menu? (adb shell am start -n com.amazon.tv.settings/.tv.applications.ApplicationsActivity)
Click to expand...
Click to collapse
I can add that in too. Honestly, I forgot about that menu.
patriot1889 said:
I can add that in too. Honestly, I forgot about that menu.
Click to expand...
Click to collapse
perfect!
But please tell me, why your apk needs the following two permissions:
internet
record_audio
rainman74 said:
perfect!
But please tell me, why your apk needs the following two permissions:
internet
record_audio
Click to expand...
Click to collapse
Because this is my first ever android app and I'm not entirely sure what I'm doing, haha. Let me check how to remove those permission, as it doesn't need them at all. I'll also add in that other menu option.
---------- Post added at 01:32 AM ---------- Previous post was at 01:25 AM ----------
Ok. Now it has the applications menu and shouldn't ask for those permissions
http://www.mediafire.com/file/yea8ll52xce2kib/confireator.apk
Thanks for this. Just an FYI in case you uninstall all your launchers, you can reinstall the one you were using (or maybe any app that regiters as a launcher) via ADB while its booting (adb install tvlauncher.apk or whatever) because it will just get stuck at loading.
patriot1889 said:
Because this is my first ever android app and I'm not entirely sure what I'm doing, haha. Let me check how to remove those permission, as it doesn't need them at all. I'll also add in that other menu option.
---------- Post added at 01:32 AM ---------- Previous post was at 01:25 AM ----------
Ok. Now it has the applications menu and shouldn't ask for those permissions
http://www.mediafire.com/file/yea8ll52xce2kib/confireator.apk
Click to expand...
Click to collapse
Wow! Excellent job with the app you created @patriot1889! I am going to revise my first post and suggest people use your app instead of Activity Launcher as your app is catered specifically to the Fire TV stick and provides a seamless user friendly experience.
Thank you for this and well done! :good:
patriot1889 said:
Ok. Now it has the applications menu and shouldn't ask for those permissions
http://www.mediafire.com/file/yea8ll52xce2kib/confireator.apk
Click to expand...
Click to collapse
very nice settings app! Thank you
You're welcome! Glad you like it.
patriot1889 said:
You're welcome! Glad you like it.
Click to expand...
Click to collapse
Do you have got any idea, why I can not start the applications menu in your app and via Activity Launcher it is working (com.amazon.tv.settings/.tv.applications.ApplicationsActivity)?
But the other 3 menus are working fine in your app. Is there a difference between the 3 and the applications menu?
Hi there I'm new to this stuff. I followed the instructions in the first post with a varying degree of success:
Code:
C:\Program Files (x86)\Minimal ADB and Fastboot>adb uninstall -k --user 0 com.amazon.device.software.ota
The -k option uninstalls the application while retaining the data/cache.
At the moment, there is no way to remove the remaining data.
You will have to reinstall the application with the same signature, and fully uninstall it.
If you truly wish to continue, execute 'adb shell pm uninstall -k'
.
C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell pm uninstall -k --user 0 com.amazon.dcp
Failure - not installed for 0
C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell pm uninstall -k --user 0 com.amazon.devicecontrol
Failure - not installed for 0
C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell pm uninstall -k --user 0 com.amazon.parentalcontrols
Failure - not installed for 0
C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell pm uninstall -k --user 0 com.amazon.precog
Failure - not installed for 0
C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell pm uninstall -k --user 0 com.amazon.settings.systemupdates
Failure - not installed for 0
C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell pm uninstall -k --user 0 com.amazon.shpm
Failure - not installed for 0
C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell pm uninstall -k --user 0 com.amazon.tz.webcryptotzservice
Failure - not installed for 0
As you can see I had to vary the command a little (add "shell pm") and there were 7 apps that I got "not installed for 0" for. Besides that it worked a treat and launches into AppStarter so much more quickly.
rainman74 said:
Do you have got any idea, why I can not start the applications menu in your app and via Activity Launcher it is working (com.amazon.tv.settings/.tv.applications.ApplicationsActivity)?
But the other 3 menus are working fine in your app. Is there a difference between the 3 and the applications menu?
Click to expand...
Click to collapse
Same problem here. Can't get a list of apps but all the other options work. When I click "Applications" in conFIREator it goes blue (as if the Amazon launcher is coming on) but then quickly goes back to AppStarter.
@patriot1889 there's somthing wrong at starting the applications menu from your conFIREator:
E/AndroidRuntime(28936): FATAL EXCEPTION: main
E/AndroidRuntime(28936): Process: com.amazon.tv.settings, PID: 28936
E/AndroidRuntime(28936): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.amazon.tv.settings/com.amazon.tv.settings.tv.applications.ApplicationsActivity}: java.lang.NullPointerException: Attempt to read from field 'android.content.pm.ApplicationInfo com.amazon.tv.settings.tv.AppSortHelper.mAppInfo' on a null object reference
E/AndroidRuntime(28936): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2367)
E/AndroidRuntime(28936): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2435)
E/AndroidRuntime(28936): at android.app.ActivityThread.access$800(ActivityThread.java:160)
E/AndroidRuntime(28936): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
E/AndroidRuntime(28936): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(28936): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime(28936): at android.app.ActivityThread.main(ActivityThread.java:5484)
E/AndroidRuntime(28936): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(28936): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(28936): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:984)
E/AndroidRuntime(28936): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
E/AndroidRuntime(28936): Caused by: java.lang.NullPointerException: Attempt to read from field 'android.content.pm.ApplicationInfo com.amazon.tv.settings.tv.AppSortHelper.mAppInfo' on a null object reference
E/AndroidRuntime(28936): at com.amazon.tv.settings.tv.applications.ApplicationsActivity$11.get(ApplicationsActivity.java:2140)
E/AndroidRuntime(28936): at com.amazon.tv.settingslib.Layout.findHeader(Layout.java:2566)
E/AndroidRuntime(28936): at com.amazon.tv.settingslib.SettingsLayoutActivity.onCreate(SettingsLayoutActivity.java:8523)
E/AndroidRuntime(28936): at com.amazon.tv.settings.tv.applications.ApplicationsActivity.onCreate(ApplicationsActivity.java:206)
E/AndroidRuntime(28936): at android.app.Activity.performCreate(Activity.java:6010)
E/AndroidRuntime(28936): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1122)
E/AndroidRuntime(28936): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2320)
E/AndroidRuntime(28936): ... 10 more
I/AndroidRuntime(28936): To Report FATAL to activityManagerService
I/ActivityManager( 544): handleApplicationCrash
W/ActivityManager( 544): Force finishing activity 1 com.amazon.tv.settings/.tv.applications.ApplicationsActivity
I/ActivityManager( 544): addErrorToDropBox inserted hashcode=1522a399ad4fa6e0b92a271b9b4d6b578251931a for eventType crash.
I/Vlog ( 544): 1p_2p:fg_crash:fgtracking=true;DV;1,key=com.amazon.tv.settings;DV;1,Counter=1.0;CT;1,unit=count;DV;1,metadata=1522a399ad4fa6e0b92a271b9b4d6b578251931a;DV;1:HI
W/ActivityManager( 544): Force finishing activity 2 com.patriot.confireator/.MainActivity
I/AndroidRuntime(28936): Finished reporting FATAL to activityManagerService
I/Process (28936): Sending signal. PID: 28936 SIG: 9
I/CrashDescriptorUtil( 544): addErrorToCommonLog Hash already present in file
E/JavaBinder( 544): !!! FAILED BINDER TRANSACTION !!!
I/PackageManager( 544): Observer no longer exists.
I/Kernel ( 544): [92908.190401] (0)[575ackageManager]binder: 28936: binder_alloc_buf, no vma

[VZW] XT1767: Possible Safestrap?

So, everyone remembers the VZW Samsung Galaxy Note 2 (i605)? I have one I got second hand that had already taken the fatal-final-OTA update that permalocked the bootloader down.. however, I have still rooted and installed Safestrap recovery and damn-near fully customised and tweaked it to my liking(custom boot animation, room slots active, etc)..Well, what about a possible Safestrap-style recovery that could run without root permissions by running some sort of workaround-script?....or would root access still be inevitably needed? Perhaps have the Safestrap recovery create a fully-functioning isolated with admin privileges, something similar to the Island Sandbox Experiment app?
I don't think it would be possible, bootloader's have become super secure in the past 4 years.
Sent from my Moto E4 using XDA Labs
What about possibly using ADB to manually install a superuser APK file and also using ADB commands like 'pm grant ....... WRITE_SECURE_SETTINGS' to manually enable the permissions and privileges required for installing an SU binary?
That's a good idea if it works. I was able to remove all the Verizon apps from the phone using adb commands.
chrislind said:
That's a good idea if it works. I was able to remove all the Verizon apps from the phone using adb commands.
Click to expand...
Click to collapse
You completely removed the Verizon apps and not just disabled them?
What adb commands did you use please?
Thanks.
adb shell pm uninstall -k --user 0 com.motorola.setupwizard.phoneservice
adb shell pm uninstall -k --user 0 com.vzw.hss.myverizon
adb shell pm uninstall -k --user 0 com.verizon.messaging.vzmsgs
adb shell pm uninstall -k --user 0 com.motorola.vzw.cloudsetup
adb shell pm uninstall -k --user 0 com.vzw.qualitydatalog
adb shell pm uninstall -k --user 0 com.verizon.mips.services
adb shell pm uninstall -k --user 0 com.motorola.vzw.settings.extensions
adb shell pm uninstall -k --user 0 com.vznavigator.Generic
adb shell pm uninstall -k --user 0 com.motorola.vzw.provider
adb shell pm uninstall -k --user 0 com.gotv.nflgamecenter.us.lite
adb shell pm uninstall -k --user 0 com.motorola.email
adb shell pm uninstall -k --user 0 com.vcast.mediamanager
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon
adb shell pm uninstall -k --user 0 com.google.android.videos
adb shell pm uninstall -k --user 0 com.google.android.music
adb shell pm uninstall -k --user 0 com.google.android.apps.docs
adb shell pm uninstall -k --user 0 com.lenovo.FileBrowser2
chrislind said:
adb shell pm uninstall -k --user 0 com.motorola.setupwizard.phoneservice
adb shell pm uninstall -k --user 0 com.vzw.hss.myverizon...
Click to expand...
Click to collapse
I believe that this procedure actually only disables the apps, although it appears that they are uninstalled. It is my understanding that a factory reset will re-enable/re-install all the apps. Read about half-way down this page.
mn1968 said:
I believe that this procedure actually only disables the apps, although it appears that they are uninstalled. It is my understanding that a factory reset will re-enable/re-install all the apps. Read about half-way down this page.
Click to expand...
Click to collapse
100% correct.

Debloat with ADB Shell [No Root]

See topic where package disablers are used first:
https://forum.xda-developers.com/tab-s5e/how-to/samsung-galaxy-tab-s5e-debloat-root-info-t3935010
See explained why you as a consumer should not buy or use package disablers:
https://forum.xda-developers.com/showpost.php?p=80048718&postcount=42
Thanks to TiTiB for finding many package names:
https://forum.xda-developers.com/member.php?u=6773321
The package names you can find in the original topic. That's in the topmost hyperlink in this post.
This does not void warranty, but in worse case, you need factory reset.
I recommend anyone wanting to debloat using ADB SHELL procedure, it's easy if you have a Linux USB stick or Linux installation.
First time you've been reading about ADB command? Instructions setting up your phone and computer here:
https://www.xda-developers.com/install-adb-windows-macos-linux/
In Linux, in this case a Debian based distribution like Ubuntu
Code:
sudo apt install adb
Then enable developer mode in your tablet by pressing the Kernel Build number until it says you have enabled developer mode. Learn how to control over a USB cable with ADB commands how to disable or enable packages for the current user ( which is user 0 ). This does not require root, and you will keep your warranty. In your phone settings menu the Developer section will appear and there you need to enable ADB Debugging. Then you start using ADB. See included link far below if this is your first time.
The first command after installing ADB at your Linux system is
Code:
adb shell
If you are using Windows or are new to using ADB:
https://www.xda-developers.com/disable-system-app-bloatware-android/
It's assumed you already in the adb shell with the command above.
You are then in your Tablet in a shell running at it.
For example to DISABLE Bixby you can simply do this
Code:
pm disable-user --user 0 com.samsung.android.bixby.wakeup
pm disable-user --user 0 com.samsung.android.app.spage
pm disable-user --user 0 com.samsung.android.app.routines
pm disable-user --user 0 com.samsung.android.bixby.service
pm disable-user --user 0 com.samsung.android.visionintelligence
pm disable-user --user 0 com.samsung.android.bixby.agent
pm disable-user --user 0 com.samsung.android.bixby.agent.dummy
pm disable-user --user 0 com.samsung.android.bixbyvision.framework
You can list disabled packages with this
Code:
pm list packages -d
To ENABLE Bixby again you can do this
Code:
pm enable com.samsung.android.bixby.wakeup
pm enable com.samsung.android.app.spage
pm enable com.samsung.android.app.routines
pm enable com.samsung.android.bixby.service
pm enable com.samsung.android.visionintelligence
pm enable com.samsung.android.bixby.agent
pm enable com.samsung.android.bixby.agent.dummy
pm enable com.samsung.android.bixbyvision.framework
Or this
Code:
pm enable --user 0 com.samsung.android.bixby.wakeup
pm enable --user 0 com.samsung.android.app.spage
pm enable --user 0 com.samsung.android.app.routines
pm enable --user 0 com.samsung.android.bixby.service
pm enable --user 0 com.samsung.android.visionintelligence
pm enable --user 0 com.samsung.android.bixby.agent
pm enable --user 0 com.samsung.android.bixby.agent.dummy
pm enable --user 0 com.samsung.android.bixbyvision.framework
For example to UNINSTALL Bixby PERMANENTLY, in the past for Android 6 or less, until Factory Reset you can do this [ Not recommended ?]
See supplemental code written inside this topic, you can bring back uninstalled packages without problem provided you have Android 7 or later!
Code:
pm uninstall -k --user 0 com.samsung.android.bixby.wakeup
pm uninstall -k --user 0 com.samsung.android.app.spage
pm uninstall -k --user 0 com.samsung.android.app.routines
pm uninstall -k --user 0 com.samsung.android.bixby.service
pm uninstall -k --user 0 com.samsung.android.visionintelligence
pm uninstall -k --user 0 com.samsung.android.bixby.agent
pm uninstall -k --user 0 com.samsung.android.bixby.agent.dummy
pm uninstall -k --user 0 com.samsung.android.bixbyvision.framework
There are several apps at the Google Playstore which can give you an exact package name for any given application. But simplest method is learning which options the pm in an ADB shell has.
example commands for ADB
Code:
adb shell pm list packages
pm list packages
If you uninstalled with ADB you can only Factory Reset to get the packages back, the Disable/Enable method however work fine without Factory reset to get packages back. I updated this entire post accordingly thanks to another user.
Before you remove all phone like packages, Samsung has Call and Message Continuity working for Galaxy S10, some countries since a few weeks Galaxy S9 and hopefully promised later this year also for the S8. This means you can use your phone to call with your tablet even if it only has WIFI provided you have your phone as is listed as example also connected to WIFI.
If you use ADB shell procedure, you must first write down with package you disable or enable by a text editor if you want to undo the changes. If you don't know the package name you disabled you can not enable it anymore unless you factory reset your device.
Hence the easy example of Bixby, and its package names listed in case you want Bixby back.
I am sure this tutorial I wrote uninstalls a package, but it might be safer you disable a package with ADB commands.
This XDA tutorial below might be the safest method described in following link
https://www.xda-developers.com/disable-system-app-bloatware-android/
This post had been updated to show the difference between JUST DISABLING and PERMANENTLY UNINSTALL of a given package name. The difference is once you use the uninstall method only a factory reset brings that package back, just disabling makes you able to enable it again without problem. Therefore JUST DISABLING is RECOMMENDED ONLY.
New information about ADB commands:
If you have used the UNINSTALL method, here commands to get those packages back.
https://forum.xda-developers.com/android/help/how-to-install-uninstalled-packages-t3894235
you can simply use "adb shell cmd package install-existing <package name>" in ADB and you'll get the package back .
By @Vordx
Click to expand...
Click to collapse
Good news everyone for those whom uninstalled Bixby for user 0, I was successfuly able to get Bixby back with the following commands which indeed work.
Code:
adb shell
You are now in a terminal at your computer interfacing with the tablet or phone
Code:
cmd package install-existing com.samsung.android.bixby.wakeup
cmd package install-existing com.samsung.android.app.spage
cmd package install-existing com.samsung.android.app.routines
cmd package install-existing com.samsung.android.bixby.service
cmd package install-existing com.samsung.android.visionintelligence
cmd package install-existing com.samsung.android.bixby.agent
cmd package install-existing com.samsung.android.bixby.agent.dummy
cmd package install-existing com.samsung.android.bixbyvision.framework
So you truly can uninstall Bixby or diable it and even reinstall Bixby without factory reset, that's really good news. I used Bixby as an example, since it is deep in official Samsung Rom its core. It does work to just use
Code:
cmd package install-existing <package name>
I got Bixby back with it, and that is really great since I now will uninstall it again, and You Do Not need To Factory Reset to get Uninstalled Packages back, try following procedure. I really used the uninstall commands over ADB Android Debugging Bridge and since the package was uninstalled for user 0, reinstall an existing package does work! That is great news, since it does not require a factory reset if you have to happen to uninstall for user 0 any package. The same is true but only for Android 7 and later. See the topic linked to that explains people with Android lower than 7 unable to do this. Seems Google did a good job regarding this.
If you know the package names you can use a simple script to automate it.
Post in thread '[Guide] Samsung Galaxy Tab S5e Debloat Without Root-Info' https://forum.xda-developers.com/t/...bloat-without-root-info.3935010/post-85910045

abd command line help to remove appa (note 3, lollipop)

Hi
I managed to remove Samsung Internet as it kept updating my apps and i couldnt remove notifications with the following command
adb shell pm uninstall -k --user 0 com.sec.android.app.sbrowser
which it did
C:\ABD\platform-tools>adb shell pm uninstall -k --user 0 com.sec.android.app.sbr
owser
Success
I then tryed to change the sbrower to shealth which it deleted
but i cant delete chrome, amazon or Bloomberg+ app i know you can disable them but i would like to delete them, is there a different command needed.
C:\ABD\platform-tools>adb shell pm uninstall -k --user 0 com.sec.android.app.Chr
ome
Failure - not installed for 0
C:\ABD\platform-tools>adb shell pm uninstall -k --user 0 com.sec.android.app.blo
omberg
Failure - not installed for 0
C:\ABD\platform-tools>adb shell pm uninstall -k --user 0 com.sec.android.app.blo
omberg+
Failure - not installed for 0
C:\ABD\platform-tools>adb shell pm uninstall -k --user 0 com.sec.android.app.Blo
omberg+
Failure - not installed for 0
C:\ABD\platform-tools>adb devices
List of devices attached
8521a61c device
68EC000 said:
Hi
I managed to remove Samsung Internet as it kept updating my apps and i couldnt remove notifications with the following command
adb shell pm uninstall -k --user 0 com.sec.android.app.sbrowser
which it did
C:\ABD\platform-tools>adb shell pm uninstall -k --user 0 com.sec.android.app.sbr
owser
Success
I then tryed to change the sbrower to shealth which it deleted
but i cant delete chrome, amazon or Bloomberg+ app i know you can disable them but i would like to delete them, is there a different command needed.
C:\ABD\platform-tools>adb shell pm uninstall -k --user 0 com.sec.android.app.Chr
ome
Failure - not installed for 0
C:\ABD\platform-tools>adb shell pm uninstall -k --user 0 com.sec.android.app.blo
omberg
Failure - not installed for 0
C:\ABD\platform-tools>adb shell pm uninstall -k --user 0 com.sec.android.app.blo
omberg+
Failure - not installed for 0
C:\ABD\platform-tools>adb shell pm uninstall -k --user 0 com.sec.android.app.Blo
omberg+
Failure - not installed for 0
C:\ABD\platform-tools>adb devices
List of devices attached
8521a61c device
Click to expand...
Click to collapse
you have to specify the package name of the application youre using
example, on google chrome, its com.android.chrome, not com.sec.android.app.chrome(afaik .sec is related to samsung apps)
though you can verify by finding it in app info or rummage through /[internal storage]/Android/data where it uses app's package names, or type pm list packages in adb shell
you can follow the tutorial from xda themselves here: https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
though alternatively, you can use debloat scripts to automate the process, but it requires flashing twrp which will trip knox if youre on stock(though most debloat scripts removes knox stuff aswell so idk), and you dont require root for it to work

DELETE THIS.

Delete this.
Thanks for the list!!
If you delete athena, apps won't close in the background when you press the multitasking button...
There are more apps that are not safe to remove, check everything well.
Youtube_Ll0r3nt3 said:
If you delete athena, apps won't close in the background when you press the multitasking button...
There are more apps that are not safe to remove, check everything well.
Click to expand...
Click to collapse
Thanks for the information, for my part, I don't have this problem!
I will add it to the list anyway. Thank you !
PS: It works without.
Hey bro, I found two files in oppo_product/product/framework called uimremoteserverlibrary.jar and uimremoteclientlibrary.jar
Could you investigate if it is safe to delete?
Youtube_Ll0r3nt3 said:
Hey bro, I found two files in oppo_product/product/framework called uimremoteserverlibrary.jar and uimremoteclientlibrary.jar
Could you investigate if it is safe to delete?
Click to expand...
Click to collapse
Edit: It should be, I haven't tried it, but I think it's possible.
However, if you really want to get the answer and aren't afraid to format your phone, then you have to try. It's the best way to learn
If you had a problem with the settings, to display the list of installed applications, it is now fixed.
I try to update the list as much as possible, and every day, to get to know each application better.
I will follow up on this tutorial, showing how to debloat Realme UI via Terminal Emulator (rooted devices only).
Have a good holiday!
Hey
Kydaix said:
View attachment 5159191
● I am in no way responsible for what may happen, bricked devices, etc...
● If you do this tutorial, it is your choice and your own responsibility.
Today, I want to post a tutorial to help you debloating the new version of Realme UI [RMX1931EX_11_C.34] on Realme X2 Pro.
If you have any problems, simply format your phone.
View attachment 5159215
I'm going to divide this into several lists with some explanations or information.
Spoiler: Platform Tools SDK installation and preparation.
First, download the ADB drivers from here! (official link)
After downloading it, extract the content from it. You will normally get a folder.
Open the folder and inside, create a new .txt document. Change the extension of the document to .bat.
View attachment 5159237
From now on, edit the file via an external software (notepad++ for my part) or notepad.exe.
View attachment 5159243
You have completed the preparation of the Platform Tools SDK.
Spoiler: Preparing the smartphone.
Now connect your phone to your computer (USB, Type-c, etc...), select the file transfer option. then go to the "About phone" section.
Go to the "Version" section.
Press your "Build number" until a message appears telling you that you are now a developer.
Once these settings have been activated, go to the "Additional Settings" category then go into "Developer options" and turn on "USB debugging".
You have finished this step, you can move on to the next one!
Spoiler: Debloating of Realme UI.
Now, in the .bat file on your computer, write this at the beginning :
Code:
@echo off
cd /D "%~dp0"
Then, underneath, make your list of applications to be uninstalled (see lists below). For example :
View attachment 5159261
Once done, all you have to do is save the file and then run it. You should then see a message appear on your phone.
View attachment 5159263
Check the box "Always allow this computer for debugging" then click on "Allow". Normally, the script should run and uninstall unnecessary applications and then, when finished, close.
Now you know how to debloat your Realme X2 Pro! All you have to do is look at the lists.
View attachment 5159271
Find the lists here with some information.
You don't need to remove the explanations, a "#" is placed in front of it so as not to disturb the script.
Spoiler: Android. (com.android.)
adb shell pm uninstall -k --user 0 com.android.backupconfirm #For remote backup, brings up a dialog.
adb shell pm uninstall -k --user 0 com.android.bluetoothmidiservice #Use MIDI in bluetooth? Keep it if you use it (unlikely).
adb shell pm uninstall -k --user 0 com.android.bookmarkprovider #Used to manage bookmarks in the default web browser. Not required for Chrome and other external browsers.
adb shell pm uninstall -k --user 0 com.android.calllogbackup #Linked to backup. Keep it if needed.
adb shell pm uninstall -k --user 0 com.android.cellbroadcastreceiver #Alert broadcaster. Does not work in some countries.
adb shell pm uninstall -k --user 0 com.android.cellbroadcastreceiver.overlay.common #Disabled if you disable the alert broadcaster.
adb shell pm uninstall -k --user 0 com.android.email.partnerprovider #Gmail works perfectly without.
adb shell pm uninstall -k --user 0 com.android.keychain #Google auto-typing works without.
adb shell pm uninstall -k --user 0 com.android.managedprovisioning #More information here.
adb shell pm uninstall -k --user 0 com.android.mtn #Not installed on my device. File transfer works without.
adb shell pm uninstall -k --user 0 com.android.providers.partnerbookmarks #Same as "bookmarkprovider".
adb shell pm uninstall -k --user 0 com.android.providers.userdictionary #Not needed for smartlock or google keyboard personal dictionary.
adb shell pm uninstall -k --user 0 com.android.sharedstoragebackup #Linked to backup. Keep it if needed.
adb shell pm uninstall -k --user 0 com.android.statementservice #Not much information, but works perfectly without it.
adb shell pm uninstall -k --user 0 com.android.stk #SIM Application Toolkit, works perfectly without, for me.
adb shell pm uninstall -k --user 0 com.android.wallpaperbackup #Relates to the wallpaper of the home page. Useless.
Spoiler: ColorOS. (com.coloros.)
adb shell pm uninstall -k --user 0 com.coloros.video #Video app. Keep it if you use it, you will still be able to play videos without it.
adb shell pm uninstall -k --user 0 com.coloros.pictorial #Not installed on my device. According to research, this is useless, can be removed without problems.
adb shell pm uninstall -k --user 0 com.coloros.oppomultiapp #Application cloning will no longer be available.
adb shell pm uninstall -k --user 0 com.coloros.activation #Useless.
adb shell pm uninstall -k --user 0 com.coloros.activation.overlay.common #Useless too.
adb shell pm uninstall -k --user 0 com.coloros.assistantscreen #Maybe linked to Google Assistant?
adb shell pm uninstall -k --user 0 com.coloros.athena #Some may have a problem with multitasking (when closing apps in background). Thanks to Ll0r3nt3.
adb shell pm uninstall -k --user 0 com.coloros.backuprestore #Clone phone app, keep it if you need it.
adb shell pm uninstall -k --user 0 com.coloros.backuprestore.remoteservice #Related to backup. Keep it if you need it.
adb shell pm uninstall -k --user 0 com.coloros.bootreg #Useless.
adb shell pm uninstall -k --user 0 com.coloros.childrenspace #Who uses it? No one...
adb shell pm uninstall -k --user 0 com.coloros.cloud #Not installed on my device. I guess it's a realme cloud service.
adb shell pm uninstall -k --user 0 com.coloros.compass2 #Compass app, keep if you use it.
adb shell pm uninstall -k --user 0 com.coloros.deepthinker #Android works without.
adb shell pm uninstall -k --user 0 com.coloros.encryption #Allows you to encrypt your applications.
adb shell pm uninstall -k --user 0 com.coloros.favorite.overlay.common #Useless.
adb shell pm uninstall -k --user 0 com.coloros.floatassistant #Useless, but keep it if you want.
adb shell pm uninstall -k --user 0 com.coloros.focusmode #Keep it if you use it.
adb shell pm uninstall -k --user 0 com.coloros.gamespace #Keep it if you want, but works without.
adb shell pm uninstall -k --user 0 com.coloros.gamespaceui #Not installed on my device. Related to gamespace, keep it if you use it.
adb shell pm uninstall -k --user 0 com.coloros.healthcheck #Healthcheck app.
adb shell pm uninstall -k --user 0 com.coloros.locationproxy #Works without.
adb shell pm uninstall -k --user 0 com.coloros.lockassistant #Works perfectly without.
adb shell pm uninstall -k --user 0 com.coloros.ocrscanner #Not installed on my device. So it should work perfectly without.
adb shell pm uninstall -k --user 0 com.coloros.ocrservice #The same. Works perfectly without.
adb shell pm uninstall -k --user 0 com.coloros.ocs.opencapabilityservice #Works perfectly without.
adb shell pm uninstall -k --user 0 com.coloros.onekeylockscreen #Not installed on my device. Should work perfectly without.
adb shell pm uninstall -k --user 0 com.coloros.personalassistant.overlay.common #Google assistant works without.
adb shell pm uninstall -k --user 0 com.coloros.phonemanager #Useless app. Keep it if you use it.
adb shell pm uninstall -k --user 0 com.coloros.phonenoareainquire #Useless.
adb shell pm uninstall -k --user 0 com.coloros.resmonitor #Not installed on my device, it works without.
adb shell pm uninstall -k --user 0 com.coloros.sceneservice #Works very well without.
adb shell pm uninstall -k --user 0 com.coloros.securepay #No problem without.
adb shell pm uninstall -k --user 0 com.coloros.securitykeyboard #Useless, keyboard still works without.
adb shell pm uninstall -k --user 0 com.coloros.smartdrive #Google drive works without it.
adb shell pm uninstall -k --user 0 com.coloros.smartsidebar #Keep it if you use sidebar.
adb shell pm uninstall -k --user 0 com.coloros.soundrecorder #Keep it if you want it.
adb shell pm uninstall -k --user 0 com.coloros.speechassist #Not installed on my device, what is that?
adb shell pm uninstall -k --user 0 com.coloros.translate.engine #Same.
adb shell pm uninstall -k --user 0 com.coloros.video #Not installed on my device. You can watch videos in your gallery without.
adb shell pm uninstall -k --user 0 com.coloros.wallet #Not installed on my device, probably a wallet app, keep it if needed.
adb shell pm uninstall -k --user 0 com.coloros.weather.service #Meteo app works without it. (on my device)
adb shell pm uninstall -k --user 0 com.coloros.weather2 #Meteo app, you can keep it if you use it.
adb shell pm uninstall -k --user 0 com.coloros.widget.smallweather #Weather widgets.
adb shell pm uninstall -k --user 0 com.coloros.wifibackuprestore #To backup wifi.
Spoiler: Oppo. (com.oppo.)
adb shell pm uninstall -k --user 0 com.oppo.ScoreAppMonitor #Not installed.
adb shell pm uninstall -k --user 0 com.oppo.aod #Not installed.
adb shell pm uninstall -k --user 0 com.oppo.atlas #IDK what is this. But it works without.
adb shell pm uninstall -k --user 0 com.oppo.bttestmode #Same.
adb shell pm uninstall -k --user 0 com.oppo.criticallog #Useless.
adb shell pm uninstall -k --user 0 com.oppo.decrypt #Keep if you use crypt app.
adb shell pm uninstall -k --user 0 com.oppo.engineermode #Useless.
adb shell pm uninstall -k --user 0 com.oppo.engineermode.camera #Cam works without.
adb shell pm uninstall -k --user 0 com.oppo.engineermode.network #Wifi works without.
adb shell pm uninstall -k --user 0 com.oppo.fingerprints.finterprintsensortest #Not installed on my device.
adb shell pm uninstall -k --user 0 com.oppo.gmail.overlay #Gmail works without.
adb shell pm uninstall -k --user 0 com.oppo.locationpicker #Location works without.
adb shell pm uninstall -k --user 0 com.oppo.logkit #Useless.
adb shell pm uninstall -k --user 0 com.oppo.logkitservice #Not installed, but same.
adb shell pm uninstall -k --user 0 com.oppo.mimosiso #IDK what is this, but looks useless.
adb shell pm uninstall -k --user 0 com.oppo.music #Music app, keep if you use it, or download one instead.
adb shell pm uninstall -k --user 0 com.oppo.nw #Useless.
adb shell pm uninstall -k --user 0 com.oppo.market #Not installed.
adb shell pm uninstall -k --user 0 com.oppo.operationManual #As you want, if you read it.
adb shell pm uninstall -k --user 0 com.oppo.oppopowermonitor #Works without.
adb shell pm uninstall -k --user 0 com.oppo.ovoicemanager #Not installed.
adb shell pm uninstall -k --user 0 com.oppo.partnerbrowsercustomizations #Useless.
adb shell pm uninstall -k --user 0 com.oppo.qualityprotect #Same.
adb shell pm uninstall -k --user 0 com.oppo.quicksearchbox #Maybe it is a widget?
adb shell pm uninstall -k --user 0 com.oppo.rftoolkit #Keep if needed.
adb shell pm uninstall -k --user 0 com.oppo.sos #Keep it if you are alone.
adb shell pm uninstall -k --user 0 com.oppo.startlogkit #Not installed.
adb shell pm uninstall -k --user 0 com.oppo.tzupdate #Related to the time zone. Works without.
adb shell pm uninstall -k --user 0 com.oppo.usageDump #Same.
adb shell pm uninstall -k --user 0 com.oppo.usercenter #Same..
adb shell pm uninstall -k --user 0 com.oppo.webview #Same...
adb shell pm uninstall -k --user 0 com.oppo.wifirf #Wifi works without it!
adb shell pm uninstall -k --user 0 com.oppo.wifisniffer #Wifi works perfectly without too.
adb shell pm uninstall -k --user 0 com.oppoex.afterservice #Maybe about after sales service.
Spoiler: Google. (com.google.)
adb shell pm uninstall -k --user 0 com.google.android.apps.restore #Useless after setup.
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon #Google duo app.
adb shell pm uninstall -k --user 0 com.google.android.apps.wellbeing #Useless.
adb shell pm uninstall -k --user 0 com.google.android.feedback #Same.
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox #Google search bar widget.
adb shell pm uninstall -k --user 0 com.google.android.onetimeinitializer #Useless.
adb shell pm uninstall -k --user 0 com.google.android.partnersetup #Same.
adb shell pm uninstall -k --user 0 com.google.android.printservice.recommendation #Prints work without.
adb shell pm uninstall -k --user 0 com.google.android.projection.gearhead #Android Auto app.
adb shell pm uninstall -k --user 0 com.google.android.setupwizard #Useless after setup.
adb shell pm uninstall -k --user 0 com.google.android.tag #Tap app, useless.
adb shell pm uninstall -k --user 0 com.google.android.tts #TextToSpeech service.
adb shell pm uninstall -k --user 0 com.google.ar.core #Keep it if you use VR.
adb shell pm uninstall -k --user 0 com.google.android.keep #Google keep app, note.
adb shell pm uninstall -k --user 0 com.google.android.apps.youtube.music #Google music app.
adb shell pm uninstall -k --user 0 com.google.android.apps.magazines #Google actu app.
adb shell pm uninstall -k --user 0 com.google.android.apps.photos #Google photo app.
adb shell pm uninstall -k --user 0 com.google.android.calendar #Google calendar app.
adb shell pm uninstall -k --user 0 com.google.android.videos #Google play film app.
adb shell pm uninstall -k --user 0 com.google.android.apps.docs #Useless.
adb shell pm uninstall -k --user 0 com.google.android.music #Not installed.
# adb shell pm uninstall -k --user 0 com.google.android.modulemetadata #Can be uninstalled, however you will no longer be able to access to your installed apps in settings, and manage their options like data usage, wifi access, etc...
adb shell pm uninstall -k --user 0 com.google.android.marvin.talkback #Keep it if you use it.
adb shell pm uninstall -k --user 0 com.google.android.gmsintegration #Google location history service. GPS works without.
adb shell pm uninstall -k --user 0 com.google.android.gms.location.history #Same.
Spoiler: Qualcomm. (com.qualcomm.)
# adb shell pm uninstall -k --user 0 com.qualcomm.atfwd #Needed to mirror your devices display on a TV.
adb shell pm uninstall -k --user 0 com.qualcomm.embms #Evolved Multimedia Broadcast Multicast Service. More here!
adb shell pm uninstall -k --user 0 com.qualcomm.qti.services.systemhelper #Useless qualcomm service.
adb shell pm uninstall -k --user 0 com.qualcomm.qti.modemtestmode #Same.
adb shell pm uninstall -k --user 0 com.qualcomm.qti.optinoverlay #Same.
adb shell pm uninstall -k --user 0 com.qualcomm.qti.performancemode #Same.
adb shell pm uninstall -k --user 0 com.qualcomm.qti.qcolor #Same.
adb shell pm uninstall -k --user 0 com.qualcomm.qti.remoteSimlockAuth #Same.
adb shell pm uninstall -k --user 0 com.qualcomm.qti.seccamservice #Camera works without.
adb shell pm uninstall -k --user 0 com.qualcomm.timeservice #Time can be changed without.
adb shell pm uninstall -k --user 0 com.qualcomm.uimremoteclient #Same.
adb shell pm uninstall -k --user 0 com.qualcomm.uimremoteserver #Same.
Spoiler: Other applications.
adb shell pm uninstall -k --user 0 com.dolby.daxservice #Dolby Atmos works without.
# adb shell pm uninstall -k --user 0 com.oppo.multimedia.dolby #Dolby app! Keep it if you use Dolby Atmos. The sound works without and the quality does not change.
adb shell pm uninstall -k --user 0 com.dropboxchmod #Dropbox works without.
adb shell pm uninstall -k --user 0 com.dsi.ant.server #Useless.
adb shell pm uninstall -k --user 0 com.facebook.appmanager #Facebook bloatware.
adb shell pm uninstall -k --user 0 com.facebook.katana #Facebook bloatware.
adb shell pm uninstall -k --user 0 com.facebook.services #Facebook bloatware.
adb shell pm uninstall -k --user 0 com.facebook.system #Facebook bloatware.
adb shell pm uninstall -k --user 0 com.ted.number #Useless.
adb shell pm uninstall -k --user 0 com.heytap.habit.analysis #Bloatware. Linked to HeyTap MCS.
adb shell pm uninstall -k --user 0 com.heytap.openid #Service for HeyTap MCS.
adb shell pm uninstall -k --user 0 com.heytap.browser #Not installed. Bloatware. Linked to HeyTap MCS.
adb shell pm uninstall -k --user 0 com.heytap.colorfulengine #Service for HeyTap MCS.
adb shell pm uninstall -k --user 0 com.heytap.datamigration #Service for HeyTap MCS.
adb shell pm uninstall -k --user 0 com.heytap.mcs #Related to OPPO cloud service.
adb shell pm uninstall -k --user 0 com.mediatek.omacp #Works without.
adb shell pm uninstall -k --user 0 com.mobiletools.systemhelper #Not installed, could be bloat.
adb shell pm uninstall -k --user 0 com.nearme.atlas #Useless.
adb shell pm uninstall -k --user 0 com.nearme.instant.platform #Not installed. Same.
adb shell pm uninstall -k --user 0 com.nearme.statistics.rom #Bloatware.
adb shell pm uninstall -k --user 0 com.nearme.browser #Not installed. Same...
adb shell pm uninstall -k --user 0 com.nearme.themestore #Not installed. Same....
adb shell pm uninstall -k --user 0 com.qti.service.colorservice #Maybe related to theme, but it works without.
adb shell pm uninstall -k --user 0 com.qti.xdivert #Useless bloat.
adb shell pm uninstall -k --user 0 com.realme.logtool #Not installed.
adb shell pm uninstall -k --user 0 com.realme.securitycheck #IDK but works without.
adb shell pm uninstall -k --user 0 com.rongcard.eid #Useless.
adb shell pm uninstall -k --user 0 com.tencent.soter.soterserver #Related to tencent games?
adb shell pm uninstall -k --user 0 com.opera.browser #Keep it if you use it.
adb shell pm uninstall -k --user 0 com.opera.preinstall #Opera should work without it.
adb shell pm uninstall -k --user 0 org.kman.AquaMail #Keep if you it.
The list is updated often, I am active.
Click to expand...
Click to collapse
Hey bro, one question, if I want do the debloat script on Linux... how can I do it ? Thanks in advance!
parkpark9999 said:
Hey
Hey bro, one question, if I want do the debloat script on Linux... how can I do it ? Thanks in advance!
Click to expand...
Click to collapse
Sorry, but this script is only for Realme UI.
Kydaix said:
Sorry, but this script is only for Realme UI.
Click to expand...
Click to collapse
I know. I said, I want to execute this script in Linux, not in Windows. I want to debloat my phone on Linux, not Windows. How I can execute this script on Linux ?
Thanks and sorry for the misunderstanding.
parkpark9999 said:
I know. I said, I want to execute this script in Linux, not in Windows. I want to debloat my phone on Linux, not Windows. How I can execute this script on Linux ?
Thanks and sorry for the misunderstanding.
Click to expand...
Click to collapse
Oh I see!
You just have to download Platform Tools for Linux, on this link : https://developer.android.com/studio/releases/platform-tools
Then, run the commands one by one.
Or maybe you can create something like a .bat but for Linux.
Kydaix said:
Oh I see!
You just have to download Platform Tools for Linux, on this link : https://developer.android.com/studio/releases/platform-tools
Then, run the commands one by one.
Or maybe you can create something like a .bat but for Linux.
Click to expand...
Click to collapse
I have already installed adb tools. But the question it's your last paragraph. How I can do this script. I will search more and I said you when I see. Thanks anyway and again, great list!
Safecenter bloat, but no manage app init and float, but work all fine
com.coloros.appmanager bloat but gamespace app float Window menu dont show
Please add in your posts the new things you edit, or at least put them below each list, so we will know that you have updated, thx
If you only want to deactivate an apk instead of uninstalling it, just delete
Code:
uninstall -k
and replace it with
Code:
disable-user
in each line you want.
And instead of deleting some lines, just set a # before.
Thanks for the list!! We will update it
Is there anything in that list relating to work profiles? I ran most of the list up there and it appears to have locked my work profile (I use Island). The phone restarts after a few seconds if I tap the notification to unlock it.
Deleted the work profile and reinstalled Island but it restarted again when setting up the work profile. The phone is also really sluggish as long as a work profile exists.
Oh, I assume it's a bad idea to remove Gmail (com.google.android.gm) since it isn't mentioned, right?
tacc2 said:
Is there anything in that list relating to work profiles? I ran most of the list up there and it appears to have locked my work profile (I use Island). The phone restarts after a few seconds if I tap the notification to unlock it.
Deleted the work profile and reinstalled Island but it restarted again when setting up the work profile. The phone is also really sluggish as long as a work profile exists.
Oh, I assume it's a bad idea to remove Gmail (com.google.android.gm) since it isn't mentioned, right?
Click to expand...
Click to collapse
Try parallel space
Youtube_Ll0r3nt3 said:
Try parallel space
Click to expand...
Click to collapse
Works since it doesn't use a work profile, I assume.

Categories

Resources