Can't uninstall Magisk Manager w/19.3??? - Magisk

Every time I attempt to uninstall Magisk Manager it reappears. I've tried to uninstall it from the GUI and from TWRP by deleted /data/app and /data/data traces of it. It still shows back up after a reboot. Is this intended behavior? How can I remove it without uninstalling Magisks system?

It is intended actually. A feature to make it easy to switch between GSI ROMs.
But, the main question is: why are you trying to uninstall the Manager? Can't think of a good reason to do that while you still have Magisk installed.

Because have ads

xavmdq said:
Because have ads
Click to expand...
Click to collapse
If you see ads in the Magisk Manager, you're not using the official app. You've downloaded something shady from somewhere other than @topjohnwu's Github.

xavmdq said:
Because have ads
Click to expand...
Click to collapse
I really believe it's best that you completely uninstall the Magisk of your device and officially download in github repo because as it said above, this version is unofficial
https://github.com/topjohnwu/Magisk/releases
Sent from my raphael using XDA Labs

Didgeridoohan said:
If you see ads in the Magisk Manager, you're not using the official app. You've downloaded something shady from somewhere other than @topjohnwu's Github.
Click to expand...
Click to collapse
xavmdq said:
Because have ads
Click to expand...
Click to collapse
Sorry, intended to be a question. Was a typo. I'm a happy user of magisk.

Related

Can Barclays App be used on rooted devices with Magisk?

