How to disable google apps? - Realme XT Questions & Answers

how can i disable google apps like play film, youtube music, chrome etc on realme XT Stock Rui C.01?
in the information section, the option is grayed out

FortMike said:
how can i disable google apps like play film, youtube music, chrome etc on realme XT Stock Rui C.01?
in the information section, the option is grayed out
Click to expand...
Click to collapse
I use the Xiaomi ADB Tools. Works very well for our device and you can disable most of the apps. But you can also disable it with ADB commands (no root). Just use Google to find the commands.

00norman00 said:
I use the Xiaomi ADB Tools. Works very well for our device and you can disable most of the apps. But you can also disable it with ADB commands (no root). Just use Google to find the commands.
Click to expand...
Click to collapse
Thanks for your reply, i'll take a look. Another question, if a new update comes out, should i first restore the disabled apps before updating?
can you provide me the USB drivers for Realme XT?? i need them because ADB doesn't recognize the device

Related

Unbranded Android TV - No android settings app

Hi everyone,
I have an unbranded (sticker brand) Android TV that apparently has a custom firmware with almost everything modified, with the most annoying thing is that they have completely removed the stock Android settings app and replaced it with a custom settings app that has hardly any options. That prevents by from doing even basic stuff such as cleaning app's cache and data. Using ES Task Manager I've verified that they actually removed the settings app and not just the launcher link.
Is there any way I can get the native settings app into the device? Is there any alternative settings app that does a good job? I can install apks from unknown sources but no ADB (no hardware connection to PC).
Also, any rooting advice will also be appreciated but this is not critical. I have no ADB but the Android version is 4.4.2 and not really updated so exploit-based roots may work.
Bump
Hi,
Did you find any solution?
i'm even not able to boot in recovery mode
Try this
Hidden Settings For Android - Apps on Google Play
It can open practical settings which some phone vendors hide for user
play.google.com
jwoegerbauer said:
Try this
Hidden Settings For Android - Apps on Google Play
It can open practical settings which some phone vendors hide for user
play.google.com
Click to expand...
Click to collapse
I'm able to sideload apps but when i download apps require permission doesn't work like i have install reboot to recovery i'm not even allowed to reboot in stock recovery
ankitsingh1o1 said:
I'm able to sideload apps but when i download apps require permission doesn't work like i have install reboot to recovery i'm not even allowed to reboot in stock recovery
Click to expand...
Click to collapse
This thread's topic is "Android Settings" and NOT "adb sideload" etc.pp.
Start a new thread related to your issue.
jwoegerbauer said:
Try this
Hidden Settings For Android - Apps on Google Play
It can open practical settings which some phone vendors hide for user
play.google.com
Click to expand...
Click to collapse
Installed this app not working, only ads being displayed but no option only white screen in middle

[APP][NO ROOT] Fire TV system apps hacked to get system permissions

