Youtube app auto reenabled - Samsung Galaxy Note 9 Questions & Answers

Hi.
Recently i have tried add another language under Setting > General management > Language and input > Language.
Some apps start update their language including the default Youtube app ( which i disabled, because i use Youtube vanced).
Now that i removed the added language (now it is English only, just like before) but youtube app keep auto reenable itself and there is a notification about the phone is updating language for youtube. I tried disable youtube app again but this keeps happening about once a day.
Can someone help me out?
Ps: I also tried factory reset and clear the cache but nothing works.
Thank you guy.

Dragonfly9091 said:
Hi.
Recently i have tried add another language under Setting > General management > Language and input > Language.
Some apps start update their language including the default Youtube app ( which i disabled, because i use Youtube vanced).
Now that i removed the added language (now it is English only, just like before) but youtube app keep auto reenable itself and there is a notification about the phone is updating language for youtube. I tried disable youtube app again but this keeps happening about once a day.
Can someone help me out?
Ps: I also tried factory reset and clear the cache but nothing works.
Thank you guy.
Click to expand...
Click to collapse
try this via adb
adb shell
pm uninstall -k --user 0 com.google.android.youtube

chetan180 said:
try this via adb
adb shell
pm uninstall -k --user 0 com.google.android.youtube
Click to expand...
Click to collapse
Thanks for reply.
Will this trigger the knox counter and can I still use Samsung pay (sorry, I'm really new here )

Dragonfly9091 said:
Thanks for reply.
Will this trigger the knox counter and can I still use Samsung pay (sorry, I'm really new here )
Click to expand...
Click to collapse
no it wont trigger anything

Related

Remove Youtube APP?

Hi Folks,
Is there a way to remove system applications (not just disable) like YouTube?
sjbayer3 said:
Hi Folks,
Is there a way to remove system applications (not just disable) like YouTube?
Click to expand...
Click to collapse
You need root for that. It's impossible to uninstall a system app without root. For now, disabling is your only option on certain apps like youtube.
DaNamesFrank said:
You need root for that. It's impossible to uninstall a system app without root. For now, disabling is your only option on certain apps like youtube.
Click to expand...
Click to collapse
you can use this: https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
it doesnt totally remove it from the system but it removes it from the user. its like disabling but you can do any app, not just system apps.
---------- Post added at 08:46 AM ---------- Previous post was at 08:45 AM ----------
sjbayer3 said:
Hi Folks,
Is there a way to remove system applications (not just disable) like YouTube?
Click to expand...
Click to collapse
https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
1. adb shell
2. pm uninstall -k --user 0 <name of package>
youtubes package is com.google.android.youtube
to totally remove it go into settings > apps > youtube and uninstall updates
mweinbach said:
you can use this: https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
it doesnt totally remove it from the system but it removes it from the user. its like disabling but you can do any app, not just system apps.
Click to expand...
Click to collapse
Yeah i seen the video on xda's yt channel. Honestly i dont find it that much great if you're constantly having to factory reset and doing everything from scratch again but you are right. Not calling you wrong or anything just imo not really an effective thing.

Disabling apps

Hi. I have a problem when trying to disable orginal YouTube app from app manager. I have disabled YouTube but its appearing again within hours or so.
After its back google play wants to update.
Anyone?
n0zzz said:
Hi. I have a problem when trying to disable orginal YouTube app from app manager. I have disabled YouTube but its appearing again within hours or so.
After its back google play wants to update.
Anyone?
Click to expand...
Click to collapse
Disable it through adb instead..
TheInfiniteAndroid said:
Disable it through adb instead..
Click to expand...
Click to collapse
Thank you very much! it worked
Do we lose warranty by disabling sistem apps by adb? (App lime Video, Huawei services, swiftkey, hivoice...) Some of them It can't be disabled by settings
Leoxur said:
Do we lose warranty by disabling sistem apps by adb? (App lime Video, Huawei services, swiftkey, hivoice...) Some of them It can't be disabled by settings
Click to expand...
Click to collapse
No you don't lose warranty
Anyone knows how to disable system apps like huawei browser and app gallery. I used following adb command but failed:
pm disable com.huawei.appmarket
This is really annoying.
Reeb_Lam said:
Anyone knows how to disable system apps like huawei browser and app gallery. I used following adb command but failed:
pm disable com.huawei.appmarket
This is really annoying.
Click to expand...
Click to collapse
Probably because that's not the right command
TheInfiniteAndroid said:
Probably because that's not the right command
Click to expand...
Click to collapse
Can you please tell me.
Reeb_Lam said:
Can you please tell me.
Click to expand...
Click to collapse
pm uninstall -k --user 0 com.huawei.appmarket
TheInfiniteAndroid said:
pm uninstall -k --user 0 com.huawei.appmarket
Click to expand...
Click to collapse
Thanks mate. Also no way of diabling app instead of uninstalling??
Reeb_Lam said:
Thanks mate. Also no way of diabling app instead of uninstalling??
Click to expand...
Click to collapse
adb shell pm disable-user --user 0 com.huawei.appmarket
TheInfiniteAndroid said:
adb shell pm disable-user --user 0 com.huawei.appmarket
Click to expand...
Click to collapse
Thank you very much.
You can also use that script i found on a spanish site and you will have toi change "uninstall" by "disable" in the file. https://www.htcmania.com/showthread.php?t=1460035
Follow instructions to keep apps you want and everything will be fine.

Question S21 Ultra Recent apps Gone ?

Hello everyone ,
I tried to debloat my s21 ultra yesterday using the guide in here which uses adb to remove packages , i removed all of the packages listed .
After a reboot , recent apps screen is gone .
I press recent apps button in navigation bar to switch apps and recent apps screen does not appear.
I know that a factory reset would solve my issue but I am trying to find a faster solution.
Any ideas??
Thank you in advance.
TomoeGozen said:
Hello everyone ,
I tried to debloat my s21 ultra yesterday using the guide in here which uses adb to remove packages , i removed all of the packages listed .
After a reboot , recent apps screen is gone .
I press recent apps button in navigation bar to switch apps and recent apps screen does not appear.
I know that a factory reset would solve my issue but I am trying to find a faster solution.
Any ideas??
Thank you in advance.
Click to expand...
Click to collapse
Did it uninstall the stock OneUI launcher? If yes, reinstall it with adb
Command:
adb shell pm install-existing com.sec.android.app.launcher
(Or the package name idk i can't remember it 100%)
JanBoyGamer23 said:
Did it uninstall the stock OneUI launcher? If yes, reinstall it with adb
Command:
adb shell pm install-existing com.sec.android.app.launcher
(Or the package name idk i can't remember it 100%)
Click to expand...
Click to collapse
I didn't know that recent apps was a part of OneUI launcher .
You are a life saver.
adb shell pm install-existing --user 0 com.sec.android.app.launcher
Reinstalling for user 0 did the job.
I Appreciate it.
Have a nice day!
TomoeGozen said:
I didn't know that recent apps was a part of OneUI launcher .
You are a life saver.
adb shell pm install-existing --user 0 com.sec.android.app.launcher
Reinstalling for user 0 did the job.
I Appreciate it.
Have a nice day!
Click to expand...
Click to collapse
No problem. Since android 9 i think recent apps depend on the launcher.
TomoeGozen said:
Hello everyone ,
I tried to debloat my s21 ultra yesterday using the guide in here which uses adb to remove packages , i removed all of the packages listed .
After a reboot , recent apps screen is gone .
I press recent apps button in navigation bar to switch apps and recent apps screen does not appear.
I know that a factory reset would solve my issue but I am trying to find a faster solution.
Any ideas??
Thank you in advance.
Click to expand...
Click to collapse
What apps did you uninstall using adb? Any other issues encountered?
katolink said:
What apps did you uninstall using adb? Any other issues encountered?
Click to expand...
Click to collapse
dude you realize I just solved his problem?
JanBoyGamer23 said:
dude you realize I just solved his problem?
Click to expand...
Click to collapse
Dude you realize I just asked another question? Do you know what apps he uninstalled using adb? If no, then please let him answer. Thank you very much for letting me express myself.
katolink said:
Dude you realize I just asked another question? Do you know what apps he uninstalled using adb? If no, then please let him answer. Thank you very much for letting me express myself.
Click to expand...
Click to collapse
Except from the safe to remove packages I uninstalled the above :
com.dsi.ant.sample.acquirechannels
com.dsi.ant.service.socket
com.dsi.ant.server
com.dsi.ant.plugins.antplus
com.android.egg
com.sec.android.easyonehand
com.sec.android.widgetapp.samsungapps
com.sec.android.app.launcher
com.samsung.android.mateagent
com.sec.android.easyMover.Agent
com.samsung.android.app.watchmanagerstub
com.sec.android.daemonapp
com.samsung.android.app.social
com.samsung.android.aremoji
com.google.ar.core
flipboard.boxer.app
com.samsung.android.wellbeing
com.samsung.android.da.daagent
com.samsung.android.service.livedrawing
com.sec.android.mimage.avatarstickers
Package that occured the issue was
com.sec.android.app.launcher
If you want anything else please let me know.
Thank you!
TomoeGozen said:
Except from the safe to remove packages I uninstalled the above :
com.dsi.ant.sample.acquirechannels
com.dsi.ant.service.socket
com.dsi.ant.server
com.dsi.ant.plugins.antplus
com.android.egg
com.sec.android.easyonehand
com.sec.android.widgetapp.samsungapps
com.sec.android.app.launcher
com.samsung.android.mateagent
com.sec.android.easyMover.Agent
com.samsung.android.app.watchmanagerstub
com.sec.android.daemonapp
com.samsung.android.app.social
com.samsung.android.aremoji
com.google.ar.core
flipboard.boxer.app
com.samsung.android.wellbeing
com.samsung.android.da.daagent
com.samsung.android.service.livedrawing
com.sec.android.mimage.avatarstickers
Package that occured the issue was
com.sec.android.app.launcher
If you want anything else please let me know.
Thank you!
Click to expand...
Click to collapse
Thanks a lot! By safe to remove packages what do you understand?
katolink said:
Thanks a lot! By safe to remove packages what do you understand?
Click to expand...
Click to collapse
katolink said:
Thanks a lot! By safe to remove packages what do you understand?
Click to expand...
Click to collapse
Packages associated with facebook , augmented reality , bixby and apps like samsung pw manager , pass etc.
katolink said:
Dude you realize I just asked another question? Do you know what apps he uninstalled using adb? If no, then please let him answer. Thank you very much for letting me express myself.
Click to expand...
Click to collapse
I thought you wanted to solve his already solved problem. Sorry, my bad.
Is there any replacement for OneUI that allows for recents? I know lawnchair, kiss launcher, etc. exist but none of them seem to include the functionality of recents.

Question Remove default music app

Good day fellow vivo owners
I have x60 pro plus chinese variant with latest origin os
I want to remove imusic app or whatever its called. I dont seem to be able to remove it. Also bunch of other vivo apps. Is it safe to remove them? Everytime i connect it to my car it show poo up about music and i dont use it. I use musicolet.
Vivo imusic
Vivo i video ( i chinese**)
Vivo app
Vivo.com app
Thanks a ton.
Is there a possibility to have root? Custom recovery? I think that would be the only way to get funtouchos.
Android auto doesnt work on originos .
It's not required to have root or any kind of modifications to disable system apps, it can be disabled, but for a specific user, if you're not sharing the phone with anyone, then it'll be like if you're just disabling the package completely.
You need to use ADB, run the command:
adb shell pm disable-user --user 0 com.android.bbkmusic
Or whatever the package name is that you want to disable. Just be careful, sometimes disabling the wrong package may cause bootloops.
Yeah I know thats why I'm asking here if it is safe to disable those apps. Thanks
bsmstar said:
Yeah I know thats why I'm asking here if it is safe to disable those apps. Thanks
Click to expand...
Click to collapse
The mentioned apps are safe to disable/remove.
I have removed them and installed pulsar Wich can be set as default music player in app defaults
Anyway to remove bloatware on Funtouch OS11 ?
Funtouch OS 11 has considerable improvements. However, I would like to remove some of the bloatware. Tutorials I found do not work. Anyone know?
forum.xda-developers.com
You can check out this thread. I had found a way to remove the bloatware.

General Safe to Remove Apps via adb for Vivo X60 Pro+

Hi, I'm sure most of us came across several questions asking about safe to remove apps. I won't be providing the guide on how to remove them via adb as there are several guides already available, but this thread is just to share some of the bloatware apps that I've disabled or uninstalled without breaking my phone:
(removed) App Clone (com.vivo.doubleinstance)
(removed) Browser (com.vivo.browser)
(removed) Calendar (com.bbk.calendar)
(removed) Calendar pendants (com.vivo.widget.calendar)
(removed) Driving Mode (com.vivo.carlauncher)
(removed) Jovi (com.vivo.assistant)
(removed) Jovi Voice (com.vivo.agent)
(removed) Jovi InLife service (com.vivo.iotserver) (com.vivo.smartLife)
(removed) Log Collection (com.android.bbklog)
(removed) LogSystem (com.bbk.iqoo.logsystem)
(removed) Mobile KTV (com.vivo.vivokaraoke)
(removed) NetworkLocation (com.baidu.map.location)
(removed) vivoCloud (com.bbk.cloud)
(removed) ??????????? (com.iflytek.speechsuite)
(removed) VideoPlayer (com.android.VideoPlayer.apk)
(removed) EasyShare (com.vivo.easyshare)
(removed) i Music (com.android.bbkmusic)
(removed) V-Appstore (com.bbk.appstore)
(removed) vivo.com (com.vivo.space)
(removed) Vivo wallet (com.vivo.wallet)
(DISABLED) Power guardian (com.vivo.pem) (many reports about push notifications not appearing on time)
(DISABLED) Global Search (com.vivo.globalsearch)
Click to expand...
Click to collapse
Feel free to comment some of the other packages that you've removed from your own phone
Removed i manager, after last update ,vivo added app scanning after downloading apps from play store,which is showing ads. I wonder how vivo dare to do that on a premium device
debjitp said:
Removed i manager, after last update ,vivo added app scanning after downloading apps from play store,which is showing ads. I wonder how vivo dare to do that on a premium device
Click to expand...
Click to collapse
damn, so imanager is the app that causes the apps? thats ludicrous
if they put ads on their own apps its fine, but they're advertising on an app they didnt make
dab117 said:
Hi, I'm sure most of us came across several questions asking about safe to remove apps. I won't be providing the guide on how to remove them via adb as there are several guides already available, but this thread is just to share some of the bloatware apps that I've disabled or uninstalled without breaking my phone:
Feel free to comment some of the other packages that you've removed from your own phone
Click to expand...
Click to collapse
can you please share the exact code you used to disable com.vivo.pem. i tried {adb shell pm disable com.vivo.pem} and i got an error. said file not accessible or found or something similar. thx!
adb shell pm disable-user --user 0 <package_to_disable>
My tip for finding apps, hidden apps and their package names is "APK export". It lists all apps including system apps (when set to view them) and the package name. It can be used to saving the APK before delete too.
thomascook said:
adb shell pm disable-user --user 0 <package_to_disable>
My tip for finding apps, hidden apps and their package names is "APK export". It lists all apps including system apps (when set to view them) and the package name. It can be used to saving the APK before delete too.
Click to expand...
Click to collapse
thank you! com.vivo.pem disabled
After removing bunch of vivo apps, phone works much better
elwuero said:
can you please share the exact code you used to disable com.vivo.pem. i tried {adb shell pm disable com.vivo.pem} and i got an error. said file not accessible or found or something similar. thx!
Click to expand...
Click to collapse
i have the same probĀ“lem on vivo x70 pro+ whatsapp doesnt work time o time i must remove the saving process but the message ust
Failure [INSTALL_FAILED_INVALID_APK: Missing existing base package]
wtf is that.
i am so angry to have lost my S 21 Ultra it was a very great Phone no Flaghsip comes on this phone today..
I went ahead and disabled these too:
Code:
com.facebook.orca
com.facebook.system
com.facebook.appmanager
com.vlife.vivo.wallpaper
com.google.android.youtube
com.google.android.apps.youtube.music
com.vivo.notes
And replaced notes with google notes and youtube with youtube vanced and use a facebook wrapper app instead of the original one. (P.s. These facebook services are by default installed on your device)
Hi, done everything, but now all Google apps keep closing after a while
dab117 said:
Hi, I'm sure most of us came across several questions asking about safe to remove apps. I won't be providing the guide on how to remove them via adb as there are several guides already available, but this thread is just to share some of the bloatware apps that I've disabled or uninstalled without breaking my phone:
Feel free to comment some of the other packages that you've removed from your own phone
Click to expand...
Click to collapse
I cant able to remove all these from my origin OS (China Rom). It always shows Uninstall_Failed_User_Restricted. Any solution for this.?
dab117 said:
Hi, I'm sure most of us came across several questions asking about safe to remove apps. I won't be providing the guide on how to remove them via adb as there are several guides already available, but this thread is just to share some of the bloatware apps that I've disabled or uninstalled without breaking my phone:
Feel free to comment some of the other packages that you've removed from your own phone
Click to expand...
Click to collapse
Thank you. How to desable SMS app ?

Categories

Resources