I'm looking for a way to use Barclays App with my rooted phone (P8Lite). I thought Magisk will do it, but for some reason, it seems the app still detects the phone is rooted.
What I did:
- installed Magisk
- installed Barclays App (did NOT start the app!)
- Set Barclays App to Hide, in Magisk Hide menu
- rebooted the phone (just to be sure, I don't think it was required)
- checked if the app was still marked as hidden (it was)
- started Barclays App => It detected the phone is rooted
Anyone able to use Barclays App with rooted phone? If yes, how?
Cheers.
You forgot an important step: hiding the Manager itself.
More on hiding root in the Magisk guide.
Didgeridoohan said:
You forgot an important step: hiding the Manager itself.
More on hiding root in the Magisk guide.
Click to expand...
Click to collapse
Do you know if barclays app also detects other apps like xposed or Root Uninstaller? Like "indirectly" detecting if the phone is rooted?
derei said:
Do you know if barclays app also detects other apps like xposed or Root Uninstaller? Like "indirectly" detecting if the phone is rooted?
Click to expand...
Click to collapse
No idea, but that is a quite common detection method...
Didgeridoohan said:
No idea, but that is a quite common detection method...
Click to expand...
Click to collapse
Were you able to use Barclays App with rooted phone?
derei said:
Were you able to use Barclays App with rooted phone?
Click to expand...
Click to collapse
I've never used the app... But, IIRC, it's one of the banking apps with dependencies.
If anyone was able to run Barclays app on rooted phone, I'd appreciate to share their experience.
Didn't work for me. Hid the app and magisk. Disabled Xposed and passed SafetyNet. Device showing certified under Playstore. App was starting and crashing.
derei said:
If anyone was able to run Barclays app on rooted phone, I'd appreciate to share their experience.
Click to expand...
Click to collapse
If I hide the Manager, add the app and the phone app (com.android.phone) to the Hide list, it starts just fine. Otherwise it doesn't start and complains about a rooted phone. If the app has detected root once, I have to clear app data for it to work. Can't test more than that since I'm not a customer of that bank.
All of this is documented in the links I've posted above...
Didgeridoohan said:
If I hide the Manager, add the app and the phone app (com.android.phone) to the Hide list, it starts just fine. Otherwise it doesn't start and complains about a rooted phone. If the app has detected root once, I have to clear app data for it to work. Can't test more than that since I'm not a customer of that bank.
All of this is documented in the links I've posted above...
Click to expand...
Click to collapse
Will test using your workaround. Still, is weird that you need to hide the phone app. Any particular reason why this is needed?
derei said:
Will test using your workaround. Still, is weird that you need to hide the phone app. Any particular reason why this is needed?
Click to expand...
Click to collapse
https://forum.xda-developers.com/ap...ces-magisk-t3779919/post76283404#post76283404
Didgeridoohan said:
https://forum.xda-developers.com/ap...ces-magisk-t3779919/post76283404#post76283404
Click to expand...
Click to collapse
thanks, I guess I missed that reading yesterday.
Didgeridoohan said:
If I hide the Manager, add the app and the phone app (com.android.phone) to the Hide list, it starts just fine. Otherwise it doesn't start and complains about a rooted phone. If the app has detected root once, I have to clear app data for it to work. Can't test more than that since I'm not a customer of that bank.
All of this is documented in the links I've posted above...
Click to expand...
Click to collapse
Thanks! Followed your tip but no luck. App crashing straight after giving phone permission.
gkornaks said:
Thanks! Followed your tip but no luck. App crashing straight after giving phone permission.
Click to expand...
Click to collapse
I'm assuming you've cleared data for the Barclay app...
What about other known root apps on your device?
Didgeridoohan said:
I'm assuming you've cleared data for the Barclay app...
What about other known root apps on your device?
Click to expand...
Click to collapse
Yes, I did. Got one app hidden from Magisk and working.
@Didgeridoohan
As you've been asking about other root apps, I have the following:
-Magisk
- Greenify
-BusyBox
-Amplify
-Link2SD
-Root Uninstaller Pro
-SD Maid
(Not sure if I will install Xposed, but most probably I will)
gkornaks said:
Yes, I did. Got one app hidden from Magisk and working.
Click to expand...
Click to collapse
No, I mean: Do you have any apps on your device that the Barclay app might detect? Kind of like below...
derei said:
@Didgeridoohan
As you've been asking about other root apps, I have the following:
-Magisk
- Greenify
-BusyBox
-Amplify
-Link2SD
-Root Uninstaller Pro
-SD Maid
(Not sure if I will install Xposed, but most probably I will)
Click to expand...
Click to collapse
If Busybox means that you have Stericson's or Jrummy's Busybox installer, yes those might trigger apps looking for signs of root. Use @osm0sis Busybox from the Magisk repo and you'll be good to go (it'll be hidden by Magisk, since it's a Magisk module). Root Uninstaller is another app that has been known to trigger a reaction.
But, easiest way for you to know is to freeze or uninstall those apps and see if it works.
If you install Xposed you can be sure that there'll be a whole lot of apps triggering. Xposed can't be hidden and need to be deactivated if there's an app you want to use that doesn't like it.
Didgeridoohan said:
No, I mean: Do you have any apps on your device that the Barclay app might detect? Kind of like below...
If Busybox means that you have Stericson's or Jrummy's Busybox installer, yes those might trigger apps looking for signs of root. Use @osm0sis Busybox from the Magisk repo and you'll be good to go (it'll be hidden by Magisk, since it's a Magisk module). Root Uninstaller is another app that has been known to trigger a reaction.
But, easiest way for you to know is to freeze or uninstall those apps and see if it works.
If you install Xposed you can be sure that there'll be a whole lot of apps triggering. Xposed can't be hidden and need to be deactivated if there's an app you want to use that doesn't like it.
Click to expand...
Click to collapse
I've got few like Greenify, DNS changer and UMS enabler root apps. The rest is Magisk modules: Xposed and Busybox which were disabled when I was trying to launch Barclaycard app. It was complaining about the root just crashing after granting phone permissions. Got it working on my IPhone anyway. Thanks!
Good news:
Barclays app is working with Magistik.
I had to hide:
-barclays
-dialer
and as a precaution:
-app systemizer (magistik module)
-sd maid + Pro key
-Solid Explorer (as it can use root features)
I had to remove:
-Xposed (even though it was installed as magistik module)
-Amplify
I'm curious if there would be a way to DISABLE Xposed when Barclays is used, in a way that it won't be discovered (and no reboot required, ideally). In this way, maybe I could use Amplify... any ideas?
Main point is that I'm not using Barclays App all day long, so a small inconvenience would be accepted when I need the app, but Amplify is providing considerable benefit continuously, so it would make sense to have a compromise that keeps both with minimum of complications/discomfort.
Barclays App works if you hide it in Magisk Manager and you hide Magisk manager manager. No need to hide Phone Dialer.
If the described setup does not work, means your system is "dirty". In your case you had Xposed installed. Even if can be installed as a Magisk Module, YOU WILL BREAK HIDING SYSTEM IF YOU INSTALL XPOSED!!!!!!!!!!!!!!!!!!!!
You have to make a decision. Pick one:
- Barclays
- Xposed
Next time search in the main Magisk support thread, because me and others have discussed about Barclays app many times.

Magisk Hide not working for Pokemon Go

I'm using a Galaxy S8, Android 7.0, Magisk 16.6. When I try to play Pokemon go, it gives me the "OS not supported" message. The 16.3 fix didn't work back when it came out and I haven't been able to play since then. I did check the app in Magisk Hide and I activated the setting to hide Magisk Manager with a random package name, but it still doesn't work. Is there anything else I should do?
The only thing you can do that will work is to completely uninstall magisk. That should let you play pokemon go.
Pokemon also looks for a bunch of known root apps on your device, not only Magisk. And MagiskHide can't hide other apps.
Didgeridoohan said:
Pokemon also looks for a bunch of known root apps on your device, not only Magisk. And MagiskHide can't hide other apps.
Click to expand...
Click to collapse
What are those apps?
vladone97 said:
What are those apps?
Click to expand...
Click to collapse
There are a whole bunch... Busybox installers, system cleaners, etc. There's an old list available somewhere in the Magisk PoGo thread (search), but that list might be outdated. Easiest thing is to uninstall some root apps and see if it works better.
An easier alternative, if you have the means to do it, is to use a clean spare phone/tablet for Pokemon Go, and keep your phone how you need/want it for everything else. Bluetooth data sharing is enough bandwidth to make PoGo work.
PoGo 0.115.3 not working, no login
Didgeridoohan said:
There are a whole bunch... Busybox installers, system cleaners, etc. There's an old list available somewhere in the Magisk PoGo thread (search), but that list might be outdated. Easiest thing is to uninstall some root apps and see if it works better.
Click to expand...
Click to collapse
hello sorry for my bad english, today the new update 0.115.3 no login with magisk hide. I use a custom room with many root apps. wich is the solution? please can u say it itemized step by step?
StanGumn said:
hello sorry for my bad english, today the new update 0.115.3 no login with magisk hide. I use a custom room with many root apps. wich is the solution? please can u say it itemized step by step?
Click to expand...
Click to collapse
Sure.
Make sure you have Pokemon on the Hide list.
Hide the Magisk Manager (in the Manager settings)
Delete the MagiskManager folder on your internal storage (next time you download/install a module through the Manager the folder will be recreated).
Edit: There will likely be an update to Magisk that will hide the MagiskManager folder. But for now this is a workaround.
Didgeridoohan said:
Sure.
Make sure you have Pokemon on the Hide list.
Hide the Magisk Manager (in the Manager settings)
Delete the MagiskManager folder on your internal storage (next time you download/install a module through the Manager the folder will be recreated).
Edit: There will likely be an update to Magisk that will hide the MagiskManager folder. But for now this is a workaround.
Click to expand...
Click to collapse
Hmmm, tried all this, but still PoGo will not comply, even when I sandbox it in the work profile. (island app) The latter sounds a bit strange to me, as it should limit access to anything. (Magisk Manager gets installed, but is hidden)
To be honest, PoGo is just a test for when they start messing with Ingress as well. When it's getting to much trouble to have the app behave, it's out. They are just games, nothing to compromise my device for.
Also rename or delete every file or folder on your internal storage / sdcard that contains "magisk"
michikrug said:
Also rename or delete every file or folder on your internal storage / sdcard that contains "magisk"
Click to expand...
Click to collapse
Any file? Not only the directory, but one that can be found somewhere on the device/external sdcard? (Like Magisk-v16.7.zip which you need to install it...)
Strange it should see it when sandboxed.
You can try, someone else said so, I did also do it and had no problem anymore so far.
But you should be right, that when its sandboxed it should not see it anyways...
michikrug said:
You can try, someone else said so, I did also do it and had no problem anymore so far.
But you should be right, that when its sandboxed it should not see it anyways...
Click to expand...
Click to collapse
Will try to access sandbox via adb and see what I can find.
guys I own a redmi 3s and using 9.6.1.0 arvanasoft rom. Even on latest pokemon go version after hinding magisk manager and deleting magisk folder it's working just fine. But when I install other newer custom roms pokemon go gives me error like unable to find data on server or unable to authenticate pls try again later. but again when I restore back my old rom it works just fine. Pls help me how can I make pogo work on newer custom roms.
sorry for bad english
T_I said:
Hmmm, tried all this, but still PoGo will not comply, even when I sandbox it in the work profile. (island app) The latter sounds a bit strange to me, as it should limit access to anything. (Magisk Manager gets installed, but is hidden)
To be honest, PoGo is just a test for when they start messing with Ingress as well. When it's getting to much trouble to have the app behave, it's out. They are just games, nothing to compromise my device for.
Click to expand...
Click to collapse
Before using the hide magisk manager option, make sure magisk manager is NOT a system app. This will successfully repack magisk manager.
Then delete magisk fodler from internal storage and hide PoGO.
---------- Post added at 11:37 AM ---------- Previous post was at 11:32 AM ----------
Vinayakn73 said:
guys I own a redmi 3s and using 9.6.1.0 arvanasoft rom. Even on latest pokemon go version after hinding magisk manager and deleting magisk folder it's working just fine. But when I install other newer custom roms pokemon go gives me error like unable to find data on server or unable to authenticate pls try again later. but again when I restore back my old rom it works just fine. Pls help me how can I make pogo work on newer custom roms.
sorry for bad english
Click to expand...
Click to collapse
May be other ROMs come with integrated Magisk. That was the case in mine. Convert it to user app first.
Then try magisk hide again and look for the package name in app info (It should be something random). Then continue with other steps as it is and it should work fine.
Let us know how it goes
Hi togehter,
if you use the Fake GPS Route, then uninstall via TWRP Magisk and then works PoGo (new version) perfekt, that works with my Samsung S5
I have a problem with my Samsung S7 edge, if I uninstall Magisk, then I have the problem, that the S7 go to a bootloop <--- Have anyone a idea?
Samsung S7 Edge
6.0.1
SecurePatch 01.12.2016
TWRP Recovery
If I install Magisk again, then boot the Samsung S7 without a bootloop, but then dont work PoGo
Xamel
Uninstall in the magisk app not by flashing a zip in recovery
Before I rooted my XZ premium I played pokemon go Just fine, afer Just enabling developer options (still locked bootloader and not rooted) it did not work Annymore, switching off developer options fixed pokemon go again.
Now with properly rooted Phone with magisk busybox, and whole bunch of rooted apps I am stuck as wel.... bonkers!!! !!
Could someone find a solution?
https://forum.xda-developers.com/apps/magisk/please-help-unable-to-play-pokemon-t3837451

Banking app works only when magisk manager was uninstalled

Hello together,
I would like to continue using my banking app that worked in the past aside my magisk installation. I simply had to activate hide in magisk manager and I was fine to go without issues.
Since latest updates, this banking app only works if I have uninstalled the magisk manager app. I think this way of "app detection" is different compared to normal su or safetynet checks...right?
As there is a feature in settings that randomizes the package name, what might be the problem that the banking app nowadays recognizes my manager app? I really just have to uninstall the manager apk, then everything is fine again.
It probably detects "Magisk" in the app name (rather than the package name that you can randomise). There are plans to circumvent this as well. No ETA...
Didgeridoohan said:
It probably detects "Magisk" in the app name (rather than the package name that you can randomise). There are plans to circumvent this as well. No ETA...
Click to expand...
Click to collapse
Thanks for letting me know. Is there a thread or feature you could name?
God-Future said:
Thanks for letting me know. Is there a thread or feature you could name?
Click to expand...
Click to collapse
Latest Magisk already does this...

magisk app can't open

like the title above. My magisk app can't open, I update my magisk app, after that I reboot my Android device, and I try to open the magisk app and it doesn't work. Please help me
Same here. Also, instructions are to unhide app before updating. Unfortunately I didn't see a warning in the old Manager, and updated with it hidden. Is this the reason the new app won't run? How to fix?
Just uninstall the app and then install it again... The apk is available on Magisk's Github.
Looks like that worked. Many thanks.

Modul list is Empty

Hi. I have version 24.1 (24100) on my oneplus 7t.
Since the hide function was removed with the update and there are supposed to be modules, I tried to search for such a module. But the module list is empty.
I have cleared the cache and memory of the manager.
I deleted the app and reinstalled it.
But the list remains empty. And without the Hide function, I can't currently get into the bank app.
Can anyone help me with this problem?
Can I also call up the list via the browser?
chris.aus.at said:
Hi. I have version 24.1 (24100) on my oneplus 7t.
Since the hide function was removed with the update and there are supposed to be modules, I tried to search for such a module. But the module list is empty.
I have cleared the cache and memory of the manager.
I deleted the app and reinstalled it.
But the list remains empty. And without the Hide function, I can't currently get into the bank app.
Can anyone help me with this problem?
Can I also call up the list via the browser?
Click to expand...
Click to collapse
https://github.com/Fox2Code/FoxMagiskModuleManager.
I believe that's the answer... Not sure but that's the one I'm using. But, use at own risk of your unsure. Fox's Magisk Module Manager it's called so you can do your homework from their. Thanks and good luck. I hope that helps. Fox allows the modules to be downloaded then follow the install instructions from their
wugga3 said:
https://github.com/Fox2Code/FoxMagiskModuleManager.
I believe that's the answer... Not sure but that's the one I'm using. But, use at own risk of your unsure. Fox's Magisk Module Manager it's called so you can do your homework from their. Thanks and good luck. I hope that helps. Fox allows the modules to be downloaded then follow the install instructions from their
Click to expand...
Click to collapse
Thanks!
It is a great help.
wugga3 said:
https://github.com/Fox2Code/FoxMagiskModuleManager.
I believe that's the answer... Not sure but that's the one I'm using. But, use at own risk of your unsure. Fox's Magisk Module Manager it's called so you can do your homework from their. Thanks and good luck. I hope that helps. Fox allows the modules to be downloaded then follow the install instructions from their
Click to expand...
Click to collapse
Thanks, I had the same issue and hopefully this will resolve it.

Categories

Resources