ADB disable or uninstall fails for system apps in new builds.
install this apk to block installing new update from amazon. it will still download the ota bin file for you to experiment, but the ota install will fail as the code to install bin is removed.
For anyone interested to try other exploits
https://forum.xda-developers.com/fire-tv/general/fire-os-5-2-6-3-bin-extract-fire-stick-t3780621
I'm a little confused and was hoping you could clarify. Which update does this block? And are you saying the newest update has hidden or disabled developer features / ADB option?
The uninstall / disable parameter doesn't work on newest fireTV devices, which means you cannot prevent newer fireTV devices from automatically updating
This over-writes the existing softwareOTA.apk, instead of uninstalling/disabling.
The modifications present in this modded version disable the firmware update functionality from the original softwareOTA.apk
--
@ranjeet choudhary, can we get an equivalent dummy apk to disable com.amazon.tv.launcher?
I tried to do it myself with the janus exploit, but it doesn't work on my windows device. Looks like I will have to install Linux/Mac for further testing.
I am trying to modify com/amazon/tv/launcher/AppKeyService.smali
redacted
Speeddymon said:
You likely don't want to do that until you have full root. The Amazon Settings app is built into the launcher on FireTV Stick Gen 2 devices. Killing the launcher will will any access to settings unless you want to edit everything via adb .
Click to expand...
Click to collapse
The important settings can be accessed via confireator as they are separate from the launcher.
Really all you need is WiFi, Bluetooth, and Adb.
App uninstall can be triggered from the new launcher.
As you say, adb is a backup plan for anyone that messes up too bad.
freshjr said:
The important settings can be accessed via confireator as they are separate from the launcher.
Really all you need is WiFi, Bluetooth, and Adb.
App uninstall can be triggered from the new launcher.
As you say, adb is a backup plan for anyone that messes up too bad.
Click to expand...
Click to collapse
I'll have to check out confireator.
I've been forced to manually add permissions via adb for Accessibility Service and certain permissions Amazon doesn't want you using (SYSTEM_ALERT_WINDOW for overlays, for example) in order to even use CetusPlay on the device.
If confireator can give me a GUI for that, I'm SOLD.
Speeddymon said:
I'll have to check out confireator.
I've been forced to manually add permissions via adb for Accessibility Service and certain permissions Amazon doesn't want you using (SYSTEM_ALERT_WINDOW for overlays, for example) in order to even use CetusPlay on the device.
If confireator can give me a GUI for that, I'm SOLD.
Click to expand...
Click to collapse
If you have a gutted amazon launcher, mind sharing?
I don’t care if you only got rid of home button or if you prevented it from executing its startup process so it fails to launch entirely, it has to go.
freshjr said:
If you have a gutted amazon launcher, mind sharing?
I don’t care if you only got rid of home button or if you prevented it from executing its startup process so it fails to launch entirely, it has to go.
Click to expand...
Click to collapse
I don't have that. Sorry.
Try Launcher Hijack V3. It will replace your launcher without needing to actually replace it.
https://forum.xda-developers.com/amazon-fire/general/launcher-root-launcher-hijack-v2-t3561026
Speeddymon said:
I don't have that. Sorry.
Try Launcher Hijack V3. It will replace your launcher without needing to actually replace it.
https://forum.xda-developers.com/amazon-fire/general/launcher-root-launcher-hijack-v2-t3561026
Click to expand...
Click to collapse
with the janus exploit we can now actually replace it without needing to get rid of it.
I just got a linux distro up and running so I can try executing the script. Windows is a nightmare.
Speeddymon said:
I'll have to check out confireator.
I've been forced to manually add permissions via adb for Accessibility Service and certain permissions Amazon doesn't want you using (SYSTEM_ALERT_WINDOW for overlays, for example) in order to even use CetusPlay on the device.
If confireator can give me a GUI for that, I'm SOLD.
Click to expand...
Click to collapse
Confireator works!! I can finally replace the FireTV Cube launcher!! Thank you!
Edit: Still no access to the Accessibility service settings tho. Oh well, was worth a try!
freshjr said:
The uninstall / disable parameter doesn't work on newest fireTV devices, which means you cannot prevent newer fireTV devices from automatically updating
This over-writes the existing softwareOTA.apk, instead of uninstalling/disabling.
The modifications present in this modded version disable the firmware update functionality from the original softwareOTA.apk
--
@ranjeet choudhary, can we get an equivalent dummy apk to disable com.amazon.tv.launcher?
I tried to do it myself with the janus exploit, but it doesn't work on my windows device. Looks like I will have to install Linux/Mac for further testing.
I am trying to modify com/amazon/tv/launcher/AppKeyService.smali
Click to expand...
Click to collapse
you can try this https://forum.xda-developers.com/showpost.php?p=77289712&postcount=12

xiaomi.eu 9.5.9 Google Pay Working! [root] 5/15 update

