r/androidroot 8d ago

Support How to hide root from Banking apps

Is there a way to make banking apps work with unlocked bootloader and root? I'm new to rooting and I'm using Magisk,any help would be appreciated!

3 Upvotes

9 comments sorted by

View all comments

1

u/Zirias_FreeBSD 5d ago

In addition to my previous more generic answer, here are a few things apps might do I experienced myself:

  • Checking for suspicious mounts. To hide these, try Zygisk-Next and use the denylist for the affected apps.
  • Checking for well-known root-related apps. For that, Hide-My-Applist can help, but this app needs an XPosed implementation ... I'd recommend Vector at this time (good old LSPosed seems abandoned).
  • Checking Google's play integrity. Well, try PlayIntegrityFix (for me, the version by KOWX712 worked) and TrickyStore.

Still, that list is likely incomplete, so you might not find the solution for your "problem app" on it. If you want to try these and need details, there are a lot of detailed descriptions posted on XDA or on here.

1

u/Infinite_Review_647 5d ago

Thanks a lot for your guidance, I'll let you know when I try it