this post was submitted on 28 Aug 2023
101 points (84.8% liked)
Open Source
31173 readers
66 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Is it something that can never work or something that is not yet implemented?
It can never work, because most (if not all) payment related apps check in with google safetynet to see if your phone runs approved software and if it is locked down from your access.
Actually, there are workarounds.. but that either involves installing closed source system mods (because they rely on security through obscucity to avoid their ways being patched), or always patching banking apps themselves to not actually check for it.. until that's not enough anymore.
Ahh I was kinda fearing that but had no idea how that would wotk, thanks!
If you are interested and are a little techy, look up the Xposed framework. Here's a medium sized summary: https://github.com/rovo89/XposedBridge/wiki/Development-tutorial
This is one thing that can be used for patching apps (the 2nd workaround)