ROM:MIUI 10.4 by xiaomi.eu 9.5.9|Beta
2019/05/12 note:
need root permission
google play service must be less than 17, 15.X and 16.X google pay working!
2019/05/13 update note:
After recovery to old version and execute step 1~7, It can add card and payment.
And then manual update google play service to latest version(17.1.22), It can payment, but can't add card.
2019/05/14 update note:
After update google play service to latest version, first payment is successful, but second payment is fail.
so......
google play service <17(15 or 16), google pay is working.
google play service =17,google pay isn't working.
and then, about deny google play services connect to internet, this solution is best!
2019/05/15 update node:
Today google play store and google play service force update, 05/14 solution can't work. please try blue solution. My google pay is working.
step:
please disable any internet connect(WiFi and 3G or 4G).
1. go to SYSTEM SETTINGS/Additional settings/Privacy/Special app access/Device admin apps,disable Find My Device.
note:
before disable Find My Device, you can't remove google play service update, so the step is essential.
2. remove google play service update(It will recovery to old version,My version is 15.0.90).
note:
because google play store can't search google play service, so you need a tools guide to google play store. (I'm using root tool box)
or click it guide to google play store.
3. clear cache then data for both Google Play Services and Google Pay.
4. reinstall Google Pay and delete:/data/data/com.google.android.gms folder.
5. hide Google Pay and com.google.android.gms.* in Magisk.
6. reboot.
7. Deny google play store connect to internet(I am using AFWall+).
8. Enable WiFi or 3G or 4G, and then Add card to Google Pay.
9. Deny google play service connect to internet.
10. allow google play store connect to internet.
11. Finish.
please don't update 「google」 app, it will auto update google play service.
step:
1. go to SYSTEM SETTINGS/Additional settings/Privacy/Special app access/Device admin apps,disable Find My Device.
note:
before disable Find My Device, you can't remove google play service update, so the step is essential.
2. remove google play service update(It will recovery to old version,My version is 15.0.90).
note:
because google play store can't search google play service, so you need a tools guide to google play store. (I'm using root tool box)
or click it guide to google play store.
3. clear cache then data for both Google Play Services and Google Pay.
4. reinstall Google Pay and delete:/data/data/com.google.android.gms folder.
5. hide Google Pay and com.google.android.gms.* in Magisk.
6. reboot.
7. Google Pay working!(version:2.86.243324902 or 2.88.246232551)
8.Deny google play services connect to internet(I am using Disable Service, please read 05/14 update note.) after add card. (essential, please read 05/14 update note and question 1.)
Question:
Q1: Deny google play services connect to internet,why?
A1:Google play service sometimes auto update(example:update "google" app).
google play service:https://imgur.com/bLwEbw3
google pay:https://imgur.com/pANet2g
magisk hide:https://imgur.com/9xtTxQW
working:https://imgur.com/yoVr7KB
Thank you! Useful :good:
Worked fine for me too. Im on Revolution OS.
Are there any disadvantages when Play Services is blocked?
DieAbrissbirne said:
Are there any disadvantages when Play Services is blocked?
Click to expand...
Click to collapse
if your app needs google play service, your app maybe crash or can't normal execution.
zz358840 said:
if your app needs google play service, your app maybe crash or can't normal execution.
Click to expand...
Click to collapse
So, not only google pay but also apps need google play service might have abnormally behavior, right.
p5auser said:
So, not only google pay but also apps need google play service might have abnormally behavior, right.
Click to expand...
Click to collapse
right, you can try 5/13 update solution, it work and have not abnormally behavior.?
Hi,
how can i remove google play service update?
i can only delete Cache and Data?
So, you're basically breaking some of the phone's most essential functions. I'm not ungrateful or anything, on the contrary, but if you really, really, absolutely need GPay to work - why don't you just run stock with a locked bootloader?
unfortunately i have a china version of Mi 9. so i am not able to use gpay with stock rom
Bretl2009 said:
unfortunately i have a china version of Mi 9. so i am not able to use gpay with stock rom
Click to expand...
Click to collapse
Huh. It did work for me though. I have 8GB 128GB version from china
Sent from my Xiaomi MI 9 using XDA Labs
Bretl2009 said:
Hi,
how can i remove google play service update?
i can only delete Cache and Data?
Click to expand...
Click to collapse
hi,
5/13 content update.
you can try step 2 note solution.
MrDeacon said:
So, you're basically breaking some of the phone's most essential functions. I'm not ungrateful or anything, on the contrary, but if you really, really, absolutely need GPay to work - why don't you just run stock with a locked bootloader?
Click to expand...
Click to collapse
global...... Hmm......I don't like,reason so easy,and than I want root my phone, so eu rom is best!
MrDeacon said:
So, you're basically breaking some of the phone's most essential functions. I'm not ungrateful or anything, on the contrary, but if you really, really, absolutely need GPay to work - why don't you just run stock with a locked bootloader?
Click to expand...
Click to collapse
global rom...... hmm......, I don't like, reason so easy, and than I want root my phone, so eu rom is best!
HUGE THANK YOU! After a month of painful troubleshooting finally i got gpay working thanks to you. At first I Had some trouble with play services due to auto update being too fast (yeah, network was faster than my fingers and couldn't block it with afwall in time) but the second time i tried it actually worked just fine. I updated Play Services anyway since i don't need more than the card i already added, but i need the Play Store. Thank you again!
Hi, i have a new instruction from an other forum and it works for me, because i dont need Magisk.
EU 9.5.9, services 17.4.53 configured PAY without magisk \ root through TWRP
SafetyNet did a verification with the application "SafetyNet Helper Sample"
1) through TWRP in /data/data/com.google.android.gms/app_dg_cache we remember the names of the folders
2) with the SafetyNet Helper Sample application, we check, everything is green, we return again to TWRP
3) A new folder will appear in /data/data/com.google.android.gms/app_dg_cache, leave it, we delete the old ones from p1
4) set the permissions 0551 to the /data/data/com.google.android.gms/app_dg_cache folder
and try use gPay
Bretl2009 said:
Hi, i have a new instruction from an other forum and it works for me, because i dont need Magisk.
EU 9.5.9, services 17.4.53 configured PAY without magisk \ root through TWRP
SafetyNet did a verification with the application "SafetyNet Helper Sample"
1) through TWRP in /data/data/com.google.android.gms/app_dg_cache we remember the names of the folders
2) with the SafetyNet Helper Sample application, we check, everything is green, we return again to TWRP
3) A new folder will appear in /data/data/com.google.android.gms/app_dg_cache, leave it, we delete the old ones from p1
4) set the permissions 0551 to the /data/data/com.google.android.gms/app_dg_cache folder
and try use gPay
Click to expand...
Click to collapse
This work but missed some required stages, there is original step by step instruction:
Test with Chine MI 9 with xiaomi.eu 9.5.30 rootless with unlocked bootloader (TWRP 3.3.1-30 Unofficial by mauronofrio)
MrDeacon said:
So, you're basically breaking some of the phone's most essential functions. I'm not ungrateful or anything, on the contrary, but if you really, really, absolutely need GPay to work - why don't you just run stock with a locked bootloader?
Click to expand...
Click to collapse
doesn't work either
drefixs said:
This work but missed some required stages, there is original step by step instruction:
Test with Chine MI 9 with xiaomi.eu 9.5.30 rootless with unlocked bootloader (TWRP 3.3.1-30 Unofficial by mauronofrio)
Click to expand...
Click to collapse
Thank you, it works with my Xiaomi Mi 9 Global 10.2.9.0 Unlock and root, very usefull post.

