Cannot delete system apps while rooted and on 11.2.2.2LE15BA.
Tried with TB, LP, and Mixplorer which all show Superuser access in Magisk.
The message I get is "Failed to locate the apk file" in TB, LP can't do it, and Mixplorer says it can't delete.
Anyone have an idea? TIA!!
Skenderbeggar said:
Cannot delete system apps while rooted and on 11.2.2.2LE15BA.
Tried with TB, LP, and Mixplorer which all show Superuser access in Magisk.
The message I get is "Failed to locate the apk file" in TB, LP can't do it, and Mixplorer says it can't delete.
Anyone have an idea? TIA!!
Click to expand...
Click to collapse
Yeah it's a known issue, system is RO. You can delete via adb. I use an adb tool on the computer, very easy and it saves the deleted apps in case you want reinstall them. https://forum.xda-developers.com/t/...app-manager-debloat-tool-for-android.4147837/
or use the magisk module "debloater" if you're rooted
Sermpie said:
or use the magisk module "debloater" if you're rooted
Click to expand...
Click to collapse
That is a very good option and the one I have used in the past. But trying to modify the list of apps to debloat for me is time consuming, much prefer to see the apps listed on a "big" screen and simply choose what to uninstall or disable. But hey, to each their own.
zoman7663 said:
Yeah it's a known issue, system is RO. You can delete via adb. I use an adb tool on the computer, very easy and it saves the deleted apps in case you want reinstall them. https://forum.xda-developers.com/t/...app-manager-debloat-tool-for-android.4147837/
Click to expand...
Click to collapse
Thanks for sharing this seemingly great tool. Trying to remove YouTube so I can install the Vanced version without ads and promo skipping. It cannot install over the current YouTube because the Vanced version is lower than the version of YouTube the phone came with (so can't click on uninstall all updates to revert to a version earlier than Vanced current version ).
bulletbling said:
Thanks for sharing this seemingly great tool. Trying to remove YouTube so I can install the Vanced version without ads and promo skipping. It cannot install over the current YouTube because the Vanced version is lower than the version of YouTube the phone came with (so can't click on uninstall all updates to revert to a version earlier than Vanced current version ).
Click to expand...
Click to collapse
I tried also that tool, but only option i got, was delete old youtube, install via adb 15.x.x.x verion, then i can update with vanced and everything working fine, but after reboot is vanced gone again.
bulletbling said:
Thanks for sharing this seemingly great tool. Trying to remove YouTube so I can install the Vanced version without ads and promo skipping. It cannot install over the current YouTube because the Vanced version is lower than the version of YouTube the phone came with (so can't click on uninstall all updates to revert to a version earlier than Vanced current version ).
Click to expand...
Click to collapse
I used "Debloater" tool (installed from magisk repo) to remove YouTube, reboot, then install Vanced. This used to be my normal process before Vanced Manager anyway, and it has always worked reliably. It requires root, but doesn't require a computer like the adb method.
I also like that I can maintain a text file of things I want to debloat after each OTA and not have to do each one separately in the future. I'm a little hesitant to do a lot of experimental debloating until we have twrp though, so right now YT and YT Music are all that's on my list.
terlynn4 said:
I used "Debloater" tool (installed from magisk repo) to remove YouTube, reboot, then install Vanced. This used to be my normal process before Vanced Manager anyway, and it has always worked reliably. It requires root, but doesn't require a computer like the adb method.
I also like that I can maintain a text file of things I want to debloat after each OTA and not have to do each one separately in the future. I'm a little hesitant to do a lot of experimental debloating until we have twrp though, so right now YT and YT Music are all that's on my list.
Click to expand...
Click to collapse
AWESOME ! Thnx, it worked fine.
terlynn4 said:
I used "Debloater" tool (installed from magisk repo) to remove YouTube, reboot, then install Vanced. This used to be my normal process before Vanced Manager anyway, and it has always worked reliably. It requires root, but doesn't require a computer like the adb method.
I also like that I can maintain a text file of things I want to debloat after each OTA and not have to do each one separately in the future. I'm a little hesitant to do a lot of experimental debloating until we have twrp though, so right now YT and YT Music are all that's on my list.
Click to expand...
Click to collapse
After removing YouTube completely, Vanced still gives me an error that it cannot install due to a newer version on the device so I just ended up installing with settings changed to nonroot. The problem I had before doing it this way however was that YouTube links in a google search result would only open with the YouTube app from the play store and not the separate Vanced YouTube and if I tried it, it would take me to the play store to install YouTube. I hope I don't run into this same issue.
bulletbling said:
After removing YouTube completely, Vanced still gives me an error that it cannot install due to a newer version on the device so I just ended up installing with settings changed to nonroot. The problem I had before doing it this way however was that YouTube links in a google search result would only open with the YouTube app from the play store and not the separate Vanced YouTube and if I tried it, it would take me to the play store to install YouTube. I hope I don't run into this same issue.
Click to expand...
Click to collapse
Last time I installed the nonroot way I also had that issue. You should be able to fix it by going to Settings > Apps > Default Apps > Opening Links and changing the settings for Vanced YouTube.
terlynn4 said:
Last time I installed the nonroot way I also had that issue. You should be able to fix it by going to Settings > Apps > Default Apps > Opening Links and changing the settings for Vanced YouTube.
Click to expand...
Click to collapse
I'm not positive, but I think I've tried that when initially setting up Vanced way back on my OP7 Pro. Cannot confirm though. Did this method fix it for you for sure?
bulletbling said:
I'm not positive, but I think I've tried that when initially setting up Vanced way back on my OP7 Pro. Cannot confirm though. Did this method fix it for you for sure?
Click to expand...
Click to collapse
I just tested and it seems to work fine. I don't have regular YouTube installed currently, but links open fine in Vanced YT.
Using termux on rooted 1+9P
In termux enter su and grant Magisk if not done already.
Then do: pm uninstall -k --user 0 com.google.android.youtube
Voila, official youtube is gone
Anyone tried to debloat also "file" app just to keep OnePlus app as default system file manager?
Related
Greetings,
I installed YouTube Vanced through Magisk. The installation is successful and I can see it in module, but YouTube icon won't show up.
Any idea?
Should I try flashing with TWRP?
Update: it seems it's due to it's disabled. Once I enable it, it shows up. I disabled the stock YouTube before flashing Vanced.
Did you before disable youtube app before flashing?
Marcowe said:
Did you before disable youtube app before flashing?
Click to expand...
Click to collapse
Yes, I did.
shadowcliffs said:
Yes, I did.
Click to expand...
Click to collapse
you need to clear the actual youtube app's data and reenable it and also turn off auto update in playstore.
thegold3nchild said:
you need to clear the actual youtube app's data and reenable it and also turn off auto update in playstore.
Click to expand...
Click to collapse
This didn't quite solve the issue for me. I had updated YouTube from the Google Play Store and it overwrote YouTube Vanced. I kept reflashing YouTube Vanced with Magisk, but the original app remained. So I turned off YouTube's auto-update in the Google Play Store, cleared YouTube's data, deleted the YouTube Vanced module in Magisk, rebooted, reflashed the YouTube Vanced module in Magisk, and rebooted one more time. The original YouTube app remained.
So I retried this process one more time, this time disabling the YouTube app first, and it worked after that. I had to disable YouTube and reflash it with Magisk.
Thanks for the instructions!
Answer
Simply if u disable YouTube application then re enable it and go to play store don't press on Update Tap on Open Then everything goes back to normal
No need to Clare data or Again install Module...
I am rooted with magisk.
Sjain11 said:
I am rooted with magisk.
Click to expand...
Click to collapse
I deleted with Terminal Debloater magisk module apps like Chrome, Google Duo, Play Movies, Play Music and Google Photos.
Don't have any issues, so I assume it's safe to disable/delete at least this apps.
I don't have my 5T anymore. I'll have to pay more attention next time I update my wife's 5T. Perhaps my list from the 6T will be useful:
Safe to remove OOS Apps
I've since also found you can remove the shot on OnePlus without any problems as well. (Assuming you don't use this.)
Hey guys. So I have the latest magisk beta v19 and latest magisk manager. My safety net is passing but Google pay doesn't work. Did the new March update make it detect unlocked bootloader? My bootloader is unlocked with TWRP installed. Has anyone tested with and without TWRP installed?
zee24 said:
Hey guys. So I have the latest magisk beta v19 and latest magisk manager. My safety net is passing but Google pay doesn't work. Did the new March update make it detect unlocked bootloader? My bootloader is unlocked with TWRP installed. Has anyone tested with and without TWRP installed?
Click to expand...
Click to collapse
Works for me but I had to make sure to hide the needed apps in MagiskHide (GPay, G Play Services, Framework) and even then, it required me to clear data in Pay, Services > then reboot > then proceed to add a card.
Also check to make sure that auto updates are not on for Google Pay. I think the version matters. My version is currently 2.84.237487748.
SageWilliams said:
Works for me but I had to make sure to hide the needed apps in MagiskHide (GPay, G Play Services, Framework) and even then, it required me to clear data in Pay, Services > then reboot > then proceed to add a card.
Also check to make sure that auto updates are not on for Google Pay. I think the version matters. My version is currently 2.84.237487748.
Click to expand...
Click to collapse
Wow so idk which one of the things you said did it but it worked, I downgraded my app, but I didn't have Google framework hidden from magisk so I did that I cleared the data and then rebooted that worked! Thanks so much and anyone else who's having this issue try this
zee24 said:
Wow so idk which one of the things you said did it but it worked, I downgraded my app, but I didn't have Google framework hidden from magisk so I did that I cleared the data and then rebooted that worked! Thanks so much and anyone else who's having this issue try this
Click to expand...
Click to collapse
Great, I will say its hit or miss sometimes. Mine worked in stores for a few days, then stopped saying I was rooted so I had to redo the method to get it back.
This is the fix
Magisk stable build, all latest official builds of everything else, nothing special. and Magisk hide on google play store, google play services and google pay then - Renaming com.google.android.gms to com.google.android.gms.bak (found in Data/Data) in root browser and then rebooting is the answer .
prot- said:
This is the fix
Magisk stable build, all latest official builds of everything else, nothing special. and Magisk hide on google play store, google play services and google pay then - Renaming com.google.android.gms to com.google.android.gms.bak (found in Data/Data) in root browser and then rebooting is the answer .
Click to expand...
Click to collapse
Great. Finally a fix. All like above but used Magisk 19.0. Thanks. I hope we're able to keep finding fixes like this. Google pay is a convenience.
According to this, it is to be expected on Pixel devices, vs others.
Advantages:
If you will see the list of the advantages and the list is too long of the magisk. This is the best Android application which you can use on your device. Let’s take a dive in the advantages of the Magisk.
You can use Financial/Banking applications.
You can use Snapchat without any issues.
You can also play Pokemon Go on your rooted Android device.
You can install OTA updates on your device.
You can also install System-less Xposed framework on your lollipop and marshmallow devices.
You can use Android Pay.
You can also bypass SafetyNet.
You might Face issues in:
Google Pixel and Google Pixel XL devices. The work is in progress, and we are working on i.
Magisk Manager cannot be placed in adaptable storage, or superuser will not work
MagiskSU does not support multi-user, and we are working on it to make multi-user support.
MagiskSU does not work on Android O preview, and we are working on it.
Click to expand...
Click to collapse
https://******************/
Since when are we not allowed to post links? Go to: magiskmanager dot com
Droid_Nut said:
According to this, it is to be expected on Pixel devices, vs others.
https://******************/
Since when are we not allowed to post links? Go to: magiskmanager dot com
Click to expand...
Click to collapse
Ever since that site was verified to be a fake.
https://www.google.com/amp/s/www.xd...kmanager-com-not-official-website-magisk/amp/
prot- said:
This is the fix
Magisk stable build, all latest official builds of everything else, nothing special. and Magisk hide on google play store, google play services and google pay then - Renaming com.google.android.gms to com.google.android.gms.bak (found in Data/Data) in root browser and then rebooting is the answer .
Click to expand...
Click to collapse
Thanks so much dude....much appreciated
So, I managed to root this beauty 1+9 Pro relatively easily.
I got Magisk installed, and hid all the Apps that needed hiding.
Even Google Pay works.
But I can't for my sanity figure out why Netflix or Android OS 11 is refusing to let me install Netflix.
Everytime I try to install the Netflix App latest APK, extracted from my old working phone ( Razer Phone 2 also rooted), it will just give me the error message " Sorry No Application Available "
Does anyone have a clue what can be done to make Netflix install in a rooted 1+9 Pro ?
Thanks.
BTW i tried several Netflix App version already.
Also I do know the APK works because I used it to install on another Tablet that will not show up Netflix on Google store.
AllGamer said:
So, I managed to root this beauty 1+9 Pro relatively easily.
I got Magisk installed, and hid all the Apps that needed hiding.
Even Google Pay works.
But I can't for my sanity figure out why Netflix or Android OS 11 is refusing to let me install Netflix.
Everytime I try to install the Netflix App latest APK, extracted from my old working phone ( Razer Phone 2 also rooted), it will just give me the error message " Sorry No Application Available "
Does anyone have a clue what can be done to make Netflix install in a rooted 1+9 Pro ?
Thanks.
BTW i tried several Netflix App version already.
Also I do know the APK works because I used it to install on another Tablet that will not show up Netflix on Google store.
Click to expand...
Click to collapse
Is Netflix currently installed as a system app? I wasn't able to uninstall that or get it working, so when I was on 11.2.2.2 I managed to fix it by installing a *newer* version of the Netflix apk that I grabbed from apkpure.com, over top of the system app. Then I had the same issue again on 11.2.4.4, and that method didn't work anymore. However, that time it let me uninstall updates to the app and then update in the play store.
I dont know how exactly, but Netflix still detects the rooted device and denies the install from google play, I think based in the unocked boot loader not sure.
I managed to install from apkmirror and is working fine now.
there is a catch though.
They are moving away from simple apk install and using apk bundles, like some sort of tarball with several apks in it, so you will need this apkm installer app for it to install the newer version. to get this installer working you need to disabled MIUI optimizations from dev options. thats all, I got mine working this passed saturday that way
EDIT: never mind with that MIUI option i thought this was a diffirent model, none the less the apkmirror is still worth a shot
I some how managed to force install it via Titanium Backup, but then it gives me another error when I try to run Netflix App.
" This device is not supported by the app "
it's running the latest version Netflix v7.102.0 build 12 35461
You have to install Magisk Canary, once you do so reboot the phone. Wipe Google play stores data and cache.. magisk hide Netflix and the Google Play Services reboot once more. That's how I got mine to work.
Install: liboemcrypto disabler
from Magisk, reboot ....enjoy
luckylui said:
You have to install Magisk Canary, once you do so reboot the phone. Wipe Google play stores data and cache.. magisk hide Netflix and the Google Play Services reboot once more. That's how I got mine to work.
Click to expand...
Click to collapse
This worked for me too w/ Disney Plus
I used Aurora Store to install it and haven't had an issue even with updating
thats_the_guy said:
I used Aurora Store to install it and haven't had an issue even with updating
Click to expand...
Click to collapse
This sort of worked for me, it game me a failed message, but at least it tried to install, unlike the other Apps that wouldn't even let me try to install.
avid_droid said:
For those of you having issues with Netflix after rooting, install this version over the Netflix you have and it should work fine. It's just a version before the latest...
Netflix 7.102.0 build 12 35461 (nodpi) (Android 5.0+) APK Download by Netflix, Inc. - APKMirror
Netflix 7.102.0 build 12 35461 (nodpi) (Android 5.0+) APK Download by Netflix, Inc. - APKMirror Free and safe Android APK downloads
www.apkmirror.com
Click to expand...
Click to collapse
Just tried, it did not work unfortunately, it's probably related to that SafetyNet error I have in Magisk.
avid_droid said:
Make sure you have magisk canary installed to pass safetynet. Stable magisk doesn't work.
https://raw.githubusercontent.com/topjohnwu/magisk-files/canary/app-debug.apk
I use magisk hide and everything works fine
Click to expand...
Click to collapse
Yeah, I got the SafetyNet thing fixed.
However still unable to install Netflix.
still getting "App Not Installed" error, when I try to install the APK.
I tried installing the "liboemcrypto disabler " as suggested a few messages back, and also doesn't seem to make any difference.
AllGamer said:
Yeah, I got the SafetyNet thing fixed.
However still unable to install Netflix.
still getting "App Not Installed" error, when I try to install the APK.
I tried installing the "liboemcrypto disabler " as suggested a few messages back, and also doesn't seem to make any difference.
Click to expand...
Click to collapse
Have you tried to look for it on the play store after fixing safetynet?
craznazn said:
Have you tried to look for it on the play store after fixing safetynet?
Click to expand...
Click to collapse
I just did after reading this.
It's not showing up in Google Play store.
It's just so weird, everything else works, Google Pay (wallet), Pokemon Go, Banking Apps, everything else that usually will complain and refuse to run when Root is detected, are all working fine, except for Netflix.
avid_droid said:
Try clearing cache and data then try reinstalling app over current Netflix. That's what I do and it works everytime
Click to expand...
Click to collapse
I'm thinking maybe I'll need to un-root my phone, update Netflix, see if it runs without root, if it works, then try to root again and figure how to go from there.
... what a hassle
AllGamer said:
I'm thinking maybe I'll need to un-root my phone, update Netflix, see if it runs without root, if it works, then try to root again and figure how to go from there.
... what a hassle
Click to expand...
Click to collapse
I did this and had the same problem while unrooted, so it turned out to be a waste of time. It seems to have an issue with the unlocked bootloader, not just root. At least with root you can hide unlocked status, which is a step in the right direction. Hide root from Netflix, and also hide magisk app itself in magisk settings.
If you're trying to install Netflix over the system app, make sure to first uninstall updates to the system app so it's the oldest possible version. Then make sure whatever version you're installing on top (whether from play store or APK download) is newer than your installed version. Older versions will not install over newer ones.
terlynn4 said:
I did this and had the same problem while unrooted, so it turned out to be a waste of time. It seems to have an issue with the unlocked bootloader, not just root. At least with root you can hide unlocked status, which is a step in the right direction. Hide root from Netflix, and also hide magisk app itself in magisk settings.
If you're trying to install Netflix over the system app, make sure to first uninstall updates to the system app so it's the oldest possible version. Then make sure whatever version you're installing on top (whether from play store or APK download) is newer than your installed version. Older versions will not install over newer ones.
Click to expand...
Click to collapse
There are sai versions floating around here that work search xda also make sure you magisk hide Netflix before you open it initially. Or hide them clear cache and data on netflix
terlynn4 said:
I did this and had the same problem while unrooted, so it turned out to be a waste of time. It seems to have an issue with the unlocked bootloader, not just root. At least with root you can hide unlocked status, which is a step in the right direction. Hide root from Netflix, and also hide magisk app itself in magisk settings.
If you're trying to install Netflix over the system app, make sure to first uninstall updates to the system app so it's the oldest possible version. Then make sure whatever version you're installing on top (whether from play store or APK download) is newer than your installed version. Older versions will not install over newer ones.
Click to expand...
Click to collapse
Update.
Minor good news.
I wiped the phone from recovery mode.
So, the phone is kind of factory mode, I completed the "new" phone setup thing, and the first thing I went to try was Netflix and it worked.
So... it appears to be something to do with Root and/or Magisk being detected.
Update 2
More good news, I rooted it again, installed Magisk and Netflix is still working.
Not sure why it wasn't working before, also not quite sure what was the actual fix.
I don't really consider a full system wipe a "fix" but well that did it for me.
avid_droid said:
A wipe isn't necessary but glad you got it working
Click to expand...
Click to collapse
So, I just imported Apps and Data from the old phone again via Google "setup my device" transfer, and now Netflix got disabled again.
I'll try again and skip Google transfer to find out if that helps.
I can always use One+ Switch App to see if that is better.
avid_droid said:
OnePlus switch will still result in the same issue. Clear data and cache,install the app link I provided and make sure magiskhide is set to on.
Click to expand...
Click to collapse
Seems like it worked,
I installed a full APK from my old phone and now it's able to run.
However it still doesn't show up in Google Play store when I search for Netflix.
Hey all. Been trying to hide Youtube Vanced from the play store. It keeps wanting to update. On my OP6T I was able to run installer.zip and detach it by flashing the .zip and that worked great.
It isn't working now, the installer is asking from the youtube.apk to be present in the folder. I can't find the .apk because now Vanced has a manager that installed the .apk for me.
Anyone know any ways that are working? I am using the root version.
Download vanced from official website vancedapp.com and try again
flaxjef said:
Download vanced from official website vancedapp.com and try again
Click to expand...
Click to collapse
That's where I got the manager from.
First post states you got it from Play Store?.... Sorry mis-read
I figured it out. I just used Titanium Backup Pro and detached it from the market. Seems to be working.
avid_droid said:
Simplest way is to download the attached file and remove any comments (#) you want removed from the playstore and simply install detached through magisk
https://forum.xda-developers.com/attachments/detach-txt.4141103/[/UR
Click to expand...
Click to collapse
Unfortunately the YouTube app started appearing in in the play store again.
You delete the # character near the app you want to detach, put the file in your main storage, then install magisk detach module.
Thank you fellas. This seems to be working as of now! If I want to re attach it I just disable the module?
avid_droid said:
Place the comment (#) back in front and reflash detach through magisk
Click to expand...
Click to collapse
avid_droid said:
Thank you very much.
Click to expand...
Click to collapse
Even with the detach magisk module, YouTube keeps reappearing in the Play Store after awhile. Has anyone gotten it to permanently detach?
I just unchecked auto-update for YT and have to remember to skip it when updating everything else.
terlynn4 said:
Even with the detach magisk module, YouTube keeps reappearing in the Play Store after awhile. Has anyone gotten it to permanently detach?
I just unchecked auto-update for YT and have to remember to skip it when updating everything else.
Click to expand...
Click to collapse
So far mine has stayed off. I will post again if it comes back.
As did mine.
avid_droid said:
It went away by itself again haha
Click to expand...
Click to collapse
You can use a module to disable YouTube. Only the vanced will appear. The official one is off from Playstore and your apps
Mines not going away.
I now tried using TeMeFI to detach YouTube from the play store. So far so good.
the bolt of thunder said:
I now tried using TeMeFI to detach YouTube from the play store. So far so good.
Click to expand...
Click to collapse
Great find. It works! Here's how in more detail for anyone running across this:
With TeMiFi, detach youtube from play store doing the following in the menu:
> Application Info / Manage
> Detach Package from Playstore
> DETACH: Select package then Protection Level
> Youtube - com.google.android.youtube
> 3- invalidate the data, block any attempted corrections and elicit an error in the calling client
@pf100 I'm glad I could help someone! It is still working for me. Nothing else did.
I used debloat for YouTube to be gone then then I used YouTube Vance's and after that I did detach so that you don't have that problem no more that he wants to update bit after a while he want to update it again then use the detach again then it will be okay
P.s
Also turn of automatic updates just to be sure that YouTube doesn't get updates
Just READ instructions from vanced website or tg group.. TeMeFi works well.
TurboStrutsi said:
Just READ instructions from vanced website or tg group.. TeMeFi works well.
Click to expand...
Click to collapse
IIRC, I did READ the instructions from the Vanced webpage. Nothing seemed to work properly. Then I found TeMeFi and have been happy ever since.