Help needed in unlocking ACT Stream 4K TV Box

Recently i got a 4K Android Stream box for my network plan from my ISP - ACT Fibernet in india
I have disconnected the connection due to relocation and have no ACT in the new place
The issue is the Android Box only runs in the ACT network and doesnt work in other network
Is there a way to make the android box work in other networks?
Or flash a Android TV os and make it standalone ?
As the new box has good specs and supports Steam Link and other features
New to this android TV experience. Any help would do.. :fingers-crossed:
Tech Specs
Operating System : Android 9
Main Chipset : Hi Silicon 3798M V200
RAM : 2GB
Flash : 8GB
DRM : Widevine & Playready
WiFi : Dual band (2.4G & 5G) & 802.11 ac
Ports Available : 2 USB ports, 1 Ethernal port, 1 HDMI port, 1 AV output, 1 SD crad slot
Me too looking for the same info.
Hey me to..
when they have network issue.. this is useless.
need same info
I need the same info too.. is there a way to root or install custom rom like how you do traditional android tv boxes?
I have not found the way to unlock it, but there is a work around to use it without ACT network.
----------------------
Install below two apps by sideloading the apk files.
1. Sideload Launcher
2. Launch on Boot
Open Launch on boot and mark 'Sideload launcher' as the app to boot.
---------------------
if you press accidentally home button while NOT using ACT network,
you can then also use 'Google play store' button in the remote to select the app 'Launch on boot' and open 'sideload Launcher' app.
Thanks
SK
Thank you for the sideload launcher idea and it works as expected.
I wish we have an option to install a custom launcher on this as its the Act Launcher that is causing problem when its not connected to an Act Network.
I am looking for the same - unlock the Android TV from ACT
---------- Post added at 02:24 AM ---------- Previous post was at 02:23 AM ----------
prashanth678 said:
Thank you for the sideload launcher idea and it works as expected.
I wish we have an option to install a custom launcher on this as its the Act Launcher that is causing problem when its not connected to an Act Network.
Click to expand...
Click to collapse
Were you able to use the ACT TV outside of ACT network? Please let me know. Thanks
Yes I am able to use it as per above launch on boot and sideload launcher method.
How were you able to access the settings or play store when on the non-ACT network page? My device will not let me access them other than the network selection.
I'm able to access play store and other apps right from the day I bought it. On the top banner you have different pages the 2nd one is apps. Select that and scroll down, then you can see play store and other apps you have installed. Only the TV section won't work if the device is not connected to act network.
Regarding Choosing "Launch On Boot" option
How do i select the "Launch On Boot" option, please help.
If you could provide the steps or screenshot, it would be really helpful.
Alternate launchers
All my attempts at installing alternate launcher fail with
Code:
$ adb install ~/Downloads/Taskbar-5.0.1.apk
adb: failed to install /home/reshma/Downloads/Taskbar-5.0.1.apk: Failure [INSTALL_PARSE_FAILED_BAD_PACKAGE_NAME: Package couldn't be installed in /data/app/com.farmerbb.taskbar-NJD_XsOJWsvV-uhprRNnOw==: Package com.farmerbb.taskbar do not allow to install.]
Have you guys been able to find any way to install other launcher apps?
Works!
I managed to make it work with the two apps. I was looking through the Airtel internet TV forum and for that, you can enablee developer mode and use adb bridge to completely remove the associated apps to get a stock OS. However, when I try to click on build option 7 times (and more), it does not work on ACT TV. Has it been disabled on this? How can we enable developer options in this? If anyone can confirm with the same issue.
djxtwicee said:
I managed to make it work with the two apps. I was looking through the Airtel internet TV forum and for that, you can enablee developer mode and use adb bridge to completely remove the associated apps to get a stock OS. However, when I try to click on build option 7 times (and more), it does not work on ACT TV. Has it been disabled on this? How can we enable developer options in this? If anyone can confirm with the same issue.
Click to expand...
Click to collapse
Try using developer tools app from playstore. They have disabled the 7 tap option now. Please let us know if you succeed.
Successfully worked!
Vimz999 said:
Try using developer tools app from playstore. They have disabled the 7 tap option now. Please let us know if you succeed.
Click to expand...
Click to collapse
Thanks for the idea. I installed the app from play store (it installs but it will not show up, you can use voice command to open or from settings). Then, it enables developer options following which I ran adblink to uninstall all apks which began with in.actcorp. One note is that the normal uninstall option in adblink will not enable you to delete all apps, it is required to use pm uninstall -k --user 0 [apk name] in the adb shell to get it done. Once done, the box works, however I'm not too sure on how to get the default android TV launcher to open up, pressing the home button on remote takes to a blank screen only. If someone can help, I'll be grateful!
djxtwicee said:
Thanks for the idea. I installed the app from play store (it installs but it will not show up, you can use voice command to open or from settings). Then, it enables developer options following which I ran adblink to uninstall all apks which began with in.actcorp. One note is that the normal uninstall option in adblink will not enable you to delete all apps, it is required to use pm uninstall -k --user 0 [apk name] in the adb shell to get it done. Once done, the box works, however I'm not too sure on how to get the default android TV launcher to open up, pressing the home button on remote takes to a blank screen only. If someone can help, I'll be grateful!
Click to expand...
Click to collapse
Wow. This is great progress. Let me try these steps too. What I can tell you now is if you can install apks, try installing atv launcher or open play store using the voice assistant and install a launcher from there. I'll try this on my end too and see what can be done about the default launcher. Earlier, it never used to let us install any launcher apps. Sideload launcher was the only app we could install.
Vimz999 said:
Wow. This is great progress. Let me try these steps too. What I can tell you now is if you can install apks, try installing atv launcher or open play store using the voice assistant and install a launcher from there. I'll try this on my end too and see what can be done about the default launcher. Earlier, it never used to let us install any launcher apps. Sideload launcher was the only app we could install.
Click to expand...
Click to collapse
I was able to uninstall all the act apps. But something is blocking launcher apps from installing. Android tv home launcher is what we need to install but can't install it either from adb or from playstore. Do you have some command to force install or do you know where the blocked list is?
Vimz999 said:
I was able to uninstall all the act apps. But something is blocking launcher apps from installing. Android tv home launcher is what we need to install but can't install it either from adb or from playstore. Do you have some command to force install or do you know where the blocked list is?
Click to expand...
Click to collapse
I faced the same issue, that's why it is hard to not reach the blank home page often. Hopefully someone has a way to install the launcher apps.
djxtwicee said:
I faced the same issue, that's why it is hard to not reach the blank home page often. Hopefully someone has a way to install the launcher apps.
Click to expand...
Click to collapse
have you tried resetting your device after removing act core applications ?
kmani49 said:
have you tried resetting your device after removing act core applications ?
Click to expand...
Click to collapse
Resetting restores all the apps you have uninstalled. Including the act launcher app. Another way that may work is to somehow rename the android home launcher apk to in.actcorp.actottlauncher.
And make it to install over the current app.

Question Debloating S22 plus

Hi all,
what is the easiest and best way to debloat and optimize S22+. For non rooted users ofc
I dont need all Samsung apps, Facebook etc .
Thanks
The easiest would be to manually disable every app you can. Usually only the ore installed apps, minus the system, take space and ram. Wouldnt mess around with Samsung system apps, since you will lose functionality.
Wouldn't be the easiest but arguably the best, would be going the adb route,
Which allows you to Uninstall by the package.
I.e. https://play.google.com/store/apps/details?id=com.catchingnow.icebox
You can try this app also.
○○○○○○
I know you said non root.
I swear I would root my snapdragon tmobile version if it was possible. I will continue to hope.
enable usb debug and use this tool
[TOOL] ADB AppControl 1.8.0 🚀 Ultimate App Manager & Debloat Tool + Tweaks
ADB AppControl 🚀 Root is not required. Works with any Android device. Can do almost everything you dreamed about with applications. ADB AppControl - the desktop program, that will allow you to easily manage applications on your android device...
forum.xda-developers.com
Sheetzie03 said:
Wouldn't be the easiest but arguably the best, would be going the adb route,
Which allows you to Uninstall by the package.
I.e. https://play.google.com/store/apps/details?id=com.catchingnow.icebox
You can try this app also.
○○○○○○
I know you said non root.
I swear I would root my snapdragon tmobile version if it was possible. I will continue to hope.
Click to expand...
Click to collapse
Thanks, but I dont want to root. Previously on non Samsung phones I rooted my phone from first day, but here dont want to loose Knox,warranty also it is hard to sell if it is rooted and unlocked
Fytdyh said:
The easiest would be to manually disable every app you can. Usually only the ore installed apps, minus the system, take space and ram. Wouldnt mess around with Samsung system apps, since you will lose functionality.
Click to expand...
Click to collapse
Is there a list of apps, services etc which are safe to delete,disable ?
marko94 said:
Thanks, but I dont want to root. Previously on non Samsung phones I rooted my phone from first day, but here dont want to loose Knox,warranty also it is hard to sell if it is rooted and unlocked
Is there a list of apps, services etc which are safe to delete,disable ?
Click to expand...
Click to collapse
[DISCONTINUED] Samsung Galaxy One UI - Optimization Guide
THIS IS A SUGGESTED CONFIGURATION FOR SAMSUNG DEVICES OUT OF SUPPORT/CLOSED I - RECOMMENDED SETTINGS To Start With - Factory Reset before starting optimisations - Factory Reset after every Major update (One UI/Android) - Remove SIM before first...
forum.xda-developers.com
I'm using this guide with some personal changes and so far so good. Just make sure you don't disable or uninstall anything that you use. One example in my case is Bixby routines
You can use adb command:
adb shell pm uninstall -k --user 0 <package_name>
I disabled a lot of things I don't use like dex, windows integration....
Debloating is good for Samsung phones because unnecessary apps are on the phone which slows it down! I'll try it too.
goTouch said:
You can use adb command:
adb shell pm uninstall -k --user 0 <package_name>
I disabled a lot of things I don't use like dex, windows integration....
Click to expand...
Click to collapse
Thanks.. what about the new updates when it is available ? do we need to restore all uninstalled apps before the update or no need ?
marko94 said:
Thanks.. what about the new updates when it is available ? do we need to restore all uninstalled apps before the update or no need ?
Click to expand...
Click to collapse
No
you dont need to restore anything
but every stuff you remove will restored after factory reset
pitelasssss said:
No
you dont need to restore anything
but every stuff you remove will restored after factory reset
Click to expand...
Click to collapse
It is just an adb command to disable a package for the current user. You can enable again with:
adb shell cmd package install-existing <package_name>
goTouch said:
It is just an adb command to disable a package for the current user. You can enable again with:
adb shell cmd package install-existing <package_name>
Click to expand...
Click to collapse
use adb debloat tool
better than that
Releases · 0x192/universal-android-debloater
Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device. - 0x192/universal-android-debloater
github.com
Open source as well.
marko94 said:
Hi all,
what is the easiest and best way to debloat and optimize S22+. For non rooted users ofc
I dont need all Samsung apps, Facebook etc .
Thanks
Click to expand...
Click to collapse
You mean you've never heard of package disabler pro, u don't have to root ur phone ,go to www.packagedisabler.com, pay the little fee and disable all bloatware, do not buy from the play store, go to their website!! Google play store doesn't offer it anymore anyway I believe!!
skiku said:
[DISCONTINUED] Samsung Galaxy One UI - Optimization Guide
THIS IS A SUGGESTED CONFIGURATION FOR SAMSUNG DEVICES OUT OF SUPPORT/CLOSED I - RECOMMENDED SETTINGS To Start With - Factory Reset before starting optimisations - Factory Reset after every Major update (One UI/Android) - Remove SIM before first...
forum.xda-developers.com
I'm using this guide with some personal changes and so far so good. Just make sure you don't disable or uninstall anything that you use. One example in my case is Bixby routines
Click to expand...
Click to collapse
www.packagedisabler.com ,no root,disable all bloatware, no desktop required, 3 or 4 dollars for the app,I can't remember, exactly how much!!
just mean plain S22 U.S. version
maypo123 said:
just mean plain S22 U.S. version
Click to expand...
Click to collapse
I don't understand your question mayo,I have the s22 plus,but package disabler works on any s22, if that is what u mean, you'll have to be more specific!
Thanks Shirtytrip
Hi guys is there any list what is safe to debloat galaxy s22 plus?
It is quite hard to know which is a safe app to remove (uninstall/disable) ?
Check with this list https://docs.google.com/spreadsheets/u/0/d/12jEGQftFUL3vAI03X0Ku1LgoWFQKdwPA_WHuLh_2ics/htmlview
Have to ask google one by one by its package name in order to understand what it is doing for and is necessary?
How To Remove (debloat) Bloatware from Any Galaxy Smartphone Via ADB? - SamsungSFour.Com
How to remove/debloat bloatwares from any Samsung Galaxy Smartphone Via the ADB tool.
www.samsungsfour.com
[TOOL] ADB AppControl 1.8.0 🚀 Ultimate App Manager & Debloat Tool + Tweaks
ADB AppControl 🚀 Root is not required. Works with any Android device. Can do almost everything you dreamed about with applications. ADB AppControl - the desktop program, that will allow you to easily manage applications on your android device...
forum.xda-developers.com

Categories

Resources